* {
  box-sizing: border-box;
}

body {
  background-image: url("/images/HomeBackground.jpeg");   
  background-color: rgba(5, 57, 50, 0.5);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed; 
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

.header {
  width: 100%;
}

#HeroText {
  text-align: center;
}
.Title {
  font-size: 7vw;
  color: white;
  margin-top: 35px;
}
.Slogan {
  font-size: 3vw;
  color: white;
  margin-top: 20px;
}

/*Navigation*/
a{
    text-decoration: none;
    color: white;
}

.Buttons{
   background-color: rgba(0, 71, 6, 0.888);
   display:flex;
   justify-content: space-around;
   padding: 5px;
  margin-bottom: 7px;
  border-radius: 20px;
}

.WhiteBorder {
  margin-top: 20px;
  width: 100%;
  height: 10px;
  display: flex;
  justify-content: center;
}
.Border {
  width: 90%;
  height: 5px;
  border-radius: 100px;
  background-color: white;
}

@media only screen and (max-width: 600px) {

  


  .BackgroundIMG{
    width: 100%;
   margin-top: 100px;
   display: grid;
   grid-template-columns: 0.75fr 1fr 1fr 1fr 0.75fr ;
   grid-template-rows: 0.5fr 1fr 1fr 0.5fr 1fr 1fr 0.5fr;
   background-color: rgba(5, 57, 34, 0.708);
   }
 
   .whiteBackground{
   background-color: rgb(255, 255, 255);

   grid-column: 2 / 5;
   grid-row: 5 / 7;
   border-radius: 30px;
   }
 
   .whiteBackground2{
     background-color: rgba(255, 255, 255, 0);
     grid-column: 2 / 5;
     grid-row: 2 / 4;
     border-radius: 30px;
 
 
     }
    
     .AboutUsText{
       width: 85%;
       height: 100%;
       background-color: white;
       border-radius: 30px;
       display: flex;
       align-items:center;
       padding: 20px;
       line-height: 2em;
       font-size: 1.2em;
 }
 .PIC{
  height:100%;
  width:100%;
 
 }
 img{ border-radius: 30px;}
}
  

@media only screen and (min-width: 601px) {


  .BackgroundIMG{
    width: 100%;
   margin-top: 100px;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
   grid-template-rows: 0.5fr 0.75fr 0.75fr 0.75fr 0.5fr;
   background-color: rgba(5, 57, 34, 0.708);
   }
 
   .whiteBackground{
   background-color: rgb(255, 255, 255);
   grid-column: 2 / 5;
   grid-row: 2 / 5;
   border-radius: 30px;
   }
 
   .whiteBackground2{
     background-color: rgba(255, 255, 255, 0);
     grid-column: 6 / 9;
     grid-row: 2 / 5;
     border-radius: 30px;
 
 
     }
     img{ border-radius: 30px;}
     .AboutUsText{
       width: 85%;
       height: 100%;
       background-color: white;
       border-radius: 30px;
       display: flex;
       align-items:center;
       padding: 20px;
       line-height: 2em;
       font-size: 1.2em;
 }
 .PIC{
  height:100%;
  width:100%;
 }
 
}
 

  
  
  /* footer */
  .Footer{
    margin-top: 100px;
    height: auto;
    background-color: rgba(5, 57, 34, 0.708);
    }
    .TXTf{
      height:60px ;
      width: 100%;
      margin-top: 60px;
      background-color: rgba(0, 128, 0, 0);
      display:flex;
      justify-content: center; 
      color: white;
      } 
  /* rgba(1, 57, 26, 0.9); */
  
 
@media only screen and (min-width: 300px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 600px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 14.66%; margin-left: 1.6%;}
  .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%;}
}

@media only screen and (min-width: 601px) {
  /* For desktop: */
  .marglef-1 {margin-left: 6.25%;}
  .margbott-1 {margin-bottom: 50px;}
  .margtop-1 {margin-top: 50px;}
  .marglefmov-1{margin-left: 5.55%;}
}

@media only screen and (max-width: 600px) {
  /* For tablets: */
  .padd-s-1 {margin-top: 50px;}
  .margbott-s-1 {margin-bottom: 50px;}
  .margtop-s-1 {margin-top: 50px;}
  .marglef-s-2 {margin-left: 14.66%}
} 