* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background: none;
}

a:hover {
    text-decoration: none;   
}

#landing-page-body {
    background: url('../img/guitar.jpg');
    background-size: cover;
}

.landing-page {
    border-radius: 0px;
    height: 100vh;
    background: none;
}

.landing-page h4 {
    font-weight: bold;
    text-align: center;
}

.landing-page .col-12 {
    text-align: center;
}

.landing-page img {
    height: 200px;
    max-width: 100%;
    margin: 10px;
}

.display-3 {
    font-size: 40px;
}

.btn-danger {
    border-radius: 0px;
}

.navbar {
    background: rgb(255, 255, 255) !important;
    font-family: Helvetica;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    width: 100%;
    z-index: 12;
    position: fixed;
}

nav a {
    color: rgb(0, 0, 0) !important;
    margin-right: 10px;
    font-size: 15px;
    letter-spacing: 3.5px;
}

nav a:hover {
    color: rgb(159, 14, 14) !important;
}

.navbar-brand img {
    width: 100px;
}

.navbar button,
.navbar-toggler-icon {
    outline: none;
    border: none;
    color: white;
}

.navbar-toggler-icon {
    color: rgb(0, 0, 0) !important;
    outline: none !important
}

.front-page-header {
    background: linear-gradient(rgba(3, 28, 138, 0.6), rgba(0, 0, 0, .6)), url(../img/banner-1.jpg);
    padding: 200px 0px 150px 0px;
    overflow-x: hidden;
}

.front-page-header .row .col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
}

.front-page-header img {
    height: 300px;
    width: auto;
    margin: 0 auto;
}

.cta {
    background: rgba(255, 255, 255, 0.267) !important;
}

.cta a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}

.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.button-wrapper button {
    background: none;
    border: solid white 2px;
    padding: 7px 55px;
    margin: 15px;
}

.button-wrapper button a {
    color: white;
}

.form-wrapper {
    display: flex;
}

.toab-form-front {
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    background: rgba(255, 255, 255, 0);
    padding: 30px 10px 10px 10px;
}

.toab-form-front input {
    width: 40%;
    margin: 10px;
    padding: 9px;
    border: none;
    margin-bottom: 30px;
    outline: none;
    background: rgba(255, 255, 255, 0.054);
    color: white;
    border-bottom: solid 1px white;
}

.toab-form-front input::placeholder,
.toab-form-front textarea::placeholder {
    opacity: .5;
}

.toab-form-front input::placeholder,
.toab-form-front textarea::placeholder {
    color: white;
}

.toab-form-front textarea {
    width: 84%;
    height: 100px;
    padding: 9px;
    margin-bottom: 30px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.212);
    border: none;
    border-bottom: solid 1px white;
    outline: none;
}

.toab-form-front .submit,
.toab-form-front button,
.toab-form-front a {
    background: rgb(255, 255, 255) !important;
    color: rgb(110, 0, 0) !important;
    text-transform: uppercase;
    width: 300px !important;
    padding: 10px 36px;
    border: none;
    margin: 10px;
    font-weight: 700;
    outline: none;
    text-align: center;
    text-decoration: none;
}

.toab-form-front button a {
    color: rgb(110, 0, 0) !important;
    text-decoration: none;
}

.toab-form-front p {
    text-align: center;
}

.toab .col-12 h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.main-page-container {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
}

.main-page-container img {
    height: 400px;
}

.music-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: center;
    box-sizing: border-box;
    padding: 50px 0px 50px 0px;
}

.music-container .album {
    height: 300px;
    width: 300px;
    min-width: 180px;
    margin: 30px;
    transition: .2s ease;
    -webkit-box-shadow: 0px 10px 14px -5px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 10px 14px -5px rgba(0,0,0,0.62);
    box-shadow: 0px 10px 14px -5px rgba(0,0,0,0.62);
}



.music-container .album:hover {
    transform: scale(1.05);
}

.music-container .album img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    cursor:pointer !important;
    
}

.tour-wrapper {
    margin: 100px 0px 100px 0px;
}

.tour-title-wrapper h2,
.dropdown-divider {
    margin-bottom: 30px;
}

.tour-row::-webkit-scrollbar {
    display: none;
}

.tour-cards .col-md {
    margin: 10px;
    padding: 25px;
    box-shadow: 0px 10px 75px -11px rgba(20, 20, 20, 0.233);
}

.tour-cards .col-md h3 {
    margin-bottom: 30px;
    font-weight: 500;
}

.tour-cards .col-md h5 {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 17px;
    color: rgb(59, 58, 58);
}

.tour-cards .col-md p {
    font-size: 20px;
}

.info-text {
    font-size: 14px !important;
}

.tour-cards .col-md ul li {
    font-size: 14px;
}

.tour-cards .col-md button a {
    color: white;
    text-decoration: none;
    ;
}

.tour-cards .col-md img {
    max-width: 100%;
}
/* Hide scrollbar for IE and Edge */
.tour-row {
    -ms-overflow-style: none;
    display: inline;
}

.tour-wrapper {
    background: none;
}

.col-xl .card .card-body .card-title {
    margin-bottom: 30px;
}

.col-xl .card .card-body p {
    color: rgb(128, 128, 128);
    font-weight: 300;
    word-spacing: 3px;
}

.tour-wrapper .container .row ul {
    margin-bottom: 50px;
}

.tour-wrapper .container .row li {
    list-style: none;
    color: rgb(114, 114, 114);
    margin: 5px;
    margin-bottom: 5px;
}

