body{
    font-size:14px;
}

.text-primary{
    color:#0077bb;
}

.text-ffd700{
    color:#FFD700;
}

.page-title{
    font-size:36px !important;
    font-weight:900 !important;
    text-transform:uppercase;
}

h1, .text-heading01{
    font-size:30px !important;
    font-weight:900 !important;
    text-transform:uppercase;
}

h2, .text-heading02{
    font-size:28px !important;
    text-transform:uppercase;
}

h3, .text-heading03{
    font-size:22px !important;
    font-weight:900 !important;
    text-transform:uppercase;
}

h4, .text-heading04{
    font-size:20px !important;
}

h5, .text-heading05{
    font-size:18px !important;
    font-weight:900 !important;
}

h6, .text-heading06{
    font-size:16px !important;
}

.btn{
    border-radius:8px;
}

._bd63{
    border-radius: 8px;
    box-shadow: 0 0 32px -8px rgba(0, 0, 0, 0.5);
    overflow:hidden;
}

#site-logo img{
    width:auto;
    height:60px;
}

.main-navigation ul > li.menu-item-has-children > a {
    padding-right: 0px;
}

section {
    padding: 1rem 0;
}

@media only screen and (max-width: 1199px){
    .header_mobile {
        box-shadow: 8px 8px 30px 0px rgba(0,61,95,.15);
    }
}
