/*
body: #262626
primary: #7BAFD4;
secondary: #236192;
tertiary: #163E6D;
*/

@font-face {
    font-family: 'Museo';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300-regular-webfont.woff') format('woff'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#Museo') format('svg');
}

@font-face {
    font-family: 'Museo';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700-regular-webfont.woff') format('woff'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#Museo') format('svg');
}

body {
    margin: 0;
    padding: 0;
    background: #236192;
    color: #FFF;
    font-family: 'Museo', sans-serif;
}

.container {
    max-width: 700px;
}

.btn {
    text-transform: uppercase;
}

.btn-dark {
    background-color: #262626;
    border-color: #262626;
}

.btn-dark:hover {
    background-color: #000;
    border-color: #000;
}

.glyph-link {
    line-height: 16px;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
}

.glyph-link:hover {
    text-decoration: none;
}


/* HEADER */

#header {
    text-align: center;
    padding: 15px;
}

#header .container {
    position: relative;
}

#header svg {
    height: 50px;
    display: block;
    margin: 0 auto;
}

#header svg path {
    fill: #FFF;
}

#header .locales {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .locales a {
    color: #FFF;
}

#header .locales a span {
    font-size: 0.8rem;
    display: inline-block;
    line-height: 16px;
}

#header .locales a img {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25rem;
}

#header .locales a:hover,
#header .locales a:active {
    color: #7BAFD4;
}


/* HERO */

#hero {
    text-align: center;
    background: url(../images/bedroom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 80px 0;
    color: #262626;
}

#hero h1 {
    font-size: 120%;
    font-weight: normal;
    text-transform: uppercase;
}

#hero h1 strong {
    font-weight: bold;
    display: block;
}


/* INTRO */

#intro {
    background: #FFF;
    color: #262626;
}

#intro .container {
    padding: 30px;
}


/* FORM */

#form {
    background: #FFF;
    color: #262626;
}

#form .container {
    padding: 0 30px 30px;
}

#form .message {
    font-size: small;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    background: #d9534f;
    margin-top: 0.2rem;
    margin-bottom: 0;
    color: #ffffff;
}

#form .message:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #d9534f;
    position: absolute;
    bottom: 100%;
    left: 1rem;
}


/* FOOTER */

#footer {
    text-align: center;
    padding: 15px;
}

#footer p {
    font-size: 70%;
    text-transform: uppercase;
}

#footer svg {
    display: block;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#footer svg path {
    fill: #FFF;
}

@media (min-width: 992px) {
    #intro .container {
        padding: 30px 100px;
    }

    #form .container {
        padding: 0 100px 30px 100px;
    }

    #hero {
        padding: 200px 0;
    }

    #hero h1 {
        font-size: 130%;
    }

    #hero h1 strong {
        font-size: 160%;
    }
}
