/*=====BOLLINGER SHIPYARDS CSS

AUTHOR: EDH
DATE CREATED: 06.17.2021
--
LAST MODIFIED BY: EDH
LAST MODIFIED DATE: 06.17.2021

COLOR PALETTE:
    Blue: #15385a
    Gold: #c09954
    Light Grey: #e7eaee
    Dark Grey: #262626 or rgba(0, 0, 0, .85)

FONTS:
    MONTSERRAT via GOOGLE FONTS
    font-family: 'Montserrat', sans-serif;
        LIGHT: font-weight: 300
        REGULAR: font-weight: 400
        MEDIUM: font-weight: 500
        BOLD: font-weight: 700
        EXTRA-BOLD: font-weight: 800

======*/

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
}


/*==========*/
/*=====SHARED AREA STYLES=====*/


h1 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: .25em;
}

h1 .wide {
    letter-spacing: .3em;
}

h2 {
    color: #15385a;
    font-size: 28px;
    font-weight: 300;
}

h3 {
    color: #15385a;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

hr {
    height: 6px;
    width: 150px;
    position: relative;
    float: left;
    clear: both;
    border: 0px;
    margin-bottom: 40px;
}

p {
    clear: both;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #262626;
}

strong,
.bold {
    font-weight: 700;
}

.gold {
    color: #c09954;
}

a:hover {
    text-decoration: none;
}

section {
    padding: 60px 0px 20px 0px;
    text-align: left;
}

.links {
    background: #fff;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, .05);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, .05);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, .05);
}

a:hover .links {
    -webkit-box-shadow: 0px 3px 8px 4px rgba(0, 0, 0, .15);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 3px 8px 4px rgba(0, 0, 0, .15);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 3px 8px 4px rgba(0, 0, 0, .15);
}

.links .text {
    color: #15385A;
    text-align: left;
    padding: 20px 0 0 20px;
    font-size: 18px;
    height: 100px;
}

a i {
    color: #15385A;
    font-size: 60px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    padding-top: 20px;
}

/*=====END SHARED AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====HEADER AREAN STYLES=====*/
header {
    background: #15385A;
    border-bottom: 10px solid #fff;
    display: inline-block;
    width: 100%;
}

.full-nav {
    display: none;
}


/*==========*/
/*=====MOBILE NAVIGATION STYLES=====*/
.small-nav {
    overflow: hidden;
    background-color: #15385A;
    position: relative;
}

.small-nav .logo {
    max-width: 175px;
    d
}

.small-nav #myLinks {
    display: none;
    text-align: center;
    background-color: #15385A
}

.small-nav a {
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.small-nav a.icon {
    padding: 0px;
}

.small-nav a.icon i {
    font-size: 36px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
}

.small-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.active {
    background-color: #fff;
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.clearance {
    height: 0px;
    padding-top: 65px;
}

/*=====END MOBILE NAVIGATION STYLES=====*/
/*==========*/

/*=====END HEADER AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====HERO AREA STYLES=====*/
.hero1 {
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/17b8d212-156d-4a07-ac45-de093b05ce63.png");
    background-size: cover;
}

.hero2 {
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/82629eed-7ed9-43d5-b6e5-aae9aab59ff5.png");
    background-size: cover;
}

.hero3 {
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/d48a4349-d76c-4864-93a6-5d859fe856c7.png");
    background-size: cover;
}

.jumbotron {
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
}

.jumbotron-heading {
    width: 510px;
    text-align: center;
    background: rgba(0, 0, 0, .85);
    border: 3px solid #fff;
    padding: 40px;
}

.tagline {
    text-align: center;
    display: inline-block;
    position: relative;
    top: -500px;
    border-width: 40px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .85);
}


/*=====END HERO AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====INDENTIFIER AREA STYLES=====*/
section.identifier {
    padding: 0px 0px 0px 0px;
    background: #e7eaee;
    height: 80px;
    text-align: center;
}

.identifier h2 {
    margin: 0px;
    padding: 0px;
    line-height: 80px;
}

/*=====END INDENTIFIER AREA STYLES=====*/
/*==========*/




/*==========*/
/*=====VIDEO AREA STYLES=====*/
.video {
    background: #fff;
    text-align: center;
    padding-bottom: 60px;
}


/*==========*/
/*=====BEGIN WISTIA VIDEO STYLES=====*/
.wistia_responsive_padding {
    padding: 56.25% 0 0 0;
    position: relative;
}

.wistia_responsive_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border: 10px solid #15385A;
}

.wistia_embed {
    position: relative;
    width: 100%;
}

/*=====END WISTIA VIDEO STYLES=====*/
/*==========*/

/*=====END VIDEO AREA STYLES=====*/
/*==========*/



/*==========*/
/*=====RESOURCES AREA STYLES=====*/
.resources {
    background: #e7eaee;

}


.resources p,
.tools p {
    color: #545454;
    font-weight: 300;
}

.resources a span {
    color: #15385A;
}

.resources img {
    width: 100%;
    text-align: right;
    border: 10px solid #fff;
}

/*=====END RESOURCES AREA STYLES=====*/
/*==========*/





/*==========*/
/*=====TOOLS AREA STYLES=====*/
.tools {
    background: #fff;
}

.tools p {}

.tools a span {
    color: #15385A;
}

.tools img {
    width: 100%;
    text-align: left;
    border: 10px solid #e7eaee;
}


/*=====END TOOLS AREA STYLES=====*/
/*==========*/







/*==========*/
/*=====FOOTER AREA STYLES=====*/
footer {
    background: #262626;
    border-top: 10px solid #fff;
    padding: 60px 0px 40px 0px;
color: #fff;
}

