/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



                                            /* Website Layout */

/* Background */
body {
    background-image: url(../Images/Background.jpg);
    background-size: contain;
	color: #000000;
	padding-top: 15px;
	font-family: "Times New Roman", "Ink Free";
}

/* Middle Section */
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Button Header */
#container > header {
	padding: 0 0.8em;
	height: 120px;
}

/* Drop-Down Buttons */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Ink Free;
}
.navbar a {
  float: left;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  cursor: pointer;
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: #0000FF;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.show {
  display: block;
}

/* Main Header */
section#page-text > h1 {
	text-align: center;
	font-size: 3.0em;
	margin: 0.8em 0 1.6em;
    color: #0000ff;
    font-family: Ink Free;
}
header div#logo {
	float: left;
	color: green;
	padding-top: 0.9em;
	font-size: 2em;
	font-style: italic;
}
section#page-text > h1:before,
section#page-text > h1:after {
	content: '~*~';
	padding: 0 0.4em;
	color: #BABABA;table#pizza
}

h2 {
    color: #0000ff;
}

                                            /* Homepage */

/* Middle Section */
section#feature {
	width: 100%;
	height: 400px;
	background: url('../Images/H_Image.png') no-repeat;
    background-size: cover;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 1px solid white;
	margin-bottom: 1em;
	color: white;
	text-align: left;
	text-shadow: 0 10px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

/* Font in Middle Section */
section#feature h1 {
	font-size: 5.8em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: Ink Free;
	font-style: italic;
}

/* Home Text */
section#home-text {
	float: left;
	width: 560px;
	padding: 15px;
	font-size: 1.1em;
	background: white;
	box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	border-bottom: 1px solid white;
}

section#home-text h1 {
	font-weight: bold;
    font-family: ink free;
	margin-bottom: 0.8em;
}

section#home-text p,
section#page-text p {
	line-height: 1.4em;
	margin: 0.8em 0 0;
	text-align: left;
}

/* Little box */
section#offers {
	color: black;
	width: 375px;
	padding: 15px;
	margin-left: 588px;
	background: #ceffaf;
	box-shadow: 0 0 0px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0.6) inset;
	-o-box-shadow: 0 0 0px rgba(0,0,0,0.6) inset;
	border-bottom: 1px solid white;
	font-size: 1em;
	line-height: 1.3em;
}
section#offers ul li {
	padding: 0.5em 0;
}

section#contact h1,
section#offers h1 {
	font-weight: bold;
    font-family: ink free;
	text-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

                                            /* Sitemap */

ul#sitemap {
	text-align: left;
	list-style: circle;
	padding-left: 200px;
}
ul#sitemap a {
	color: #0000ff;
}
ul#sitemap li {
	padding: 1.0em 0;
}

                                            /* About */ /* Social Media */

/* Middle Section */
section#page-text {
	padding: 30px;
	font-size: 1.2em;
	background: white;
	box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	border-bottom: 1px solid white;
	text-align: center;
}
section#page-text article {
	padding: 1.5em 0;
	border-top: 1px dotted #0000ff;
}
section#page-text article header {
	padding: 0;
    font-family: Ink Free;
    color: #0000ff;
}
section#page-text article h1 {
	text-align: left;
	font-weight: 500;
	font-size: 2em;
}
section#image {
    border: 1px solid #0000ff;
    box-shadow: 5px 10px 18px #0000ff;
}

                                            /* Prices */
/* Account form */
body
* {box-sizing: border-box;}
.form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline label {
  margin: 5px 10px 5px 0;
}
.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Package Table */
#customers {
  border-collapse: collapse;
  width: 100%;
}
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 10px;
}
#customers tr:nth-child(even){background-color: #ceffaf;}
#customers tr:hover {background-color: #fffbaf;}
#customers th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0000ff;
  font-family: ink free;
  color: white;
  font-size: 30px;
}


                                            /* Portfolio */

section#gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 250px;
}

section#gallery:hover {
  border: 1px solid #0000ff;
}

section#gallery img {
  width: 100%;
  height: auto;
}

section#desc {
  padding: 15px;
  text-align: center;
}



                                            /* Footer */

footer {
	text-align: center;
	font-size: 0.7em;
	border-top: 1px dotted #E8DFAC;
	padding-top: 1em;
	margin: 1em;
	clear: both;
}

footer a,
footer a:visited {
	color: green;
}

footer a:hover,
footer a:focus {
	color: #CF1C44;
}

