﻿/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    background-color: #f05f40;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    height: 90%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px auto 0 auto;
    display: block;
    background: #222;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.social-networks i.fa {
    font-size: 30px;
}

.navbar-brand {
    padding: 20px 15px;
    font-size: 20px;
}

.facebook:hover {
    color: #3B5998 !important;
}

.twitter:hover {
    color: #55acee !important;
}

#section-wedding-1,
#section-wedding-2,
#section-wedding-3,
#section-wedding-4 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

    #section-wedding-1 .filter {
        padding: 100px 0;
    }

    #section-wedding-2 .filter,
    #section-wedding-3 .filter,
    #section-wedding-4 .filter {
        padding: 0 0 100px 0
    }

.filter {
    text-shadow: 0 1px 10px #000;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.5;
}

#section-wedding-1 {
    background-image: url(../images/mariage-1.png);
}

#section-wedding-2 {
    background-image: url(../images/mariage-2.png);
}

#section-wedding-3 {
    background-image: url(../images/mariage-3.png);
}

#section-wedding-4 {
    background-image: url(../images/mariage-4.png);
}

.filter {
    background-color: rgba(0,0,0,0.5);
}

@media (max-width:420px){
    .navbar-brand {
        font-size: 12px;
    }
}