a {
    color: inherit;
    text-decoration: none;
}

html{
  margin: 0;
  padding: 0; 
  box-sizing: border-box;
}

body {
  display: grid;
  margin: 30px 30px;
  color: #595959;
  font-family: 'Roboto', sans-serif;
  background: url(images/sparkles-background-big.png) center center no-repeat; 
  background-size: cover;
  min-height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}

img {
    width: 60%;
    margin: auto;
    display: block;
}

.top-nav-container {
    display: grid;
    grid-template-areas: 
    'logo name space burger-links';
    grid-template-columns: 150px auto auto 60px;
}

 #logo  {
   display: grid;
   grid-area: logo; 
   height: 100px;
   margin-top: 20px;
   padding-right: 20px;
}


#name {
   display: grid;
   grid-area: name;   
   margin-top: 25px;
   margin-left: 30px;  
   height: 100px;
}

h1 {
  
   font-size: 50px; 
   font-family:'Shadows Into Light Two';
   letter-spacing: 5px;
   margin: 0px; 
}

.burger-container {
    display: grid; 
    position: absolute;
    right: 40px;
    margin-top: 30px;  
}   
    
.burger {
    display: grid;
    cursor: pointer; 
}
    
.burger div {
    width: 70px;
    height: 7px;
    margin: 4px;
    background-color: #aa1226;
    transition: all 0.3s ease;
}

.burger-links {
    display: grid;
    grid-area: burger-links;
    position: fixed;
    margin-top: 40px;
    right: 0px;
    max-height: 50vh;
    background-color: rgba(243, 243, 243, 0.85);
    width: auto;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    list-style: none;
    z-index: 1;
}

.burger-links li {
    display: grid;
    justify-content:flex-start;
    border-bottom: 1px solid #595959;
}

.burger-links a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #aa1226;
    font-weight: 600;
    padding: 40px;
    text-align: center;
} 

.burger-links li:last-child  {
     border-bottom: none;
}
 
#big-nav {
    display: none;
}
    

.nav-active {
    transform: translateX(0%);
}
  
@keyframes navLinkFade {
from {
    opacity: 0;
    transform: translateX(50px);
}
to {
    opacity: 1;
    transform: translateX(0px);
}
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2 {
    opacity: 0;
}
.toggle .line3 {
    transform: rotate(45deg) translate(-5px,-6px);
}
   
.main {
    display: grid;
    grid-gap: 20px;
    grid-template-areas: 
        'group-pic'
        'gigs';
    grid-template-columns: 100%;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;    
}

.responsive {
  width: 100%;
  height: auto;
}


.gigsBox {
    display: grid;
    grid-area: gigs;
    background-color: rgba(192, 192, 192, 0.1); 
    box-shadow: 3px 5px #efebeb;    
}

.gigs h3 {
    font-size: 40px;
    color: grey;
    padding-left: 35px;
}
 
.gigs li {
    display: grid;
    justify-content:flex-start;
}

.gigs a {
    font-size: 40px;
    color: grey;
}

   
footer {
    display: grid;
    grid-template-areas: 
    'copyright facebook-icon ';
    grid-template-columns: 70% 30%;
    margin-top: 100px;
    height: 40px;
}
    
 #copyright {
    display: grid;
    grid-area: copyright;
    padding-left: 70px;
}
    
 #copyright, h3 {
    color: black;
    font-size: 20px;
    font-weight: 600;  
}
 

#facebook-sparkle {
    max-width: 50px;
    height: auto;
    display: grid;
    grid-area: facebook-icon;
}


/* ABOUT */

.mainAbout #band {
    display: table;
    margin: auto;
    max-width: 600px;
    margin-bottom: 200px;
    margin-top: 20px;
}

#band {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 10px;
    background-color: rgba(192, 192, 192, 0.1); 
    box-shadow: 3px 5px #efebeb;
}

.bandTitle {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    
}

.aboutLists  {
    font-size: 20px;
   font-weight: 600;
}


.aboutPara {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
}


/* CONTACT */

.mainContact {
    display: table;
    margin: auto;
    max-width: 600px;
    margin-bottom: 450px;
}

#contact {
  
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 10px;
    margin-bottom: 100px;
    background-color: rgba(192, 192, 192, 0.1); 
    box-shadow: 3px 5px #efebeb;
    text-align: center;
}

.contactTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 600;
 
}


.contactPara {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  line-height: 34px;
}

/* MUSIC */


.mainMusic {
    margin: auto;
   
    max-width: 600px;
}

#vidwrapper {
    clear: both;
}

