/*Fonts:
font-family: 'Saira Stencil One', cursive;
font-family: 'Open Sans', sans-serif;
*/

body {
    font-family: 'Work Sans', sans-serif;
    background-color: #EEEEEE;
    font-size: 1.3rem;
}

@media(max-width: 992px) {
    body {
        font-size: 1.8rem;
    }
}

.container-fluid {
    padding: 0;
}

.row {
    margin: 0;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

/*Headings*/

h2 {
    font-size: 3rem;
    font-weight: 900;
}

h3 {
    font-size: 2rem;
    font-weight: 600;
}

h4 {
    font-size: 1.8rem;
    font-weight: 600;
}

/*Navigation Bar*/

.navigation {
    padding: 0;
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-color: #06283D;
    background-color: #398AB9;
}

.navbar {
    min-height: 10rem;
}

.navbar-toggler {
    width: 7rem;
    height: 5rem;
}

.navbar-toggler-icon {
    width: 4rem;
    height: 3rem;
}

.navbar-brand {
    font-family: 'Saira Stencil One', cursive;
    font-size: 3rem;
    padding: 0 0 0 50px;
    color: #06283D;
}

.navbar-brand:hover {
    color: #1363DF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.brand-truck {
    height: 8rem;
    padding-left: 20px;
}

.navbar-nav {
    text-align: right;
    z-index: 10;
}

@media(min-width: 992px) {
    .navbar-nav {
        position: relative;
        bottom: -35px;
    }
}

.nav-item {
    padding: 0 10px;
    font-size: 2rem;
    font-weight: 700;
}

@media(max-width: 992px) {
    .nav-item {
        font-size: 3.5rem;
    }
}

.nav-link {
    color: #06283D;
}

.nav-link:hover {
    color: #ffffff;
}

.nav-padding {
    padding-right: 50px
}

@media (max-width: 1396px) {
    .nav-item {
        padding: 0 3px;
    }

    .nav-padding {
        padding-right: 40px
    }

    .navbar-brand {
        font-family: 'Saira Stencil One', cursive;
        font-size: 2rem;
        padding: 0 0 0 30px;
        color: #06283D;
    }
}

/*Page Title Header*/
.page-title-info {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 145px;
    right: auto;
    left: auto;
    z-index: 1;
}

/* .page-title-info>span {

} */

@media (max-width: 1396px){
    .page-title-info {
        text-align: left;
        padding-left: 13%;
    }
}

.page-title-info>span {
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ffffff;
    border: 2px solid #06283D;
    border-radius: 5px;
    color: #1363DF;
    padding: 0 3px;

}

/*Hiring Banner*/
.hiringBanner {
    display: flex;
    align-content: center;
    text-align: center;
    padding: 2rem 0 0 0;
    background-color: #1363DF;
    color: #EEEEEE;
}

.hiringLink {
    text-decoration: none;
    color: #EEEEEE;
}

.hiringLink:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*Index.html*/
#header {
    position: relative;
    padding: 0;
    /* height: 100%; */
}

.header-hook {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px black;
}

#capitol-bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    top: 0%;
    /* bottom: 153px; */
    left: 0%;
    right: 0%;
}

.header-top {
    position: absolute;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    top: 40px;
    z-index: 1;
}

@media (max-width: 992px) {
    .header-hook {
        position: relative;
        font-size: 2.5rem;
        padding-right: 0;
    }
    .header-top {
        font-size: 1.5rem;
    }
    #capitol-bg-video {
        /* bottom: 105px; */
    }
}

#info {
    background-color: #EEEEEE;
}

.info-box3 {
    margin-top: 4%;
    margin-bottom: 4%;
    text-align: center;
    color: #06283D;
    padding: 0 5%;
}

@media(max-width: 992px) {
    .info-box3 {
        font-size: 2.5rem;
    }

    .info-box3>h3 {
        font-size: 3rem;
    }
}

.info-icon {
    font-size: 6rem;
    color: #06283D;
    padding: 10px;
}

@media(max-width: 992px) {
    .info-icon {
        font-size: 8rem;
    }
}

.info-icon:hover {
    color: #1363DF;
}

.getStarted {
    padding: 25px 0 5px;
}

.linkCreditApp {
    text-align: center;
    justify-content: center;
    margin: 0 0 20px;
    color: white;
    line-height: 3rem;
}

