@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
    font-family: 'Roboto', sans-serif !important;
}

@media screen and (max-width: 552px) {
    #navLogo {
        width: 50px !important;
    }
}

@media screen and (max-width: 768px) {
    .main-img {
        height: 50vw !important;
    }
}

@media screen and (min-width: 552px) {
    #navLogo {
        width: 100px;
    }
}

.shadowed {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

#navLogo {
    width: 90px;
}



.z-5 {
    z-index: 5;
}



.bg-grey {
    background-color: #434343;
}

.text-light {
    font-weight: 300;
}

.main-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
