/* 
  This affects all templates. 
  Only update this css file if intending to apply universal styling to all templates
 */
 
 .footer {
  display:flex;
  justify-content: space-around;
  width:100%;
  background-color:#333333;
  color:white;
  text-align:left;
  margin:0;
  align-items: center;
 
}



/*button { 


  float:right;
  margin-right:150px;
  margin-top:20px;
  background-color: #000000;
  color:#E0E0E0;
  text-align:center;
  border-radius:4px;
  padding:5px;
 
}*/







.navigation {
  background-color:#B0D7E5;
  padding:5px;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
 

}

.links {
  float:right;
  width: Hug (331px);
  height: Hug (23px);

}

.linkss:active {
  background-color: blue;
  border-radius: 4px;
}


.header {
justify-content:center;
}
body {
  margin:0px;
  background-color: white;
  color: black;
 }
 
.dark-mode {
   background-color: black;
   color: white;
}
 .light-mode {
  background-color: white;
  color: black;
}


.darkmodey {
  float:left;
}


.dark-mode:a {
  color:white;
}

.light-mode:a {
  color:black;
}


/*p {
  width: 408px;
  color:#E0E0E0;
}*/


/*@media only screen and (max-width: 576px) {
  .links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #4f76a8;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
  }

  .navigation {
    position: relative;
  }


  }*/

/*p {
  width: 408px;
  margin-left:200px;

  color:black;
}*/


.linkss {
  text-decoration: none;
  color:black;
  text-decoration-color: black;
  top:0;
  
}

#mainh1 {
  text-align: center;
  margin:auto;
  width:500px;
}
