* {
  box-sizing: border-box
}

.navbar-bg-custom {
  background-color: #001f3f;

}

.logo-scrolled {
  transition: src 5s ease-in-out; /* Adjust the transition duration and timing function as needed */
}

/* Important */
body {
  font-family: 'Roboto';
  color: #001F3F;
  margin: -0.1px;
}

.home .entry {
  padding-bottom: 50px; 
  padding-top: 250px;
  border-top-left-radius: 50%;
  background-image: url('design-elements/DNA_element.png');
  background-repeat: no-repeat;
  background-position: -25%;
  background-size: 60%;
  position: relative; /* Ensure positioning context for gradient */
}

.home .entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(to bottom, #001F3F 75%, #001F3F00); /* Gradient from color to transparent */
  border-top-left-radius: 50%;
  z-index: -1; /* Place gradient behind the background image */
}

nav {
  overflow: auto;
  width: 100%;
  height: auto;
  font-family: Verdana;
}

nav .linklogo{
  float: left;
  padding: 20px;
  margin: 10px;
  width: 12%;
  height: auto;
}

nav .navlogo {
  width: 100%;
  height: auto;
}

nav .navlinks {
  float: right;
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

nav .active {
  color: #F87846;
}

nav .navbot .active {
  color: #F87846;
}

.home .main {
  overflow: auto;
  padding-left: 12%;
  padding-right: 12%;
  width: 100%;
  height: auto;
}

.home .main img {
  float: right;
  width: 40%;
  height: auto;
}

.home .main h1 {
  float: left;
  padding-right: 5%;
  margin-top: 10%;
  width: 60%;
  height: auto;
  font-size: 35px;
  color: #F87846;
}

.home .main p {
  float: left;
  padding-right: 5%;
  width: 60%;
  height: auto;
  font-size: 20px;
  text-align: justify;
  color: #FFFFFF;
}

.home .content {
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  text-align: center;
}

.home .first {
  overflow: auto;
  padding-bottom: 50px;
}

.home .first .content_logo {
  width: 10%;
  height: auto;
}

.home .first p {
  font-size: 10px;
  font-weight: bold;
}

.home .first .content_schools {
  width: 60%;
}

.home .second {
  overflow: auto;
  padding: 20px;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  border-radius: 5%;
  background-color: #001F3F;
}

.home .second p {
  padding-right: 5%;
  width: 50%;
  height: auto;
  text-align: justify;
}

.home .third {
  padding-left: 15%;
  padding-right: 15%;
  border-radius: 10%;
}

.home .third img {
  float: left;
  padding-right: 5%;
  width: 40.8%;
}

.home .third h3 {
  margin-bottom: -10px;
}

.home .third p {
  margin-bottom: -5px;
}

.home .third .list {
  float: left;
  width: 54%;
  height: auto;
}

.home .third .list h3 {
  padding-top: 5px;
  margin-bottom: -0.1px;
  width: 100%;
  height: auto;
  font-size: 18px;
  border-top: 2px solid #F87846;
}

.home .third .icons {
  float: right;
  width: 5.2%;
  height: auto;
}

.home .third .icons img {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 80%;
  height: auto;
  border-radius: 100%;
  background-color: #F87846;
}

footer {
  overflow: auto;
  padding: 1%;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  background-color: #001F3F;
  border-top: 2px solid #FFFFFF;
}

footer .divleft {
  float: left;
  display: block;
  width: 80%;
  height: auto;
}

footer .divleft h3 {
  float: left;
  width: 100%;
  height: auto;
  font-size: 12px;
}

footer .divleft img {
  float: left;
  padding-right: 20px;
  width: 5%;
  height: auto;
}

footer .divleft .address {
  float: left;
  margin-top: 3px;
  margin-right: 14%;
  width: 40%;
  height: auto;
  font-size: 10px;
  text-align: justify;
}

footer .divleft .center {
  float: left;
  padding-left: 2%;
  width: 7%;
  height: auto;
  border-left: 2px solid #FFFFFF;
}

footer .divleft .emailtxt {
  float: left;
  padding-right: 2%;
  font-size: 10px;
}

footer .divright {
  float: right;
  display: block;
  padding-left: 2%;
  width: 12%;
  text-align: right; 
  border-left: 2px solid #FFFFFF;
}

footer .divright img {
  padding: 5%;
  width: 65%;
}

/* About Us */
.aboutus .entry {
  padding-bottom: 20px; 
  background-color: #001F3F;
}

.aboutus nav .linklogo{
  float: left;
  padding: 20px;
  margin: 10px;
  border-radius: 100%;
  background-color: #FFFFFF;
}

.aboutus .title {
  color: #FFFFFF;
}

.aboutus .navbot {
  padding: 20px;
  text-align: center;
  background-color: #3a4c64;
}

.aboutus .navbot {
  border-bottom: 2px solid #F87846; 
}

.aboutus .navbot a
{
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px;
  font-style: italic;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.aboutus .navbot .navmenu:hover {
  color: #F87846;
}

.aboutus .filler {
  margin-top: -321px;
  height: 500px;
  background-color: #782134;
}

.float-container {
  padding: 20px;
  margin: -20px;
}

.float-child {
  width: 50%;
  float: left;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #001F3F;
}  