.linkCreditApp a {
    text-decoration: none;
    color: #06283D;
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.linkCreditApp a:hover {
    color: white;
    background-color: #1363DF;
}

.linkCreditApp > h3 {
    color: #06283D;
}

/*About.html*/

.truck-col {
    text-align: center;
}

#about-us {
    padding-top: 10px;
}

.about-truck-img {
    margin-top: 30px;
    width: 80%;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.about-div {
    padding: 5% 5% 1% 2%;
    text-align: left;
    font-size: 1.6rem;
}

.aboutItem {
    border-top: 1px solid black;
    align-items: center;
}

.staff-list {
    line-height: 2;
    font-size: 1.25rem;
    padding: 2% 1% 2% 5%;
}

.staff-ul {
    list-style: none;
}

.staff-icon {
    width: 3.5rem;
    border-radius: 100%;
    margin: 10px;
}

@media(max-width: 992px) {
    .staff-icon {
        width: 5rem;
    }
}

.ccplogo-div {
    padding-top: 6%;
    padding-bottom: 6%;
}

.ccplogo {
    /* padding-top: 9%;
    padding-bottom: 9%; */
    width: 60%
}

#facebook-feed {
    text-align: center;
}

.fb-row {
    margin: 10px 0 0 0 0;
    padding-top: 10px;
}

/* .fb-plugin {
    padding: 3% 0 3% 0;
} */

.fb-text {
    margin: 0 25%;
}

.fb-p {
    margin: 0 auto;
    text-align: left;
    width: 70%;
}

/* .fb-content {} */

@media (max-width: 992px) {
    .fb-text {
        margin: 5% auto;
    }

    .staff-ul {
        text-align: center;
        list-style-type: none;
    }

    .staff-list {
        text-align: center;
        padding: 2% 1% 2% 1%;
        font-size: 2rem;
    }

    .about-div {
        text-align: center;
        padding: 5% 5% 2% 5%;
    }

    .about-p {
        font-size: 2rem;
    }

    .fb-p {
        font-size: 2rem;
    }
}

/*Pricing HTML*/

#pricing {
    text-align: center;
}

.about-pricing {
    margin: 3% 14%;
}

.price-p {
    padding: 0 20% 0 20%;
}

.fa-file-arrow-down {
    margin-top: 3%;
    font-size: 6rem;
}

.pricing-links {
    padding: 20px 20px 20px 20px;
    margin: 1% 5% 5% 5%;
}

.price-link {
    padding: 10px 0 10px 0;
}

@media (max-width: 992px) {
    .price-link {
        font-size: 2rem;
    }

    .price-p {
        font-size: 2rem;
        padding: 0 5% 0 5%;
    }
}

/*Footer*/

#footer {
    margin: 0;
    text-align: center;
    background-color: #398AB9;
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-color: #06283D;
}

@media(max-width: 992px) {
    #footer {
        font-size: 2rem;
    }
}

.questions {
    padding: 10px 0 0;
}

.contact-info {
    margin: 0 15%;
    padding: 5px 20px;
}

.contact-item {
    margin-bottom: 20px;
}

@media(max-width: 992px) {
    .contact-item>h3 {
        font-size: 3rem;
    }

    .contact-item>h4 {
        font-size: 2rem;
    }
}

.contact {
    font-size: 3rem;
    color: #06283D;
    padding: 10px;
}

@media(max-width: 992px) {
    .contact {
        font-size: 5rem;
    }
}

/*Credits*/

#made-by {
    margin: 10px 0;
    text-align: center;
}

.stevenwhitney {
    margin: 10px 10px;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    color: #06283D;
}

.stevenwhitney:hover {
    font-size: 1.1rem;
    font-weight: bold;
    color: #005285;
}

/*CreditAPP form*/
.creditapp {
    margin: 0 auto;
    width: max-content;
}

input {
    margin: 10px 0;
}

.container-fluid>h1 {
    text-align: center;
    padding-top: 20px;
}

.datelabel {
    float: right;
    padding-right: 10px;
}

#date {
    float: right;
    margin: 0;
}

.submitbutton {
    text-align: center;
    margin-bottom: 1rem;
}

#printToPDF {
    border-radius: 5px;
    background-color: white;
}

#printToPDF:hover {
    background-color: #5caedd;
}

@media(max-width: 1128px) {
    .creditapp {
        width: 80%;
    }
}

#printMe img {
    width: 4rem;
    padding-left: 10px;
}

.flexMe {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    align-items: center;
    margin-top: 2rem;
}

.hideMe {
    display: none;
}