@import url('https://fonts.googleapis.com/css?family=Sen&display=swap');
footer {
    background: linear-gradient(rgb(1, 1, 21), rgb(1, 1, 19));
    padding: 60px 40px 60px 40px;
    color: rgb(255, 255, 255);
    font-family: 'Sen', sans-serif;
}

.versa-logo {
    width:50px;
    margin-top:50px;
}

footer ul {
    padding-left: 10px;
}

footer li img {
    height: 30px;
    width: auto;
}

footer p {
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
}

footer h5 {
    color: rgb(247, 247, 247);
    letter-spacing: 3px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

footer .social-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

footer .social-list img {
    margin: 10px;
}

footer a,
footer a:hover {
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    line-height: 40px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 11px;
}

footer img {
    width: 400px;
    max-width: 100%;
    margin-bottom: 20px;
}

.footer-copyright {
    text-align: left;
}


/*ARTISTS PAGE*/

#artist-body {
    background: rgb(249, 249, 249);
    overflow-x: hidden;
}

#artist-body h1 {
    font-weight: 700;
    font-size: 100px;
    text-transform: uppercase;
}

#artist-body h2 {
    font-weight: 700;
    font-size: 30px;
    color: rgb(167, 24, 24);
}

.artist-wrapper {
    padding-top: 25px;
    padding: 0px;
    margin-bottom: 100px;
}

.artist-header {
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(2, 7, 83, 0.691), rgba(65, 14, 14, 0.7)), url("https://images.unsplash.com/photo-1514320291840-2e0a9bf2a9ae?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80");
    background-size: cover;
}

.artist-header h1 {
    color: white;
}

.artist-wrapper .jumbotron-fluid {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://images.unsplash.com/photo-1513925619563-269fc5fbdd89?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1953&q=80');
    background-size: cover;
    height: 600px;
    text-align: center;
    padding-top: 150px;
    color: white;
}

.artist-wrapper .jumbotron-fluid h1 {
    font-size: 100px;
}

.artist-picture-wrapper .row {
    background: white;
    padding: 30px;
}

.artist-wrapper .row .col {
    margin: 5px;
}

.artist-wrapper .row .col-sm-8 p {
    margin: 5px;
    line-height: 30px;
    color: rgb(36, 36, 36);
}

.artist-wrapper .row img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.artist-picture-wrapper .row {
    margin-bottom: 30px;
}


/* ABOUT PAGE */

.about-header {
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(34, 2, 2, 0.7), rgba(9, 70, 128, 0.7)), url('https://images.unsplash.com/photo-1510265382668-7b564935d7b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2980&q=80');
    background-size: cover;
    background-repeat: no-repeat;
}

.about-section {
    height: auto;
    padding: 0px;
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.about-section .row {
    padding: 50px;
}

.about-section h4 {
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: rgba(182, 13, 13, 0.876);
}

.about-section p {
    line-height: 40px;
    letter-spacing: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(90, 90, 90);
    font-size: 17px;
}

.contact-container form .form-row {
    margin-bottom: 25px;
}

.contact-container form .form-row input {
    padding: 10px;
}

.contact-container form .form-row textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: solid rgb(211, 211, 211) 1px;
    border-radius: 7px;
}

textarea,
input {
    outline: none
}

.slide {
    transform: translateX(0px);
}


/*PRESS*/

.press-header,
.contact-header {
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: .9;
    margin-bottom: 50px;
    background: linear-gradient(rgba(0, 82, 190, 0.527), rgba(163, 0, 163, 0.411)), url('https://images.unsplash.com/photo-1546085020-407431a34851?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2840&q=80');
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-header {
    background: linear-gradient(rgba(6, 44, 94, 0.65), rgba(54, 2, 2, 0.657)), url('https://images.unsplash.com/photo-1500176102012-30b2fbd13cff?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1934&q=80');
    background-repeat: no-repeat;
    background-size: cover;
}

.content-wrapper-press .col-lg {
    padding: 15px;
}

.content-wrapper-press .col-lg .card {
    border: none;
    box-shadow: 0px 10px 75px -11px rgba(20, 20, 20, 0.233);
}

.card-title {
    font-size: 22px;
}

.content-wrapper-press .col-lg .card img {
    border: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.content-wrapper-press button a {
    color: white;
}

@media only screen and (max-width: 800px) {
    .front-page-header,
    .contact-header,
    .artist-header,
    .press-header,
    .front-page-header {
        height: 300px;
        padding-top: 50px;
        overflow-x: hidden !important;
    }
    .front-page-header {
        height: auto;
        overflow: auto;
        padding-top: 100px;
    }
    .front-page-header img {
        width: 70%;
        height: auto;
    }
    .contact-header {
        padding-top: 0px;
    }
    .landing-page input,
    .landing-page textarea {
        width: 90%;
    }
    .navbar {
        position: static;
    }
    h1 {
        font-size: 75px !important;
    }
    .tour-wrapper ul {
        overflow: auto;
        height: auto;
        padding: 0px;
    }
    .card-body {
        text-align: center;
    }
    .card-body p,
    .card-body .btn {
        text-align: center;
    }
    footer .social-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    footer .social-list img {
        margin: 10px;
    }
    footer p {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .tour-wrapper .col {
        margin: 0px;
        width: 100%;
    }
    .tour-wrapper .container {
        padding: 0px;
        margin: 0px;
    }
    .tour-wrapper ul {
        padding: 0px;
    }
    .music-container .album {
        height: 300px;
        width: 300px;
        min-width: 180px;
        margin: 30px;
    }
    footer .social-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    footer .social-list img {
        margin: 10px;
    }
    footer p {
        text-align: center;
    }
}