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

body {
    width: 100%;
    height: 100%;
	font-family: 'Quicksand', sans-serif;
    color: #fff;
    background-color: #bcb8b0;
}

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

h1{
    margin: 0 0 35px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 1px;
}

h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

h2 {
    margin: 0 0 35px;
    font-family: 'Playfair Display', serif;
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
	margin: 0 0 35px;
	font-size: 18px;
    }
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: #ff7b11;
    background-color: #49361b;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.navbar-custom .navbar-brand {
    font-family: 'Playfair Display', serif;
	font-weight: 400;
	color: #ff7b11;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: none;
    background-color: rgba(188,184,176,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #49361b;
    }

}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/la_course_bordeaux.gif) no-repeat bottom center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.misterbooking {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0px 0;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 60px;
}

.intro .intro-body .intro-text {
    font-size: 60px;
}

@media(min-width:1361px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 140px;
		text-shadow: 0.01em 0.1em 0.25em black;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}


.content-section {
    display: table;
    width: 100%;
    height: auto;
}

.download-section {
    display: table;
	width: 100%;
	height: auto;
    padding: 0 0;
    text-align: center;
    color: #fff;
    background: url(../img/guesthouse-bordeaux.jpg) no-repeat bottom center scroll;
    background-color: #bcb8b0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
	padding-top: 80px;
    }

    .download-section {
	padding-top: 100px 0;
    }

    #map {
        height: 600px;
        margin-top: 80px;
    }
}


footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}