@charset "UTF-8";
/* CSS Document */

/* Fonts */

@font-face {
	font-family: 'Klinic Slab Book';
	src: url(KlinicSlabBook.otf) format('otf');
}

@font-face {
	font-family: 'Klinic Slab Bold';
	src: url(KlinicSlabBold.otf) format('otf');
}

@font-face {
	font-family: 'Klinic Slab Bold It';
	src: url(KlinicSlabBoldIt.otf,) format('otf');
}

@font-face {
	font-family: 'Klinic Slab Book It';
	src: url(KlinicSlabBookIt.otf) format('otf');
}

@font-face {
	font-family: 'Klinic Slab Medium';
	src: url(KlinicSlabMedium.otf,) format('otf');
}

@font-face {
	font-family: 'Klinic Slab Medium It';
	src: url(KlinicSlabMediumIt.otf) format('otf');
}

@font-face {	
	font-family: goudy-old-style,serif;
	font-weight: 400;
	font-style: normal;
}	

@font-face {
	font-family: goudy-old-style,serif;
	font-weight: 700;
	font-style: normal;	
}

@font-face {
	font-family: goudy-old-style,serif;
	font-weight: 400;
	font-style: italic;
}

/* header */

	header {
		width: 99%;
		height: auto;
		margin: auto;
		background-color: rgba(255,255,255,0.7);
		position: fixed; /* 1:1 Aspect Ratio */
		border-top: 2px solid #cf1c44;
		border-bottom: 2px solid #cf1c44;
	}

	.imgLogo {
		max-width: 300px;
		float: left;
		position: fixed; 
		display:block; /*keep elements side by side */
		margin: 18px;
	}

	#address {
		color: rgba(84,49,54,1.00);
		font-family: "Goudy Old Style", Goudy Old Style, serif;
		font-size: 150%;
		margin-top:25px;
		height: auto;
		text-align: right;
		padding: 40px;
	}

/* Footer */
	footer {
		text-align: center;
		border-top: solid 10px #CF1C44;
	}

	.social {
		padding: 20px 2px;
	}

/* Navigation */

/* Nav Container */
	nav {
		float: right;
		width: 100%;
		overflow: hidden;
		background-color: #0b9446;
		font-family: "Klinic Slab Book";
		border-top: solid 2px #cf1c44;
		margin-top: 0px;
		padding-right: 25px;
	}

/* Links inside the navbar */
	nav a {
	  float: right;
	  font-size: 16px;
	  color: white;
	  text-align: center;
	  padding: 14px 16px;
	  text-decoration: none;
	}

/* Add a red background color to navbar links on hover */
	nav a:hover {
	  background-color: #cf1c44;
	}

/* Footer */
footer {
	text-align: center;
	border-top: solid 10px #CF1C44;
}

.social {
	padding: 20px 2px;
}

/* Home Page */
	
	#spaghetti {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
		height: 75%;
		border: 5px solid #0b9446; 
	}

	#headline {
		color: rgba(175,24,59,1.00);
		font-size: 50px;
		font-family: "Goudy Old Style Italic", Goudy, serif;
		text-align: center;	
		padding: 25px;
	}

	#intro  {
		text-align: left;
		color: rgba(84,49,54,1.00);
		font-family: "Goudy Old Style", Goudy Old Style, serif;
		font-size: 100%;
		padding: 0px;
	}


/* About Us */
				
	h1 {
		color: rgba(175,24,59,1.00);
		font-size: 40px;
		font-family: goudy-old-style, serif;
		text-align: center;	
		padding: 5px;
		padding-bottom: 50px;

	}

	h3 {
		text-align: left;
		text-indent: 5px;
		color: rgba(23,103,48,1.00);
		font-family: "Klinic Slab Medium", Klinic Slab, serif;
		font-size: 30px;
		margin: 25px;
	}

	p  {
		text-align: left;
		color: rgba(84,49,54,1.00);
		font-family: "Goudy Old Style", Goudy Old Style, serif;
		font-size: 175%;
		padding: 0px;
	}

	figure{
		display: inline-block;
		text-align: center;
		font-style: italic;
		font-size: smaller;
	}
	
	.imgGGgrand {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border: 5px solid #D8C6B8; 
		background-color: rgba(255, 255, 255, 0.7);
		padding: 15px;
	}

