/*=== GLOBAL STYLES ============================*/

html,
body {  
    border: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #f5f5f5;
    background-color: #000000;
}

/*--- IOS Input Reset ----*/

input, textarea {
    border-radius: 0;
    -webkit-border-radius:0px;
}

html {
    -webkit-text-size-adjust: 100%; 
    -moz-text-sze-adjust: 100%; 
    -ms-text-size-adjust: 100%;
}

.rcsq-records-logo {
    display: block;
    width: 160px;
    margin: 0 auto 100px auto;
}


/*=== FLEXBOX / FLOATS / CLEARFIX ================*/

.row-1 {
    display: flex;
}

.single-left {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
}

.single-right {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 5px;
}


/*=== HEADER =====================================*/

.header_bg {
    transition: .3s;    
}

.index-header .fixed-header {
    background-image: url("../images/MP-Header-Image-1.jpg");
    height: 493px;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    background-position: center top; 
}

.index-header .fixed-header h1 {
    margin: 0;
}

.index-header .fixed-header img {
    width: 414px;
    margin: 285px auto 0 auto;
    padding: 0 10px;
}

/*--- SUB PAGE HEADERS ---*/

.sub-header {
    background-image: url("../images/rcsq_logo.png");
    height: 433px;
    text-align: center;
    position: fixed;
    top: 100px;
    width: 100%;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    background-position: center top;  
}

.sub-header h1{
    margin-top: 100px;
}

.song-page-header {
    height: 433px;
    text-align: center;
    position: fixed;
    top: 50px;
    width: 100%;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    background-position: center top;  
}

.rcsq-music-page-logo {
    margin-top: 380px;
}

.allen-header {
    background-image: url("../images/album_images/Allens_Song_Cover.webp");
}

.cowboy-man-header {
    background-image: url("../images/album_images/Cowboy_Man_Album_Art_border.webp");
}

.esp-header {
    background-image: url("../images/album_images/Every_Single_Penny_Cover.webp");
}

.grace-header {
    background-image: url("../images/album_images/Grace_cover.webp");
}

.mms-header {
    background-image: url("../images/album_images/Move_My_Ship_cover.webp");
}

.scotts-song-header {
    background-image: url("../images/album_images/scotts_song_cover.webp");
}

.twts-header {
    background-image: url("../images/album_images/TWTS_Album_Art_Border.png");
}

.wwwr-header {
    background-image: url("../images/album_images/WWWR_cover.webp");
}

.ttu-header {
    background-image: url("../images/album_images/Turned_To_You_cover.webp");
}

.I-Do-Try-header {
    background-image: url("../images/album_images/I_Do_Try_Cover.webp");
}

.Love-to-Dance-header {
    background-image: url("../images/album_images/I_Love_To_Dance_Cover.webp");
}

.You-Love-Me-header {
    background-image: url("../images/album_images/You_Love_Me_Cover.webp");
}

.When-Love-Calls-Your-Name-header {
    background-image: url("../images/album_images/When_Love_Calls_Your_Name_cover.webp");
}

.MP-BHB-EP-header{
    background-image: url("../images/album_images/MP_BHB_Cover.webp");
}

.where-the-wind-blows-header{
    background-image: url("../images/album_images/Where_the_Wind_Blows_cover.webp");
}

.we-belong-together-header{
    background-image: url("../images/album_images/We_Belong_Together_Cover.webp");
}

.col117-header{
    background-image: url("../images/album_images/COL.1.17_cover.webp");
}

.mpdirect-header{
    background-image: url("../images/album_images/MP-Direct_cover.webp");
}

.siasl-header {
    background-image: url("../images/album_images/SIASL-Album-Cover.webp");
}

.you-header {
    background-image: url("../images/album_images/You_Cover_Art.webp");
}

.wonder-header {
    background-image: url("../images/album_images/Wonder_Cover.webp");
}

.cleo-header {
    background-image: url("../images/album_images/Cleo_Cover.webp");
}

/*--- NAVIGATION ---*/

.large-navigation {
    display: none;
}

