/*  My ASCII art

ooo        ooooo   .oooooo.                          
`88.       .888'  d8P'  `Y8b                            
 888b     d'888  888               /\.../\         
 8 Y88. .P  888  888              ( =^.^= )        
 8  `888'   888  888              /       \    PURR...   
 8    Y     888  `88b    ooo     /   ...   \            
o8o        o888o  `Y8bood8P'    \,,/     \,,/           

*/

/* ---------------------
   ----- CSS RESET -----
   ---------------------  */

* {
	margin: 0;
	padding: 0;
	text-align: center;  
}

/* ---------------------------
   ----- FONT-FACE RULES -----
   ---------------------------  */

@font-face {
	font-family: papyrus;
	src: url("../fonts/PAPYRUS.ttf");
}

@font-face {
	font-family: bradley;
	src: url("../fonts/BRADHITC.ttf");
}

/* ---------------------------------------
   ----- KEYFRAME RULES FOR FADE-INS -----
   ---------------------------------------  */

@keyframes fade-in-logo {
	0%			{opacity: 0;};
	100%		{opacity: 1;};
}

	@-moz-keyframes fade-in-logo {
		0%			{opacity: 0;};
		100%		{opacity: 1;};
	}

	@-o-keyframes fade-in-logo {
		0%			{opacity: 0;};
		100%		{opacity: 1;};
	}

	@-webkit-keyframes fade-in-logo {
		0%			{opacity: 0;};
		100%		{opacity: 1;};
	}

	@-ms-keyframes fade-in-logo {
		0%			{opacity: 0;};
		100%		{opacity: 1;};
	}

.fade-in-logo {
	animation-name: fade-in-logo;
	animation-duration: 4s;
		-moz-animation-name: fade-in-logo;
		-moz-animation-duration: 4s;
		-o-animation-name: fade-in-logo;
		-o-animation-duration: 4s;
		-webkit-animation-name: fade-in-logo;
		-webkit-animation-duration: 4s;
		-ms-animation-name: fade-in-logo;
		-ms-animation-duration: 4s;
}

@keyframes fade-in-page-title {
	0%			{opacity: 0;};
	100%		{opacity: 1;};
}

	@-moz-keyframes fade-in-page-title {
		0%			{opacity: 0;};
		100%		{opacity: 1;};
	}

	@-o-keyframes fade-in-page-title {
		0%			{opacity: 0;};
		100%		{opacity: 1;};
	}

	@-webkit-keyframes fade-in-page-title {
		0%			{opacity: 0;};
		100%		{opacity: 1;};
	}

	@-ms-keyframes fade-in-page-title {
		0%			{opacity: 0;};
		100%		{opacity: 1;};
	}

.fade-in-page-title {
	animation-name: fade-in-page-title;
	animation-duration: 4s;
		-moz-animation-name: fade-in-page-title;
		-moz-animation-duration: 4s;
		-o-animation-name: fade-in-page-title;
		-o-animation-duration: 4s;
		-webkit-animation-name: fade-in-page-title;
		-webkit-animation-duration: 4s;
		-ms-animation-name: fade-in-page-title;
		-ms-animation-duration: 4s;
}


/* ------------------------------------------
   ----- SEMANTIC TAGS & GLOBAL CLASSES -----
   ------------------------------------------  */

body {
	background-image: url('../img/olive-leaf-pattern_opac_28.jpg');
	background-size: 15vw;
  	background-color: white;
 }

header {
	padding: 1vh 15vw;  
}

header section#logo {
	float: left;   
}

header section#icons {
	float: right;
}

header section#icons img#instagram {
	width: 32px;
	padding-top: 2vh;
	padding-bottom: 1vh;
}

header section#icons img#facebook {
	width: 40px;
	vertical-align: bottom;
	padding-bottom: 1vh;
}

.current-page {
	color: #ab8103;
}

.left {
	float: left;
}

.right {
	float: right;
}

nav {
	display: block;
	clear: both;
	border-top: #095986 solid 1px;
	border-bottom: #095986 solid 1px;
}

