/* Box Model Hack */
* {
  box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
	clear: both;
}

/******************************************
/* BASE STYLES
/*******************************************/

body {
  font-family: "Barlow Condensed", sans-serif;
}

h1 {
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 600;
}

h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 500;
}

h3 {
  font-size: 36px;
  font-weight: 500;
}

span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 0, 0);
}

p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 0, 0);
}

a{
  text-decoration: none;
}



/******************************************
/* LAYOUT
/*******************************************/

header {
  height: 100px;
  /* border: 2px solid aqua; */
  clear: both;
}

header a {
  color: #F1F1F1;
}

header nav {
  width: 40%;
  /* border: 2px solid yellow; */
  margin-left: 5%;
  float: left;
}

header nav ul {
  list-style: none;
}

header nav ul li {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10%;
}

#logo-header {
  float: left;
  width: 10%;
  height: 60px;
  /* border: 2px solid yellow; */
  text-align: center;
}

#logo-header img {
  width: 50px;
}

header > a {
  background: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5% 1%;
  margin: 0.75% 5% 0 0;
  color: #66768A;
  float: right;
}

#main-container {
  height: 900px;
  background: #66768A;
  color: #F1F1F1;
}

main {
  width: 80%;
  /* border: 2px solid yellow; */
  text-align: center;
  margin: 9% 0 0 10%;
}

main > span {
  font-size: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: rgb(201, 201, 201);
}

#why-container {
  height: 400px;
  background: #ffffff;
  /* border: 2px solid green; */
}

.why {
  width: 40%;
  /* border: 2px solid yellow; */
  text-align: center;
  margin: 10% 0 0 30%;
}

#visit-hire-container {
  height: 800px;
  background: #DBDFE2;
  /* border: 2px solid green; */
}

.visit-hire {
  width: 75%;
  /* border: 2px solid yellow; */
  text-align: center;
  margin: 7% 0 0 13%;
  float: left;
}

.visit-hire > section {
  width: 50%;
  /* border: 2px solid red; */
  float: left;
}

.visit-hire p {
  width: 50%;
  /* border: 2px solid blue; */
  margin: 0 0 10% 25%;
}

.visit-hire a {
  border: 2px solid black;
  padding: 2% 5%;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}

.visit-hire img {
  width: 65%;
}

#volunteer-container {
  height: 500px;
  background: #ffffff;
  /* border: 2px solid red; */
}

.volunteer {
  width: 40%;
  /* border: 2px solid yellow; */
  text-align: center;
  margin: 10% 0 0 30%;
}

.volunteer p {
  width: 50%;
  /* border: 2px solid blue; */
  margin: 0 0 8% 25%;
}

.volunteer a {
  border: 2px solid black;
  padding: 2% 5%;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}

/* footer start */

#footer-container {
  height: 300px;
  background-color: #161F2A;
  color: #ffffff; /* White text color */
  padding: 1.5% 0;
  font-family: Arial, sans-serif;
}

footer {
  /* border: 2px solid aqua; */
  width: 85%;
  margin: 1% auto auto auto;
}

footer li {
  font-weight: 700;
  font-size: 14px;
}

.footer-links {
  width: 15%;
  /* border: 2px solid yellow; */
  margin-bottom: 1%;
  float: left;
}

.footer-links > * {
  margin-bottom: 5%;
}

.footer-links span {
  color: #66768A;
  font-weight: 700;
  font-size: 14px;
}

.footer-site-map, .footer-contribute, .footer-social {
  /* border: 2px solid red; */
}

.footer-site-map ul, .footer-contribute ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-site-map li, .footer-contribute li {
  display: inline;
  margin-right: 4%;
}

.footer-site-map a, .footer-contribute a {
  color: #ffffff;
  text-decoration: none;
}

.footer-site-map a:hover, .footer-contribute a:hover {
  text-decoration: underline;
}

.footer-social img {
  margin: 0 10px 0 0;
  width: 10%;

}

.footer-contact {
  float: right;
  /* border: 2px solid yellow; */
}

.footer-contact p {
  color: #ffffff;
  margin: 5px 0;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-legal {
  clear: both;
  border-top: 2px solid white;
  padding-top: 1%;
  /* border: 2px solid yellow; */
}
.footer-legal p {
  color: #ffffff;
  font-weight: 700;
  float: left;
}

.footer-legal img {
  float: right;
  width: 3%;
}



/******************************************
/* ADDITIONAL STYLES
/*******************************************/

@media (max-width: 1024px) {
  .visit-hire {
    margin-top: 14%;
  }
}

@media (max-width: 900px) {
  .volunteer {
    margin-top: 8%;
  }
  .volunteer p {
    width: 80%;
    margin: 0 0 15% 10%;
  }
}

@media (max-width: 768px) {
  .why {
    margin-top: 20%;
  }
  #visit-hire-container {
    height: 1400px;
  }

  .visit-hire > section {
    width: 100%;
    margin-bottom: 10%;
  }

}






















.open-sans-normal {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}
