@import url(fonts.css);

html {
  font-size: calc(7px + 0.390625vw);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#nav_1 {
  color: white;
  z-index: 1;
}

#nav_2 {
  border-bottom: 6px solid #5f9600;
  width: 100%;
  z-index: 1;
  background-color: aliceblue;
}

#logo-link {
  width: fit-content;
  height: 100%;
}

#logo-link img {
  height: 6rem;
  width: 20rem;
  padding: 1rem;
}

a {
  transition: color 0.4s;
}

b {
  transition: color 0.3s;
}

.nav-item {
  padding: 00px 5px;
}

.nav-item hr {
  width: 13%;
}

.nav-item a {
  width: fit-content;
}

.nav-item a:hover b {
  color: #5f9600;
}

.dropdown-menu {
  width: fit-content;
  font-family: OpenSans;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu a {
  width: 100%;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  white-space: nowrap;
  left: 100%;
  top: -7px;
}

.dropdown-menu > li:hover > .submenu {
  display: block;
}

.dropdown-menu li .dropdown-item:hover {
  background-color: #5f9600;
  color: white;
}

.submenu .nav-item a {
  font-size: 1rem !important;
}

.active-page > a {
  background-color: #5f9600;
  color: white;
}

.hlight {
  color: #5f9600;
  padding: 0 0;
}

.hr_light_white {
  color: white;
  border: 5px;
}

.hr_solid {
  opacity: 100%;
  border-width: 0px;
  border-style: none;
}

.btn-green {
  color: #5f9600;
  transition: color 0.3s;
  transition: background-color 0.3s;
  /* padding: 15px 20px;
  margin: 20px 40px; */
  padding: 1rem 1.4rem;
  margin: 1.5rem 2.5rem;
  border-color: #5f9600;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  /* width: 250px; */
  width: 22rem;
  border-style: solid;
}

.btn-green:hover {
  background-color: #5f9600;
  color: white;
}

.color-timsa-dark-blue {
  color: #002b52;
}

.color-timsa-blue {
  color: #002B52;
}

.bg-timsa-dark-blue {
  background-color: #002b52;
}

.bg-timsa-green {
  background-color: #5f9600;
}

.bg-timsa-blue {
  background-color: #002B52;
}

body {
  height: 100vh;
}

section {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: aliceblue;
}

@media (min-width: 100px) {
  section {
    min-height: 50vh;
  }
}

@media (min-width: 571px) {
  section {
    min-height: 65vh;
  }
}

@media (max-width: 1024px) {
  .nav-item a {
    font-size: 2.5rem !important;
  }

  #nav_1 .nav li {
    font-size: 2.5rem !important;
  }

  #nav_1 .nav .nav-item a i {
    font-size: 2rem !important;
  }
  .btn-green {
    font-size: 2rem;
  }

  .submenu .nav-item a {
    font-size: 1.7rem !important;
  }
}

@media (min-width: 1024px) {
  section {
    min-height: 80vh;
  }
}

@media (min-width: 1280px) {
  section {
    min-height: 100vh;
  }
}

#footer-decoration hr {
  width: 5%;
}

#footer-button {
  color: white;
  background-color: #5f9600;
}

.timsa-footer {
  overflow: hidden;
}

.section-container {
  width: 90%;
  background-color: aliceblue;
}