nav ul li{
	display: inline-block;
	color: #095986;
	padding-left: .9vw;
	padding-right: .9vw;
}

nav ul li a {
	color: #095986;
	text-decoration: none;
}

nav ul li a:visited {
	color: #095986;
}

nav ul li a:active {
	color: #ffbf00;
}

h1 {
	clear: both;
	font-family: bradley, sans-serif;
	font-size: 48pt;
	color: #095986;
}

h2 {
	float: left;
	display: inline;
	font-family: bradley, cursive;
	font-size: 40pt;
	color: #095986;
}

h3 {
	display: inline-block;
	text-align: center;
	font-family: papyrus, sans-serif;
	font-size: 22pt;
	color: #095986;
}

h4 {
	text-align: center;
	font-family: papyrus, cursive;
	font-size: 22pt;
	color: #ab8103;
}

h5 {
	clear: both;
	text-align: left;
	font-family: bradley, sans-serif;
	font-size: 20pt;
	line-height: -5.0em;
	color: #095986;
}

h6 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	color: #ffbf00;
}

main p {
	padding-left: 26vw;
	padding-right: 26vw;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: #095986;
}

footer {
	clear: both;
	background-color: #013b65;
	width: 100%;
	margin-top: 4vh;
	margin-bottom: 0vh;
}

footer section.col {
	display: inline-block;
 	padding: 1vh 3vw; 
	vertical-align: top;
}

footer section#address {
	text-align: center;
	padding: 1vh 3vw;  
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;    
	line-height: 1.3em;
	letter-spacing: 1.6px;
	color: white;
}

footer section#hours {
	text-align: center;
	padding: 1vh 3vw;  
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;  
	line-height: 1.3em;
	letter-spacing: 1.6px;
	color: white;
}

footer section#hours img{
	width: 32px;
	padding-top: 1vh;
	padding-bottom: 1vh;
}

footer section#logo2 {
	padding: 1vh 3vw; 
 	vertical-align: top;
}

footer section#logo2 img {
	width: 200px;
}

/* ----------------------------------
   ----- TRANSITION / TRANSFORM -----
   ----------------------------------  */

nav ul li a h3 {
	transition: transform 1s;   
}

nav ul li a h3:hover {
	color: #d39f05;
	transform: scale(1.13);
		-moz-transform: scale(1.13);
		-ms-transform: scale(1.13);
		-o-transform: scale(1.13);
		-webkit-transform: scale(1.13);
}

.links ul li a h3 {
	transition: transform 1s;   
}

.links ul li a h3:hover {
	color: #d39f05;
	transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-transform: scale(1.1);
}

#slide-show img{
	width: 100%;  
	margin-top: -1vh;
	margin-left: auto;
	margin-right: auto;
}

#page-image img{
	width: 100%;  
	margin-top: -1vh;
	margin-left: auto;
	margin-right: auto;
}

/* -------------------------
   ----- CONTACT PAGE ------
   -------------------------  */

#google-map {
	margin-left: 15vw;
	margin-right: 15vw;
	padding-top: 2vw;
	padding-bottom: 3vw;
	margin-top: -1vh;
	margin-bottom: -7vh;
	background-color: #06537e;
}

iframe#map {
	width: 75%;
	height: 55vh;
	border: solid black 2px;
}

main p#contact-us {
	padding-left: 10vw;
	padding-right: 10vw;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: white;
}

input[type=text], select {
	width: 55%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	font-family: 'Lato', sans-serif;
	font-size: 18pt;
	color: #095986;
	border-radius: 10px;
	box-sizing: border-box;
}

button#email-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2vw;
	padding-right: 2vw;
	border-radius: 10px;
	background-color: #ffbf00;
	font-family: 'Lato', sans-serif;
	font-size: 18pt;
	color: #095986;
}

figure.col-contact {
	display: inline-block;
 	padding: 1vh 3vw; 
}

figure#contact-address {
	text-align: center;
	padding: 1vh 3vw; 
	font-family: papyrus, cursive;
	font-size: 1.5em;    
	line-height: 1.3em;
	letter-spacing: 1.4px;
	color: white; 
}