.hamburger {
    font-size: 32px;
    cursor:pointer;
    color: whitesmoke;
    margin-left: 20px;
}

.nav-music-links {
    display: flex;
    text-align: center;
    margin: 20px 40px 0 40px;
}

.nav-music-links img {
    height: 32px;
    width: auto;
}

.nav-music-links a {
    width: 100%;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    background-color: transparent;
    padding-top: 5px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: whitesmoke;
    display: block;
    transition: 0.3s;
}

.overlay .active {
    font-weight: bold;
}

.nav-social-links {
    display: flex;
    width: 300px;
    text-align: center;
    margin: 40px auto 0 auto;
}

.nav-social-links a {
    display: block;
    margin: auto;
}

.overlay a:hover {
    transition: all .5s;
    opacity: 0.6;
}

.nav-social-links a:hover {
    transition: all .5s;
    opacity: 0.6;
}



@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*--Nav-Dropdown --*/

.mobile-dropdown {
  position: relative;
  display: inline-block;
width: 100%;
margin: auto;
}

.mobile-dropdown span {
    font-size: 24px;
    font-weight: bold;
}

.mobile-dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.mobile-dropdown-content a {
    font-size: 20px;
}

.mobile-dropdown:hover .mobile-dropdown-content {
  display: block;
}


/*=== MAIN CONTENT ===============================*/

main {
    position:relative;
    background-color: rgb(0, 0, 0, 0.3);
}

h2,
h3 {
    text-align: center;
}

.contact-socials {
    display: block;
    text-align: center;
}

.contact-socials p {
    margin: 0;
}

.contact-socials div {
    margin: 20px 0;
}

.contact-socials div a {
    margin: 0 6px;
}

.contact-socials div a img {
    width: 40px;
}

.page-title {
    position: fixed;
    top: 320px;
    left: 50%;
    margin-left: -570px;
    width: 1140px;
}
.page-title h1 {
    font-size: 42px;
    text-align: center;
    margin: 0;
    color: hwb(0 91% 7%);
}

.page-sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: -15px;
    color: hwb(0 91% 7%);
}

.intro-section {
    width: 320px;
    margin: 500px auto 0 auto;
    padding: 0 0 100px 0;
}

.section {
    width: 320px;
    margin: auto;
    padding: 0 0 100px 0;
}

.song-page-intro-section {
    width: 320px;
    margin: 530px auto 0 auto;
    padding: 0 0 100px 0;
}

.bio-intro-section {
    width: 320px;
    margin: 300px auto 0 auto;
    padding: 0 0 100px 0;
}

.music-page-intro-section {
    width: 350px;
    margin: 300px auto 0 auto;
}

#join {
    width: 320px;
}

#connect {
    width: 320px;
}


/*=== IMAGES ======================================*/

.main-image {
    width: 100%;
}

.single-image {
    width: 100%;
}

.caption {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
}

.bio-image {
    width: 100%;
}

.studio-image {
    width: 100%;
}

/* TEXT OVER IMAGE */

.image-container {
    position: relative;
    text-align: center;
    color: white;
    }

.text-centered {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

/*--- PREWSS ASSETS ---*/

.press-assets {
    margin: 0 10px;
}

.press-assets h2 {
    font-size: 22px;
    text-align: left;
    margin: 0 0 10px 10px;
}

div.gallery {
    border: 1px solid #ccc;
    }

div.gallery:hover {
    border: 1px solid #777;
    }

div.gallery img {
    width: 100%;
    height: auto;
    }

div.desc {
    padding: 15px;
    text-align: center;
    }

* {
    box-sizing: border-box;
    }

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
    }

