.padding-top-custom-10{
    padding-top: 10em;
}

/* FONTS */

@font-face {
    font-family: 'Raleway';
    src: url('/webfonts/Raleway-Regular.ttf') format('opentype');
}

.ff-Raleway-Regular{
    font-family: 'Raleway', sans-serif;
}

/* HEADER */

.btn:hover,.btn:focus{
    color: black;
}

.fa-chevron-down{
    display: none !important;
}


/* BANNER */

.banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}



/* RESPONSIVE IMG SIZE */

.responsive-img-custom-size{
    height: 480px;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .responsive-img-custom-size{
        width: 75%;
        height: 400px;
    }
}

 /* CAROUSEL */

 .carousel{
    padding: 0;
 }
