/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*------------------------------ Import Google Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Oswald&display=swap');

/*------------------------------ General - font, colors, sizing and alignments*/

body {
    background-color: #e7e7e7;
    font-family: "Lato", sans-serif;
}

.ui-heading {
    color: #fafafa;
}

.bg-jumbotron {
    background-color: rgba(33, 37, 41, 0.75);
}

.page-header {
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Oswald', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-right,
.button-align {
    text-align: right;
}

.main-container {
    margin-bottom: 6rem;
    overflow: auto;
}

.inline-block {
    display: inline-block;
}

.ui-bg-color {
    background-color: #212529;
}

/* Overwriting default colours of Bootstrap Button */
.btn {
    color: #212529;
}

/* Overwriting default colours of hover.css */
.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
    background-color: #8a25b1;
    color: #fafafa;
}

/*------------------------------ Navigation*/
.navbar {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    z-index: 4;
}

.logo {
    margin: 0;
    background: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 3.5rem;
    width: 3.5rem;
}

.navbar ul {
    background-color: #212529;
}

.navbar ul li a {
    color: #fafafa;
    font-family: "Oswald", sans-serif;
}

/*------------------------------ Footer*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
}

.footer-content {
    padding: 1.5rem;
    
}

.social-links {
    padding-top: .2rem;
    padding-right: .5rem;
    text-align: right;   
}

.social-links li a {
    color: #fafafa;
}

.social-links li a i {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #8f8f8f;
    text-align: center;
    padding: .5rem 0;
}


/*-------------------------------- Hero Image */

.hero-image-container {
    height: 33vh;
    margin-top: 5rem;
    margin-bottom: .5rem;
    background: url(../images/hanny-naibaho-unsplash.jpg) no-repeat center center fixed;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1;
}

.main-title,
.sub-title {
    color:#fff;
}

.overlay {
    height: 33vh;
    width: 100%;
    margin-top: 5rem;
    margin-bottom: .5rem;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.title-card {
    z-index: 3;
}

/*------------------------------ Index Main Section*/

.sub-heading {
    font-family: 'Oswald', sans-serif;
}

.news-item {
    margin-bottom: 2.5rem;
}

.news-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

.news-image img {
    width: 100%;
    height: auto;
}

.news-image-border {
    border-left: 1px solid #070f16;
}

.news-divider {
    background-color: unset;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/*------------------------------ Discography Main Section*/

.disco-container {
    margin-bottom: 7.5rem;
}

.disco-col {
    padding-top: 1rem;
    position: relative;
    text-align: center;
}

.disco-image {
    height: 20rem;
    width: 20rem;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.album-title-overlay {
    position: absolute;
    color: #212529;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    
}

.album-title-block {
    text-align: center;
}

/*------------------------------ Tour Main Section*/

.tour-item {
    border-top: 1px solid #212529;
    margin-bottom: .5rem;
    padding-top: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tour-item:nth-last-of-type(2) {
    border-bottom: 1px solid #212529;
    margin-bottom: 2rem;
}

.subscribe-area {
    width: auto;
    height: 6.5rem;
    margin-bottom: 2.5rem;
}

/*------------------------------ Tour Modal*/

.modal-form input {
    padding: .5rem;
    margin: .5rem 0;
    border-width: 1px;
    border-radius: 5px;
    width: 90%;
}

.modal-form input:hover {
    -webkit-box-shadow: 0 0 .5rem .25rem rgba(0,0,0,0.1);
            box-shadow: 0 0 .5rem .25rem rgba(0,0,0,0.1);
}

/*------------------------------ Contact form*/

.contact-form input {
    padding: .5rem;
    margin: .5rem 0;
    border-width: 1px;
    border-radius: 5px;
    width: 17.5rem;
}

.contact-form textarea {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 55rem;
    min-height: 6rem;
}

.contact-form label {
    font-weight: 600;
}

.contact-form .form-block {
    margin-top: 1rem;
}

/*------------------------------ Custom 404*/

.error-button {
    width: 8rem;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 1rem;
}

/*------------------------------ Media Queries*/

@media screen and (max-width: 374px) {
    .disco-image {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .contact-form input {
    width: 17.5rem;
    }
}

@media screen and (max-width: 767px) {
    .nav-container {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .navbar ul {
    border-top: 1px solid #fafafa;
    }
    .footer {
        height: 7rem;
    }
    .footer-content {
        margin: 0;
        padding: 0;
    }
    .social-links {
        margin: .5rem 0;
        padding: 0;
        text-align: center;
    }
    .copyright-disclaimer {
        margin-top: .25rem;
        padding: 0;
        text-align: center;
    }
    .hero-image-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .news-image-border {
        border: none;
    }
    .news-image {
        margin-bottom: 1rem;
    }
    .button-align {
        text-align: center;
    }
    .subscribe-area {
        margin-bottom: 6.5rem;
    }
}

@media screen and (min-width: 769px) {
    .disco-image:hover {
        opacity: 0.3;
    }
}

@media screen and (min-width: 1023px) {
    .contact-form .right-form-block {
    margin-left: 12.5%;
    }
}

@media screen and (min-width: 1439px) {
    .contact-form .right-form-block {
    margin-left: 25%;
    }
}