/* === Red Barn Media Group - Global Styles - Weather Masters. === */

body {
    width: 100%;
    height: 100%;
    color: #111b3d;
    font-family:"Geologica", sans-serif;
    font-weight: 400;
    background-color: #fff;
    z-index: -1;
}

html {
    width: 100%;
    height: 100%;
}
h1, h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
}
p,
img {
    z-index: 1;
}

.fs-7 {
    font-size: 0.85rem;
}

.fs-8 {
    font-size: 0.75rem;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: inherit;
}
/* === Menu Styles :: BEGIN === */
.menu-container {
    background: #fff;
    margin-top: 0rem !important;
    transition-duration: 0.25s;
}

.menu-container.shrink-menu {
    margin-top: 0rem !important;
    border-bottom: 1px solid #a11b3a;
    transition-duration: 0.25s;
}

.menu-container .container .row .col-12 nav.navbar-light {
    background: transparent !important;
    padding: 1rem;
}

.navbar-nav {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #111b3d !important;
    font-size: 1rem;
    z-index: 1;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
    color: #a11b3a !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #ececec !important;
}

.dropdown-item:active {
    color: #fff !important;
    background-color: #ececec !important;
}

.dropdown-toggle::after {
    display: none;
}

.menu-container .container-fluid.wm-logo-row {
    transition-duration: 0.25s;
}

.menu-container.shrink-menu .container-fluid.wm-logo-row {
    transition-duration: 0.25s;
}

.menu-container .container-fluid .row .wm-logo-place {
    position: relative;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 7.5rem;
    transition-duration: 0.25s;
}

.shrink-menu .navbar-nav {
    height: 5rem;
    transition-duration: 0.25s;
}

.wm-nav-item {
    width: 225px;
}
.menu-container .container-fluid .row .wm-logo-place a.wm-logo {
    position: absolute;
    background: url(../img/wm-logo-main.svg);
    width: 213px;
    height: 160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -5rem;
    transition-duration: 0.25s;
}
.menu-container.shrink-menu .container-fluid .row .wm-logo-place a.wm-logo {
   background: url(../img/wm-logo-main.svg);
   width: 166px;
    height: 125px;
    top: -4rem;
    transition-duration: 0.25s;
}



.dropend .dropdown-item::after {
    display: none;
}

.nav-fill .nav-item .dropdown-item {
    text-align: left !important;
    z-index: 1;
    color: #111b3d;
}

.nav-fill .nav-item .dropdown-item:hover {
    color: #a11b3a;
}

.dropstart .dropdown-toggle::before {
    display: none !important;
}

/* === Menu Styles :: END === */
/* === Button Styles :: BEGIN === */
.btn {
    padding: 1rem 1.25rem !important;
    font-weight: 500;
    border-radius: 1.5rem;
}

.btn.menu-btn {
    padding: 0.5rem 0.85rem !important;
    font-size: 1rem !important;
}

.btn.btn-lg {
    padding: .75rem 1.5rem !important;
    font-size: 1rem !important;
}

.btn.btn-xl {
    padding: 1.25rem 1.75rem !important;
    font-size: 1.5rem !important;
}

.btn-primary {
    color: #fff;
    background: #036eb8;
    border-color: #036eb8;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    color: #fff;
    background: #455eaf;
    border-color: #3e519a;
}

.btn-outline-primary {
    color: #0d81f5;
    background: transparent;
    border-color: #0d81f5;
}

.btn-outline-primary:hover,.btn-outline-primary:active,.btn-outline-primary:focus {
    color: #fff!important;
    background: #3393f2;
    border-color: #3393f2;
}
.btn-primary {
    color: #fff;
    background: #0d81f5;
    border-color: #0d81f5;
}

.btn-primary:hover,.btn-danger:active,.btn-danger:focus {
    color: #fff;
    background: #0d81f5;
    border-color: #0d81f5;
}

.btn-danger {
    color: #fff;
    background: #c30d23;
    border-color: #c30d23;
}

.btn-danger:hover,.btn-danger:active,.btn-danger:focus {
    color: #fff;
    background: #be2145;
    border-color: #a11b3a;
}

