* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  width: 100%;
  height: 110px;
  background: #053610;
  opacity: .85;
  position: fixed;
  z-index: 10;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

p {
  font-family: 'Roboto', sans-serif;
}

.mainLogo {
  margin-top: 45px;
  margin-left: 60px;
  width: 200px;
}

.nav {
  margin: 65px 50px 10px 0;
}

.nav>li {
  position: relative;
  display: inline;
}

.nav>li>a {
  display: inline;
  color: #e6e725;
}

.nav>li>a:hover {
  background-color: transparent;
  color: white;
}

.mainImage {
  background: url("./assets/slide2.jpg") no-repeat center center;
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
  top: -50px;

}

.mainImage2 {
  background: url("./assets/hero1.jpg") no-repeat center center;
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
  top: -50px;
}

.mainImage3 {
  background: url("./assets/hero2.jpg") no-repeat center center;
  height: 600px;
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
  top: -50px;
}

.mainImage4 {
  background: url("./assets/hero3.jpg") no-repeat center center;
  height: 600px;
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
  top: -50px;
}

.mainImage5 {
  background: url("./assets/hero4.jpg") no-repeat center center;
  height: 600px;
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
  top: -50px;
}




.companyTitle {
  color: white;
  padding-top: 290px;
  text-align: center;
  font-size: 45px;
}

.companyDescription {
  color: white;
  text-align: center;
  font-size: 21px;
  letter-spacing: 1px;
}

.subSection {
  position: relative;
  top: -50px;
  background-color: #f7f8f9;
}

.maincontainer {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  height: 400px;
  padding-top: 30px;
}

.subTitle {
  margin-top:20px;
  font-size: 16px;
}

.pageButton {
  width: 200px;
  color: #053610;
  border: 1px solid #053610;
  background: transparent;
}

.pageButton:hover {
  background: #053610;
  color: #e6e725;
}

.contact {
  width: 100%;
  margin-top: -50px;
}

.contactWrapper {
  width: 50%;
  max-width: 800PX;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
}

.contactWrapper input {
  width: 100%;
}

.contactWrapper textarea {
  width: 100%;
}


.contactTitle {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding-top: 50px;
}

.contactButton {
  position: relative;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  background: transparent;
  color: #053610;
  border: 1px solid #053610;

}

.contactButton:hover {
  background: #053610;
  color: #e6e725;
}

footer {
  width: 100%;
  background-color: #f7f8f9;
  position: relative;
  height: 100px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.footerContent {
  font-size: 14px;
  text-align: center;
  padding-top: 40px;
  letter-spacing: 2px;
}

/*page1*/


.secondImage {
  margin-top: 10px;
}

.secondTitle {
  color: #383b3f;
  text-align: center;
  font-size: 30px;
  margin-top: -5px;
}

.text {
  position: relative;
  width: 100%;
  margin-top: -50px;
  padding-bottom: 10px;
}

.textContainer {
  position: relative;
  background-color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.textContainer2 {
  position: relative;
  background-color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}

.textText {
  width: 60%;
  text-align: center;
  margin-left: 20%;
  margin-top: 25px;
  line-height: 30px;
  font-size: 20px;
}



.line {
  width: 70%;
  height: 1px;
  background-color: #696f78;
  margin: 0 auto;
  margin-top: 0px;
}

.footerContent2 {
  font-size: 14px;
  text-align: center;
  margin-top: 200px;
  padding-bottom: 100px;
}

.textText4 {
  width: 60%;
  margin-left: 20%;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}

.textText5 {
  font-size: 14px;
  line-height: 120%;
  margin-top: 5px;
  text-align: center;
  color: #383b3f;
}

.container2 {
  position: relative;
  margin: 0 auto;
  width: 70%;
  display: flex;
  justify-content: center;
}

.tip-box {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.newTip {
  text-align: center;
  color: #053610;
  font-size: 30px;
  padding-top: 30px;
}

.newButton {
  width: 200px;
  color: #053610;
  border: 1px solid #053610;
  background: transparent;
  margin-top: 20px;
}

.newButton:hover {
  background: #053610;
  color: white;
}
