/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~_______________________~~~~~~~~~~~~~~  
~~~~~~~~~~~~~~~~~~~~~~~________ ~~~~~~(                       )~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~/ ____    \ ~~~~(I'm ASCII PICKLE RICK!!)~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~/  _  _     \ ~~~(_______________________)~~~~~~~~~~~~~ 
~~~~~~~~~~~~~~~~~~~~~| (')(')     |~~~O~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
~~~~~~~~~~~~~~~~~~~~~| -// -      |~~O~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
~~~~~~~~~~~~~~~~~~~~~|  {"""}     |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
~~~~~~~~~~~~~~~~~~~~~|O           |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~|            |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
~~~~~~~~~~~~~~~~~~~~/         O   /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
~~~~~~~~~~~~~~~~~~~/             /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~/             /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~/ o           /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~/             /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~/     o       /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~/ o           /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~\         o  /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~\__________/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~by will*/
*{
	margin: 0;
	padding: 0;
}
@font-face{
	font-family: montseratt;
	src:url("../fonts/Montserrat-Regular.ttf");
}

@font-face{
	font-family: lilyscript;
	src:url("../fonts/LilyScriptOne-Regular.ttf");
}

body {

	margin:0;
	background-color: white;
	font-weight: 600;
	font-size: 100%;
	height:300vw;
	width:100vw;
	}

main{

}

article{
		width:100%;
		margin-left: 10%;
		z-index: -5;
	}


h1{
	font-family: "lilyscript";
	color:#F7931D;
	margin-top:9vw;
	text-align: center;
	font-size: 12vw;
	display:relative;
}
h2{
	font-family: "lilyscript";
	font-size: 5vw;
	color:white;
	margin-top:.7%;
	text-align: center;
	
}
h3{
	font-family: "montseratt";
	color:black;
	margin-top:2%;
	text-align: center;
	font-size: 200%;
	padding:5%;
	text-decoration: underline;
}
h4{
	font-family: "montseratt";
	font-size: 100%;
	color:black;
	margin-top:2%;
	font-size: 100%;
	text-align: center;
}
h5{
	font-family: "lilyscript";
	color:#99C337;
	margin-top:2%;
	text-align: center;
	font-size: 500%	
}
h6{font-family: "lilyscript";
	color:#99C337;
	margin-top:5%;
	text-align: center;
	font-size: 350%	

}

.test {
	line-height: 1.20em;
	position: fixed;
	font-size:3.7vw;
	border: .2vw solid black;
	background-color: white; 
	margin:2vw 0 0 90vw;
	padding: 0 .80vw 0 .80vw;
	box-shadow: 0.5vw 0.5vw 0.5vw black;
	border-radius:10%;
	z-index: 3;
}

button:hover {
	color:white;
	border-color:white;
	background-color:#F7931D;
}



header{
	background-color: #F7931D;
	width: 100%;
	height:24%;
	right: -100%;
	font-family: "helvetica","arial", sans-serif;
	font-weight: 600;
	font-size: 100%;
	position:fixed;
	transition: transform .99s;

}
header:after{
	content:'';
	display: table;
	clear: both;
}

.slide-the-drawer {
	transform: translateX(-98.8vw);


}
section{
	width:100%;
	clear:both;
}
.logo{
	height:80%;
	width:auto;
	float: left;
	padding:1.5vw 0;
	margin: 0;
	margin-left: 2%;
	position: relative;
}
.logo:hover{
	height:80%;
	float: left;
	padding:0 0;
	margin: 0;
	margin-left: 2%;
	transform:rotate(180deg);
}


.banner{
	width:100%;
	padding:0,0;
	margin-top:0;
	position:relative;
}

.ramp{
	height:auto;
	width:40%;
	margin-top: 6%;
	margin-left: 30%;
	position:relative;
	z-index: -1;
	
	}	

.tacos{
	height:auto;
	width:40%;
	float: left;
	padding:0 0;
	margin: 0;
	position: relative;
	
}

.mole2{
	height:auto;
	width:auto;
	margin-left: 20%;
	margin-top: 5%;
}
.interior{
	width:100%;
	height: 17%;
	margin-top: 10%; 
}

.social{
	width:30%;
	height:auto;
	margin-left: 35%;
}

nav ul{
	margin:0;
	padding: 0;
	list-style: none;
}
nav li{
	display: inline-block;
	margin-left:;
	margin-right: ;
	padding-top: 7%;
	padding-left: 4.5%;
	position:relative;
}

nav a {

	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
	
}

nav a:hover{
	color:#99C337;

}

nav a:before{
	content: '';
	display: block;
	height: 6%;
	width:0;
	background-color: #ffffff;

	position: absolute;
	top:1%;
	transition:all ease-in-out 500ms;
	}

nav a:hover:before {
	width: 100%
}

#banner{
	width:100%;
	height:12%;
	padding-top: 10%;
	background-color: green;
	background-image: url("../images/banner.jpg");
	background-size: cover;
	background-position: center;
	display:inline-block;
}


/*--------------image carousel-----------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -3;

  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -3;

  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  z-index: -3;

  }

.rslides img {
  display: block;
  height: auto;
  margin-left: 25%;
  width: 50%;
  border: 0;
  z-index: -3;


  }


/*------------------------Form--------------------------------------*/
#form{text-align: center;}
form{
	text-align:center;
}
input{
		display: block;
		margin:auto;
		padding: 0.5vh;
		color: black;
		font-weight: bold;
		border: 3px solid black;
		background-color: white;

}

input:hover{
	color:gray;
	border: 3px solid gray;
	background-color: #99C337;
}

input:focus {
	background-color: #F7931D;
}
/*-----------------------here is the break point for smartphones------------------------*/
@media screen and (max-width: 479px){
	body {
        background-color: red;
    }

	.logo{
	height:100%;
	width:10%;
	float: left;
	padding:0 0;
	margin: 0;
	position: relative;
	display:none;
}

article{	
	
}

.banner{
	height:auto;	
	width:100%;
	float: center;
	padding:0 0;
	margin: 0;
	position: relative;
	display: none;
}	
.ramp{
	height:auto;
	width:40%;
	float: left;
	padding:0 0;
	margin: 0;
	position: relative;
	display: none;
}	

.tacos{
	height:auto;
	width:100%;
	float: center;
	padding:0 0;
	margin: 0;
	position: relative;
	display: none;
}	
header{
	width: 100%;
	height:20%;
	margin:0 auto;
	font-family: "helvetica","arial", sans-serif;
	font-weight: 600;
	font-size: 60%;
	position:fixed;
}

	
}


/*-------------------here is the break point for large smartphones--------------------*/
@media screen and (max-width: 480px) and (max-width: 766px){
	body {
        background-color: lime;
    }
	header{
	background-color: black;
	width: 100%;
	height:30%;
	margin:0 auto;
	font-family: "helvetica","arial", sans-serif;
	font-weight: 600;
	font-size: 80%;
	position:fixed;
}
h1{
	font-family: "lilyscript";
	color:white;
	margin-top:9vw;
	text-align: center;
	font-size: 12vw;
	display:relative;
}
.social{display:none;}

.mole2{
	display:none;
	height:auto;
	width:auto;
	margin-left: 20%;
	margin-top: 5%;
}
