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

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap');
html,
body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


/* START header */

#header {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    max-height: 100%;
}

#banner-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 50%;
    z-index: -1;
}

#nav-header {
    display: flex;
    width: calc(100% - 120px);
    padding-left: 60px;
    padding-right: 60px;
    height: 120px;
    animation-duration: 2s;
    animation-name: fadeIn;
    transition: 1s;
}

#nav-header.nav-fixed {
    height: 64px;
    position: fixed;
    background-color: rgba(64, 75, 97, 0.9);
    z-index: 100;
}

#brand {
    margin: auto;
    margin-left: 0;
}

#brand>img {
    height: 46px;
}

#menu {
    margin: auto;
    padding: 0;
}

#menu>li {
    display: inline-block;
}

#menu>li>a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.9rem;
    transition: .6s;
}

#menu>li>a:hover,
#menu>li>a.active {
    color: #F96332;
}

.button-header {
    margin: auto !important;
    margin-right: 0 !important;
}

#banner {
    margin: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    max-width: 600px;
}

#banner>h2 {
    font-size: 1.4rem;
}

#banner>h3 {
    font-size: 2.2rem;
}


/* END header */


/* START feature */

#feature {
    display: flex;
    width: 100%;
    padding: 60px 0px;
}

.element-feature {
    text-align: center;
    padding: 0 40px;
}

.element-feature>h4 {
    font-size: 24px;
    color: #67696c;
}

.element-feature>p {
    color: #2B2B2B;
}


/* END feature */


/* START content */

.section-content-1 {
    background-color: #F3F4F8;
    padding: 60px 0px;
    color: #67696c;
}

.section-content-2 {
    background-color: #ffffff;
    padding: 60px 0px;
    color: #67696c;
}

section>h2 {
    text-align: center;
}

section>p {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.element-section {
    text-align: center;
    padding: 0 40px;
}

.element-section>h4 {
    font-size: 24px;
    color: #67696c;
}

.element-section>p {
    color: #2B2B2B;
}

section {
    text-align: center;
}

.video-section {
    margin: auto;
    max-width: 600px;
    margin: 20px 60px;
}

.section-logo-text {
    text-align: left;
    display: flex;
}

.section-logo-text>img,
.section-logo-text>span {
    display: inline-block;
    margin: auto 0;
    padding: 0.5rem;
}

.section-logo-text>span>a {
    color: #F96332;
}


/* END content */


/* START footer */

footer {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0px;
    text-align: center;
    color: #67696c
}


/* END footer */


/* START other */

.button {
    display: inline-block;
    color: #F96332;
    font-weight: 300;
    text-decoration: none;
    margin: 4px 8px;
    border: 1px solid #F96332;
    transition: .6s;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 14px;
}

.button:hover,
.button.active {
    color: #ffffff;
    background-color: #F96332 !important;
}

.button-down {
    margin: auto;
    margin-bottom: 0;
}

.button-down:hover {
    opacity: 0.7;
}

.button-down:active {
    opacity: 0.5;
}

.button-down>img {
    cursor: pointer;
    padding: 12px;
    padding-bottom: 48px;
    height: 24px;
}

#small-divider {
    height: 3px;
    width: 40px;
    background-color: #F96332;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

input {
    height: 34px;
}

input,
textarea {
    border: solid 1px #F96332;
    color: #F96332;
    width: calc(100% - 2px);
    padding: 4px;
    background: inherit;
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 15px;
}

input:focus,
textarea:focus {
    border-color: #F96332;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

button.button:focus {
    outline: 0;
}


/* END other */


/* START animation class */

.fade-in {
    position: relative;
    animation-duration: 2s;
    animation-name: fadeIn;
}

.left-to-right {
    position: relative;
    animation-duration: 2s;
    animation-name: leftToRight;
}

.right-to-left {
    position: relative;
    animation-duration: 2s;
    animation-name: rightToLeft;
}

.bottom-to-top {
    position: relative;
    animation-duration: 2s;
    animation-name: bottomToTop;
}

.move-infinte {
    position: relative;
    animation-duration: 3s;
    animation-name: moveInfinite;
    animation-iteration-count: infinite;
}


/* END animation class */

@media screen and (max-width: 640px) {
    #banner {
        padding: 0 10px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    header {
        padding-top: 64px;
    }
    #nav-header {
        position: relative;
        padding: 0 14px;
        width: calc(100% - 28px);
        flex-flow: wrap;
        height: 64px;
        position: fixed;
        background-color: rgba(64, 75, 97, 1) !important;
        z-index: 100;
        top: 0;
    }
    #nav-button {
        display: inline-block !important;
        margin: auto;
        margin-right: 0;
    }
    #nav-button>img {
        height: 24px;
    }
    #menu,
    .button-header {
        display: none;
    }
    #menu-mobile {
        display: block !important;
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0;
        left: 0;
        right: 0;
        border-top: solid 2px rgba(90, 110, 125, 1);
        background-color: rgba(64, 75, 97, 1);
        color: #ffffff;
        transition: 1s;
        top: -200px;
    }
    #menu-mobile.active {
        top: 64px;
    }
    #menu-mobile>li {
        display: inline-block;
        width: 100%;
    }
    #menu-mobile>li>a {
        display: inline-block;
        text-decoration: none;
        color: #ffffff;
        padding: 8px 14px;
    }
    #menu-mobile>li>a:hover,
    #menu-mobile>li>a.active {
        color: #F96332;
    }
    .element-feature,
    .element-section {
        text-align: center;
        padding: 20px;
    }
    .element-feature>h4,
    .element-section>h4 {
        margin: 1rem 0;
    }
    .video-section {
        width: 80%;
        margin: 20px auto;
    }
    .container {
        padding: 0 10px;
    }
    .section-logo-text {
        padding: 10px 0;
    }
    form {
        padding: 20px 0;
    }
}