/*color: #192857;*/

@font-face {
  /*font-family: 'Work Sans';
  src: url('melindaevania.woff');*/
}

@font-face {
  font-family: 'CHANEY';
  src: url(/assets/fonts/chaney/chaney-ultraextended-webfont.woff);
}

h1.chaney {
  font-family: 'CHANEY';
}

body {
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 1.25rem;
    /*font-size: 14px;*/
    overflow-x: hidden;
}
.main_color {
    color: #192857;
}
.text-muted {
    color: #71798e !important;
}
.text-muted-2 {
    color: #a8aab1 !important;
}
.red {
    color: #C41E3A!important;
}
.green {
    color: #006400!important;
}
.gold {
    color: #FFA500!important;
}
.blue {
    color: #0000FF!important;
}
header {
    background-color: #192857;
    height: 70px;
    color: #fff;
    display: flex;
    align-items: center;
}
header .site_name {
    font-size: 2.0rem;
    text-transform: uppercase;
}
.header_top {
    flex-direction: row;
    justify-content: space-between;
}
header a {
    font-size: 1.0rem;
    color: #fff;
    text-decoration: none;
}
.navbar-brand {
    height: 60px;
    width: 127px;
    background-size: contain;
    /*background: url(/assets/img/logo.png) no-repeat 100% 10px;*/
    background: url(/assets/img/logo_60.png) transparent no-repeat center;
}
.main_photo {
    background: url(/assets/img/bkgr_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    height: 300px;
}
.navbar {
    /*padding: 2.2rem 1rem;

    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    margin: 0 10px;
    /*color: #192857;*/
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link:active {
    color: #192857;    
}

.navbar .nav-link img {
    width: 32px;
}
a.nav-link.disabled {
    opacity: 0.4;
}
.navbar-nav .dropdown-menu {
    margin-top: 22px;
    border-radius: unset;
}
/*.fa-envelope:before {
    content: "\f0e0";
}*/
.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}
.navbar .dropdown-toggle:after {
    content: unset;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.fa-envelope {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.content,
.card-body,
footer {
    /*min-height: 550px;*/
    padding: 2.5rem;
}
.content-bkgr {
    background: #f8f9fa;
}
.accordion .accordion-button {
    font-weight: bold;
}
.accordion .accordion-button:focus {
    box-shadow: none;
}
.carousel img {
    /*max-width: 300px;*/
}

.table th {
    vertical-align: middle;
}
a {
    text-decoration: none;
}
a.button {
    padding: 5px 10px;
    background-color: #192857;
    color: #ffff;
    transition: .8s;
    display: inline-block;
    width: 250px;
}
a.button:hover,
a.button:focus,
a.button:active {
    padding: 5px 10px;
    background-color: #1b3b9e;
    color: #ffff;
    text-decoration: none;
    transition: .8s;
}
a:hover {
    color: #e9fa5b;
    transition: .8s;
}
a.main_color_pseudo:hover,
a.main_color_pseudo:focus,
a.main_color_pseudo:active {
    color: #192857;
    transition: .8s;
    text-decoration: none;
}
.card_box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 10px 20px 0 rgb(41 41 41 / 7%);
    border-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-body li {
    list-style: none;
}
.card_box .card-body-disc li {
    list-style: disc;
    line-height: 2.5rem;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
    height: 1px;
}
.sponsors img {
    width: 150px;
    height: 150px;
    margin: 0 50px
}
.social_media {
    position: fixed;
    bottom: 200px;
    right: 24px;
    display: flex;
    flex-direction: column;
}
.topcontrol {
    width: 60px;
    margin: 10px 0;
}

footer {
    background-color: #192857;
    height: 150px;
}

footer .footer-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #1b3b9e;
    margin-top: 8px;
}

.in_icon, .fb_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px;
}
.fb_icon {
    background: url(/assets/img/fb_icon.png);
}
.in_icon {
    background: url(/assets/img/in_icon.png);
}
.fb_icon:hover {
    /*background: url(/assets/img/fb_icon_hover.png);*/
    opacity: 0.8;
    bottom: 1px;
    position: relative;
}
.in_icon:hover {
    /*background: url(/assets/img/in_icon_hover.png);*/
    opacity: 0.8;
    bottom: 1px;
    position: relative;
}
footer .copy {
    font-size: 1.0rem;
    color: #c4c4c4;  
}
.pr_0 {
    padding-right: 0;
} 
.pl_0 {
    padding-left: 0;
}

@media only screen and (max-width:991px){
    header .header_top {
        flex-direction: column;
        justify-content: center;
    }
    header .site_name {
        font-size: 1.5rem;
    }
    .content,
    .card-body,
    footer {
        padding: 1.5rem;
    }
    .card-body ul {
        padding-left: 0;
    }
    .main_photo {
        background: unset;
        height: unset;
    }
    
}

@media only screen and (min-width:992px){
    /*smooth link underlining*/
    .navbar-nav .nav-item > a.underlining {
        position: relative;
        /*color: #192857;*/
        cursor: pointer;
        line-height: 1;

    }
    .navbar-nav .nav-item > a.underlining:after {
        display: block;
        position: absolute;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #192857;
        content: "";
        transition: width 0.3s ease-out;
        margin-top: 7px;
    }

    .navbar-nav .nav-item > a.underlining:hover:after,
    .navbar-nav .nav-item > a.underlining:focus:after,
    .navbar-nav .nav-item > a.underlining:active:after {
        width: 100%;
    }
    /*smooth link underlining END*/
}

@media only screen and (max-width:991px){
    .navbar-nav .nav-item {
        display: flex;
        align-items: normal;
        flex-direction: column;
        line-height: 3rem;
    }
}

@media only screen and (max-width:374px){
    header .site_name {
        font-size: 1.4rem;
    }
}