/***
File is used by V1 layout.
 */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 200px;
}

.content{
    flex: 1 0 auto;;
}

.footer .content{
    background-color: #2f2f2f;
}
.footer a {
    color: #ebebeb;
    text-decoration: none;
}
.white_logo{
    max-width: 180px;
}

@media(max-width: 700px){
    .white_logo{
        max-width: 100px;
    }
}

.btn-cta{
    background: #fcbf00;
    color: #000;
    box-shadow: 0 3px 16px rgba(0,0,0,.16);
    font-size: 18px;
    font-weight: 600;
}

.btn-cta:hover {
    background: #ffcd30;
    color: #000;
}
