body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background-color: #000000;
    color: #fff;
}

.header {
    background-image: url('images/header-modular-voyage-at-night.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}


.header .container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(to top, #000000, #050a30);
    opacity: 0.40;
}

.header img.logo {
    max-width: 360px;
    max-height: 180px;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.artist-info {
    padding: 50px 0;
    background: linear-gradient(to top, #000000, #050a30);
    text-align: center;
}

.artist-info h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.artist-info img {
    padding-top: 40px;
    padding-bottom: 40px;
}

.artist-info p {
    font-size: 1.1em;
    line-height: 1.6;
}

.image-carousel {
    padding: 50px 0;
    background: linear-gradient(to top, #000000, #050a30);
    text-align: center;
}

.image-carousel h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.media-players {
    padding: 50px 0;
    background: linear-gradient(to top, #000000, #050a30);
    text-align: center;
}

.media-players h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.media-players h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.booking-form {
    padding: 50px 0;
    background: linear-gradient(to top, #000000, #050a30);
    text-align: center;
}

.booking-form h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.booking-form .form-group {
    margin-bottom: 20px;
}

.booking-form button[type="submit"]:hover {
    background-color: red;
    color: #fff;
}

.footer {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
}

.footer .social-links {
    display: flex;
    justify-content: center;
}

.footer .social-links a {
    color: #fff;
    font-size: 35px;
    margin: 0 10px;
}

.back-to-top {
    display: block;
    margin: 40px auto 0;
    background-color: red;
    color: #fff;
}

.image-carousel .carousel-item img {
    max-height: 400px;
    width: auto;
    object-fit: contain;
}