/* Menu */

	h1 {
		color: rgba(175,24,59,1.00);
		font-size: 40px;
		font-family: goudy-old-style, serif;
		text-align: center;	
		padding: 5px;
		padding-bottom: 50px;
	}
	.menu {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		padding-bottom: 50px;
	}

	#pg1{
		display: inline-grid;
		border: 2px solid #D8C6B8;
		padding: 1px;
		margin-right: auto;
		margin-left: auto;
		width: 45%;
	}

	#pg2{
		display: inline-grid;
		border: 2px solid #D8C6B8;
		padding: 1px;
		margin-right: auto;
		margin-left: auto;
		width: 45%;
}

	#pg3 {
		border: 2px solid #D8C6B8;
		padding: 1px;
		margin-right: auto;
		margin-left: auto;
		width: 45%;
	}

	#pg4 {
		border: 2px solid #D8C6B8;
		padding: 1px;
		margin-right: auto;
		margin-left: auto;
		width: 45%;
	}

/* Specials */
	
	h1 {
		color: rgba(175,24,59,1.00);
		font-size: 40px;
		font-family: goudy-old-style, serif;
		text-align: center;	
		padding: 5px;
		padding-bottom: 50px;
	}

	h2 {
		text-align: center;
		text-indent: 5px;
		color: rgba(175,24,59,1.00);
		font-family: "Klinic Slab Medium", Klinic Slab, serif;
		font-size: 30px;
		margin: 25px;		
	}

	h3 {
		text-align: left;
		text-indent: 5px;
		color: rgba(23,103,48,1.00);
		font-family: "Klinic Slab Medium", Klinic Slab, serif;
		font-size: 30px;
		margin: 25px;
	}

	p  {
		text-align: left;
		color: rgba(84,49,54,1.00);
		font-family: "Goudy Old Style", Goudy Old Style, serif;
		font-size: 140%;
		padding: 5px;
	}

	.coupon {
		border: 5px dotted #7b573e; /* Dotted border */
		width: 80%; 
		border-radius: 15px; /* Rounded border */
		margin: 0 auto; /* Center the coupon */
		max-width: 600px; 
	}

	.container {
		padding: 2px 16px;
		background-color: #7b573e;
	}

	.promo {
		background: #D8C6B8;
		padding: 3px;
	}

	.expire {
		color: #cf1c44;
	}

/* Catering */
		
	#pastaBar {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
		border: 5px solid #0b9446; 
	}

	#cateringtext{
		margin: 35px;
		padding: 15px;
	}

	h1 {
		color: rgba(175,24,59,1.00);
		font-size: 40px;
		font-family: goudy-old-style, serif;
		text-align: center;	
		padding: 5px;
	}

	h3 {
		text-align: left;
		text-indent: 5px;
		color: rgba(23,103,48,1.00);
		font-family: "Klinic Slab Medium", Klinic Slab, serif;
		font-size: 30px;
		margin: 25px;
	}

	p  {
		text-align: left;
		color: rgba(84,49,54,1.00);
		font-family: "Goudy Old Style", Goudy Old Style, serif;
		font-size: 175%;
	}

	.cateringtext{
		margin: 35px;
		padding: 5px;
	}

/* Location */
		
	h1 {
		color: rgba(175,24,59,1.00);
		font-size: 40px;
		font-family: goudy-old-style, serif;
		text-align: center;	
		padding: 5px;
		padding-bottom: 50px;
	}

	h3 {
		text-align: left;
		text-indent: 5px;
		color: rgba(23,103,48,1.00);
		font-family: "Klinic Slab Medium", Klinic Slab, serif;
		font-size: 30px;
		margin: 25px;
	}

	p  {
		text-align: left;
		color: rgba(84,49,54,1.00);
		font-family: "Goudy Old Style", Goudy Old Style, serif;
		font-size: 150%;
		padding: 5px;
		margin: 50px;
	}

	h4 {
		text-align: center;
		text-indent: 5px;
		color: rgba(23,103,48,1.00);
		font-family: "Klinic Slab Medium", Klinic Slab, serif;
		font-size: 20px;
		margin: 25px;
	}

	h5 {
		color: rgba(175,24,59,1.00);
		font-size: 20px;
		font-family: goudy-old-style, serif;
		text-align: left;	
		padding: 0px;
		margin: 45px;
	}

	#north {
		margin: 50px;
	}

	#south {
		margin: 50px;
	}

	.map{
		float: right;
		display: inline-block;
		width: 40%;
		padding-right: 50px;
	}
	
