@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
     float: left;
     padding: 3px;
     border: 0px solid red;
}


.row::after {
     content: "";
     clear: both;
     display: table;
}

body {
   /*background-image:url("images/colorful-bg.jpg");
   background-color: darkred;*/
   background-color: #b30000; /* 2 shades lighter than darkred */
	background-repeat: repeat; 
	background-attachment: fixed; 
}

.innermainbg {
   border: solid yellow 15px; 
   border-radius: 5px;
   background-color: white;
   padding: 5px 15px 15px;
   margin: 0px;
}

.outermainbg {
   border: solid green 15px; 
   box-shadow: 0px 0px 10px black; 
   border-radius: 20px; 
   margin: 0px; padding: 0px;
}

h1 {
   /*font-family: 'Oswald', sans-serif;*/
      font-family: 'Sancreek', cursive; 
   font-size: 60px;
   /*color: #4d1a00;*/
   color: darkgreen;
}

h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 40px;
   /*color: goldenrod;*/
   color: #4d1a00;
}

h3 {
   font-family: 'Oswald', sans-serif;
   font-size: 30px;
   /*color: goldenrod;*/
   color: #4d1a00;
}

p, li, ul {
   font-family: 'Oswald', sans-serif;
   font-size: 24px;
   color: #4d1a00;
   font-weight: 500;
}

a {
   font-family: 'Oswald', sans-serif;
   font-size: 24px;
   color: #8c4d40;
   text-decoration: none;
}

.temp {
   font-family: 'Oswald', sans-serif;
   font-size: 45px;
   color: goldenrod;
}

.topnav {
  overflow: hidden;
  background-color: goldenrod;
  padding: 10px 0px;
  margin-top: 10px;
}

.topnav a {
  float: none;
  display: inline;
  color: #003300;
  text-align: center;
  padding: 24px 16px;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}

.topnav a:hover {
  background-color: yellow;
  color: black;
}


.topnav .icon {
  display: none;
  font-size: 25px;
}
   
.anitapic {
   display: none;
}

#anitas-logo {
   width: 200px;
   font-family: 'Amita', cursive;
   max-width: 99%;
}

.express-tm {
   vertical-align: top; 
   font-family: 'Sancreek', cursive; 
   letter-spacing: 4px; 
   font-size: 80px;
   color: darkred;
}

.pics{
   border: solid 8px green; 
   border-radius: 25px; 
   width: 95%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.flex-container > div {
   width: 30%;
   margin: 20px auto 20px;
   text-align: center;
   padding: 0px;
   background-color: darkred;
   color: goldenrod;
   border: solid 5px green;
   border-radius: 15px;
}

.flex-container > div:hover {
     box-shadow: 0px 0px 26px black;
     /*cursor: pointer;*/
}

.flex-container4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.flex-container4 > div {
   width: 23%;
   margin: 20px auto 20px;
   text-align: center;
   padding: 0px;
   background-color: darkred;
   color: goldenrod;
   border: solid 5px green;
   border-radius: 15px;
}

.flex-container4 > div:hover {
     box-shadow: 0px 0px 26px black;
     /*cursor: pointer;*/
}

.btn {
   overflow: auto;
   border: solid rgba(12,12,50,1) 1px;
   background-color: yellow;
   color: #4d1a00;
   border-radius: 10px;
   font-size: 24px;
   cursor: pointer;
   padding: 10px 15px;
   font-family: 'Oswald', sans-serif;
   font-weight: bold;
   max-width: 95%;
   margin: 5px 0px;
}

.btn:hover {
   box-shadow: 0px 0px 10px black;
}
.toplefttext {
   position: absolute;
   top: 8px;
   left: 16px;
}
 
#myBtnTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: solid yellow 4px; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: green; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 80px;
   height: 80px;
   box-shadow: 0px 0px 20px black;
}

/*tr:nth-child(even) { background-color: goldenrod; }*/

input[type=number]{
   font-family: 'Oswald', sans-serif;
   font-size: 20px;
   border: solid goldenrod 3px;
   text-align: center;
}
input[type=text], input[type=password], select, textarea {
   color: black;
   font-family: 'Oswald', sans-serif;
   font-size: 22px;
   width: 100%;
}

input[type=submit]{
   background-color: green;
   color: white;
   font-family: 'Oswald', sans-serif;
   font-size: 22px;
   padding: 10px;
   border-radius: 10px;
   cursor: pointer;
   border: solid white 3px;
}

input[type=submit]:hover {
   background-color: darkred;
}

input[type=file] {
   width: 100%;
   margin: 0px 5px;
   font-family: 'Oswald', sans-serif;
   font-size: 16px; 
   padding: 10px 5px;
}

table {
   font-family: 'Oswald', sans-serif;
   font-size: 24px;   
}

#anitafam {
   width: 33%; float: right; margin-left: 20px;
}

#anitas-logo-mobile {
   display: none;
}

@media only screen and (max-width: 1366px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

   h1 {
      font-size: 30px;
   }
   
   p {
   font-size: 24px;
   }
   
   #anitafam {
      width: 100%; float: right; margin-left: 10px;
   }
   
}

@media only screen and (max-width: 900px) {
     /* For mobile phones: */
     [class*="col-"] {
     width: 100%;
     }
   
     .topnav {
       padding: 0px;
       font-size: 24px;
     }
     
     .topnav a:not(:first-child) {
          display: none;
     }
     
     .topnav a.icon {
          float: right;
          display: block;
     }
     
     .topnav.responsive {
          position: relative;
     }
     
     .topnav.responsive .icon {
          position: absolute;
          right: 0;
          top: 0;
     }
     
     .topnav.responsive a {
          float: none;
          display: block;
          text-align: left;
     }
     
     .topnav a {
          float: left;
          font-size: 24px;
          line-height: 0px;
     }
   
     .toppics {
        display: none;
   }
         
   .anitapic {
      display: inline;
   }
   

   #anitas-logo {
      display:none;
      /*width: 175px;
      font-family: 'Amita', cursive;*/
   }
      
   .express-tm {
      font-family: 'Sancreek', cursive; 
      letter-spacing: 2px; 
      font-size: 40px;
   }
   
   .flex-container > div, .flex-container4 > div {
       width: 100%;
   }
   
   #anitafam {
      width: 100%; float: right; margin-left: 10px;
   }
   
   #anitas-logo-mobile {
      display: inline;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
   }
}