.btn-close {
    color: #a11b3a !important;
    background: transparent;
    border-color: #a11b3a !important;
}

/* === Button Styles :: END === */
/* === Color Styles :: BEGIN === */
.text-primary {
    color: #0d81f5 !important
}
.bg-primary {
    background: #3e519a !important;
}
.border-primary {
    border-color: #3e519a !important;
}

.bg-subtle-primary {
    background: #f8faff;
}
.border-subtle-primary {
    border-color:#919ec6;
}

.text-danger {
    color: #ea2424 !important
}
.bg-danger {
    background: #ea2424 !important;
}
.border-danger {
    border-color: #ea2424 !important;
}

.text-dark {
    color: #111b3d !important
}
.bg-dark {
    background: #111b3d !important;
}
.border-dark {
    border-color: #111b3d !important;
}

.text-666 {
    color: #666 !important
}

/* === Color Styles :: END === */
/* === Footer Styles :: BEGIN === */
/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
a {
    text-decoration: none;
}
p strong, p u, p em {
    font-weight: 700;
}
/* === Utility Styles :: END === */
@media (max-width:1400px) {

}

@media (max-width:1200px) {
    .offcanvas-body {
        background: #fff !important;
    }
    .menu-container .container .row .col-12 nav.navbar-light {
        height: 6rem;
        transition-duration: 0.25s;
    }
    .menu-container.shrink-menu .container .row .col-12 nav.navbar-light {
        height: 4rem;
        transition-duration: 0.25s;
    }
   

    .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: fit-content;
        transition-duration: 0.25s;
        width: auto;
    }

    .shrink-menu .navbar-nav {
        height: fit-content;
        transition-duration: 0.25s;
    }
    
    .navbar {
        display: flex;
        height: 100px;
        transition-duration: 0.25s;
    }
    
    .shrink-menu .navbar {
        height: 65px;
        transition-duration: 0.25s;
    }
    .wm-nav-item {
        width: 200px;
        transition-duration: 0.25s;
    }
    .menu-container .container-fluid .row .wm-logo-place a.wm-logo {
        position: absolute;
        background: url(../img/wm-logo-main.svg);
         width: 199px;
         height: 150px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        transition-duration: 0.25s;
        z-index: 10;
    }
    .menu-container.shrink-menu .container-fluid .row .wm-logo-place a.wm-logo {
        background: url(../img/wm-logo-main.svg);
         width: 153px;
         height: 115px;
        top: 0rem;
        transition-duration: 0.25s;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.5rem;
    }

    .nav-fill .nav-item,
    .nav-fill>.nav-link {
        flex: 1 1 auto;
        text-align: left;
    }

    .rotate-at-mobile {
        transform: rotate(90deg);
    }
}

@media (max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.35rem;
    }
    .menu-container .container-fluid .row .wm-logo-place a.wm-logo {
         position: absolute;
         background: url(../img/wm-logo-main.svg);
         width: 134px;
           height: 105px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 0.25rem;
         transition-duration: 0.25s;
         z-index: 10;
     }
     .menu-container.shrink-menu .container-fluid .row .wm-logo-place a.wm-logo {
         background: url(../img/wm-logo-main.svg);
          width:96px;
            height: 69px;
         top: 0rem;
         transition-duration: 0.25s;
     }
 
}

@media (max-width:767px) {
.menu-container .container-fluid .row .wm-logo-place a.wm-logo {
     position: absolute;
     background: url(../img/wm-logo-main.svg);
    width: 134px;
      height: 105px;
     left: 0;
     right: 0;
     margin-left: auto;
     margin-right: auto;
     top: 0.25rem;
     transition-duration: 0.25s;
     z-index: 10;
 }
 .menu-container.shrink-menu .container-fluid .row .wm-logo-place a.wm-logo {
     background: url(../img/wm-logo-main.svg);
   width:96px;
   height: 69px;
     top: 0rem;
     transition-duration: 0.25s;
 }
}

@media (max-width:576px) {

}

@media (max-width:450px) {

}