@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*Branding Style*/
body {
   font-family: "Roboto Condensed", sans-serif;
   color: #15284b;
}

.primaryColor {
   color: #15284B;
}

.california_gold {
   color: #FDB515;
}

.headerStyle {
   background-color: #15284b !important;
}

   .headerStyle li > a:not(.dropdown-item) {
      color: #fff !important;
   }

      .headerStyle li > a:not(.dropdown-item):hover {
         color: #FDB515 !important;
      }

   .headerStyle #RegAdmin {
      color: #fff !important;
   }

.dropdown-item {
   color: #15284B !important;
}

   .dropdown-item:active {
      background-color: #fff !important;
   }

.btn-primary {
   background-color: #15284b !important;
}

.nav-link.active {
   color: #fff !important;
   background-color: #15284b !important;
}

.nav-link {
   color: #15284b !important;
}

.footerStyle {
   background-color: #15284b !important;
}

   .footerStyle .list-group-item {
      background-color: #15284b !important;
      color: #fff !important;
   }
      .footerStyle .list-group-item a {
         color: #fff !important;
      }
         .footerStyle .list-group-item a:hover {
            color: #FDB515 !important;
         }
