/* 
using FlexBox
*/

html {
	box-sizing: border-box;
	background-color: #f00;
}

body{
	min-width: 320px;
	max-width: 1366px;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;	
}

/* Parent */
.row{ 
	display: flex; 
	flex-direction: column;
}

/* Child */
.col{ 
	flex: 1; 
	margin: 0.6em; /* important. It is needed to seperate the column */
	padding: 0.6em;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}
/* above is all that is needed to make a simple grid system with flex */

.logo{
	width: 100%;
	/* height must be 152.8px */
}

#home header nav{border: none; font-weight: bold;}
nav ul{text-align: center;}
nav ul li{
	margin: 10px 5px;
	display: inline-block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #f00;
	padding: 7px;

}
nav ul li a{
	padding: 10px;
	color: #fff;
	text-decoration: none; 	
}
nav ul li:hover{background-color: #f4d44b;}
nav ul li a:hover{color: #000; text-decoration: underline;}


.cycle-slideshow{
	width: 100%;
	min-height: 350px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.sImg{max-width: 640px; text-align: center;}
.sImg img{width: 100%; max-height: 350px; vertical-align: middle;}

.cycle-prev, .cycle-next{
  	font-size: 200%;
  	color: #fff;
  	display: block;
  	position: absolute;
  	z-index: 9999;
  	cursor: pointer;
  	top: 50%;
  	margin-top: -16px;
  	padding: 16px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	-moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.cycle-prev{left: 0%;}
.cycle-next{right: 0%;}
.cycle-prev:hover, .cycle-next:hover{
  	background-color: #f00;
}

.cycle-pager{
	width: 100%;
	text-align: center;
	display: block;	
	margin-top: 0.5em;
	z-index: 9999;
	cursor: pointer;
}

.cycle-pager span{
	text-indent: 100%;
	white-space: nowrap;
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
	margin: 0 10px;
	overflow: hidden;
}
.cycle-pager span:hover{background-color: rgba(165,19,31,0.4);}
.cycle-pager .cycle-pager-active{background-color: #f00;}

.cycle-overlay{	
	color: #f5f5f5;	
	line-height: 1.25em;
}

/* Fading animation */
.fade{
	-webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
  	animation-duration: 1.5s;
}

@-webkit-keyframes fade{
 	from {opacity: .4} 
 	to {opacity: 1}
}

@keyframes fade{
  	from {opacity: .4} 
  	to {opacity: 1}
}

.hours{line-height: 150%; text-align: center;}

.statHours{text-align: center;}

.accolades{text-align: center;}
.accolades p{font-size: 2em;}
.accolades a img{width: 50%;}

h2{
	margin: 20px 10px;
	font-size: 2em;
	font-weight: bold;
}

h3{
	margin: 5px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

h3 .smTxt{font-size: 0.75em;}

.gMaps{	margin: 0 auto; text-align: center;}
.gMaps iframe{width: inherit;}

.about p{
	line-height: 150%;
	text-align: justify;
}

.menu{
	width: auto; height: auto;
	margin-bottom: 10px;
}

.menu img{
	width: 100%;
}



.delivery p{text-align: center;}

.delivery ul{width: 100%; text-align: center;}
.delivery ul li{ 
	display: inline-block;
	margin: 5px; 
	padding: 0 1.5em; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #f00;
	padding: 7px;
}
.delivery ul li a{color: #fff; text-decoration: none;}
.delivery ul li:hover{background-color: #000;}
.delivery ul li a:hover{color: #f00;}


.gallery{width: auto; height: auto;}

.gallery img{
	width: 100%;
}
.gallery img:hover{
	outline: #f00 solid 5px;
	cursor: pointer;
}

.stop-scrolling {
	height: 100%;
  	overflow: hidden;
}

.social{text-align: center;}
.social li{
	display: inline-block;
	margin: 0 1em;
	font-size: 3.75em;
}

.social li a{color: inherit;}

/*.social ul li:hover{color: #f00;}*/
.tLogo:hover{color: #0084b4;}
.yLogo:hover{color: #bb0000;}
.fLogo:hover{color: #3b5998;}
.iLogo:hover{
	background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  	/*background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	*/  
	  background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  	/* background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);	
	*/
	
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;

    -moz-background-clip: text; 
	-moz-text-fill-color: transparent;
	
	background-clip: text;
	color: #C13584;
	

		
}




#musicIcon, #closeMusic{ font-size: 1.75em; }
#musicIcon:hover, #closeMusic:hover{
	cursor: pointer;
	color: #f00;
}

.mpToggle{
	float: left;
	margin-right: 10px;
	padding: 10px;
}

.audioPlayer{
	background-color: rgba(165,165,165, 0.5);
	z-index: 999;
	position: fixed;
    border: 1px solid #000;

	-webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    width: auto;
    height: auto;
 
    -webkit-box-shadow: 0px 0px 14px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 14px rgba(0,0,0,.3);
    box-shadow: 0px 0px 14px rgba(0,0,0,.3);
    right: 0;
   	bottom: 15%;
    padding: 10px;
 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.showCtrls{	display: none; opacity: 0; font-size: 1.5em; }
.showCtrls li{	margin: 1em 0.3em; }
.showCtrls i:hover{color: #f00; cursor: pointer;}

footer{text-align: center;}

.tc{text-align: center; margin-top: 1em;}
.tc ul li{ display: inline-block; padding: 0 1.5em;}
.tc ul li a{color: #fff; text-decoration: none;}
.tc ul li a:hover{color: #f00;}


#top{
	display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #f00; /* Set a background color */
    color: #fff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);    
    font-size: 1.25em;
}
#top:hover{ background-color: #fff; color: #f00; }



@media screen and (min-width: 450px){
	.row{ 
		display: flex; 
		flex-direction: row;
	}
	.accolades p{font-size: 1.25em;}
	.tc ul li{margin: 0 0.5em;}	
}

@media screen and (max-width: 500px){	
	nav ul{border-top: 1px solid #fff;}
	nav ul li{
		margin: 8px 2px 2px 2px;
		padding-top: 8px;
		display: inline-block;
	}
	nav ul li a{
		padding: 4px;
		color: #f5f5f5;
		text-decoration: none; 	
	}
	.social li{
		display: inline-flex;
		margin: 0 0.25em;
	}
}

@media screen and (max-width: 750px){
	nav ul{border-top: 1px solid #fff;}
	nav ul li{
		margin: 8px 2px 2px 2px;
		padding-top: 8px;
		display: inline-block;		
	}
	nav ul li a{
		padding: 4px;
		color: #f5f5f5;
		text-decoration: none; 	
	}
	.social li{
		display: inline-flex;
		margin: 0 0.25em;
	}
}