/*
   Seacoast Brew House Styles
   Author: Scott Putnam
   Date:   February 28, 2016

   Filename:         sbh_styles.css
   Supporting Files: Images/Beer_Background.jpg, Images/logoheader.jpg
*/

/* Define the Fonts for the Pages */
@font-face {
    font-family: 'Junction';
    src: url('fonts/junction-bold.eot');
    src: url('fonts/junction-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/junction-bold.woff') format('woff'),
         url('fonts/junction-bold.ttf') format('truetype'),
         url('fonts/junction-bold.svg#junctionbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Junction';
    src: url('fonts/junction-light.eot');
    src: url('fonts/junction-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/junction-light.woff') format('woff'),
         url('fonts/junction-light.ttf') format('truetype'),
         url('fonts/junction-light.svg#junctionlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Junction';
    src: url('fonts/junction-regular.eot');
    src: url('fonts/junction-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/junction-regular.woff') format('woff'),
         url('fonts/junction-regular.ttf') format('truetype'),
         url('fonts/junction-regular.svg#junctionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Set the default page element styles */

body { 
	background: rgb(165, 50, 0)  url(Images/Beer_Background.jpg) top repeat-x;  
	position: relative;
	width:95%;
	margin-left: 7%;
	min-width: 1230px;
	max-width: 1400px;
	font-family: Junction, "Century Gothic", sans-serif; 
	letter-spacing: .1em;
	}

/* Header Styles */
header {
	height: 150px;
	width: 1230px;
	background: url(Images/logoheader.jpg) center no-repeat;
	left: 20px;
	line-height: 2.7em;
	margin: 20px 3%;
	border-radius: 25px;
	}
	
/* Main Navigation Sytles */

nav.horizontalNAV {
	margin: 0px .7%;
	width: 98%;
	padding-bottom: 25px;
}

nav.horizontalNAV li {
	text-decoration: none;
	color: black;
	font-family: Junction, "Century Gothic", sans-serif;
	background: rgba(222, 185, 41, .7 );
	padding: 4px 3px;
	list-style: none;
	font-size: 1.4em;
	float: left;
	text-align: center;
	width: 11%;
	border-bottom: 4px solid rgb(54, 40, 26);
	border-top: 2px solid rgb(54, 40, 26);
	border-radius: 20px;
}

nav.horizontalNAV li:hover {
	background-color: rgb(205, 86, 0 );
	font-weight: bold;
}

/* Main Section Formatting */
section {
	padding: 5px 3% 5px 5px;
	clear: left;
	display: block;
	float: left;
	margin: 25px 3%;
	font-size: 1.7em;
	background-color: rgba(54, 19, 11, .8);
	color: whitesmoke;
	line-height: 1.5;
	border-radius: 25px;
	width: 85%
}

section h1 {
	float:left;
	font-size: 110%;
	margin-left: 200px;
}

section h2 {
	font-size: 100%;
	text-align: left;
	}
	
#pageImage {
	clear: left;
	display: block;
	float: left;
	padding: 0px;
	margin: 5px;
	margin-right: 20px;
}

section img{
	border-radius: 20px;
}

article {
	width: 1230px;
	clear:both;
	float: left;
	text-align: center;
	font-size: 1.5em;
	margin-left: 90px;
}

article h1{
	margin: 0px;
	padding:  0px;
}

article figure {
	clear:both;
	float: right;
}

/*** Beer Styles ***/
#beers h1, #beers h2, #beers p, #fun {
	padding-left: 10px;
}

#beers h1 {
	margin-top: 35px;
}

#beers h2 {
	clear:both;
	margin: 0px;
}

#beers img {
	float: right;
}

#beers p {
	font-size: .9em;
}

/**** Brewing Styles ****/

#brewing  {
	padding: 5px 30px;
}

#brewing img {
	margin-left: 25%;
}

/****  Menu Styles ****/
nav.menuNAV{
	font-size: .9em;
}

nav.menuNAV a {
	background-color: rgba(222, 185, 41, .7 );
	color:rgb(54, 40, 26);
	font-weight: bold;
	width: 21%;
	float: right;
	text-decoration: none;
	list-style: none;
	line-height: 1.5;
	margin-right: 13%;
	padding-left: 10px;
	border-radius: 7px;
	border: 1px solid rgb(54, 40, 26);
}

nav.menuNAV a:hover {
	color: rgba(222, 185, 41, .7 );
	background-color: rgb(205, 86, 0 );
}

section h1.menuheader, #beers h1 {
	width: 100%;
	margin: 0px;
	margin-top: 15px;
	text-align: center;
	color: orangered;
	font-size: 1.3em;
	margin-top: 25px;
}

#ourmenu h2 {
	margin-bottom: 0px;
}

#ourmenu p, h3 {
	font-size: .7em;
	margin: 0px;
}

/* Fun Style */

#fun p, #fun img{
	margin-left: 25%;
}

/******* Form Styles ********/
form {
	width: 78%;
	float:left;
	margin-left: 3%;
}

fieldset {
	background: rgba(222, 185, 41, .1 );
    border: 2px solid rgb(233, 69, 0);
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

fieldset legend {
	color:whitesmoke;
}

label { 
   clear: left;
   display: block; 
   float: left; 
   font-size: 0.9em; 
   margin: 7px 4% 7px 5px; 
   width: 40%;
}

input, select, textarea { 
   display: block; 
   float: left; 
   font-size: 0.9em; 
   margin: 7px 0px; 
   width: 50%;
   border-radius: 5px;
}

textarea { 
   height: 150px; 
}

input[type="submit"], input[type="reset"] {
   height: 40px;
   width: 200px;
   margin-left: 20%;
   margin-top: 30px;
}

/* Footer Styles */
footer {
	clear: left;
	display: block;
	float: left;
	font-family: Junction, "Century Gothic", sans-serif; 
	font-weight: 600;
	font-size: 1.3em;
	width: 100%;
	border-top: 3px solid black;
	text-align: center;
}

/* {
	border: 1px solid black;
}*/




















