/* 
 *  CSS TABLE OF CONTENTS:
 *
 *  1.0 - Common CSS
 *     1.1 - Fonts and Headings
 *     1.2 - Common Buttons
 *  2.0 - Hero Header
 *  3.0 - Section 1
 *  4.0 - Section 2
 *  5.0 - Section 3
 *  6.0 - Page Gallery
 *  7.0 - Section 4
 *  8.0 - Section 5
 */

/**********************************************************/
/*                    1.0 - Common CSS                    */
/**********************************************************/

* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #164032;
    font-family: 'Speedee', sans-serif;
    overflow: auto;
}

.container {
    margin: 0;
    padding: 140px 16%;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row-centered {
    align-items: center;
    justify-content: center;
}

.col-4 { width: 25%;   }
.col-5 { width: 37.5%; }
.col-6 { width: 50%;   }
.col-7 { width: 62.5%; }
.col-8 { width: 75%;   }
.col-12 { width: 100%; }

/*** 1.1 - Fonts and Headings ***/

/* Speedee Regular */
@font-face {
    font-family: 'Speedee';
    src: url('../fonts/Speedee_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Speedee Bold */
@font-face {
    font-family: 'Speedee';
    src: url('../fonts/Speedee_Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Speedee Italic */
@font-face {
    font-family: 'Speedee';
    src: url('../fonts/Speedee_It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic, oblique;
}

/* Speedee Light */
@font-face {
    font-family: 'Speedee';
    src: url('../fonts/Speedee_Lt.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

h1 {
    color: #164032;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1;
}

h2 {
    color: #fff;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 12px;
}

h4 {
    color: #164032;
    font-size: 24px;
    font-weight: bold;
    margin: 12px 0 6px 0;
}

h5 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 20px 0;
}

/*** End - Fonts and Headings ***/

/*** 1.2 - Common Buttons ***/

.btn {
    border: none;
    outline: none;
    cursor: pointer;
}

    .btn:focus,
    .btn:active
    {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-standard {
    padding: 12px 36px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.2s;
}

/*** End - Buttons ***/

/**********************************************************/
/*                    End - Common CSS                    */
/**********************************************************/

/**********************************************************/
/*                   2.0 - Hero Header                   */
/**********************************************************/

#heroHeader {
    width: 100%;
    height: 625px;
}

.wrapper-header-video {
    position: relative;
    overflow: hidden;
}

    .wrapper-header-video video {
        width: 100%;
        height: 625px;
        object-fit: cover;
        object-position: center center;
    }

/* Logo */
.wrapper-logo {
    position: absolute;
    top: 62px;
    left: calc(16% - 12px);
}

    .wrapper-logo img {
        height: 705px;
        width: auto;
    }

/**********************************************************/
/*                   End - Hero Header                   */
/**********************************************************/

/**********************************************************/
/*                    3.0 - Section 1                     */
/**********************************************************/

.container-section1 { 
    padding-top: 74px;
}

.heading-section1 h2 { 
    display: none;
}

.img-section1 { 
    padding-top: 54px;
}

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

/**********************************************************/
/*                    End - Section 1                     */
/**********************************************************/

/**********************************************************/
/*                    4.0 - Section 2                     */
/**********************************************************/

#section2 {
    background-color: #f7f6e4;
}

/* Info Columns */
.info-columns {
    width: 100%;
    padding: 0;
    text-align: center;
}

    .info-columns .col-4 img {
        width: 160px;
        height: auto;
    }

    .info-columns .col-4 p {
        color: #164032;
        font-size: 16px;
    }

.info-col-first {
    width: calc(25% - 45px);
    margin: 0 45px 0 0;
}

.info-col-second {
    width: calc(25% - 45px);
    margin: 0 30px 0 15px;
}

.info-col-third {
    width: calc(25% - 45px);
    margin: 0 15px 0 30px;
}

.info-col-fourth {
    width: calc(25% - 45px);
    margin: 0 0 0 45px;
}

/**********************************************************/
/*                    End - Section 2                     */
/**********************************************************/

/**********************************************************/
/*                    5.0 - Section 3                     */
/**********************************************************/

.container-section3 {
    padding-bottom: 120px;
}

.img-section3 { 
    padding-bottom: 54px;
}

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

.heading-section3 {
    width: calc(50% - 60px);
    margin-right: 60px;
}

/**********************************************************/
/*                    End - Section 3                     */
/**********************************************************/

/**********************************************************/
/*                   6.0 - Page Gallery                   */
/**********************************************************/

#sectionGallery { 
    background-color: #f7f6e4; 
    text-align: center;
}

.container-gallery {
    padding: 140px 0;
}

.content-gallery {
    max-width: 800px;
    margin: 0 auto;
}

    .content-gallery p { 
        color: #164032;
        margin: 0;
    }

.wrapper-slider {
    display: flex;
    width: 100%;
    margin: 60px 0 90px 0;
}

    .wrapper-slider .items img {
        height: 400px;
        width: auto;
        margin: 0 auto;
    }

.slick-center {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.slick-list { 
    padding: 40px 0 !important;
}

.arrow {
    position: absolute;
    top: calc(100% + 20px);
}

    .arrow img {
        width: 24px;
        height: auto;
        cursor: pointer;
    }

.arrow-left {
    right: calc(50% + 10px);
}

.arrow-right {
    left: calc(50% + 10px);
}

/**********************************************************/
/*                   End - Page Gallery                   */
/**********************************************************/

/**********************************************************/
/*                    7.0 - Section 4                     */
/**********************************************************/

#section4 {
    background: url('../assets/bg-section4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.heading-section4 {
    width: calc(50% - 60px);
    margin-right: 60px;
}

.txt-section4 p {
    margin: 0;
}

/**********************************************************/
/*                    End - Section 4                     */
/**********************************************************/

/**********************************************************/
/*                    8.0 - Section 5                     */
/**********************************************************/

.left-content--section5 {
    width: 250px;
    margin-right: 60px;
}

    .left-content--section5 img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
    }

.right-content--section5 {
    width: calc(100% - 310px);
}

    .right-content--section5 p {
        font-style: italic;
        margin: 0 0 20px 0;
    }

/**********************************************************/
/*                    End - Section 5                     */
/**********************************************************/