/*
Theme Name: allUSAInc
Author: All USA, Inc.
Author URI: www.allusainc.com
Description: Custom Theme to enable widget and plugin usage for AllUSAInc
Version: 1.0
 
Custom Theme to enable widget and plugin usage for AllUSAInc
*/

/*
===============================================================
========================== ALLUSAINC ==========================
====== WEB DESIGN BY All USA Inc - WWW.ALLUSAINC.COM ======
===============================================================
*/

/* ====== GLOBAL STYLES ======== */


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

html {
    font-size: 16px;
}

body {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}

p {
    margin-bottom: 1em;
}

h1, 
h2, 
h3, 
h4, 
h5 {
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.15;
}

h1 {
    font-size: 4.209em;
}

h2 {
    font-size: 3.157em;
}

h3 {
    font-size: 2.369em;
}

h4 {
    font-size: 1.777em;
}

h5 {
    font-size: 1.333em;
}

small, .text_small {
    font-size: 0.75em;
}

a{
    color: #144aff;
    font-size: 1em;
}

a:hover{
    color: #3e6aff;
}

button{
    background-color: #003a74;
    color: #fff;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}

button:hover{
    background-color: #3e6aff;
}

.aui-headspace{
    height: 55px;
    display: block;
}

.aui-spacing-both{
    margin-top: 60px;
    margin-bottom: 60px;
}

.aui-spacing-top{
    margin-top: 60px;
}

.aui-spacing-bottom{
    margin-bottom: 60px;
}


/* ==== BOOTSTRAP OVERRIDES ==== */


.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}


/* ===== NAVIGATION STYLES ===== */


.aui-nav-container{
    background-color: #c70000;
    background: rgb(199,0,0);
    background: linear-gradient(90deg, rgba(199,0,0,1) 20%, rgba(255,26,26,1) 50%, rgba(199,0,0,1) 80%);
}

.aui-signup-header a{
    background-color: #003a74;
    border-radius: 5px;
    margin-left: 10px;
}

.aui-signup-header a:hover{
    background-color: #3e6aff;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.5);
}

@media (max-width: 1198px) {
    
}

@media (max-width: 990px) {
    
    .aui-signup-header a{
        background-color: inherit;
        border-radius: 0px;
        margin-left: 0px;
    }

    .aui-signup-header a:hover{
        background-color: inherit;
    }
}

@media (max-width: 766px) {
    
}

@media (max-width: 574px) {
    
}


/* ======= FOOTER STYLES ======= */


