/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    background-color: #0f131e;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/cathedral-moscow-bg.jpg) no-repeat center center;
    background-size: cover;
}


@media(min-width:799px) {
    .intro-message {
        position: relative;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-top: 20%;
        margin-bottom: 20%;
        background-color: rgba(15, 19, 31, 0.65);
        border-radius: 40px;
        margin-left: 60px;
        margin-right: 60px;
    }

    #cta-btn {
        font-size: 24px;
    }
}

.intro-message > h1 {
    color: #ffffff;
    margin: 0;
    font-variant: small-caps;
    font-size: 3.5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

#cta-btn {
    background: #b13c3c;
    color: white;
    font-weight: 700;
    border: solid 5px white;
    box-shadow: 0 0 30px black;
    text-transform: uppercase;
}

#cta-btn:hover {
    background: #463cb1;
    color: white;
}

#cta-btn i {
    margin-right: 10px;
}

.content-section-main {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-main h1 {
    margin-bottom: 40px;
    font-variant: small-caps;
    color: #1f1f1f;
    border-bottom: solid 4px lightgray;
    padding-bottom: 10px;
}

.content-section-main p {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 30px;
    line-height: 30px;
}

.content-section-main ol {
    font-size: 22px;
    color: gray;
}

.content-section-garantee {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.section-heading {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 26px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 580px 0 0 0;
    color: #f8f8f8;
    background: url(../img/center-moscow-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner > .container {
    background-color: rgba(15, 19, 31, 0.85);
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.banner h2 {
    margin: 0;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}


footer {
    padding: 50px 0;
    background-color: #0a0d15;
}

footer > .container {
    width: 100%;
}

footer ul {
    float: left;
    list-style-type: none;
    text-align: left;
    margin-right: 10px;
}

footer a {
    color: #acacac;
    font-size: 16px;
    font-weight: 400;
}

p.copyright {
    clear: left;
    margin: 15px 0 0;
    margin-left: 40px;
}







/* ORDER PAGE */

.full {
    background: url('../img/hotel-moscow-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: black;
    position: relative;
}

.orderExtern {
   width: 100%;
}

.orderInner {
    margin: auto;
}

@media(min-height: 700px) {
    .orderExtern {
        margin: 0;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.order {
    margin: auto;
    width: 90%;
    max-width: 600px;
    text-align: center;
    background-color: rgba(15, 19, 31, 0.65);
    border-radius: 40px;
    padding: 50px;
    color: white;
    margin-top: 100px;
}

.order h2 {
    color: #faff9d;
}

.order h3 {
    color: #bbbbbb;
    margin-top: 35px;

}

.order h4 {
    font-weight: 400;
}

.order h5 {
    color: #bbbbbb;
    font-weight: 400;
}


#tourism-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #b13c3c;
    color: white;
    font-weight: 700;
    border: solid 5px white;
    font-size: 22px;
    box-shadow: 0 0 30px black;
    text-transform: uppercase;
    padding: 20px 30px;
}

#tourism-btn:hover {
    background: #463cb1;
    color: white;
}

#business-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #463cb1;
    color: white;
    font-weight: 700;
    border: solid 5px white;
    font-size: 22px;
    box-shadow: 0 0 30px black;
    text-transform: uppercase;
    padding: 20px 30px;
}

#business-btn:hover {
    background: #b13c3c;
    color: white;
}