﻿body {
    font-family: 'Bitter', serif;
    font-weight: 400;
    color: #180c10;
    font-size: 20px;
    line-height: 1.6;
}

html {
}

#page {
    background: #fff;
}

.row {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#page {
    margin: 5% auto;
    padding: 0 0 0 0;
    height: auto;
    position: relative;
    background: #fff;
}

#intro {
    padding-bottom: 16px;
    text-align: center;
}

    #intro img {
        width: 100%;
        margin-top: -20px;
        padding-bottom: 26px;
    }

h2, h3 {
    font-size: 36px;
}

h1 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size:70px;
}

h2 {
    color: #ae0b1c;
    font-weight: 400;
}

h5 {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
}

#content h2 {
    margin-bottom: 20px;
    text-align: center;
}

h2, h3 {
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

h4 {
    text-align: center;
    margin-left: -280px;
}

a {
    color: #ae0b1c;
    font-weight: bold;
}

    a:hover {
        text-decoration: none;
        color: #180c10;
    }


hr {
    width: 800px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px dashed #dedede;
}

#content {
    padding: 0 50px;
}

blockquote {
    position: relative;
    width: 800px;
    margin: 0 auto 40px auto;
    padding: 30px 30px 26px 30px;
    font-size: 20px;
    line-height: 1.6;
    border: solid 1px #dedede;
    border-radius: 30px;
    background: #eee;
}

    blockquote:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 52px solid transparent;
        border-top-color: #eee;
        border-bottom: 0;
        border-left: 0;
        margin-left: -26px;
        margin-bottom: -52px;
    }

#contact {
    width: 100%;
    background: #0f0f13;
    margin-top: 50px;
}

#contact-image, #contact-form {
    width: 50%;
    float: left;
}

#contact-form {
    margin-top: 20px;
    padding: 0 30px 0 36px;
}

    #contact-form button {
        padding: 4px 26px;
        background: #ae0b1c;
        border: none;
        font-size: 20px;
    }

    #contact-form button:hover {
            background: #180c10;
        }

#contact img {
    width: 100%;
    margin-top: -20px;
}

#contact-form .form-control {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    line-height: 1.42857143;
    color: #180c10;
    background: #fff;
    border: none;
    border-radius: 0;
}

#contact-form label, #contact-form .form-control {
    font-size: 20px;
    font-weight: normal;
}

#contact-form label {
    color: #fff !important;
    font-size: 20px;
}

#contact-form textarea {
    height: 100px !important;
}

#footer {
    min-height: 50px;
    margin-bottom: -10px;
    padding: 16px 0 0 0;
    text-align: center;
    background: #eee;
    border-top: solid 1px #dedede;
    font-size: 18px;
}

@media (min-width: 1024px) {
    body {
        background: url(/Content/Images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #page {
        padding: 0 0 0 0;
        -webkit-box-shadow: 0px 3px 29px 6px rgba(0,0,0,0.19);
        -moz-box-shadow: 0px 3px 29px 6px rgba(0,0,0,0.19);
        box-shadow: 0px 3px 29px 6px rgba(0,0,0,0.19);
    }
}

@media (max-width: 1280px) {
    #page {
        margin: 26px auto;
    }

    #intro img {
        padding-bottom: 16px;
    }
}

@media (max-width: 1024px) {
    #page {
        width: 100%;
        margin: 0 0;
        padding: 16px 16px;
    }
    h1 {font-size: 60px;}
    h2, h3 {
        font-size: 30px;
    }

    #content {
        padding: 0 30px;
    }

        #content h2 {
            font-size: 30px !important;
        }


    blockquote {
        width: 90%;
        padding: 26px 26px 20px 26px;
    }

    hr {
        width: 80%;
    }
}

@media (max-width: 1023px) {
    #contact-image, #contact-form {
    width: 100%;
    display:block;
}
    #contact-form {
    margin-top: 0;
    padding: 0 10% 60px 10%;
}
    #contact h2 {text-align:center;}
    .fa-user {
        display: none;
    }
}


@media (max-width: 768px) {
    body, blockquote, #contact-form label, #contact-form .form-control {font-size: 18px;}
    h1 {
        max-width: 400px;
        font-size: 42px;
        margin: 0 auto 10px auto;
    }

    #intro img {
        padding-bottom: 26px;
    }

    #content {
        padding: 0 20px;
    }
}

@media (max-width: 680px) {
    h4 {
        text-align: center;
        margin-left: 0;
    }

    blockquote {
        width: 100%;
        margin-bottom: 80px;
    }

    #content h2 {
        width: 100%;
        font-size: 26px !important;
    }
}

@media (max-width: 480px) {
    h1 {
        max-width: 100%;
    }

    h2, h3 {
        font-size: 32px;
    }

    #content {
        padding: 0 10px;
    }
        #contact-form {
        padding: 0 20px 10px 20px;
}
#contact h2 {font-size: 30px; text-align: left;}

    #footer p {
        width: 200px;
        padding-bottom: 10px;
        margin: 0 auto;
    }

    #footer span {
        display: none;
    }
}
@media (max-width: 360px) {
   
#contact h2 {font-size: 24px; text-align: left;}

}
