html, body {
    margin: 0;
    height: 100%;
    font-family: "Poppins", sans-serif;
}
body{background-color:#ffffff;color:#3a3a3a;}
.navbar-light .navbar-nav .main-navigation-item {
        padding-left: 27px;
    padding-right: 27px;
    transition: line-height 300ms ease;
font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;

}
.main-statement{
    font-size: 56px;
    font-weight: 500;
    line-height: 1.1em;
}
.details-statement{
    font-size: 22px;
        font-weight: 300;
    line-height: 1.7em;
}
.splash-hp-image {
    background-color: black;
    background-image: url(/static/images/vs_main_compliment.jpg) ;
    background-position: center center;
    background-size: cover;
    position: relative;

        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0% 6% 0% 6%;
    display: block;
}
.contrain-text{
           max-width: 532px;
    min-height: 550px;
    color: white;
}
.problem-solvers{
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.bg-artist{
      background-color: black;
    background-image: url(/static/images/bg_artists.jpg) ;
    background-position: center center;
    background-size: cover;
    position: relative;

        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0% 6% 0% 6%;
    display: block;
}
.heading-text{
    color: white;
}
.heading-text .publishing{
    color: black;
}

.light-gray-bg{
    background-color: #f5f5f5;
}
h3.contact{
    color: black;
}
.rounded-button{
        font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    fill: #111111;
    color: #111111;
    background-color: rgba(17,17,17,0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 30px 30px 30px 30px;

    padding: 15px 20px 15px 20px;
}
.rounded-button:hover{
    color:#53a5c2;
    fill:#53a5c2;
}
.splash-content-container{
        max-width: 1440px;
    min-height: 84vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
nav .navbar-collapse li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Facebook */
.fa-instagram {

    color: white;
}/* Facebook */
.fa-spotify {

    color: white;
}

/* Twitter */
.fa-twitter {

    color: white;
}

.fa-youtube {

    color: white;
}
.fa-music {

    color: white;
}
.navbar-light .main-navigation-item .nav-link {
        color: #000000;
}.navbar-light .main-navigation-item .nav-link:hover {
        color: #53a5c2;
}
.theme-color{
    color: #53a5c2;
}
.theme-color-bg{
    background-color: #53a5c2;
}
.lg-icons {
    font-size: 5rem;
}
.medium-icons{
    font-size: 2rem;
    margin-right: 1rem;
}
.heading-statement{
    font-size: 36px;
}
.artist-types i{
    padding: 0.6rem;
    border-radius: 100px;
    border-width: 2px;
    border-style: solid;
}
.opportunities-description{
        color: #111111;
    line-height: 1.7em;
    font-size: 17px;
    font-weight: normal;
}
button.navbar-toggler{
        outline: none;
    border: none;
}
.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.home-overlay {
    position: absolute;  top: 0;  left: 0;

    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%;
}

.video-container {
    z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.video-container > video {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .video-container > video {
    height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .video-container > video {
    width: 100%;
  }
}

.main-name-intro {
    font-family: 'Major Mono Display', monospace;
    font-size: 44px;
    color: whitesmoke;

}

.header-titling.publishing{
        color: #111111;
    font-size: 42px;
    font-weight: normal;
    line-height: 1.2em;
}
.bg-submit-artists{
          background-color: black;
    background-image: url(/static/images/bg_submit_artists.jpg) ;
    background-position: center center;
    background-size: cover;
    position: relative;

        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0% 6% 0% 6%;
    display: block;
}
.nav.flex-column  a.nav-link {
        color: rgba(0,0,0,.9);
}.nav.flex-column  a.nav-link:hover {
    color: #53a5c2;;
}
 .copyright-info {
     color:#767676;
     font-size: 13px;
 }
.bg-submit-artists .submit-artists h2 {
    font-weight: 500;
    font-size: 26px;
        line-height: 1.5em;
    color: black;

}
.bg-submit-artists .submit-artists{
        padding-top: 6rem;
    padding-bottom: 6rem;
}
.icon-list{
        list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.icon-list i{
    width: 1.25em;
}
.areas-listing span i{
        font-size: 30px;
    text-align: center;
    padding: 0;
    width: 1.25em;
}
.areas-listing{
    display: flex;
    padding-bottom: 1rem;
}
.rev-gen{
    color: white;
}
.rounded-borders{
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 60px 60px 60px;
    border-radius: 30px 30px 30px 30px;
}

.rev-gen .areas-listing .list-text{
        font-size: 21px;
    font-weight: 300;
}
.areas-listing .list-text{
        color: #111111;
    padding-left: 25px;
    font-size: 32px;
    font-weight: 300;
}
.heading-title{
        color: #111111;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 3px;


}
.heading-publishing{
    color: #111111;
    font-size: 42px;
    font-weight: normal;
    line-height: 1.2em;
}
.home-nav-btn {
    border-color: gray;
    border-style: hidden;
    border-width: 2px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    margin: 20px;
    margin-top: 30px;
    padding: 9px;
    font-family: 'Major Mono Display', monospace;
    font-size: 22px;
    color: whitesmoke;
}

.home-nav-btn:hover {

    border-style: solid;
    color: orange;
    text-decoration: none;
}
.does-container{
        max-width: 1000px;
   font-size: 22px;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.img-shadow {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
}

/* Style all font awesome icons */
.fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
}

.white-color{
    color: white;
}
.submit-artists .rounded-button:hover{
    color: black;
}

    .areas-listing .list-text.white-color{
       color: white;
    }
    .rev-gen .areas-listing .list-text.white-color{
       color: white;

}
    .artist-full-desc  {
        line-height: 1.8em;
        color: #111111;
        font-size: 17px;
    }
.artist-full-desc  p{
margin-bottom: 1.3em;
}
article.artist-expand{
    transform: scale(.98);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}
article.artist-expand:hover{
    transform: scale(1.03);
}
.theme-color-bg.artist h1{
    color: white;
}
    .artist-short-desc p{
        color: #ffffff;
        font-size: 25px;
    }
    .artist-types p{
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }
.artist-list .artist-name h3 {
    font-size: 20px;
    font-weight: 500;
}


.artist-list .artist-small p{
    color: #000000;
    font-size: 9px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.artist-list a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}
.rounded-image{
        border-radius: 10px 10px 10px 10px;
}
/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */



/*Extra Large*/
@media (min-width: 1200px) {
    .nav-container {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

}
.regular-statements{
     color: #ffffff;
    font-size: 21px;
    font-weight: 400;
}
@media (max-width: 992px) {
            .main-statement{
        font-size: 36px;
    }
        .details-statement{
        font-size: 20px;
    }
        .heading-title{
            font-size: 10px;
    line-height: 2.4em;
        }
        .header-titling.publishing{
                font-size: 34px;
        }
        .heading-publishing{
            font-size: 34px;
        }
}
@media (max-width: 768px) {
    .main-statement{
        font-size: 31px;
    }
    .details-statement{
        font-size: 18px;
    }
    .regular-statements{
        font-size: 16px;
    }
    .contrain-text{
            min-height: 443px;
    }
    .areas-listing .list-text{
        font-size: 28px;
    }
    .rev-gen .areas-listing .list-text{
        font-size: 18px;

}
}

.idea-reality {
    background: url("/static/photos/contact.jpg");
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    /* styles for Retina-type displays */
    .splash-hp-image{
            background-image: url(/static/images/vs_main_compliment_50.jpg) ;
    }
    .bg-artist{
            background-image: url(/static/images/bg_artists_50.jpg) ;

    }
    .bg-submit-artists{
          background-image: url(/static/images/bg_submit_artists_50.jpg) ;
    }
}