#iframeholder1 {
    margin-top: 50px;
    margin-bottom: 10px;
    float: right;
}

#iframeholder2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

#video {
    margin-bottom: 10px;
}
.player1, .player2 {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-top: 20px;
    margin-top: 40px;
    background-color: rgba(192, 192, 192, 0.1); 
    box-shadow: 3px 5px #efebeb;
    text-align: center;
     margin-right: 20px;

}


h2 {
    font-size: 1.25em;
    font-family: 'Roboto', sans-serif;
    color: #555;
    text-align: center;
    margin-bottom: 10px;
  
 }

audio {
    display:block;
    margin: auto;
   
 }

.dummy {
    height: 1px;
}


    
    /* GIGS */

.mainGigs {
    display: grid;
    grid-gap: 20px;
    grid-template-areas: 
        'gigs'
        'gigs-pic';
    grid-template-columns: 100%;
    width: 700px;
    margin-left: auto;
    margin-right: auto;    
}
    
#gigsBox {
    display: grid;
    grid-area: gigs;
    background-color: rgba(192, 192, 192, 0.1); 
    box-shadow: 3px 5px #efebeb; 
    margin-bottom: 70px;
    padding-left: 30px;
    list-style-type: none;
}

 

  
.mainGigs img {
    display: grid;
    grid-area: gigs-pic;
    margin-bottom: 150px;
}



  /* portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.burger-links {
    max-height: 75vh;
    top: 10vh;   
}
    
.burger-links a {
    font-size: 40px;    
} 
    
#facebook-icon img {
    max-height: 100px;
}
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.burger-links {
    top: 10vh;
    max-height: 75vh;
}
    
.burger-links a {
    font-size: 34px;    
}
}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
body {
   font-family: 'Roboto', sans-serif;
   background: url(images/sparkles-background-big.png) no-repeat; 
    
}
    
.top-nav-container {
    display: grid;
    grid-template-areas: 
    'logo name space burger-links';
    grid-template-columns: 160px auto auto auto;
    margin-bottom: 20px;
}
   
.top-nav-container #logo  {
    height: 100px;
    padding-right: 20px;
    margin-top: 0px;
}

.top-nav-container #name {
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 50px;
}

#name, h1 a {
    font-size: 50px; 
    margin: 0px;
}
 
#big-nav {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    text-align: justify;
    min-width: 550px;
    margin-left: 100px;
}
    
#big-nav li {
    display: inline-block; 
    padding-right: 40px;
} 
    
#big-nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}
   
#big-nav li a {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    color: #aa1226;
    transition:  0.25s;
}

#big-nav a {
    opacity:1;       
}
    
#big-nav a:hover {
    opacity:0.51;
}
    
.burger-container {
    display: none;
}
    
.burger-container {
    display: none;
}
 
.main {
    display: block;
    width: auto;
    margin: auto;
    margin-top: 20px;
}
    
.stoneys2 {
    display: block;
    box-shadow: 5px 6px rgba(51, 51, 51, 0.3);
}
    
.mainAbout #band {
    max-width: 800px;
}
    
.mainContact {
    margin-bottom: 50px;
}     

#contact {
    margin-bottom: 30px;
}
  
footer {
    margin-top: 20px;
}
    
#facebook-icon  {
    display: grid;
    grid-area: facebook;
    padding-left: 200px;
}    
  
.mainMusic {
     display: flex;
     max-width: 1350px;
}   
  
#iframeHolder1, #iframeHolder2 {
     flex: 1;
     padding-right: 20px;
}
 
.gigs {
    display: none;
}
    
.mainGigs {
    display: grid;
    grid-template-areas: 
        'gigs'
        'gigs-pic';
    grid-template-columns: 100%;
    width: 700px;
    margin-left: auto;
    margin-right: auto;    
}
    
.mainGigs  #gigsBox {
    display: grid;
    grid-area: gigs;
    background-color: rgba(192, 192, 192, 0.1); 
    box-shadow: 3px 5px #efebeb; 
    margin-bottom: 0px;
}
    
.mainGigs, #gigsbox, h3 {
    font-size: 30px;
    color: #595959;
    padding-left: 55px;
}
    
.mainGigs, #gigsbox, a {
    font-size: 26px;
}
    
.group-pic {
    grid-area: gigs-pic;
}
  
.main .group-pic {
    display: grid;
}    
}

/* Extra large devices // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.main {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
} 
    
.top-nav-container #name {
    font-size: 80px;
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 180px;
}
    
#big-nav li a {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    color: #aa1226;
    transition:  0.25s;
}
}
    

   
