#navcol-1 {
  font-size: 15px;
}

@media (min-width: 890px) {
  #navcol-1 {
    font-size: 18px;
  }
}

@media (min-width: 577px) and (max-width: 1199px) {
  .navbar {
    margin: 0px 20px 0px 20px;
  }
}

@media (max-width: 576px) {
  .navbar {
    margin: 0px 10px 0px 10px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    margin: auto;
  }
}

.navbar {
  background-color: white;
  max-width: 1160px;
  min-height: 90px;
  box-shadow: 5px 3px 8px #c3c0c0;
  border: 1px solid rgb(225,219,219);
  border-radius: 0px 0px 4px 4px;
}

.fa.fa-check {
  color: rgb(115,154,213);
  font-size: 20px;
}

@media (max-width: 576px) {
  .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#cName1 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Actor';
  color: rgb(49,84,136);
}

#cName2 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Actor';
  color: gray;
}

@media (min-width: 820px) and (max-width: 1000px) {
  #cName1, #cName2 {
    font-size: 30px;
  }
}

@media (max-width: 819px) {
  #cName1, #cName2 {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  #cName1, #cName2 {
    font-size: 18px;
  }
}

#cName1, #cName2 {
  vertical-align: middle;
}

#hamburger {
  width: 36px;
  padding: 7px;
  height: 36px;
  border-radius: 3px;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

#logo {
  max-height: 60px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  #logo {
    max-height: 40px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #logo {
    max-height: 50px;
  }
}

.nav-link.active {
  background-color: rgb(233,245,251);
  border-radius: 4px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgb(85,129,169);
}

.navbar-light .navbar-nav .nav-link:hover {
  background-color: rgb(78,184,237);
  border-radius: 4px;
  color: rgb(238,241,245);
}

.dropdown-item:hover {
  background-color: rgb(78,184,237);
  border-radius: 3px;
  color: white;
}

.dropdown-item.active {
  background-color: rgb(164,213,238);
  border-radius: 3px;
  color: white;
}

.dropdown-item {
  font-size: 14px;
  color: rgb(129,129,129);
}

.navbar-nav .nav-link {
  padding-left: 5px;
}

#btn-more-active:hover {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#btn-more, #btn-more-active {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: solid 1px rgba(212,217,224,0.72);
}

#btn-arrow {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#btn-more-active {
  color: rgb(85,129,169);
}

#nav-more-active {
  background-color: rgb(233,245,251);
  border-radius: 4px;
}

