body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  font-family: 'Lato', serif;
}
main {
  min-height: calc(100vh - 80px);
}

header {
  height: 90px;
  /* display: flex; */
  /* padding-left: 25%; */
  /* padding-right: 25%; */
  /* flex-direction: row; */
  /* align-items: center; */
  /* background-color: white; */
  /* justify-content: space-between; */
}

nav {
  /* top: 0; */
  height: 56px;
  /* position: sticky; */
  /* background-color: #0e4ba8; */
}

/* nav > ul {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  justify-content: center;
}

nav > ul > li {
  margin-right: 20px;
}
nav > ul > li > a {
  font-weight: 500;
  font-size: large;
  margin-right: 20px;
} */

/* a {
  color: white;
  font-weight: 500;
  font-size: x-large;
  text-decoration: none;
} */

/* .navbar-nav > li {
  margin-left: 10px;
  margin-right: 10px;
} */

.dropbtn {
  border: none;
  color: white;
  cursor: pointer;
  background-color: #0e4ba8;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  font-size: medium;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #0e4ba8;
}

#main-section {
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('/images/banner_image_2.jpg');
}

#for-all-boards-section {
  height: 800px;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('/images/banner_image.jpg');
}

#extra-pages-section {
  /* height: 700px; */
}

/* @media only screen and (max-width: 1200px) {
  #about-us-section {
    height: 750px;
    display: flex;
    padding-left: 400px;
    padding-right: 400px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
} */

@media only screen and (min-width: 1200px) {
  #about-us-section {
    height: 650px;
    /* display: flex; */
    padding-left: 30%;
    padding-right: 30%;
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
  }
}
/* @media (min-width: 992px) and (max-width: 1200px) {
  #about-us-section {
    height: 750px;
    display: flex;
    padding-left: 25%;
    padding-right: 25%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #about-us-section {
    height: 750px;
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  #about-us-section {
    height: 750px;
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  #about-us-section {
    height: 750px;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
} */

/* @media only screen and (min-width: 1200px) { */
  #why-us-section {
    min-height: 900px;
    /* display: flex; */
    /* padding-left: 30%; */
    /* padding-right: 30%; */
    /* align-items: center;
    flex-direction: column;
    justify-content: center; */
  }
/* } */
/* @media (min-width: 992px) and (min-width: 1200px) {
  #why-us-section {
    height: 900px;
    display: flex;
    padding-left: 25%;
    padding-right: 25%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  #why-us-section {
    height: 900px;
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 600px) and (min-width: 768px) {
  #why-us-section {
    height: 900px;
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  #why-us-section {
    height: 900px;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
} */

/* @media only screen and (min-width: 1200px) { */
  #advantages-section {
    /* display: flex; */
    min-height: 1000px;
    /* padding-left: 25%; */
    /* padding-right: 25%; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
  }
/* } */
/* @media (min-width: 992px) and (min-width: 1200px) {
  #advantages-section {
    display: flex;
    height: 1000px;
    padding-left: 25%;
    padding-right: 25%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  #advantages-section {
    display: flex;
    height: 1000px;
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 600px) and (min-width: 768px) {
  #advantages-section {
    display: flex;
    height: 1000px;
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  #advantages-section {
    display: flex;
    height: 1000px;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
} */

#footer-section {
  /* bottom: 0; */
  height: 80px;
  margin-top: 10px;
  /* position: sticky; */
  /* padding-left: 10%; */
  /* padding-right: 10%; */
  background-color: #202020;
  /* justify-content: space-between; */
}


