/*! Place your custom styles here */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:700');

#logo{
    color: #ee475b;
    margin-top: 5px;
    display: inline-block;
    background-image: url('/img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 116px;
    height: 34px;
    border-bottom: 2px solid #fff;
}

#logo:hover{
    border-bottom: 2px solid #ee475b;
}

#logo:active{
    filter: brightness(0.8);
}

#mc_embed_signup{
    width: 100%;
}

#mc_embed_signup .btn{

    margin-top: 20px;
}

#mc_embed_signup_scroll{
    padding: 0 15px;
}

@media all and (max-width: 767px) {

    .container-holder{
        padding: 0px 0 20px 0 ;
    }

    .container-phone{
        padding-top: 30px;
    }
}