/* #############   AJPS v2.0   ############ */

/* GLOBAL */

/*  light blue: #135EAB
    dark blue: #05234E
    gray: #dddddd
    orange: #ffb109
*/

html, body {
    font-family: "Yantramanav", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    height: auto;
}
  

/* TOP NAV BAR */

.grid-container {
    max-width: 1600px;
}

.topbar {
    background-color: #135EAB;
}

.logo {
    width: 19rem;
    cursor: pointer;
}

.topbar li {
    text-transform: uppercase;
    display: inline-block;
    margin-left: -2rem;
    margin-right: 3.5rem;
    font-weight: bold;
    margin-top: 2.75rem;
    font-size: 1.1rem;
}

.topbar li a {
    border: solid thin #053982;
    background-color: #0956a3;
    color: #fff;
    padding: .6rem .75rem;
    transition: ease-in-out 300ms;
}

.topbar li a:hover {
    background-color:#053982;
}

.rfq-btn {
    position: relative;
    text-transform: uppercase;
    color: #05234E;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fff;
    padding: .6rem 1rem;
    margin-top: 2.75rem;
    top: 2.75rem;
}


/* HOME SLIDE */


h1, h2 {
    color: #05234E;
    font-family: "Yantramanav", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: .85;
    margin-top: 5rem;
}

h2 {
    font-weight: 300;
    margin-bottom: 3rem;
}

h1 span, h2 span{
    color: #135EAB;
}

h2 span {
    font-weight: 800;
}

h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1rem;

}

.goldenbar {
    height: 3rem;
    background-color: #ffb109;
    width: 60%;
    padding: .6rem 2rem 0 1rem;
    margin-bottom: 2rem;
    position: relative;
    left: 0;
}

.titletext {
    font-weight: 700;
}

.service-btn {
    border: .075rem solid #05234E;
    padding: .75rem .55rem;
    margin-bottom: 1rem;
    width: 100%;
    color: #05234E;
    font-weight: 500;
    transition: all .5s ease;
    cursor: pointer;
}

.service-btn:hover {
    background-color: #135EAB;
    color: #fff;
}

.spacer {
    padding-top: 2rem;
    margin-bottom: 4rem;
}

.fader {
    height: 700px;
}

h4 {
    color: #05234E;
    font-family: "Yantramanav", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1;
    margin-top: 3rem;
}

h4 span {
    font-weight: 900;
}

.button.warning {
    background-color: #ffb109;
    margin: 2.5rem 0;
    width: 60%;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.bottombar {
    padding: 1.75rem 0;
    background-color: #05234E;
    min-height: 9.1rem !important;
}

.footertext {
    color: #fff;
    font-size: .85rem;
}

.footergutter {
    margin-bottom: 2.75rem;
}

.hero-box {
    align-content: end;
}

.hero-box img {
    max-width: 120%;
}

input[type="text"], input[type="email"], input[type="tel"] {
    height: 1.75rem;
}

input[type="submit"] {
    border: none;
    padding: .75rem .55rem;
    margin-bottom: 1rem;
    width: 100%;
    background-color: #135EAB;
    color: #fff;
    font-weight: 500;;
    transition: all .5s ease;
    cursor: pointer;
    transition: ease-in-out 300ms;
}

input[type="submit"]:hover {
    background-color:#053982;
}

.captcha-msg {
    font-size: .8rem;
}

h2.privacy-h2 {
    font-size: 3rem;
    color: #05234E;
}

h3.privacy-h3 {
    font-size: 1.5rem;
    font-weight: bold; 
    margin-top: 50px;
    color: #05234E;
}

h4.privacy-h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #05234E;
}


/*   STUB INITIALIZERS   */

.home-stub, .services-stub, .services-roving-stub, .services-pps-stub, .services-firewatch-stub, .services-civil-stub, .services-background-stub, .services-pi-stub, .about-stub, .contact-stub, .quote-stub, .privacy-stub {
    display: none;
}

/* PRIVACY POLICY CONTAINER INIT */

#privacy:active, #privacy:link, #privacy:visited {
    color: #fff;
}

/*  MEDIA QUERIES  */

/* 1201-1338  */

@media screen and (max-width:1338px)
{
    .logo {
        width: 85%;
    }
    .topbar li {
        margin-left: -2rem;
        margin-right: 3rem;
        margin-top: 2.75rem;
        font-size: 1rem;
    }
    
    .topbar li a {
        border: solid thin #053982;
        background-color: #0956a3;
        color: #fff;
        padding: .6rem .75rem;
    }

    h1, h2 {
        font-size: 3.75rem;
    }

    .rfq-button {
        font-size: 1rem;
    }
}

/* 1024-1200  */

@media screen and (min-width:1024px) and (max-width:1200px)
{
    h1, h2 {
        font-size: 3.5rem;
    }

    h4 {
        font-size: 1.85rem;
    }
    .topbar li {
        margin-left: -1.7rem;
        margin-right: 2rem;
        margin-top: 2rem;
        font-size: .85rem;
    }

    .rfq-button {
        margin-top: 2rem;
        top: 2rem;
    }
}

/* under 1024 */

@media screen and (max-width:1023px)
{
    .logo {
        width: 100%;
        cursor: pointer;
    }

    .topbar {
        height: 18rem;
    }

    .topbar ul {
        margin-left: .75em;
    }

    .topbar li {
        text-transform: uppercase;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
        margin-top: 0;
        font-size: 1.1rem;
    }
    
    .topbar li a {
        border: solid thin #053982;
        background-color: #0956a3;
        color: #fff;
        padding: .6rem .75rem;
        transition: ease-in-out 300ms;
    }

    .rfq-btn {
        top: 0;
        padding: .6rem 2.7rem;
}
    h1, h2, h3, h4 {
        text-align: center;
    }

    .button.warning {
        width: 100%;
}
    .fader {
        height: auto !important;
    }

    .footergutter {
        text-align: center !important;
    }

    .footertext {
        font-size: .8rem;
        text-align: center;
    }

    .goldenbar {
        width: 104%;
        padding-top: .7rem;
}
    h3.titletext {
        font-size: 1.09rem;
    }
}

/* 400-1023 */

@media screen and (min-width:400px) and (max-width:1023px)
{
    .topbar ul {
        margin-left: 2.75em;
    }

    .rfq-btn {
        left: 1.5rem;
    }
}