
@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
 background-color: white;
  color: black;
  vertical-align: middle;
  text-align: center;
	font-family: 'Montserrat', sans-serif;
    line-height: 0.8em;
}

p {
  vertical-align: top;
  font-size: 1.0em;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  margin: 0;
  font-weight: 500;
}
h1 {
  font-size: 2em;
  color: #4c6f2f;
}
h2 {
  font-size: 1.5em;
  color: #4c6f2f;
}
h4 {
  color: #4c6f2f;
}
h5{
  color: #4c6f2f;
}
h3 {
  color: #4c6f2f;
  font-size: 1.5em;
}
#navbar {
margin: -0.48em;
padding-bottom: 1em;
}
.aligned {
  align-items: center;
  display: inline-block;
}
.header1 {
text-align: center;
display:block;
  font-size: 4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
  padding-top: 0.2em;
}

.header2 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
   line-height: 2em;
}
.header3 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
   line-height: 2em;
}
.header4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
   line-height: 2em;
}
.header5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
   line-height: 2em;
}
.fa-facebook-f {
  padding: 10px 14px;
  background-color: #082e0b;
}

.fa-facebook-f:hover {
  background-color: #3d5b99;
}


.fa-google-plus-g {
  padding: 10px 8px;
  background-color: #082e0b;
}

.fa-google-plus-g:hover {
  background-color: #e25714;
}

.fa-instagram {
  padding: 10px 11px;
  background-color: #082e0b;
}

.fa-instagram:hover {
  background-color: #15ce15;
}

.fa-twitter {
  padding: 10px 11px;
  background-color: #082e0b;
}

.fa-twitter:hover {
  background-color: #04a2cf;
}


.box {
  width: 100%;
  background-color:rgb(195,207,200);
  padding-top: 7em;
  padding-bottom: 6em;
margin-top:0.5em;
}

.btn1 {
  font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  width: 10em;
  background-color:white;

}
.logoimage{
  width: 600px;
}
.logoimage2{
  width: 5%;
}
.quote {
  font-size: 25px;
  font-weight: 100;
  letter-spacing: 0.015em;
  line-height: 1.6em;
  text-transform: uppercase;
  padding-top: 1em;
}
.dropbtn {
  background-color: white;
	font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 0.3em;
  line-height: 1.5em;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  padding-left: 0em;
  display: none;
  position: absolute;
  text-align:left;
  background-color: white;
  min-width: 15em;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  z-index: 1;
}

.dropdown-content a:hover {background-color:white;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn { color: #BBD4B8;}

.navbar1 {
	font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 0.3em;
  line-height: 1.5em;
  font-size: 15px;
  text-transform: uppercase;
}

.navbar1 a:link, .navbar1 a:visited {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding-left: 1em;
}

.navbar1 a:hover {
  color: #BBD4B8;
}

.navbar1 a.active {
  color: darkgreen;
}
.active {
  color: darkgreen;
}

.mobile-break {
  display: none;
}
.work {
  width: 40%;
}
.work1 {
  width: 60%;
}
.worktable {
  display:default;
}
.workcol {width: 50%;}

.footer-distributed{
	background-color: rgba(1,50,32,0.5);
	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: 0px 20px;
}

.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 'Montserrat';
	margin: 0;
}

.footer-distributed h3 span{
	color:  #4C6F2F;
}

.footer-distributed .footer-links{
	color:  #0d2c09;
	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-center{
	width: 35%;
}

.footer-distributed .footer-center i.hi{
	background-color:  #082e0a;
	color: #124e15;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 5px 0px;
	vertical-align: middle;
}
.footer-distributed .footer-center i.hi2{
	background-color:  #082e0a;
	color: #124e15;
	font-size: 20px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 5px 0px;
	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 a{
	color:  #187c1d;
  font-size: 14px;
	font-weight: bold;
  	vertical-align: middle;
	margin:0;

}

.footer-distributed .footer-right{
	width: 24%;
}

.footer-distributed .footer-icons{
	margin-top: 0px;
	margin-bottom:0.5em;
}

.footer-distributed .footer-icons a{
	width: 0px;
	height: 35px;
	cursor: pointer;
	background-color:  #0b3607;
	border-radius: 2px;

	font-size: 20px;
	color: #082b0b;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 10px;
}
.cca {
	width: 200px;

}
.ccpa{
	width: 100px;
}

@media (max-width: 1200px) {

	.footer-distributed{
		font: bold 14px sans-serif;
		text-align: center;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
	}
	.footer-distributed .footer-right table{
		margin:auto;
		text-align: left;
	}
	.footer-distributed .footer-center table{
		margin:auto;
		text-align: left;
	}
	.footer-distributed .footer-right{margin-bottom: 1em; padding-bottom: 1em;}
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	.cca {
		width: 200px;
	
	}
	.ccpa{
		width: 100px;
	}
}

@media (max-width: 575.98px) {
  .box {
    width: 100%;
    background-color: white;
    padding-top: 2em;
    padding-bottom: 2em;
  margin-top:0.5em;
  }
  .work {
    width: 100%;
  }
  .work1 {
    width: 100%;
  }
  .aligned {
    align-items: center;
    display: inline-block;
  }
  .dropdown-content {
    padding-left: 0em;
    display: none;
    position: absolute;
    text-align:left;
    background-color: white;
    min-width: 170px;
  }
  #navbar {
    margin: -0.48em;
    padding-bottom: 0em;
    }
    .navbar1 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      letter-spacing: 0.2em;
      line-height: 1.5em;
      font-size: 0.8em;
      text-transform: uppercase;
    }
    .dropbtn {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      letter-spacing: 0.2em;
      line-height: 1.5em;
      font-size: 1em;
      text-transform: uppercase;
    }
  .logoimage{
    width: 100%
    }
  .header1 {
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0;
  }

  .header2 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
  }
  .header3 {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3em;
  }
  .quote {
    font-size: 1em;
    font-weight: 100;
    letter-spacing: 0.015em;
    line-height: 1.6em;
    text-transform: uppercase;
    padding-top: 1em;
  }
  .mobile-break {
    display: inherit;
  }
  .navbar1 a:link, .navbar1 a:visited {
    padding-left: 0.5em;
  }
  .header5 {
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
     line-height: 2em;
  }
  .worktable {
    display:block;
  }
  .workcol {width: 100%;}

}

@media (max-width: 767.98px) {
  .work {
    width: 100%;
  }
  .work1 {
    width: 100%;
  }
  .worktable {
    display:block;
  }
  .workcol {width: 100%;}
}


@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {}
*, *:before, *:after {
  box-sizing: border-box;
}
