
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: fantasy;
}
@font-face {
    font-family: navFont;
    src: url('JennaSue.ttf');
    }

  
  a:link img, a:visited img {
   text-decoration: none;
    border: none;
  }
   
  a:link {
    color: #ffffff;
    letter-spacing: 0.1em;
    -webkit-text-fill-color: #ffffff; /* Will override color (regardless of order) */
    -webkit-text-stroke: 2px 0 5px rgba(91, 118, 155);
    text-shadow: 2px 0 6px rgba(255, 255, 255, 0.651);
    text-decoration: none;
    border: none;
    }
a:visited {
    color: #ffffff;
    letter-spacing: 0.1em;
    -webkit-text-fill-color: #ffffff; /* Will override color (regardless of order) */
    -webkit-text-stroke: 2px 0 5px rgba(91, 118, 155);
    text-shadow: 2px 0 6px rgba(255, 255, 255, 0.651);
    text-decoration: none;
    border: none;
    }


  a:hover {
  -webkit-text-fill-color: #ffffff; /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px 0 10px #9e9e9e;
  text-shadow: 2px 0 6px black;
  }
  
  a:current {
  -webkit-text-fill-color: #726f6f; /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px 0 10px #ffffff;
  text-shadow: 2px 0 6px #d2640ad2;
  letter-spacing: 0.1em;
  }    

  
/* MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE 
MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */

@media screen and (max-width: 768px) {
    #wrapper{
        width: 100%;
        height: 100%;
        }
        
    .mob_bg{
        width: 100%;
        height: 100%;
        display: block;
        }

    .bg{
    display: none;
    }
       

     #container{
         width: 100%;
         height: 100%;
         display: block;
         position: absolute;
        background-image: url(images/Julia2020s2.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0%;
        padding: 0%;
        }
                                        /* NAVIGATION NAVIGATION NAVIGATION NAVIGATION NAVIGATION NAVIGATION */
        #page-nav {
            width: 50%;
            /* If you want the navigation bar to stick on top*/
            position: fixed;
            top: 12%;
            left: 4%;
            z-index: 1;
          }
        /* Hide Hamburger */
        #page-nav label, #hamburger {
           display: none;
         }
           

            /* this is only for the hamburger symbol */
            #page-nav label {
                position: fixed;
                display: inline-block;
                top: 4%;
                left: 2%;
                color: #ffffff;
                font-size: 4.2em;
                padding-bottom: 5px;
              }
            
              /* Break down menu items into vertical */
              
              #page-nav ul li {
                display: block;
                position: relative;
                margin-bottom: 2px;
                font-size: 280%;
                padding-left: 20%;
                font-family: navFont;
                font-style: italic;
                color: white;
              }
            
            
              /* Toggle show/hide menu on checkbox click */
              #page-nav ul {
                display: none;
              }
              #page-nav input:checked ~ ul {
                width: 100%;
                display: block;
                padding-top: 25px;
              }
            
            
          /* Menu Items */
          #page-nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
          }
          
          #page-nav ul li {
            background-color: #a39f9faf;
          }
                                        /* END NAVIGATION END NAVIGATION END NAVIGATION END NAVIGATION END NAVIGATION */

     #about {
         width: 100%;
         height: 100%;
         display: block;
         position: absolute;
         background-image: url(images/JDGlam2.png);
         background-size: 145%;
         background-repeat: no-repeat;
         overflow: hidden;
     }   
     #listen {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background-image: url(images/JDGlam3.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }   


     .about {
        width: 90%;
        height: 40%;
        display: block;
        position: absolute;
        background-color: rgba(128, 128, 128, 0.623);
        color: white;
        font-size: 1.4em;
        line-height: 180%;
        text-align: justify;
        margin: 70% 5% 10% 5%;
        padding: 2% 2% 10% 2%;
        overflow: scroll;
        top: 20%;
    }   

    #grad1 {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background-image: linear-gradient(to top, rgba(91, 118, 155, 0) 10%,  rgba(91, 118, 155,0.75) 38%,rgba(91, 118, 155));
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #top_row{
        width: 100%;
        height: 25%;
        display: block;
        position: absolute;
    }
    #legend{
        width: 100%;
        height: 80%;
        display: block;
        position: absolute;
        background-image: url(images/banner-2020.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        padding: 0;
    }

    
    #middle_row{
        width: 100%;
        height: 100%;
        position: absolute;
    }
    #middle_row_mob{
        width: 100%;
        height: 60%;
        position: absolute;
        top: 56.25%; /* 16:9 Aspect Ratio */

    }
    
    #audio_row{
        width: 100%;
        height: 15%;
        position: absolute;
        top: 80%;
        font-size: 2.5em;
        line-height: 0.5em;
        text-align: center;
        color: rgb(255, 255, 255);
        background-color: rgba(128, 128, 128, 0.623);
    }
    .btnPlayPause {
        display: inline-block;
        width: 22%;
        height: 1.8em;
        top: 0;
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        letter-spacing: 0.3em;
        border-radius: 12%;
        background-color: white;
      }
      .infoLabel {
        width: 80%;
        height: 20%;
        color: #ffffff;
        font-size: 0.9em;
      }
    #content{
        width: 100%;
        height: 20%;
        display: block;
        position: absolute;
        margin: 0 auto;
        font-size: 1.1em;
        line-height: 1.8em;
        text-align: center;
        color: rgb(255, 255, 255);
        bottom: 0;

    }
    
    #img_mdl{
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        font-family: navFont;
        font-size: 3em;
        font-style: italic;
        color: white;
        padding-top: 97%;
        padding-right: 10%;
        text-align: right;
    }
    

    #bottom_row{
        width: 100%;
        height: 10%;
        display: block;
        position: absolute;
        bottom: -4.5%;
        font-size: 0.7em;
        line-height: 1.2em;
        text-align: center;
        letter-spacing: 0.05em;
        color: rgb(255, 255, 255);
    }

    .iframe_holder {
        display: none;
    }

    .responsive-iframe {
        display: none;
    }

    .iframe_holder_mob {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
      }
      
      .responsive-iframe-mob {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
      }

}

/* DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP 
DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP */
@media screen and (min-width: 769px) {
    a:link {
        color: #ffffff;
        letter-spacing: 0.1em;
        -webkit-text-fill-color: #ffffff; /* Will override color (regardless of order) */
        -webkit-text-stroke: 2px 0 5px rgb(0, 0, 0);
        text-shadow: 2px 0 6px rgba(255, 255, 255, 0.651);
        text-decoration: none;
        border: none;
        }
    a:visited {
        color: #ffffff;
        letter-spacing: 0.1em;
        -webkit-text-fill-color: #ffffff; /* Will override color (regardless of order) */
        -webkit-text-stroke: 2px 0 5px rgb(0, 0, 0);
        text-shadow: 2px 0 6px rgba(255, 255, 255, 0.651);
        text-decoration: none;
        border: none;
        }


#wrapper{
    width: 100%;
    height: 100%;
    }

.mob_bg {
    display: none;
} 
.bg {
    width: 100%;
    height: 100%;
}   
 #container{
     width: 100%;
     height: 100%;
     position: absolute;
     background-image: url(images/Julia2020s2.png);
     background-repeat: no-repeat;
     background-size: 40%; 
     background-position: bottom right;
    }
   
/* This contains the gradient, the legend (name) and the navbar */
                #top_row{
                    width: 100%;
                    height: 30%;
                    display: block;
                    position: absolute;
                    top: 0;
                }

                
                #grad1 {
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: absolute;
                    background-image: linear-gradient(to top, rgba(91, 118, 155, 0) 10%,  rgba(91, 118, 155,0.75) 38%,rgba(91, 118, 155));
                    background-position: top;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
                #left {
                    width: 50%;
                    height: 100%;
                    display: inline-block;
                    position: relative;
                    background-color: rgba(255, 255, 255, 0);
                    background-size: contain;
                }
                #legend{
                    width: 50%;
                    height: 100%;
                    display: inline-block;
                    position: absolute;
                    padding-right: 5%;
                }
                #name {
                    width: 100%;
                    height: 80%;
                    display: block;
                    position: relative;
                    background-image: url(images/banner-2020.png);
                    background-position: right top;
                    background-repeat: no-repeat;
                    background-size: contain;
                    overflow: visible;
                    z-index: 1;
                }
                #page-nav {
                    width: 100%;
                    height: 20%;
                    display: block;
                    /* If you want the navigation bar to stick on top*/
                    position: relative;
                    font-family: navFont;
                    text-align: right;
                    z-index: 1;
                  }
                    /* Hide Hamburger */
                    #page-nav label, #hamburger {
                      display: none;
                    }
                
                    /* Toggle show/hide menu on checkbox click */
                    #page-nav input:checked ~ ul {
                      width: 100%;
                      display: block;
                      padding-top: 25px;
                    }
                                    /* Menu Items */
                    #page-nav ul {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: absolute;
                        right: 0;
                      list-style-type: none;
                      size: contain;
                      margin: 0;
                      padding: 0;
                    }
                
                    #page-nav ul li {
                        display: inline;
                        position: relative;
                        font-family: navFont;
                        font-size: 200%;
                        margin: auto 0.5% auto 0.5%;
                        padding: 0.1em 0.3em 0.1em 0.3em;
                        background-color: rgba(167, 170, 173, 0.308);
                        border-width: 1px;
                        border-style: solid;
                        border-color: rgba(91, 118, 155, 0.521);
                        border-radius: 5px;
                    }
            /* END NAVIGATION END NAVIGATION END NAVIGATION END NAVIGATION END NAVIGATION */

