/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

body {
    font-size: 17px !important;
}

::-webkit-scrollbar * {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #999 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.nav-spacer {
    margin-top: 110px;
}

#gallery .ms-slide .ms-slide-bgcont img {
    height: 100% !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block;
}

/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/*@media (min-width: 768px) and (max-width: 1000px) {*/
/*.collapse {*/
/*display: none !important;*/
/*}*/
/*}*/

@media(min-width:967px) {
    .navbar {
        /*padding-top: 15px;*/
        /*margin-bottom: 10px;*/
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        width: 100%;
        position: absolute;
        top: 19px;
        z-index: 1;
    }


    .top-nav-collapse {
        /*padding: 0;*/
    }

    .navbar-default {
        background: none;
        border: none;
    }

    #menu-logo {
        max-width: 370px;
        margin-top: -24px;
        margin-left: -15px;
    }
}

@media(max-width:966px) {
    #menu-logo {
        max-width: 230px;
        margin-top: -10px;
        margin-left: -30px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .nav-spacer {
        margin: 0px !important;
    }
}

.navbar-left {
    padding-left: 25px;
}

.navbar-default .navbar-nav>li>a {
    color: #39CBFC;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 1.1em;
}

.nav>li.active {
    text-decoration: underline;
    color: #39CBFC;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    /*text-shadow: 3px 0px 1px #39CBFC;*/
}

/* End Navbar */

.row.padded {
    padding: 20px 54px;
}

/* Typography */
.white,
.white a {
    color: #fff !important;
}

#header1 {
    margin-top: 100px;
}

h1 {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

h2 {
    color: #e5f8ff;
    text-transform: uppercase;
    line-height: 29px;
}

h3 {
    color: #39CBFC;
}

.inline {
    display: inline;
}

h4 {
    font-size: 1.7em;
    font-weight: 800;
    color: #e5f8ff;
}

p {
    color: white;
}

.fa {
    padding: 10px 10px 14px 0px;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* artists */
#artists,
#artistPage {
    /*background: url('/view/images/pattern.png');*/
    padding: 90px 30px 30px 30px;
    /*background: url('/view/images/pattern.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.artist {
    /*background: rgba(255,255,255,.2);*/
    color: #eaf9ff;
}

.artist-name {
    font-weight: 800;
    font-size: 1.1em;
}


.list-item {
    padding: 20px 10px;

}

.artist-text {
    padding: 15px 0;
}

.artist-links {
    position: absolute;
    bottom: 0px;
}

.artist-header {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

.artist-header img {
    width: 100%;
}

.artist-header h1 {
    /*padding: 0 5px;*/
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /**/
    /*-webkit-box-decoration-break: clone;*/
    /*box-decoration-break: clone;*/
}

.artist-header h1 span {
    /*color: white;*/
    /*font: bold 24px/45px Helvetica, Sans-Serif;*/
    /*letter-spacing: -1px;*/
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    /*padding: 10px;*/

    /*background-color: black;*/
    /*color: #fff;*/
    color: #39CBFC;
    display: inline;
    padding: 0 5px;
}

.artist-video {
    margin: 10px 0;
    /*padding-left: 0;*/
    padding-right: 15px;
}

.artist-name {
    background: none;
    cursor: pointer;
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #39CBFC;
    overflow: hidden;
    z-index: 99;
    opacity: 1;
    width: 100%;
    margin: 5px 0px;
    min-height: 66px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.artist-name:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #39CBFC;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .99;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.artist-name:hover {
    color: #fff;
}

.artist-name:hover:after {
    height: 260%;
    opacity: 1;

}



@media(max-width:766px) {
    .artist-header h1 span {
        font: bold 24px/45px Helvetica, Sans-Serif;
    }

    .ms-caption h1 {
        font-size: 4em !important;
        padding: 0;
        margin: 0;
    }

    .ms-caption h4 {
        font-size: 3em !important;
        padding: 0;
        margin: 0;
    }
}

.ms-caption h1 {
    font-size: 28px;
}

.ms-caption h4 {
    font-size: 24px;
}

/* about */
#about-gcm {
    padding: 90px 30px 30px 30px;
    color: #fff;
    font-weight: 600;
}

#about-gcm h1 {
    color: #e5f8ff;
}

.about-intro {
    font-size: 1.4em;
    font-weight: 800;
    color: #e5f8ff;
}

/* contact */
#contact {
    color: #fff;
}

.contact-text {
    font-size: 1.2em;
    color: #fff;
}

/*gallery*/
#gallery {
    padding: 90px 30px 30px 30px;
}

#gallery p.header {
    font-weight: 700;
    font-size: 1.8em;
}

#gallery p {
    font-weight: 400;
    font-size: 1.6em;
    color: #39CBFC;
}

@media(min-width:992px) {
    #gallery p {
        /*display: flex;*/
        /*height: 700px;*/
        /*align-items: center;*/
    }
}


.g-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}