/*Typography choices
font-family: 'Special Elite', cursive;
font-family: 'Bevan', cursive;
font-family: 'Cinzel', serif;
Colors 12B2B2| magenta FF19C2 | 00FFFF white:#FFFFDD Charcoal: #292323;*/
 /*V3 triadic color. 006565 dark teal| BF2696 magenta| 12b2b2 teal| 7F6B00 dark yellow| FED80D yellow */

body {
  background-color: #FFFFDD;
  background-image: url(http://lh3.googleusercontent.com/ZsdEUBuXg3GJw8HthOI8k-5T9_7kmYU_TvjOcqwiMAmA_HFXn702SaphypSr-0cAM6jh_AbAKOq6VrCrc6ENwqmR);
  background-size: 100% 100%;
  color: #292323;
/*Set footer below section*/
  display: flex;
  flex-direction: column;
  font-family: 'Special Elite', cursive; 
  text-align: center;
  margin: 0;
}

header,
footer{
  background-color: #12b2b2;
  border: 1px #006565 solid;
  color: #FFFFDD;
}

/*----basic header layout----*/

#title-section h1{
  color: #292323;
  display: inline;
  text-shadow: 3px 3px 4px #FFFFDD;
}

#title-section img {
  display: inline-block;
  vertical-align: bottom;
}

/*Basic nav CSS- Most in Media stuff...Is having focus redundant?*/
nav a:hover,
nav a:focus{
  box-shadow: 5px 5px 3px #FF19C2, inset 5px 5px 0 #CCAE14;
  background-color: #00ffff;
  color: #292323;
}

/*Footer CSS*/
footer{
  font-family: 'Cinzel', serif;
  font-size: 13px;
  padding: 20px 0;
  width: 100%;
}

footer a{
  color:  #FFFFDD;
}

footer a:hover{
  color: #FF19C2;
}

hr{ 
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, rgba(255, 25, 194, 0), rgba(191, 38,	150, 1), rgba(255, 25, 194, 0));
  margin: 15px auto;
}

/*----End of header footer and nav----*/

section{
  box-sizing: border-box;
/*Set footer below section*/
  flex: 1 1 auto;
  overflow: auto;
}

/*Basic map setting*/
.column1 iframe{
  border: 5px solid #BF2696;
  border-radius: 15px;
  }

/*Responsive design*/

/*Small devices - Small tablet and phone*/
@media (max-width:767px){

/*Small devices header stuff*/
  #title-section{
    padding-bottom: 20px;
}
  #title-section img{  
    margin-top: 10px;
  }
  .nav-item{
    border: 1px solid #BF2696;
    border-radius: 15px;
    color:  #FFFFDD;
    display: none;  /*Make nav items appear and disappear*/
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    }
    
  .nav-icon{
    border: solid 5px rgba(0,0,0,0); /*so the icon doesn't shift when open-nav-icon is added*/ 
    border-radius: 5px; 
    left: 30px;
    height: auto;
    position: absolute;
    top: 110px;
  }
  .nav-icon img{ 
    padding: 60% 0;
    width: 100%;
  }
  .nav-icon:hover{
    background-color: lightGrey;
    background-color: rgba(41, 35, 35, .2);
  }
  /*Make nav items appear and disappear*/
  .display{ 
    display: block;
    background-color: #12b2b2;
  } 
  
/*When nav box is open*/  
  .open-nav, .open-nav-icon{
    background-color: #292323;
  }
  
  .open-nav{
    padding: 15px 0 5px 45px;
    margin: auto;
  }
  .open-nav-icon:hover{
    background-color: #292323;
    border: solid 5px white; 
    border-radius: 5px;  
    }
  
/*Phone footer stuff*/  
  .info-block{
    padding-top: 10px;
  }
  .bottom{
    font-size: 0.7em;
  }
/*Small devices section stuff*/

  .column2 p{ 
    max-width: 70%;
    margin: 10px auto;  
  }
  
/*Small devices footer*/

  .info-block{
    display: block;
  }
  
}

/*Small tablet 351-766px*/
@media (min-width: 361px) and (max-width:767px){
  
/*Small tablet header stuff*/ 

  #title-section h1{  
    font-size: 6em;
  }
  
  #title-section img{  
    width: 100px;
  }
   .nav-icon{
    width: 70px;
    height: 145px;
  }
   .nav-item{
     margin: 0 30px 20px;
   }


/*Small tablet content*/
  section{
    font-size: 2em;
  }
  .store-times p{
    margin-top: 40px;
  }

/*Small tablet footer*/
/*Onclick zoom into footer text*/
  .info-block{
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  
  .zooms{
    font-size: 2em;
    height: 500px;
  }
   .edit-footer{
     padding: 0;
     margin: 0;
 }
}
/*Phone <350px*/
@media (max-width: 360px){

/*Phone header stuff*/
/*set nav icon style and position*/
  header{
    position: relative;
    }
  
  #title-section img{  
    width: 15%;
  }
  
  .nav-icon{/*custom size nav icon*/
    width: 40px;
    height: 85px;
  }
  
/*Onclick zoom into footer text*/

  .zooms{
    font-size: 3em;
  }
}

/*All devices but phone*/
@media (min-width:360px){

/*Height of bottom row*/
  footer span{
    display: inline-block;
    height: 10px;
  } 

/*Height of top row*/
 .info-block{
    height: 80px;
    
  } 
  

}
/*Large devices- big tablet and computer*/
@media (min-width:768px){
    
  header,footer{
    padding: 20px 0;
    }
      /*HEADER*/
  #title-section{
    margin: 10px;
  }
  
  #title-section h1{
    font-size: 175px;
  }
  #title-section h1:first-letter{
    color: red;
  }
  #title-section img{
    width: 150px;
    padding: 5px;
  }
  
  /*nav bar CSS for large tablets and bigger*/
  nav{
    padding: 20px;
  }
  
  .nav-icon {
    display: none;
  }
    
  nav a{
    border: 1px solid #BF2696;
    border-radius: 15px;
    color:  #FFFFDD;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 75px 15px 75px;
    margin: 5px;
    text-decoration: none;
    width: 400px;
  }
  
  .blog{
    width: 80%;
    margin: auto;
  }
  
/*index css*/
  section{
    display: inline-block;
  }
   
  section h1{
    font-size: 60px;
  }

  section h2{
    font-size:40px;
  }
  
  .column1,
  .column2{
    width: 48%;
  }
  
  .column1{
    float: left;
  }
  
  .column2{
    float: right;
  }
  
  .column2 p{
    padding-bottom: 20px;
  }
  .column2 p strong{
    font-size: 25px;
  }
  
  .about-info{
    width: 80%; 
    margin: auto;
  }
  
  .times{
    float: left; 
    width: 50%;
  }
  
  .contact{
    float: right; 
    width: 50%;
  }
  
  .contact a{
    color: #292323;
  }
  
  .column1 iframe{
    width: 80%; 
    min-height: 270px;
  }
  
/*footer*/
footer{
  display: inline-block;
  }
  
footer span{
  width: 30%;    
  vertical-align: top;
  }
  
 info-block{
   display: n;
 }  
}  


/*Laptop >1350px*/
@media (min-width:1350px) {
  html{ 
    background-color: #292323;
  }
  
  body{ 
    max-width: 1300px;
    margin: auto;
  }
}


/*add underline to nav of current page*/
.this-page{
  border-bottom: 5px solid #FF19C2;
}