@media only screen and (max-width: 700px) {
    .responsive {
    width: 49.99999%;
    margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
    width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*=== AUDIO =======================================*/



/*=== VIDEO =======================================*/

video {
    width: 100%;
}

.iframe-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-placeholder-container {
    margin-bottom: 20px;
}


/*=== BUTTONS / LINKS =============================*/

.nav-link {
    color: #E0C518;
}

.link-button {
    display: block;
    width: 75%;
    text-decoration: none;
    background-color: black;
    border: 1px solid #dddddd;
    color: #ddd;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    transition: 0.3s;
    border-radius: 10px;
}

.listen-now-button {

    display: block;
    text-decoration: none;
    background-color: black;
    border-radius: 10px;   
    border: 1px solid #ddd;
    color: #ddd;
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    transition: 0.3s;
}

.ep-track-link {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
    color: #ddd;
}


/*---PRESAVE BUTTON---*/

.hyper-link-button {
    display: flex;
    height: 68px;
    width: 290px;
    background-color: rgb(0, 0, 0, 0.6);
    border: 1px solid #5e5e5e;
    border-radius: 10px;
    margin: 20px auto;
    align-content: center;
}

.hyper-link-button:hover {
    transition: all .5s;
    opacity: 0.6;
}

.hyper-link-button-image {
    text-decoration: none;
}

.hyper-link-button-image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.hyper-link-button-text {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #d3d3d3;
    margin: auto;
    padding-left: 10px;
}


/*=== HYPERFOLLOW PAGE ===========================*/

.hyper-main {
    width: 375px;
    margin: auto;
}

.hyper-social-links {
    display: flex;
    width: 65%;
    margin: auto;
}

.hyper-social-link-container {
    padding: 6px;
    background-color: rgb(70, 61, 61);
    border-radius: 50%;
    margin: 0 auto;
}

.hyper-social-link-container a img {
    width: 40px;
    border-radius: 50%;
}

.hyper-button {
    width: 85%;
    display: flex;
    height: 62px;
    font-size: 18\px;
    position: relative;
    color: white;
    background-color: rgb(82, 82, 82);
    margin: 20px auto;
    border-radius: 10px;
}

.hyper-button:hover {
    opacity: 0.6;
    transition: all .5s;
}

.hyper-title {
    font-size: 16px;
    margin: 0 0 0 72px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgb(82, 82, 82);
}

.hyper-logo img {
    height: 62px;
    border-radius: 10px 0 0 10px;
}


/*=== HOVER TRANSITIONS ===========================*/

button:hover {
    transition: all .5s;
    opacity: 0.6;
}

.nav-link:hover {
    transition: all .5s;
    color: white;
}

.link-button:hover {
    background-color: #ddd;
    color: black;
    border: 1px solid white;
}

.video-placeholder-container a:hover,
.spotify-button:hover {
    transition: all .5s;
    opacity: 0.6;
}

footer a:hover {
    transition: all .5s;
    opacity: 0.6;
}

.single-image:hover {
    transition: all .5s;
    opacity: 0.6;
}

/*=== FOOTER =====================================*/

footer {
    position:relative;
    text-align: center;
    background-color: rgb(0, 0, 0, 0.6);
}

footer a {
    text-decoration: none;
    color: rgb(214, 214, 214);
    margin: 10px;
}




/* BEGIN SECOND MEDIA QUERRY HERE -----------------------------------------------------------------*/

/* media query screen=below 769px -------------------------------------------------------*/

@media (min-width: 768px)  {  


/*=== FLEXBOX / FLOATS / CLEARFIX ================*/

.row-2 {
    display: flex;
}

.column-left {
    width: 100%;
    margin-right: 10px;
    margin-top: 0;
}

.column-right {
    width: 100%;
    margin-left: 10px;
    margin-top: 0;
}

.single-left {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}

.single-right {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 10px;
}



/*=== HEADER =====================================*/

.index-header .fixed-header {
    background-image: url("../images/MP-Header-Image-1.jpg");
    top: 0;
    width: 100%;
}

.index-header .fixed-header img {
    margin: 270px auto 0 auto;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 0;
}

.song-page-header {
    height: 433px;
    text-align: center;
    position: fixed;
    top: 80px;
    width: 100%;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: 400px; 
}

.rcsq-music-page-logo {
    margin-top: 440px;
}


/*=== MAIN CONTENT ===============================*/

.page-title {
    top: 300px;
}
.page-title h1 {
    font-size: 54px;
    text-align: center;
    margin: 0;
}

.page-sub-title {
    font-size: 22px;
    margin-top: -15px;
}

.intro-section {
    width: 550px;
    margin-top: 500px;
}

.section {
    width: 550px;
}

.song-page-intro-section {
    margin-top: 610px;
    width: 550px;
}

.bio-intro-section {
    width: 550px;
    margin-top: 340px;
}

.music-page-intro-section {
    width: 550px;
}

.terms-intro-section {
    width: 550px;
}


/*=== IMAGES =====================================*/

.main-image {
    display: block;
    width: 400px;
    margin: 40px auto;
}

.bio-image {
    display: block;
    width: 400px;
    margin: 40px auto;
}


/*=== VIDEO ======================================*/


/*=== BUTTONS / LINKS ============================*/

.link-button {
    width: 300px;
}


/*=== FOOTER =====================================*/

.contact-socials div a {
    margin: 0 15px;
}

.contact-socials div a img {
    width: 70px;
}


}



/* BEGIN THIRD MEDIA QUERRY HERE -------------------------------------------------------------------*/
/* media query screen=below 1280px -------------------------------------------------------*/

@media (min-width: 1280px)  { 


/*=== FLEXBOX / FLOATS / CLEARFIX ================*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.row-3 {
    display: flex;
}

.column-left {
    margin: 0 10px 0 0;
}

.column-right {
    margin: 0 0 10 0;
}

.column-center {
    margin: 0 5 5 0;
}
.bio-right {
    width: 45%;
    float: right;
    padding-left: 40px;
}

.left {
    width: 40%;
    float: left;
    margin-right: 40px;
}

.right {
    width: 40%;
    float: right;
    margin-left: 40px;
}

.bio-left {
    width: 45%;
    float: left;
    padding-right: 40px;
}

.bio-image {
    width: 100%;
    margin-bottom: 0;
}

.single-left, 
.single-right {
    margin: 20px;
}


/*=== HEADER =====================================*/

.index-header .fixed-header {
    background-image: url("../images/MP-Header-Image-1.jpg");
    top: 0;
    height: 660px;
    width: 100%;
}

.index-header .fixed-header .rcsq-logo {
    margin: 450px auto 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0;
    z-index: 99;
}

/*=== NAVIGATION ===*/

.small-navigation {
    display: none;
}

.large-navigation {
    display: inline;
    z-index: 99;
}

nav {
    height: 47px;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 98;
    padding-top: 5px;

}

.large-navigation a {
    color: #fafafa;
    text-decoration: none;
    font-size: 24px;
    margin-right: 32px;
}

.home-link {
    display: inline;
    position: fixed;
    top: 0px;
    left: 32px;
    text-decoration: none;
    color: #fafafa;
    font-size: 29px;
    z-index: 99;
}

/*--Nav-Dropdown --*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown span {
    font-size: 24px;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 360px;
margin: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  background-color: black;
  z-index: 1;
  text-align: left;
}

.dropdown-content a {
    font-size: 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.large-navigation a:hover {
    border-bottom: 1px solid#fafafa;
    transition: all .5s;
    opacity: 0.6;
}


/*=== MAIN CONTENT ===============================*/

.page-title {
    top: 360px;
}
.page-title h1 {
    font-size: 72px;

}

.page-sub-title {
    font-size: 30px;
    margin-top: -15px;
}

.intro-section {
        width: 780px;
        margin-top: 560px;
        padding-top: 40px;
        padding-bottom: 140px;
}

.section {
    width: 780px;
    padding-top: 40px;
}

.song-page-intro-section {
    width: 780px;
}

.media-intro-section {
    width: 780px;
    margin-top: 360px;
}

.music-page-intro-section {
    width: 900px;
}

.terms-intro-section {
    width: 780px;
}


/*=== IMAGES =====================================*/

#photos .media-image {
    padding: 10px;
}

.bio-image {
    max-width: 200px;
}

.single-image {
    width: 180px;
}


/*=== VIDEO ======================================*/



/*=== BUTTONS / LINKS =============================*/

}