
.bg-grey {
    background-color: #212322;
}

.bg-yellow {
    background-color: #FEDD6D;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Teko', sans-serif;
}

.section-title {
    display: block;
    margin-bottom: 2rem;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}

.sub-header {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700 !important;
}

.text-highlight {
    position: relative;
    display: inline-block;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 2rem;
    color: #000;
    background-color: #FEDD6D;
}

@media (min-width: 330px) {
    .text-highlight {
        background:  url('../images/rectangle@2x.png') center top no-repeat;
        background-size: contain;
    }
}

.text-vertical {
    display: none;
    position: absolute;
    top: 18rem;
    right: 4rem;
    color: #fff;
    font-size: 0.75rem;
    font-family: "DM Sans";
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    transform: rotate(90deg);
}

#section-contact-us .text-vertical {
    top: 5rem;
}

.section-hero .text-vertical {
    top: 30rem;
}

@media (min-width: 1300px) {
    .text-vertical { display: block; }
}

.text-vertical:after {
    position: absolute;
    top: 10px;
    left: 110%;
    display: block;
    content: '';
    width: 92px;
    height: 1px;
    background: rgba(255,255,255,0.3)
}

.btn-primary {
    color: #000;
    background-color: #FEDD6D;
}

.btn-outline.btn-outline {
    padding: 1rem 2rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 1.25rem;
    font-weight: bold;
}

.btn-outline.btn-outline:hover,
.btn-outline.btn-outline:active {
    color: #000;
    background-color: #fff;
}

.nav-social {
    position: absolute;
    bottom: 5rem;
    left: 2rem;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 500px) {
    .nav-social {
        left: 4rem;
    }
}

@media (min-width: 768px) {
    .nav-social {
        bottom: 25rem;
    }
}

@media (min-width: 992px) {
    .nav-social {
        left: 8rem;
    }
}

.nav-social li {
    display: block;
    margin-bottom: 1.5rem;
    height: 25px;
    width: 25px;
}

.nav-social a {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    font-size: 0;
}

.icon-youtube   { background-image: url('../images/youtube@2x.png'); }
.icon-instagram { background-image: url('../images/instagram@2x.png'); }
.icon-facebook  { background-image: url('../images/facebook@2x.png'); }
.icon-twitter   { background-image: url('../images/twitter@2x.png'); }

/* Header & Nav */

header {
    height: 100px;
    background-color: #000;
    transition: all 0.2s ease-in;
}

header.sticky {
    background-color: #000;
}

.navbar-toggler {
    margin-right: 1rem;
}

.navbar-toggler,
.navbar-toggler:focus, 
.navbar-toggler:active {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.navbar-brand img {
    margin-top: -10px;  
    max-width: 96px;
    transition: all 0.2s ease-in;
}

#mainNavigation {
    margin: 0;
    padding: 2rem;
    background-color: #000;
}

#mainNavigation.show {
    /* height: 100vh; */
}

.nav-link {
    font-size: 1.125rem;
    font-family: 'DM Sans', sans-serif;
    color: #fff !important;
}



@media (min-width: 768px) {

    header {
        height: 190px;
    }

    header,
    #mainNavigation {
        background: none;
    }

    .navbar-brand img {
        max-width: 196px;
    }

    .sticky .navbar-brand img {
        max-width: 100px;
    }

    .sticky {
        height: 110px;
    }

    .nav-phone {
        position: absolute;
        right: 3rem;
    }
}

/* Hero */
.section-hero {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15rem 2rem 4rem;
    width: 100%;
    height: 1005px;
    background: url('../images/hero_image@2x.jpg') center bottom no-repeat;
    background-size: cover;
}

.section-hero h1 {
    width: 95%;
}

@media (min-width: 768px) {
    .section-hero {
        padding-top: 15rem;
    }

    .section-hero h1 {
        width: 90%;
    }
}
/* Hero */

/* Sections */

.container-xxl {
    max-width: 1600px !important;
}

section {
    position: relative;
    height: auto;
}

.section-gradient {
    min-height: 500px;
    background: url('../images/bg-gradient.jpg') center top no-repeat;
    background-size: cover;
}

