body, html {
    height: 100%;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.hero-image {
    background-image: url('home.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 100vh;
}

.col-md-6 offset-md-3{
    margin: 0%;
}

.navbar {
    background: transparent !important;
}

.nav-link, .navbar-brand {
    color: white !important;
}

.btn-pink {
    background-color: #ff007f;
    color: white;
}

.rating .checked {
    color: gold;
}

#logo a {
    font-size: 50px;
    text-transform: uppercase;
}

/* Styles for small devices (max-width: 600px) */
@media only screen and (max-width: 600px) {
    .hero-image {
        background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.8)), url("home.jpg");
        background-position: right;
    }

    .display-4 {
        font-size: 30px;
    }

    #logo a {
        font-size: 30px!important;
    }

    footer {
        position: relative;
        background-color: black;
    }
}