figure#contact-hours {
	text-align: center;
	padding: 1vh 3vw; 
	font-family: papyrus, cursive;
	font-size: 1.5em;    
	line-height: 1.3em;
	letter-spacing: 1.4px;
	color: white; 
}

/* ---------------------
   ----- MENU PAGE -----
   ---------------------  */

section.category{
	display: inline-block;
	width: 70%;
	font-family: papyrus, cursive;
	font-size: 16pt;
	color: #095986;
	margin-top: 1vh;
	padding-left: 15vw;
	padding-right: 15vw;
}

article.category-name {
	float: left;   
	display: inline;
	width: 100%;
	font-family: bradley, cursive;
	font-size: 40pt;
	color: #095986;
	border-bottom: #095986 solid 1px;
}

article.category-name img {
	width: 60px;
	float: left;    
 	display: inline;
}

.item {
	clear: right;  
	margin-top: 0.25em;
	margin-bottom: .5em;
	width: 45%;
	display: block;
}


/* ----------------------------------
   ----- STORY & REVIEWS PAGES ------
   ---------------------------------- */

.story-content {
	display: inline-block;
	text-align: left;
	padding: 1vh 20vw;
}

.story-content article#Darius-history p{
	display: inline;
	width: 50%;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	color: #095986;  
}

.story-content article#Darius-review p{
	text-align: left;
	display: inline;
	width: 50%;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	color: #095986;  
}

img#chef-photograph {
	float: left;
	width: 40%;
	margin-right: 3vw;
	max-width: 100%;
	box-shadow: 10px 10px 10px grey;
	border: solid #095986 1px;
	margin-top: 3vh;
	margin-bottom: 2vh;
}

.links {
	display: block;
	clear: both;
}

.links ul li{
	display: inline-block;
	color: #095986;
	padding-left: .9vw;
	padding-right: .9vw;
}

.links ul li a {
	color: #095986;
	text-decoration: none;
}

.links ul li a:visited {
	color: #095986;
}

.links ul li a:active {
	color: #ffbf00;
}


/*  MEDIA SCREEN BREAKPOINTS  */

@media screen and (min-width: 1366px) and (max-width: 1919px) {

	.story-content article#Darius-history p {
		float: none;
		width: 100%;
		margin-top: 1vh;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}


@media screen and (min-width: 513px) and (max-width: 1365px) {

	.category {
		display: inline-block;
		width: 96%;  
		font-family: papyrus, cursive;
		font-size: 16pt;
		color: #095986;
		padding-left: 2vw;
		padding-right: 2vw;
	}

	.item {
		width: 48%;
		margin: 0vw;
	}

	.story-content {
		display: inline-block;
		padding: 1vh 5vw; 
	}

	#google-map {
		margin-left: 5vw;
		margin-right: 5vw;
	}
}


@media screen and (max-width: 768px) {

	h1 {
		font-size: 36pt;
	}

	#google-map {
		margin-left: 5vw;
		margin-right: 5vw;
	}

	iframe#map {
		width: 85%;
		height: 45vh;
		border: solid black 2px;
	}

	img#chef-photograph {
		float: none;
		text-align: center;
		width: 80%;
		max-width: 100%;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 1vh;
	}

	.story-content {
		display: block;
		padding: 1vh 10vw; 
	}

	.story-content article#Darius-history p {
		float: none;
		width: 70%;
		margin-top: 1vh;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	footer {
		margin-top: 4vh;
	}

	footer section.col {
		display: block;
		vertical-align: top;
		padding: 1vh 3vw;  
		margin-top: 0vh;
		margin-bottom: 0vh;
 		margin-left: 0vw;
		margin-right: 0vw;   
     }

	footer section#logo {
    	display: block;
    	padding: 1vh 6vw;  
		vertical-align: top;
	}

	main p {
		font-size: 1.4em;
		padding-left: 16vw;
		padding-right: 16vw;
	}

	.item {
		display: block;
		width: 100%;
		margin: 0vw;
	}

} 


