body {
    padding-top:  110px;
}

body, html, .container-fluid {
    height: 100%;
}

h1 {
    background:url('../img/Streep.png') no-repeat left bottom;
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    height: 65px;
}

a, a:hover {
    color: #10ae96;
}

.btn-success {
    background-color: #10ae96 !important;
    border-color: #10ae96 !important;
}

textarea{
    resize: none;
}

.active{
    background:url('../img/Streep.png') no-repeat left bottom;
    -webkit-background-size: contain;
    background-size: contain;
}

.navbar{
    background: #ffffff;
    min-height: 90px;
    font-size: 1.2em;
    border-bottom: 1px solid #10ae96;
}

.navbar-brand img{
    height: 85px;
}

.hard-shadow{
    -webkit-box-shadow: 20px 20px 0px 0px #707070;
    -moz-box-shadow: 20px 20px 0px 0px #707070;
    box-shadow: 20px 20px 0px 0px #707070;
    width: 95%;
    margin-bottom: 25px;
}

.image-block{
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    text-align: center;
    background-repeat: no-repeat;
    border: 1px solid #10ae96;
    background-position: center;
}

.background-contain{
    background-size: contain;
}

.background-cover{
    background-size: cover;
}

.big-space{
    margin-top: 15%;
    margin-bottom: 5%;
}

@media (max-width: 992px) {
    .mobile-margin{
        margin: 30px;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 110px;
    }

    .hard-shadow{
        width: 95%;
    }

    .image-block{
        height: 250px;
        display: table-cell;
        vertical-align: middle;
        width: 1%;
        text-align: center;
        background-repeat: no-repeat;
        border: 1px solid #10ae96;
        background-position: center;
    }

    .image-block h2{
        color: #10ae96;
        /**text-shadow: 0px 0px 16px rgba(150, 150, 150, 1);**/
    }
}

.front-page-background{
    background: url('https://scontent-amt2-1.xx.fbcdn.net/v/t1.0-9/14202579_1143706062367521_8917817705507340442_n.jpg?_nc_cat=0&oh=27bf7ad363ea7a7022cec08b4eee492d&oe=5B648919') no-repeat center center fixed;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}