footer .row {
    padding: 0px 20px;
}

footer p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}

.oa-logo {
    text-align: center;
}

.oa-logo img {
    width: 100%;
    max-width: 250px;
}

/*=====END FOOTER AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====BEGIN OVERLAY STYLES=====*/
.overlay {
    overflow: hidden;
}

/*=====END OVERLAY STYLES=====*/
/*==========*/


/*==========*/
/*===== BEGIN SCREEN SIZE SMALLER THAN 576px STYLES =====*/
@media (max-width: 576px) {
    .button {
        margin: 0px 20px;
    }

    .button .icon,
    .button .text {
        text-align: center;
    }

    .button span {
        line-height: 40px;
    }

    .links,
    .links .text {
        text-align: center;
    }

    .links .icon {
        margin-bottom: -40px;
    }
}


/*==========*/
/*=====BEGIN SCFREEN SIZE > 768px STYLES=====*/
@media (min-width: 768px) {

    .hero,
    .hero-slider div {
        height: 500px;
    }

    .jumbotron-heading {}

    .icon {
        text-align: right;
    }

}

@media(max-width: 768px) {
    h1 {
        font-size: 70px;
        font-size: 10vw;
    }
    .jumbotron-heading {
        width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, .85);
        border: 3px solid #fff;
        padding: 40px;
    }

    .tagline {
        top: 0px;
    }
}


/*==========*/
/*=====BEGIN SCFREEN SIZE > 992px STYLES=====*/
@media (min-width: 992px) {

    header {
        height: 220px;
    }

    .logo {
        text-align: center;
    }

    .small-nav,
    .clearance {
        display: none;
    }

    .full-nav {
        display: inline;
    }

    .full-nav .navlinks {
        margin-top: 0px;
        height: 60px;
    }

    .full-nav .navlinks-left:first-child a {
        margin-right: 40px;
    }

    .full-nav .navlinks-right {
        text-align: center;
    }

    .full-nav .navlinks-right a.library-link {
        margin-left: 20px;
    }

    .full-nav .navlinks-right a,
    .full-nav .navlinks-left a {
        line-height: 60px;
        padding: 10px 15px;
        font-size: 16px;
        color: #fff;
    }

    .full-nav .navlinks a:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .1);
    }

    div.logo a {
        display: block;
        height: 140px;
    }

    .logo {
        width: 100%;
        line-height: 120px;
    }

    img.logo {
        width: 225px;
    }

    section {
        padding: 60px 0px 60px 0px;
    }

    .hero,
    .hero-slider div {
        height: 600px;
    }

    .jumbotron-heading {}

    .contain-width {
        max-width: 90%;
        margin: 0px auto;
    }

    .tools,
    .resources,
    .video {
        padding-bottom: 30px
    }


    .contain-width .button {
        max-width: 80%;
        margin: 0px auto;
    }

    .wistia_responsive_padding {
        padding: 45% 0 0 0;
        position: relative;
    }

    .wistia_responsive_wrapper {
        width: 70%;
        margin: 0px 15%;
    }

    .links .text {
        padding-left: 40px;
    }
}

@media (min-width:769px) and (max-width:992px) {
    .jumbotron {
        margin-top: 30px;

    }

    .tagline {
        top: -45d0px;
    }
}

@media (max-width: 992px) {
    .tools .image,
    .resources .image {
        display: none;
    }d
}


/*==========*/
/*=====BEGIN SCREEN SIZE GREATER THAN 1200px STYLES=====*/
@media (min-width: 1200px) {
    header {
        height: 140px;
    }

    .full-nav .navlinks {
        margin-top: 15px;
        height: 125px;
    }

    .full-nav .navlinks-left:first-child a {
        margin-right: 70px;
    }

    .full-nav .navlinks-right {
        text-align: right;
    }

    .full-nav .navlinks-right a.library-link {
        margin-left: 60px;
    }

    .full-nav .navlinks-right a,
    .full-nav .navlinks-left a {
        line-height: 110px;
        padding: 10px 15px;
        font-size: 16px;
        color: #fff;
    }

    .links .text {
        padding-left: 20px;
    }
}


/*==========*/
/*======BEGIN OVERLAY WINDOW STYLES=====*/
.trigger {
    display: block;
    cursor: pointer;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #1d545f;
    background: rgba(21, 56, 90, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
}

.overlay h2 {
    color: #fff;
}

.overlay p {
    max-width: 800px;
    padding: 20px;
    margin: 0px auto;
    padding-bottom: 50px;
    line-height: 1.25em;
    font-size: 18px;
    color: #fff;
}

.overlay a.leave {
    padding: 0px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    background-color: rgba(255,255,255,.1);
    margin: 0px auto;
    line-height: 1em;
    padding: 20px 100px;
    font-size: 24px;
    max-width: 700px;
}

.overlay a.leave:hover,
.overlay a.leave:focus {
    background-color: rgba(255,255,255,.2);
    color: #fff;
    text-decoration: none
}

.overlay i {
    margin-left: 20px;
    font-size: 40px;
    color: #fff;
}

.overlay .closebtn {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 25px;
    font-size: 40px;
    line-height: .75em;
    font-weight: normal;
    color: #fff;
    /*==Change this to edit the color of hthe modal close button ==*/
}

@media (max-width: 767px) {
    .overlay-body {
        width: 100%;
    }
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 35px;
    }
}

/*=====END OVERLAY WINDOW STYLES=====*/
/*==========*/



.animated.delay-half.start {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.animated.delay-half2.start {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.animated.delay-half3.start {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}