* {
  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;
}

  /* Content */

  .AboutUs-Panel{
      background-color: rgba(1, 57, 26, 0.8);
      width: 100%;
      height: auto;
      margin-top: 100px;
      position:relative;
      display: flex;
      justify-content: space-around;

  }
    .AboutUsText{
      width: 85%;
      height: auto;
      margin-top: 50px;
      margin-bottom: 50px;;
      background-color: white;
      border-radius: 30px;
      display: flex;
      align-items:center;
      padding: 20px;
      line-height: 2em;
      font-size: 1.2em;

}

  /* footer */
  
.Footer{
  margin-top: 100px;
  height: auto;
  background-color: rgba(1, 57, 26, 0.8);
  }
  .TXTf{
    height:60px ;
    width: 100%;
    margin-top: 60px;
    background-color: rgba(0, 128, 0, 0);
    display:flex;
    justify-content: center; 
    color: white;
    }
  
  
@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%}
}