body {
    overflow-x: hidden;
    font-family: sans-serif;
    color: #000;
}

.navbar {
    text-transform: uppercase;
    background-color: #114427;
}

.navbar .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar .nav-item .nav-link:hover {
  border: 3px;
  background-color: rgb(207, 207, 207);
  border-radius: 5px;
  color: #0a590f;
}

.navbar .nav-item:active {
  border: rgb(0, 0, 0);
  border-width: 3px;
  border-radius: 3px;
}

.navbar .navbar-brand {
  color: white;
  font-size: 16px;
}


.container{
    margin-top: 2%;
}


.container-fluid, .row {
    padding: 1;
}

.home-inner {
    background-size: 100%; 
}

.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 30%;
    z-index: 1;
}
@font-face {
    font-family: myFirstFont;
    src: url(../SpaceQuest-Xj4o.ttf);
 }


.caption h1{
    color: #fff;
    font-size: 4.8rem;
    text-transform: uppercase;
    padding-bottom: 2rem
}

.caption h3 {
    color: #fff;
    font-size: 2.4rem;
    text-transform: uppercase;
    padding-bottom: 4rem;
}
.caption h4{
    color:#fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-bottom: 2rem;

}

.padding {
    padding-bottom: 2rem;
}

.welcome {
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
}

.welcome hr {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}

.fa-tv, .fa-globe, .fa-wifi {
    font-size: 4em;
    margin: 1rem;
}


.footer .row {
    background-color: #505962;
    margin-top: 150px;
    padding: 1re0m 2rem 3rem;
    color: #fff;
}

.footer h3 {
    margin: 1.5rem 0;
}

#page-header {
    height: 200px;
    background-position: 0 -360px;
    background-attachment: fixed;
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 4.5rem;
}

.about-img {
    margin-top: -50px;
}

.landing {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 90vh;
    display: table;
    background: #E9ECEF;
    z-index: 1;
    
}

.home-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-inner {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(2);
}



.slider{
    overflow: hidden;
    height: 800px;
    width: 1950px;
    margin-top: 100px;
    border: none;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
  }
  
  .slides{
    width: 500%;
    height: 350px;
    display: flex;
  }
  
  .slides input{
    display: none;
  }
  
  .slide{
    transition: 2s;
    background-size: cover;
  }
  
  .slide img{
    width: 100%;
  }
  
  /*css for manual slide navigation*/
  
  .navigation-manual{
    position: absolute;
    justify-content: center;
    left: 870px;
    top: 700px;
  }
  
  .manual-btn{
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    border: 3px solid white;
    padding: 5px;
    width: 30px;
  }
  
  .manual-btn:not(:last-child){
    margin-right: 40px;
  }
  
  .manual-btn:hover{
    background: #bdffc9;
  }
  
  #radio1:checked ~ .first{
    margin-left: 0;
  }
  
  #radio2:checked ~ .first{
    margin-left: -20%;
  }
  
  #radio3:checked ~ .first{
    margin-left: -40%;
  }
  
  #radio4:checked ~ .first{
    margin-left: -60%;
  }
  
  /*css for automatic navigation*/
  
  
  
  .navigation-auto div{
    border-radius: 10px;
    transition: 1s;
    border: 3px solid #bdffc9;
    padding: 5px;
    width: 30px;
  }
  
  .navigation-auto div:not(:last-child){
    margin-right: 40px;
  }
  
  #radio1:checked ~ .navigation-auto .auto-btn1{
    background: #bdffc9;
  }
  
  #radio2:checked ~ .navigation-auto .auto-btn2{
   
    background: #bdffc9;
  }
  
  #radio3:checked ~ .navigation-auto .auto-btn3{
    background: #bdffc9;
  }
  
  #radio4:checked ~ .navigation-auto .auto-btn4{
    background: #bdffc9;
  }



  .container-fluid-padding{
    background-color: rgb(78, 115, 106);
    height: 700px;
    position: relative;
    margin-top: 60px;
    color: white;
  }

  .col-12 {
    top: 50px;
  }

  .border {
    width: 550px;
    height: 500px;
    background-image: url("climate.jpg");
    margin: 35px;
    background-repeat: no-repeat;
  }

  .border h3{
    margin-top: 90px;
    padding: 20px;
  }


  body {font-family: Arial, Helvetica, sans-serif;}
                    

                
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  max-width: 576px;
  background: black;
  padding: 2rem;
  border-radius: 1rem;
  transition: 1s;
}

/* The Close Button */
.close {
  position:absolute;
  top:10px;
  right:10px;
  font-size: 20px;
  background:#555;
  padding: 0 1em;
  border-radius: 10px;
  color:#eee;
  font-weight: 600;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;

}


  /*ABOUT PAGE*/

  .members {
    background-size: cover;
    height: 450px;
    background-color: #3e3e3e;
    ;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.members h2 {
    color: white;
    align-items: center;
    position: relative;
    top: -150px;
    left: 34%;
    font-size: 30px;
    
    
}
.members img {
    justify-content: center;
    width: 250px;
    margin-left: -70%;
    margin-top: 20px;
    position: relative;
}


.members h5 {
    color: white;
    position: relative;
    margin-left: -175px;
    font-size: 13px;
}