#middle_row_mob{
    display: none;
}
            
#middle_row{
    width: 100%;
    height: 60%;
    position: absolute;
    top: 30%;
}
#middle_row_vid{
    width: 100%;
    height: 60%;
    position: absolute;
    top: 30%;
}

#about {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(images/JDGlam2a.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: hidden;
}   

.about{
    width: 60%;
    height: 100%;
    display: block;
    position: relative;
    color: white;
    font-size: 1.5em;
    line-height: 1.7em;
    margin-left: 2%;
    padding: 5% 5% 5% 5%;
    background-color: rgba(91, 118, 155, 0.521);
    overflow: hidden;
}

.textbox {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: scroll;
    padding-right: 5%;
    text-align: justify;
}

#img_mdl{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    font-family: navFont;
    font-size: 5em;
    font-style: italic;
    color: rgb(233, 44, 44);
    padding-top: 20%;
    padding-right: 20%;
    text-align: center;
    -webkit-text-fill-color: rgb(233, 44, 44); /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}


#listen {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(images/JDGlam3a.png);
    background-size: 35%;
    background-position: bottom right;
    background-repeat: no-repeat;
    overflow: hidden;
}   

    #audio_row{
        width: 70%;
        height: 33%;
        position: absolute;
        bottom: -20%;
        font-size: 2.5em;
        text-align: center;
        color: rgb(255, 255, 255);
    }
    .btnPlayPause {
        display: inline-block;
        width: 10%;
        height: 1.8em;
        top: 0;
        padding-top: 1%;
        font-size: 1em;
        text-align: center;
        letter-spacing: 0.3em;
        border-radius: 12%;
        background-color: white;
      }
      .infoLabel {
        width: 80%;
        height: 20%;
        color: #ffffff;
        font-size: 0.9em;
      }
      .iframe_holder_mob {
        display: none;
    }

    .responsive-iframe-mob {
        display: none;
    }


      .iframe_holder {
          width: 60%;
          height: 100%;
        position: absolute;
        margin-left: 5%;
      }
      
      .responsive-iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

#bottom_row{
    width: 100%;
    height: 10%;
    display: block;
    position: absolute;
    margin: 0 auto 0 auto;
    font-size: 0.8em;
    line-height: 1.8em;
    text-align: center;
    color: rgb(255, 255, 255);
    bottom: 0;
}



#content{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    font-size: 2em;
    line-height: 2.2em;
    text-align: center;
    color: white;
}
.contact {
    width: 100%;
    height: 20%;
    bottom: 0;
    position: absolute;
}
}
