body {
    background-color: #000000;
    color: #ffffff;
}

#header {
    background-color: #000;
    background: url('../images/bg-header-v2.webp') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom: 69vh;
}

h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#about p {
    font-size: 1.12rem;
}

#about p a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #333333;
}

#about p a:hover {
    color: #ffffff;
    text-decoration-color: #ffffff;

}

#videos h2 {
    font-size: 4rem;
}

#contact h2 {
    margin-top: 4rem;
    font-size: 3rem;
}

ul.banner-social-buttons a {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.btn-default:hover {
    color: #000000;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

footer {
    margin-top: 4rem;
}

footer a {
    color: #ffffff;
    text-decoration: underline;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 576px) {
    #header h1 span {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    #header h1 span {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    #header h1 span {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    #header h1 span {
        font-size: 4rem;
    }
}