.building-dreams {
    min-height: 500px;
    background: url('../images/building_dreams_img@2x.jpg') center top no-repeat;
    background-size: cover;
}

.bg-img {
    display: block;
    min-height: 350px;
    background-position: center;
    background-size: cover;
}

.icon-services {
    display: block;
    width: 50px;
    height: 100px;
    object-fit: contain;
}

.logo-fitech,
.logo-holley {
    display: block;
    max-width: 70px; 
}

.logo-boats {
    max-width: 80px;
}

.logo-custom-projects {
    max-width: 46px;
}

.logo-restaurant {
    max-width: 30px;
}

.logo-restaurant {
    height: 40px;
}

.logo-holley { max-width: 129px; }

.logo-boats,
.logo-restaurant,
.logo-custom-projects {
    flex-grow: 2;
    display: flex;
    height: 50px;
    object-fit: contain;
}

.b-e {
    position: relative;
}

.b-e:after {
    position: absolute;
    top: 50%;
    margin-top: -30%;
    right: 0;
    content: '';
    width: 1px;
    height: 60%;
    background-color: rgba(0,0,0,0.12);
}

.logos .img-fluid {
    max-width: 90%;
}

.logos .b-e:after {
    display: none;
}

.borders {
    border-right: 1px solid #979797;
    border-left: 1px solid #979797;
}

@media (min-width: 768px) {

    .block-mw  {
        width: 90%;
        max-width: 1200px;
    }

    .bg-img {
        min-height: 500px;
    }

    .building-dreams {
        min-height: 800px;
    }

}

@media (min-width: 992px) {

    .bg-img {
        min-height: 600px;
    }

    .logos .b-e:after {
        display: block;
        margin-top: -17%;
        height: 100%;
        background-color: rgba(255,255,244,0.3); 
    }

}


/* Sections */

/* Form */

.form {
    display: block;
    margin: 4rem auto;
    width: 90%;
    max-width: 850px;
}

.form input[type="text"],
.form input[type="email"] {
    margin-bottom: 2rem;
    background: none;
    border: none;
    color: #fff !important;
    border-radius: 0;
    border-bottom: 1px solid #979797;
    transition: all 0.2s ease-in;
}

.form label {
    display: block;
    margin-bottom: 1rem;
    color: #fff;
    font-family: "DM Sans";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4.88px;
    text-transform: uppercase;
}

.form input:focus,
.form input:active {
    background: none;
    border-color: #FEDD6D;
    outline: none;
    box-shadow: none;
}

.form input[type="submit"] {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 4rem auto;
    height: 58px;
    width: 250px;
    color: #000;
    border-color: #FEDD6D;
    border: none;
    background-color: #FEDD6D;
    font-weight: bold;
    font-size: 1.125rem;
    transition: all 0.2s ease-in;
}

.form input[type="submit"]:focus,
.form input[type="submit"]:active {
    outline: none !important;
    box-shadow: none !important;
    background: none;
    color: #FEDD6D;
    border-bottom: 1px solid #FEDD6D;
}


/* Form */

/* Footer */

.section-footer {
    position: relative;
    height: 100%;
    /* background: url('../images/footer-gradient.jpg') center bottom no-repeat;
    background-size: contain; */
}

.section-footer .row-information {
    margin-bottom: 2rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(151,151,151,0.6)
}

.section-footer .footer-brand {
    max-width: 190px;
}

.section-footer .phone-link {
    font-family: "DM Sans";
    font-size: 1.875rem;
    font-weight: bold;
    text-align: right;
}

.section-footer .row {
    z-index: 2;
}

.section-footer:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg, #000000 0%, #1D2927 100%);
}

.section-footer ul {
    padding: 0;
    margin: 2rem auto 0;
    list-style-type: none;
}

.section-footer ul li {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    width: 100%;
    color: #fff;
}

.section-footer ul li span {
    font-weight: bold;
}

.section-footer ul li.closed {
    opacity: 0.5;
}

@media (min-width: 500px) {
    .section-footer ul li {
        width: 80%;
        max-width: 250px;
    }
}

/* Footer */