.dark-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.dark h1,
.dark h3,
.dark p,
.dark ul li {
    color: rgb(0, 0, 0);
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0);
}

i.fa-bars {
    color: #ffffff;
}

.nav-link {
    font-weight: 100;
    /* color: #ffffff !important; */
}

.btn-primary a {
    color: #ffffff;
}

.d-inline {
    display: inline;
}

.modal-dialog {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

*:active,
*:hover,
*:focus,
*:visited {
    border: none;
    outline: none !important;
}

@media(max-width:575px) {
    .dark-overlay {
        padding: 10px 0;
    }

    .dark-overlay p a {
        font-size: 18px !important;
    }

    h3 {
        font-size: 28px !important;
    }

    .large {
        font-size: 32px !important;
        padding-top: 20px !important;
    }

    .dark-overlay ul:not(:first-of-type) {
        text-align: left;
    }

    .dark-overlay ul:not(:first-of-type) li {
        margin-left: 20px;
    }

    .dark-overlay ul:not(:first-of-type) li:before {

        content: '';
        height: 10px;
        width: 10px;
        margin-left: -20px;
        margin-top: 10px;
        position: absolute;
        background-color: #ffffff;
        border-radius: 0;
    }

}

header {
    /* background: url(images/shutterstock_13576465.jpg) 0 no-repeat; */
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

header h1,
header p {
    color: #ffffff;
}

h1,
p {
    font-weight: 100;
}

header p {
    font-size: 20px;
}

.logo {
    height: 100px;
    width: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}

.proposition-fluid {
    width: 250px;
    height: auto;
    max-width: 100%;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
}

.list-unstyled {
    /* color: #ffffff; */
    font-size: 20px;
    font-weight: 100;
}

.dark-overlay a:hover,
.dark-overlay a:focus,
.dark-overlay a:visited,
.dark-overlay a:active {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}

.dark-overlay a {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.large {
    font-size: 28px;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-top: 0;
}

h3 {
    /* color: rgba(255, 255, 255, 0.8); */
    font-weight: 100;
    font-size: 28px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.navbar-brand {
    width: 100%;
    display: block;
}