/*
** HEADER
*/

.header{
    height: 620px;
    background-image: url("../img/header-background-edited.jpg");
    background-size: cover;
    background-position: 50% 30%;
}

.header-brand-wrapper{
    margin-top: 50px;
    margin-left: 50px;
    font-size: 150%;
    float: left;
}
.header-brand{
    color:white;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 150%;
    display: block;
    margin-top: -9%;
}

.slogan{
    color: white;
    padding-top: 324px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 3px black;
}

.slogan-top{
    font-size: 430%;
    font-family: 'Times New Roman', Times, serif;
}
.slogan-bottom{
    font-size: 320%;
}

/*
** CONTACT FORMULAR
*/

.contact-formular{
    height: 610px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-heading{
    font-weight: lighter;
    margin-bottom: 15px;

}
.heading-main{
    font-family: 'Times New Roman', Times, serif;
}

.contact-subheading{
    font-size: 150%;
}

.contact-methods{
    list-style-type: none;
}
.contact-methods li {
    width: 100%;
    float: left;
    font-weight: lighter;
    height: 2.5em;

    @media($bp-larger-than-phablet){
        width:100%;
        margin-bottom: 6px;
    }
    @media(min-width: 950px){
        width:50%;
        margin-bottom: 6px;
    }
}

.contact-methods .fa{
    font-size: 150%;
}

.contact-icon{
    display:inline-block;
    width: 40px;
    text-align: center;
    
}

.contact-input{
    width: 100%;
    margin-bottom: 28px;
    background-color: white;
}

.contact-input-name-size-firstname,
.contact-input-email{
    width:100%;

    @media(min-width: 500px){
        width: 100%;
    }
    @media($bp-larger-than-phablet ){
        width: 100%;
    }
    @media(min-width: 1092px){
        width: 100%;
    }
}

.contact-message{
    height:204px;
}

input.contact-submit[type="submit"]{
    position: center;
    margin-bottom: 0px;
    background-color: cadetblue;
    color:white;
}

.contact-form{
    margin-bottom: 0px;
}

#contact-success{
    color: green;
}

/*
** FOOTER
*/

.footer{
    text-align: center;
}

.footer-hr{
    padding-top: 5px;
}

.top{
    float:right;
    color:black;
}

