body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.serviceIcon {
    width: 150px;
}

.service-image {
    width: 80%;
}

.logo {
    width: 40%;
}

.carousel,
.rules-list {
    -webkit-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.75) !important;
}

#contentContainer,
footer {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75) !important;
}

#PageTitle {
    font-size: 6vw;
}

@media (max-width: 425px) {
    #PageTitle {
        font-size: 15vw;
    }

    .logo {
        width: 80%;
    }
}