/* Reservations */

	h1 {
		color: rgba(175,24,59,1.00);
		font-size: 40px;
		font-family: goudy-old-style, serif;
		text-align: center;	
		padding: 5px;
		padding-bottom: 50px;
	}

	h3 {
		text-align: left;
		text-indent: 5px;
		color: rgba(23,103,48,1.00);
		font-family: "Klinic Slab Medium", Klinic Slab, serif;
		font-size: 30px;
		margin: 25px;
	}

	p  {
		text-align: left;
		color: rgba(84,49,54,1.00);
		font-family: "Goudy Old Style", Goudy Old Style, serif;
		font-size: 150%;
		padding: 5px;
		margin: 50px;
	}
	#otLogo{
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 70%;
		padding: 25px;
	}

	.calendar {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 50%;
		margin-top: 100px;
	}

/* Contact Us */

	h1 {
		color: rgba(175,24,59,1.00);
		font-size: 40px;
		font-family: goudy-old-style, serif;
		text-align: center;	
		padding: 5px;
		padding-bottom: 50px;

	}

	h3 {
		text-align: left;
		text-indent: 5px;
		color: rgba(23,103,48,1.00);
		font-family: "Klinic Slab Medium", Klinic Slab, serif;
		font-size: 30px;
		margin: 25px;
	}

	p  {
		text-align: left;
		color: rgba(84,49,54,1.00);
		font-family: "Goudy Old Style", Goudy Old Style, serif;
		font-size: 140%;
		padding: 5px;
		margin: 50px;
	}

	#social {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 90%;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	/* Form */
		/* Style inputs with type="text", select elements and textareas */
		input[type=text] select, textarea {
			width: 90%; /* Full width */
			padding: 12px; /* Some padding */  
			border: 1px solid #0B9446; /* Marinara Red border */
			border-radius: 4px; /* Rounded borders */
			box-sizing: border-box; /* Make sure that padding and width stays in place */
			margin-top: 6px; /* Add a top margin */
			margin-bottom: 16px; /* Bottom margin */
			resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
			}

		/* Style the submit button with a specific background color etc */
		input[type=submit] {
			background-color: #0B9446;
			color: white;
			padding: 12px 20px;
			border: none;
			border-radius: 4px;
			cursor: pointer;
		}

		/* When moving the mouse over the submit button, add a darker green color */
		input[type=submit]:hover {
			background-color: #CF1C44;
		}

		/* Add a background color and some padding around the form */
		.form {
			border-radius: 5px;
			background-color: rgba(216,198,184,0.90);
			padding: 15px;
			width: 98%;
			margin-right: auto;
			margin-left: auto;
			color: #CF1C44;
		}

/* Sitemap */

	h1 {
		color: rgba(175,24,59,1.00);
		font-size: 40px;
		font-family: goudy-old-style, serif;
		text-align: center;	
		padding: 5px;
		padding-bottom: 50px;
	}

	li {
		list-style: circle;
		padding: 20px;
		font-family: goudy-old-style, serif;
		font-size: 20px;	
	}

/* Adjust size of header to scale to smaller devices using CSS @media below */

/* Mobile */

@media (min-width: 200px)and (max-width: 500px){
header {
	height: auto;}
	
.imgLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	}
	
#address {
	display: inline-block;
	float: right;
	text-align: right;
	font-size: 80%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
	/* Navbar container */
	.navbar {
		float: right;
		width: 100%;
		overflow: hidden;
		background-color: #0b9446;
		font-family: "Klinic Slab Book";
		border-top: solid 2px #cf1c44;
		margin-top: 0px;
		padding-right: 25px;
	}
}

/* Tablet */
@media (min-width: 501px)and (max-width: 720px){
	header {
		height: auto;}

	.imgLogo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 35%;
		}

	#address {
		display: inline-block;
		float: right;
		text-align: right;
		font-size: 90%;
		margin: auto;
		padding: 60px;
		}

	/* Navbar container */
	.navbar {
		float: right;
		width: 100%;
		overflow: hidden;
		background-color: #0b9446;
		font-family: "Klinic Slab Book";
		border-top: solid 2px #cf1c44;
		margin-top: 0px;
		padding-right: 25px;
	}
}