@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-color: white;
     font-family: 'Playfair Display', serif;
     margin: 0px;
  color: black; /*#A6383A;*/
}

h1 {
   font-size: 40px;
}

h2 {
   font-size: 30px;
}

h3 {
   font-size: 25px;
}

p, ul, textarea,table {
   font-size: 24px;
   font-weight: bold;
}

ul {
   margin-left: 50px;
}

.topnav1 a {
  float: none;
  display: inline;
  /*color: #A6383A;*/
  color: #A6383A;
  text-align: center;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.topnav1 a:hover {
  /*background-color: #B9F3FC;*/
   background-color: white;
  color: black;
}

.topnav1 a.active {
  background-color: #007C90;
  color: white;
}

.topnav1 .icon {
  display: none;
}

.bottomnav1 a {
  float: none;
  display: inline;
  /*color: #A6383A;*/
  color: #A6383A;
  text-align: center;
  padding: 7px 3px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

.bottomnav1 a:hover {
   background-color: white;
   color: black;
}

.bottomnav1 a.active {
  background-color: #007C90;
  color: white;
}

.bottomnav1 .icon {
  display: none;
}

#headerrowrev1 {
   background-color: white;
   position: sticky;
   top: 0; 
   box-shadow: 0px 0px 20px black;
   z-index: 1000;
}

#headerlogo {
   height: 150px; 
   margin-top: 12px;
}

#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: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#headersocialmobile {
     display: none;
}

#videodt {
     display: block;
     margin-bottom: 25px;
}


#videomobile {
     display: none;
}

#footer p {
     font-size: 16px;
}

#footer {
     border-top: solid #A6383A thin;
     font-weight: 600;
}

.flexgrid4 {
    display: flex;
    flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}

.flexgrid4 > div {
    width: 23%;
    margin: 8px;
    text-align: center;
     padding: 0px;
}

.flexgrid4 > div:hover {
     box-shadow: 0px 0px 26px black;
}

.flexgrid3 {
    display: flex;
    flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}

.flexgrid3 > div {
    width: 30%;
    margin: 8px;
    text-align: center;
     padding: 0px;
}

.flexgrid3 > div:hover {
     box-shadow: 0px 0px 26px black;
}

.flexgrid2 {
    display: flex;
    flex-wrap: wrap;
     justify-content: stretch;
     align-items: center;
}

.flexgrid2 > div {
   padding: 10px;
    width: 45%;
    margin: 4px;
    text-align: center;
    border: solid black 1px;
}

.flexgrid2 > div:hover {
     box-shadow: none;
}

.flexgrid3a {
    display: flex;
    width: 100%;
}

.flexgrid3a > div {
    width: 30%;
    margin: 8px;
    text-align: center;
     padding: 0px;
}

.flexgrid3a > div:hover {
     /*box-shadow: 0px 0px 26px black;*/
}

.videocss {
    display: flex;
    flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}

.videocss > div {
    width: 31%;
    margin: 8px;
    text-align: center;
     padding: 0px;
}

input[type=text], input[type=email], textarea, input[type=file], input[type=date] {
   width: 100%;
   font-size: 24px;
   font-weight: bold;
  font-family: 'Playfair Display', serif;
}

.submitbtn {
   cursor: pointer; 
   overflow: auto; 
   padding: 15px; 
   border: solid #8A2E30 3px;
   border-radius: 10px; 
   background-color: #A6383A; 
   font-weight: bold; 
   font-size: 24px;
   color: white;
     font-family: 'Playfair Display', serif;
}

.submitbtn:hover {
   border: solid #8A2E30 3px;
   border-radius: 10px; 
   background-color: white; 
   font-weight: bold; 
   font-size: 24px;
   color: black;
}

.photo-gallery {
   width: 95%;
   border: solid indianred 4px;
}

#menubar{
   padding-top: 20px;
}

/*---------------small computer screens <=1280px---------------------------*/

@media only screen and (max-width: 1281px) {
   .topnav1 a{
      font-size: 20px;
      padding:10px;
   }
   

}

/*------------------MOBILE DEVICES-------------------------------*/

@media only screen and (max-width: 1200px) {
     /* For mobile phones: */
     [class*="col-"] {
     width: 100%;
     }
   
        
     #headersocialmobile {
          display: block;
     }
        
     #videodt {
          display: none;
     }
        
     #videomobile {
          display: block;
          margin-bottom: 20px;
     }
       .topnav1 a:not(:first-child) {
          display: none;
          }
     
     .topnav1 a.icon {
          float: right;
          display: block;
          background-color: white;
          color: #A6383A;
          font-size: 26px;
     }
     
     .topnav1.responsive {
          position: relative;
     }
     
     .topnav1.responsive .icon {
          position: absolute;
          right: 0;
          top: 0;
     }
     
     .topnav1.responsive a {
          float: none;
          display: block;
          text-align: left;
     }
     
     .topnav1 a {
          float: left;
            padding: 4px 26px;
        font-size: 18px;
     }

   .hideit {
      display: none;
   }
   
   h1 {
      font-size: 30px;
   }

   h2 {
      font-size: 25px;
   }

   h3 {
      font-size: 20px;
   }  
   
   p, ul {
      font-size: 18px;
      font-weight: bold;
   }
   
   .flexgrid4 > div {
    width: 45%;
   }
   
   .flexgrid3 > div {
    width: 100%;
   }


   .videocss > div {
      width: 100%;
   }
   
   
   #headerlogo {
      height: 100px; 
      margin-top: 6px;
   }
   
   
   #menubar{
      padding-top: 0px;
   }
}