html {
    height: 100%;
}

body {
    background-image: url(../img/wall_street.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Comfortaa' !important;
    font-size: 1.5em;
}

h2 {
    font-family: 'Comfortaa' !important;
}

.content {
    background: white !important;
}

.row {
    margin: 0px;
}

.center {
    text-align: center;
}

.text {
    margin-top: 4em;
}

.text img {
    margin-top: 2em;
    margin-bottom: 3em;
}

.btn-circle {
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 15px;
    padding: 0.5em;
    padding-right: 1em;
    padding-left: 1em;
}

.btn-circle:hover {
    color: black;
    background: white;
    transition: background 400ms;
}



#brand {
    margin-top: 1em;
    font-size: 10em;
    color: #F6CD61;
    font-family: 'Abril Fatface' !important;
}

#brand-small {
    color: #F6CD61;
    font-size: 2.5em;
    font-family: 'Abril Fatface' !important;
}

#slogan {
    margin-bottom: 10em;
    padding: 0.6em;
    font-size: 2em;
    color: #FE8A71;
    background: rgba(0, 0, 0, 0.6);
} 


#info h2 {
    color: #0E9AA7;
}

@media screen and (max-width: 768px) {
    #brand {
        font-size: 7em;
    }
    
    #slogan {
        font-size: 1.5em;
    }
}