/*

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

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

		/*TABLET*/


@media screen and (min-width: 570px) and (max-width: 950px){

* {
  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;
 }

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

	 	figure#box1 {
	 		float: left;
	 		width: 20%;
	 		height: 100%;
	 		background-color: #245f6a; 		
	 	}
	 	figure#box2 {
	 		float: left;
	 		width: 20%;
	 		height: 100%;
	 		background-color: #fbda95;
	 	}
	 	figure#box3 {
	 		float: left;
	 		width: 20%;
	 		height: 100%;
	 		background-color: #6FCADC;
	 	}
	 	figure#box4 {
	 		float: left;
	 		width: 20%;
	 		height: 100%;
	 		background-color: #afd275;
	 	}
	 	figure#box5 {
	 		float: left;
	 		width: 20%;
	 		height: 100%;
	 		background-color: #e7717d;
	 	}


		 .cta {
		 	float: right;
		 	color: #fff8ee;
		 	margin-top: 2.8%;
		 	font-size: 250%;
		 	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;
		 }

	.call {
		  float:left;
		  width: 70%;
		  height: 5.8%;
		  background-color: #4ab6cc;
		  padding: 0;
		  margin: 0;
		  color: white;
		  font-family: georgia;
		  text-align: center;
		  font-size: .8vw;		  
		 }


/*LOGO AND NAVBAR ROW*/

.logobox {
  display: inline-block;
  float:left;
  width: 40%;
  height: 10.6%; 
  background-color: #fff8ee;   
}
	  
		 img.logo {
		  display: inline;
		  float: left;
		  margin-top: 0;
		  margin-left: 0;
		  width: 47%;
		  height: 23.2%;
		 }


		img.logo-b {
		  display: inline;
		  float: left;
		  margin-top: 15%;
		  margin-left: -12%;
		  width: 45%;
		  height: 60%;
		 }

.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: 2vw 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: 19.8vw;
		right: -32vw;
		height: 125vh;
		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;			
		}

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


/*LINES*/

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


/*MAIN SECTION*/


.graphic-one {
		float: left;
	    width: 15%;
	    height: 148%;   
		
	    }
		
			figure#toss {
				width: 300%;
		        font-size: 170%;
		        margin-top: 200%;
		        margin-left: -95%;
		        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;
		     }

.case {
		float: left;
	    width: 80%;
	    height: 50%;
	    margin-top: 2%;

}

	.clicky {
			float: left;
		    width: 33%;
		    height: 60%;
		    border: 2px solid #fff8ee;	 
		    text-align: center;		 
		    }

		    	.clickword {
		    		font-size: 125%;
		    		color: #fff8ee;
		    		text-align: center;	     		
		    	}

	.clicky:hover {
		border: 2px solid blue;
	}

	.pikky {
		float: left;
		width: 98.5%;
		height: 45%;
		opacity: 90%;
		margin-top: .5%;
		border: 4px solid teal;
		background-image: url("../img/group2.jpg");
		background-position: 10% 50%;
		background-size: 100% 170%;

	}

		.lkpic {
			width: 65%;
			height: 60%;
			opacity: 60%;
		}

.case-two  {
		float: left;
	    width: 70%;
	    height: auto%;
	    margin-top: -1%;
}



.sticky {
	float: left;
	display: block;
	width: 112.5%;
	height: auto%;	
	text-align: center;
	color: #fff8ee;
	margin-top: 6.5%;	
}


	.addy {
		font-size: 150%;
		color: #fff8ee;
		text-align: center;
	}

		
	.texto {
			width: 96%;
			font-size: 129%;
			color: #245f6a;
			text-align: center;
			}

	span {
		color: #245f6a;
		font-weight: bold;			
	}

.reserve {
		font-size: 150%;
		color: #fff8ee;
		text-align: center;
	}

	.up {
		font-size: 180%;
		text-decoration: none;
		color: #fff8ee;
		text-align: center;
	}
	
	.smedia {
		width: 20%;
		height: 18%;
		}
}

