body{
    font-family: 'Wix Madefor Text', sans-serif;
}

.section-header{
    font-size: 2.2rem;
}

hr{
    border: 0;
    opacity: 1;
    background-color: #e91524;
}
hr:not([size]){
    height: 6px;
}

.navbar{
    background-color: #ffffff;
}

.navbar-brand img{
    width: 100px;
}

.nav-link{
    color: #131313;
}

#home a{
    background-color: #e91524;
    color: #f5f5f5;
    border: 2px solid transparent;
}

#home a:hover{
    background-color: transparent;
    border: 2px solid #f5f5f5;
}

#services{
    background: linear-gradient(rgba(245, 245, 245, 0.5), rgba(213, 205, 193, 0.5));
}

.card{
    background-color: #000000;
    border: 0;
}

.card-img{
    opacity: .6;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.card:hover .card-img{
    opacity: .8;
}

.info{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.info img{
    width: 30px;
}

#contact{
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../assets/contact.jpg'); background-repeat: no-repeat; background-size: cover;
    background-position: center 20%;
    color: #ffffff;
    font-size: 1.1rem;
}

#contact a{
    font-weight: 700;
    color: #e91524;
}

footer{
    background-color: #e91524;
    color: #ffffff;
}

footer a, footer a:hover{
    color: #f5f5f5;
    font-weight: 700;
}

@media (min-width: 576px){
    .navbar-brand{
        font-size: 1.4rem;
    }

    #home h1{
        font-size: 2.3rem;
    }

    #home h2{
        font-size: 1.4rem;
    }
}

@media (min-width: 768px){
    #home h1{
        font-size: 3rem;
    }

    #home h2{
        font-size: 1.6rem;
    }
}

@media (min-width: 992px){
    #home h1{
        font-size: 3.3rem;
    }

    #home h2{
        font-size: 1.8rem;
    }

    #about p, #contact p{
        font-size: 1.1rem;
    }

    #services h3{
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px){
    #services h3{
        font-size: 1.5rem;
    }
}