.aui-footer-container {
    background-color: #003a74;
    background: rgb(0,58,116);
    background: linear-gradient(90deg, rgb(0, 58, 116) 0%, #0078D7 50%, rgba(1,46,91,1) 100%);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}

.aui-socmedia-container{
    display: flex;
    justify-content:center;
    text-align: center;
    margin-bottom: 10px;
}

.aui-socmedia-container img{
    height: 35px;
    width: 35px;
    margin-right: 5px;
    display: inline-block;
    align-content: center;
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
    transition: filter .2s;
}

.aui-socmedia-container img:hover{
    filter: drop-shadow(2px 3px 2px rgba(0,0,0,1));
    transition: filter .2s;
}

.aui-legal-container{
    margin-top: 10px;
}

.aui-copy{
    text-align: center;
}

.aui-tc{
    text-align: center;
}

.aui-tc p{
    margin-bottom: 0px;
}

.aui-tc a{
    color: #83c1ff;
}

.aui-tc a:hover{
    color: #bedfff;
}

.pst-design{
    text-align: right;
}

.pst-design a{
    color: #83c1ff;
}

.pst-design a:hover{
    color: #bedfff;
}

@media (max-width: 1198px) {
    
}

@media (max-width: 990px) {
    
}

@media (max-width: 766px) {
    
}

@media (max-width: 574px) {
    
    .aui-copy{
        text-align: center;
    }
    
    .aui-copy p{
        margin-bottom: 0px;
    }

    .pst-design{
        text-align: center;
    }
    
}


/* ===== HOMEPAGE STYLES ======= */


.aui-main-wrapper{
    
}

.aui-main-wrapper a{
    text-decoration: none;
}

.aui-main-wrapper a:hover{
    text-decoration: none;
}

.aui-body-container{

}

.aui-hero-container{
    height: 100vh;
    margin-top: -55px;
    background-image: url(img/allusa-header-hero.jpg);
    background-color: #333;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}

.aui-hero-text{
    text-align: center;
    color: #fff;
}

.aui-hero-btn{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    font-size: 1.3em;
}

.aui-hero-login{
    background-color: #fff;
    color: #c70000;
    transition: color .2s, background-color .2s;
}

.aui-hero-login:hover{
    background-color: #c70000;
    color: #fff;
    transition: color .2s, background-color .2s;
}

.aui-hero-signup{
    background-color: #003a74;
    transition: color .2s, background-color .2s;
}

.aui-hero-signup:hover{
    background-color: #3e6aff;
    color: #fff;
    transition: color .2s, background-color .2s;
}

.aui-hero-text h1{
    font-size: 6em;
    font-weight: 700;
}

.aui-hero-text h3{
    font-size: 2em;
    font-weight: 700;
}

.aui-tagline-container{

}

.aui-cascade-img img{
    height: auto;
    width: 100%;
}

.aui-cascade-txt{
    background-color: #fff;
    margin-top: -300px;
    padding-top: 25px;
    padding-bottom: 25px;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, .5));
}

.aui-cascade-txt h3{
    color: #c70000;
    font-weight: 700;
    font-size: 2.4em;
}

.aui-fullimage-panel{
    min-height: 600px;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(img/Full-Width.jpg);
    background-color: #333;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}

.aui-fullimage-text{
    color: #fff;
    text-shadow: 1px 2px 7px #000;
}

.aui-beni-container{
    
}

.aui-benicard{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.aui-benicard i{
    font-size: 3.5em;
    margin-bottom: 25px;
    display: block;
    color: #3e6aff;
}

.aui-industry-container{
    
}

.aui-industry-container h5{
    color: #c70000;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.aui-industry-container ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.aui-industry-cell a{
    color: #333;
}

.aui-industry-cell a:hover{
    color: #acacac;
}

.aui-sidetoside-container {

}

.aui-sidetoside-cell {
    margin-bottom: 50px;
}

.aui-sidetoside-cell p{
    margin-bottom: 0px;
}

.aui-sidetoside-cell img{
    width:100%;
    height: auto;
}

.aui-le-logo{
    height: auto;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 1198px) {
}

@media (max-width: 990px) {
    
    .aui-cascade-txt{
        background-color: #fff;
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 0px;
        filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, .0));
    }
    
    .aui-fullimage-panel{
        margin-top: 50px;
    }
    
    .aui-hero-container{
        background-attachment: scroll;
    }

}

@media (max-width: 766px) {
    
    .aui-hero-text h1{
        font-size: 3.6em;
    }

    .aui-hero-text h3{
        font-size: 1.6em;
    }
    
    .aui-cascade-txt h3{
        font-size: 2em;
    }

}

@media (max-width: 574px) {
    
    .aui-hero-text h1{
        font-size: 2.7em;
    }

    .aui-hero-text h3{
        font-size: 1.2em;
    }
    
    .aui-sidetoside-cell {
        margin-bottom: 25px;
    }

}


/* ===== ** BOILERPLATE STYLES ** REMOVE BEFORE GOING LIVE ** ======= */


.bp-colswa{
    color: #fff;
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.bp-colswa p{
    margin-bottom: 0px;
}

.bp-colgrad{
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    width: 50%;
}

.bp-colgrad p{
    margin-bottom: 0px;
}