*{
  box-sizing: border-box;
}
header{
  height: 50px;
  width: 100%;
  border: 1px solid black;
}
nav{
  margin-top: 1%;
}
nav ul{
  padding: 0 5%;
}

nav a{
  text-decoration: none;
  color: black;
}
nav ul li{
   text-align: center;
   display: inline-block;
   width: 12%;
 }

.apply{
  border: 1px solid black;
  padding: 3% 18%;
}
.hamburger{
  display: none;
}

/* 1ST SECTION */
.mainSec1{
  height: 350px;
  background-color: rgb(241, 243, 245);
}
.left{
  height: 350px;
  width: 50%;
  float: left;
}
.title{
  width: 50%;
  margin: 10px auto;
}

.title img{
  width: 100%;
}
.headline{
  width: 80%;
  margin: 10px auto;
  font-size: 18px;
}

.headline h2{
  width: 100%;
  font-size: 28px;
}
.headline p{
  margin: 10px auto;
}

.left form {
  height: 40px;
  width: 100%;
}
.left form input{
  width: 73%;
}
.left form input + input{
  width: 23%;
}


.right{
  width: 50%;
  float: left;
}
.right img{
  height: 305px;
  width: 50%;
  margin: 42px 0 0 150px;
}






.mainSec2{
  height: 300px;
  padding-right: 18%;
  padding-left: 18%;
  width: 100%;
}
.mainSec2 h2{
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  clear: both;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.mainSec2 section{
  height: 100px;
  margin-left: 11%;
  width: 100%;
}
.mainSec2 section p{
  width: 45%;
  font-size: 17px;
  float: left;
  padding-right: 3%;
}
.mainSec2 section p + p{
  width: 45%;
  font-size: 17px;
  float: left;
  padding-right: 7%;
}
.mainSec2 span{
  font-weight: 700;
  border-top: 1px solid red;
}
.sentence{
  width: 100%;
  font-size: 16px;
  clear: both;
  font-style: italic;
  text-align: center;
}




.mainSec3{
  height: 525px;
  width: 100%;
  background-color: rgb(241, 243, 245);
}
.history{
  height: 525px;
  width: 57%;
  float: left;
  padding-left: 2%;
  padding-right: 2%;
}
.history h2{
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  margin: 4% 0 2%;
}
.history p{
  width: 100%;
  font-size: 18px;
}
.picture{
  width: 27%;
  float: left;
}
.picture section{
  height: 262.5px;
  width: 100%;
}
.picture img{
  height: 80%;
  margin: 3% 40%;
}
.picture span{
  width: 100%;
  display: block;
  text-align: center;
  font-style: italic;
  margin-left: 26%;
}


.mainSec4{
  height: 400px;

  width: 100%;
}

.who{
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 3%;
}
.who h2{
  font-size: 20px;
  font-weight: 700;
  margin-top: 3%;
}
.pic{
  height: 60%;
  width: 38%;
  float: left;
}
.pic img{
  float: right;
}
.founder{
  width: 60%;
  float: right;
}
.founder h3{
  font-size: 20px;
  margin-bottom: 2%;
}
.founder p{
  font-size: 16px;
  padding-right: 25%;
}



.mainSec5{
  height: 325px;

}
.foundation{
  width: 45%;
  float: left;
  padding-left: 10%;
}
.foundation h2{
  font-size: 20px;
  color: gray;
  margin-top: 20%;
}
.foundation p{
  font-size: 15px;
  margin-top: 2%;
}

.simmons{
  width: 45%;
  float: right;
  padding-right: 10%;
}
.simmons h2{
  font-size: 20px;
  color: gray;
  margin-top: 20%;
}
.simmons span{
  display: block;
  border-top: 1px solid black;
  font-size: 10px;
  width: 32%;
}
.simmons p{
  font-size: 15px;
  margin-top: 3%;
}



footer{
  height: 245px;
  padding-left: 12%;
  padding-right: 12%;
}
.topfoot{
  width: 100%;
  clear: both;
  margin-top: 2%;
  background-color: rgb(184, 197, 208);
}
.topfoot h3{
  font-size: 20px;
  width: 50%;
  float: left;
  margin-top: 2%;
}
.topfoot form {
  width: 50%;
  float: left;
  margin-top: 1%;
  margin-bottom: 1%;
}
.topfoot form input{
  padding: 1% 38% 1% 1%;
}
.topfoot form input + input{
  padding: 1% 8%;
}

.midfoot{
  height: 30px;
  width: 100%;
  clear: both;
  background-color: rgb(143, 156, 163);
}
.midfoot p{
  width: 50%;
  float: left;
  font-size: 15px;
  font-weight: 700;
}
.midfoot ul{
  width: 50%;
  float: right;
  text-align: right;
}
.midfoot ul li{
  display: inline-block;
  width: 25%;
  font-size: 15px;
  font-weight: 700;
}

.lastfoot{
  height: 140px;
  width: 100%;
  background-color: rgb(143, 156, 163);
}
.lastfoot a{
  text-decoration: none;
  color: black;
}
.lastfoot ul{
}
.lastfoot ul .listone{
  float: left;
  width: 50%;
  margin-top: 2%;
}
.one, .two, .three{
  font-weight: 700;
  clear: both;
  width: 32%;
  display: inline-block;
  font-size: 15px;
}
.one section{
  display: inline-block;
  float:left;
  width: 100%;
}
.one section a{
  font-size: 12px;
  font-weight: normal;
}
.two section{
  display: inline-block;
  float: left;
  width: 100%;
}
.two section a{
  font-size: 12px;
  font-weight: normal;
}
.three section{
  display: inline-block;
  float: left;
  width: 100%;
}
.three section a{
  font-size: 12px;
  font-weight: normal;
}
.lastfoot ul .listtwo{
  float: right;
  width: 50%;
  margin-top: 2%;
  text-align: right;
}
.listtwo li{
  display: inline-block;
  width: 20%;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 1025px) and (max-width: 1440px){
  .left {
    width: 35%;
    margin-left: 15%;
  }
  .right{
    width: 35%;
    margin-right: 15%;
  }
  .history{
    padding: 0;
    height: auto;
    margin-left: 9%;
  }
  .mainSec{
    padding-right: 20%;
    padding-left: 20%;
  }
  .mainSec5{
    padding-right: 15%;
    padding-left: 15%;
  }
  footer{
    padding-right: 24%;
    padding-left: 24%;
  }
  .topfoot form input {
    padding: 1% 28% 1% 1%;
  }
  .picture img{
    height: 80%;
    margin: 3% 40%;
  }
}


@media (min-width: 501px) and (max-width: 1024px){
  .none{
    display: none;
  }
  .left{
    width: 100%;
    text-align: center;
  }
  .mainSec2 {
    padding: 0;
    width: 100%;
  }
  .mainSec2 h2{
    font-size: 16px;
    text-align: center;
  }
  .mainSec2 section{
    margin: 0;
  }
  .mainSec2 section p{
    padding: 0;
    width: 100%;
    margin: 5% 0;
  }
  .mainSec2 section p + p{
    padding: 0;
    width: 100%;
  }
  .mainSec3{
    height: auto;
  }
  .history{
    width: 100%;
    padding: 0;
    height: auto;
  }
  .history h2{
    text-align: center;
  }
  .picture{
    width: 100%;
  }
  .picture section{
    height: auto;
    margin-bottom: 7%;
    margin-top: 4%;
  }
  .picture img{
    height: auto;
    margin: 0;
    width: 100%;
  }
  .picture span{
    margin-left: 0;
  }
  .view {
    display: inline-block;
  }
  .topfoot form input{
    padding: 1% 30% 1% 1%;
  }
  .lastfoot{
    height: 48px;
  }
  .lastfoot ul .listtwo{
    width: 100%;
    text-align: center;
  }

}

@media only screen and (max-width: 500px){
  .none{
    display: none;
  }
  .left{
    width: 100%;
  }
  .mainSec2 {
    padding: 0;
    width: 100%;
  }
  .mainSec2 h2{
    font-size: 16px;
  }
  .mainSec2 section{
    margin: 0;
  }
  .mainSec2 section p{
    padding: 0;
    width: 100%;
    margin: 5% 0;
  }
  .mainSec2 section p + p{
    padding: 0;
    width: 100%;
  }
  .mainSec3{
    height: auto;
  }
  .history{
    width: 100%;
    padding: 0;
    height: auto;
  }
  .picture{
    width: 100%;
  }
  .picture section{
    height: auto;
    margin-bottom: 7%;
    margin-top: 4%;
  }
  .picture img{
    height: auto;
    margin: 0;
    width: 100%;
  }
  .picture span{
    margin-left: 0;
  }
  .mainSec4 {

  }
  .founder{
    width: 100%;
  }
  .founder p{
    padding-right: 0;
  }
  .topfoot h3{
    width: 100%;
  }
  .topfoot form{
    width: 100%;
  }
  .topfoot form input{
    padding: 2% 10% 1% 2%;
  }
  .midfoot p{
    width: 100%;
  }
  .lastfoot{
    height: auto;
  }
  .lastfoot ul .listone{
    margin-top: 0;
  }
  .one, .two, .three{
    width: 31%;
  }
  nav ul{
    display: none;
  }
  .hamburger{
    display: inline-block;
    font-size: 32px;
    margin-left: 10%;
  }

}
