﻿html, body, .container, .row-container {
    height: 100%;
}

.content {
    height: 60%;
}

.row-content, .row-content .col-md-12 {
    height: 100%;
}

    .row-content .col-md-12 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

body {
    color: black;
    font-size: 19px;
    font-family: 'Gotham Rounded Light';
    font-weight: normal;
}

h2 {
    font-size: 17px;
    font-family: 'Gotham Rounded Light';
    font-weight: bold;
}

h1 {
    font-size: 38px;
    font-family: 'Gotham Rounded Light';
    font-weight: 300;
}

.header-content {
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.header {
    padding-top: 25px;
    padding-bottom: 15px;
    font-family: 'Gotham Rounded Light';
    font-size: 27px;
    font-variant: small-caps;
    font-weight: 300;
    color: black;
    text-align: center;
    line-height: 80%;
}

@media (max-width: 767px) {
    .header {
        padding-top: unset !important;
        font-size: 7vw;
    }

        .header img {
            max-width: unset !important;
        }
}

.header img {
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 5px;
    padding-bottom: 10px;
    margin: 0px 5px;
    margin-bottom: 15px;
}

.content {
    padding: 0px 25px;
}

.btn {
    border-color: #E9501C;
    background-color: #E9501C;
    color: white;
    padding: 12px 20px;
    text-transform: uppercase;
}
    .btn:hover {
        color: white;
        border-color: #502C1D;
        background-color: #502C1D;
    }

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot');
    src: url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('/fonts/icomoon.woff') format('woff'), url('/fonts/icomoon.ttf') format('truetype'), url('/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Rounded Light'), url('/fonts/gotham-rounded-light.woff') format('woff');
}

.icon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
}

    .icon.icon-oops:before {
        content: "\e931";
    }

    .icon.icon-oops:before {
        content: "\e931";
    }

.merci {
    font-size: 25px;
}

.oops {
    margin-bottom: 25px;
}

button {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .cdl-bottom {
        position: relative;
        background-image: url('cdl_bottom.png');
        background-repeat: no-repeat;
        background-position: center !important;
    }
}

.cdl-bottom {
    position: relative;
    background-size: contain;
    background-image: url('cdl_bottom.png');
    background-repeat: no-repeat;
    background-position: center;
}


.satisfaction {
    font-weight: 600;
}
