/* Navbar container */
.navbar {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fcc72e;
    font-family: Arial;
  }
  body{
    background-color: #e0dedea8;
  }
  
  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    /* color: rgb(0, 0, 0); */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* The dropdown container */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }
  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }  
          

  /* Logo */
  
  .logo img {
    width: 30px;  
  }


.mission-container h1{
    font-weight: bold;
    text-align: center;
    color: #fcc72e;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.mission-container p{
  font-weight: normal;
  color: black;
  margin-left: 80px;
  margin-right: 80px;
  font-size: 25px;
  text-transform: none;
}
  .contents{
    text-align: center;
    margin-right: 80px;
    margin-left: 80px;
    background-color: rgb(0, 0, 0);
  }
  
  .contents img{
    float: left;
  }
  .mission{
    height: 400px;
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
  }
  .mission-text h1{
    font-weight: bold;
    text-align: center;
    color: #fcc72e;
    
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  
  .mission-text h2{
    font-weight: normal;
    margin-left: 80px;
  }

  @media only screen and (max-width: 600px) {
    .image img {
     opacity: 100;
      text-align: center;
     width: 100%;
     height: 100%;
    }
  }
  

/* vision content */
.vision-content{
  text-align: center;
  margin-right: 80px;
  margin-left: 80px;
  background-color: white;
}

@media only screen and (max-width: 600px) {
  .vision-content{
     margin-left: 10px;
     height: auto;
     margin-right: 10px;
    background-color: black;
   }
}


@media only screen and (max-width: 600px) {
  .our-goals-container{
     margin-left: 10px;
     height: auto;
     margin-right: 10px;
    background-color: black;
   }
}

@media only screen and (max-width: 600px) {
  .mission-container p{
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
     font-size: 20px;
     height: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .goals h2{
     font-size: 15px;
     margin-right: 20px;
     margin-left: 0px;
   }
}


@media only screen and (max-width: 600px) {
  .vision-content h2{
    margin-left: 0px;
    text-align: center;
  margin-right: 50px;
     font-size: 20px;
  }
}


@media only screen and (max-width: 600px) {
  .goals h2{
    margin-left: 0px;
     margin-right: 50px;
     margin-right: 50px;
     font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .vision-content img {
   opacity: 100;
   margin-top: 20px;
   float: right;
   margin-right: 25%;
   text-align: center;
   width: 50%;
   height: 25%;
  }
}

.goals h2{
  margin-right: 80px;
}

.vision-content img{
  float: right;
}
.vision{
  height: 400px;
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
}
.vision-text h1{
  font-weight: bold;
  text-align: center;
  color: #fcc72e;
  
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.vision-text h2{
  font-weight: normal;
  margin-left: 80px;
}

/* goals */
.our-goals-container{
    background-color: rgba(0, 128, 128, 0);
    width: 100%;
}
.our-goals-container h1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fcc72e;
    text-transform: uppercase;
    text-align: center;
}

.our-goals-container h2{
    font-weight: normal;
    font-size: 25px;
    margin-left: 80px;
}
.our-goals-container p{
    margin-left: 80px;
    font-size: 25px;
    font-weight: normal;
}


@media only screen and (max-width: 600px) {
  .contents{
     margin-left: 10px;
     height: auto;
     margin-right: 10px;
    background-color: black;
   }
}


@media only screen and (max-width: 600px) {
  .contents img {
   opacity: 100;
   margin-top: 20px;
   float: left;
   margin-left: 25%;
   text-align: center;
   width: 50%;
   height: 50%;
  }
}


  @media only screen and (max-width: 600px) {
    .mission h2{
      margin-left: 0px;
      margin-right: 10px;
        font-size: 20px;
    }
  }
  

  /* Footer */

  footer{
    bottom: 0;
   }
   .footer-distributed{
    background-color: #fcc72e;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    
    padding: 55px 50px;
    margin-top: 80px;
   }
    
   .footer-distributed .footer-left,
   .footer-distributed .footer-center,
   .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
   }
    
   .footer-distributed .footer-left{
    width: 40%;
   }
    
   .footer-distributed h3{
    color:  #000000;
    font: normal 36px 'Cookie',;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-weight: bold; */
   }
    
   .footer-distributed h3 span{
    color:  #000000;
    font-family: Arial, Helvetica, sans-serif;
    /* font-weight: bold; */
   }
    
    
   .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
   }
                                            
   .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
   }
    
   .footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
   }
    
    
   .footer-distributed .footer-center{
    width: 35%;
   }
    
   .footer-distributed .footer-center i{
    background-color:  #f1f1f1;
    color: #000000;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
   }
    
   .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
   }
    
   .footer-distributed .footer-center p{
    display: inline-block;
    color: #000000;
    vertical-align: middle;
    margin:0;
   }
    
   .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
   }
    
   .footer-distributed .footer-center p a{
    color:  #000000;
    text-decoration: none;;
   }
    
   .footer-distributed .footer-right{
    width: 20%;
   }
    
   .footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #000000;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
   }
    
   .footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
   }
    
   .footer-distributed .footer-icons{
    margin-top: 25px;
   }
    
   .footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;
    
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    
    margin-right: 3px;
    margin-bottom: 5px;
   }

 
    
   @media (max-width: 880px) {
    
    .footer-distributed{
    font: bold 14px sans-serif;
    
    }

    
  
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    }
    
    .footer-distributed .footer-center i{
    margin-left: 0;
    }
    .main {
    line-height: normal;
    font-size: auto;
    }
  }