body{font-family: "Lato", sans-serif; font-weight: 400; font-style: normal; font-size: 17px;}
.top {background: #031d3a; color: #fff; padding-top: 10px; padding-bottom: 10px;}
.page {padding-top: 75px; padding-bottom: 75px;}
.page2 {padding-top: 75px; padding-bottom: 75px; background: #2e2e38; color: #d0d2d3;}
.beylr{border-top: 1px solid #645610; margin-top: 41px; padding-top: 30px; padding-bottom: 00px;}
.icon{font-size: 23px; color:brown; font-weight: bold; margin-right: 15px;}
.nav-item a{color: #e9e6e6; font-weight: normal; font-size: 17px;}
.nav-item a:hover{color: #ffe600; font-weight: normal; font-size: 17px;}
.dropdown-menu {background: #1e3348;}
.dropdown-item a {background-color: #1e3348}
.dropdown-item:hover {background-color: #2b4157}
.navbar-brand {color: #cecdcd; font-size: 28px; font-weight: bold;}
.btn{font-size: 16px; color:#d0d2d3; font-weight: normal; border: 1px solid #d0d2d3; background: #2e2e38;}
.btn:hover{font-size: 16px; color:d0d2d3; font-weight: normal; border: 1px solid #ffe600; background: #2e2e38;}
.homebox{font-size: 18px; color:#d0d2d3; margin-right: 15px; background: #911a15; padding: 3px 5px 5px 5px; border-radius: 10px; margin-right: 10px; margin-bottom: 10px; text-align: center;}
.btn2{font-size: 16px; color:#031c38; font-weight: normal; border: 1px solid #031c38; background: #ffffff;}
.btn2:hover{font-size: 16px; color:#d0d2d3; font-weight: normal; border: 1px solid #d3245d; background: #d3245d;}
.footerbox{font-size: 18px; color:#d0d2d3; margin-right: 15px; margin-bottom: 10px; text-align: center; border: 1px solid #d0d2d3;}
.footerbox a{font-size: 18px; color:#d0d2d3; text-decoration: none;}
.footerbox a:hover{font-size: 18px; color:#d0d2d3; text-decoration: none;}
.footer{font-size: 18px; color:#031c38; padding-top: 75px; padding-bottom: 75px;}
.footer a{font-size: 18px; color:#031c38; text-decoration: none;}
.footer a:hover{font-size: 18px; color:#031c38; text-decoration: none;}

h1{font-size: 41px; margin: 0px; padding: 0px; padding-bottom: 21px; text-align: start; color: #031c38; font-weight: bold;}
h2{font-size: 41px; margin: 0px; padding: 0px; padding-bottom: 21px; text-align: start; color: #d0d2d3; font-weight: bold;}
h3{font-size: 24px; margin: 0px 0px 15px 0px; padding: 0px; color: #031c38; font-weight: bold; text-align: start; }
li{margin-bottom: 15px;}






.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 1em;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
.dropdown-menu ul {
  list-style: none;
  padding: 10px;
}
.dropdown-menu li .dropdown-item {
  color: #fff;
  font-size: 17px;
  padding-bottom:0px;
  padding: 0.3em 0.3em;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #000;
}
.dropdown-menu li:first-child a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
}
.dropdown-menu li:first-child a:hover {
  background-color: #000;
}