 /*

    .___   
  __| _/____    ____ _____   
 / __ |\__  \  /    \\__  \  
/ /_/ | / __ \|   |  \/ __ \_
\____ |(____  /___|  (____  /
     \/     \/     \/     \/   Design Meets Art.
 
 */

/*M E D I A    C A L L S*/

		/*TABLET*/


@media screen and (min-width: 0px) and (max-width: 569px){

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

@font-face {
  font-family:"sarge";
    src: url("../img/srgt6pack.ttf") format("truetype");
}

.canvas {  
  width: 100vw;
  height: 100vw;
  background-color: #fff8ee;  
  overflow-x: hidden;
 }

 figure#toss {
		width: 200%;
        font-size: 240%;
        margin-top: 190%;
        margin-left: -67%;
        transform: rotate(270deg);
        	-moz-transform: rotate(270deg);
			-ms-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			-webkit-transform: rotate(270deg); 															
        font-family: sarge;
        color: #39828f;
        text-align: center;
     }

    .ltbox {
 		float: left;
 		background-color: #4ab6cc;
 		width: 30%;
 		height: 8.5%;
 		
 	}


	 	figure#box1 {
	 		float: left;
	 		width: 20%;
	 		height: 60%;
	 		margin-top: 6.5%;
	 		
	 		background-color: #245f6a; 		
	 	}
	 	figure#box2 {
	 		float: left;
	 		width: 20%;
	 		height: 60%;
	 		margin-top: 6.5%;
	 		background-color: #fbda95;
	 	}
	 	figure#box3 {
	 		float: left;
	 		width: 20%;
	 		height: 60%;
	 		margin-top: 6.5%;
	 		background-color: #6FCADC;
	 	}
	 	figure#box4 {
	 		float: left;
	 		width: 20%;
	 		height: 60%;
	 		margin-top: 6.5%;
	 		background-color: #afd275;
	 	}
	 	figure#box5 {
	 		float: left;
	 		width: 20%;
	 		height: 60%;
	 		margin-top: 6.5%;
	 		background-color: #e7717d;
	 	}
		
	.call {
	  float:left;
	  width: 70%;
	  height: 8.5%;
	  background-color: #4ab6cc;
	  padding: 0;
	  margin: 0;
	  color: white;
	  font-family: georgia;
	  text-align: center;
	  font-size: .8vw;
	  
	 }

		.cta {
		 	float: right;
		 	color: #fff8ee;
		 	margin-top: 1%;
		 	font-size: 400%;
		 	font-family: georgia;
		 	font-weight: bold;
		 	font-style: italic;
		 	text-align: right;
		 	text-decoration: none;
		 	margin-right: 10%;	 	
		 }

		 a.cta:visited {
		 	color: #fff8ee;
		 	text-decoration: none;
		 }
		 
		 a.cta:hover {
	 	background-color: maroon;
	 	text-decoration: none;
		}	

.logobox {	  
  float:left;
  width: 60%;
  height: 15.6%; 	   
}

	 img.logo {
		  float: left;
		  margin-top: 0;
		  margin-left: 1%;
		  width: 48%;
		  height: 10.2%;
		}

	img.logo-b {
		  float: left;
		  margin-left: -10%;
		  margin-top: 16%;
		  width: 41%;
		  height: 37%;
		 }

.navbar {
	 	display: none;
}

	button#hamburger-button {		
		display: initial;
		float: right;
		background-color: rgba(255,255,255,0.1);
		border: 0.7vw solid #fff8ee;
		border-radius: 25%;
		font-size: 5vw;
		line-height: 5vw;
		padding: 0.2vw 0.5vw 0.5vw 0.5vw;
		margin: 5vw 6vw;
		outline: none;
		z-index: 1;
	}

		button#hamburger-button:hover {
			color: black;
			background-color: lightgrey;
		}

		button#hamburger-button:active {
			background-color: #E6707C;
		}
 
 	nav {
		display: initial;
		position: absolute;
		margin-top: 25.8vw;
		right: -32vw;
		height: 112vh;
		font-size: 3.5vw;
		font-family: georgia;
		line-height: 4vw;
		background-color: rgba(37,95,107,1.0);
		padding: 2vh 4vw 10vw 5vw;
		transition: transform .6s;	
		z-index: 1;
	}

		li {
			list-style: none;
			margin-bottom: 5vw;
		}

		a {
			color: #fff8ee;			
			text-decoration: none;				
		}

		a:hover {
			text-decoration: underline;
			background-color: maroon;			
		}

		a:visited {
			color: #fff8ee;
			text-decoration: none;
		}

			.slide-drawer {
			transform: translateX(-32vw);
		}

	.lines { 
		float: left;
		margin-top: -.5%;
		width: 100%;
		height: 1.5%;
	}
	
		.ltblue-line {
		float: left;
		background-color: #4ab6cc;
		color: white;
		width: 100%;
		height: 100%;
		text-align: center;    
		}  
	
		
			/*MAIN SECTION*/


.back {
	float: left;
    width: 100%;
    height: 125%;  		/* tablet 141px* Mobile 151px*/
	background-color: #fff8ee;	
}

	.graphic-one {				/*holds figure; invisible*/
		display: inline-block;
	    float: left;
	    width: 30%;
	    height: 100%;
	    background-color: #fff8ee; 		
	    }
		
	 		/*rotated side text*/

			      figure#toss  {
			        width: 270%;
			        font-size: 200%;
			        margin-top: 125%;
			        margin-left: -98%;
			        font-family: sarge;
        			color: #39828f;
        			text-align: center;
			        
			        transform: rotate(270deg);
			        	-moz-transform: rotate(270deg);
						-ms-transform: rotate(270deg);
						-o-transform: rotate(270deg);
						-webkit-transform: rotate(270deg);			        
					}  	


.case {
		float: left;
	    width: 70%;
	    height: 140%;
	    margin-top: 4%;
	    background-color: #fff8ee;
}

		article {
				width: 90%;
				height: 25%;
				text-align: center;
				color: #ffffff;
		}

			.info {
				height: auto;
			}

			.shorty {
				width: 90%;
				height: 15%;	
				text-align: center;
			}

				/*Shorty Article Content*/

				.order {
					color: #245f6a;
					font-size: 120%;
					font-weight: bold;
				}

				.order-gp {
					color: #245f6a;
					font-weight: bold;
					font-size: 130%;
				}
			
				.blue {
				 background-image: url("../img/dining.jpg");
				 background-size: cover;
				 background-position: 0 -11vw;
				}

				img#tef {
				width: 28vw;
				height: 23vw;
				}
			
				.reserve { font-size: 120%; }
				
				.happywd {
					font-size: 130%;
				}

				.happyhour {
					height: 12.5%;
					background-image: url("../img/pic33.jpg");
					background-position: -1vw;
					background-size: 110%;		
				}	   
			
			/*Form Article*/
			.form1 {
			font-size: 60% 
				}

				label {
					color: #ffffff;
					font-size: 150%;
				}

				input {
					font-size: 150%;
				}
				
				.butz {
				background-color: #ccc; 
				border: 5px solid teal;
				}

				.butz:hover {
					color: blue;
					border-color: aqua;
				}

			/*Bighall Article*/
			.bighall {
				background-image: url("../img/pic31.jpg");
				background-position: -2vw;	
				background-size: 110%;
			}
}

