/* Fonts */

@font-face {
    font-family: 'carnivalee_freakshowregular';
    src: url('../fonts/carnevalee_freakshow.eot');
    src: url('../fonts/carnevalee_freakshow.eot?#iefix') format('embedded-opentype'),
         url('../fonts/carnevalee_freakshow.woff2') format('woff2'),
         url('../fonts/carnevalee_freakshow.woff') format('woff'),
         url('../fonts/carnevalee_freakshow.ttf') format('truetype'),
         url('../fonts/carnevalee_freakshow.svg#carnivalee_freakshowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* End fonts */



/* Global styles */

html {
	background: url(../images/site-background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #863A23;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: 'IM Fell DW Pica', 'Times New Roman', serif;
	color: #221b16;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
}

img {
	border: 0px;
}

a {
	color: #843921;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Nav start */

nav#navbox {
	top: 55px;
	left: 926px;
	position: relative;
	z-index: 700;
	width: 175px;
}

nav#navbox-int {
	top: 145px;
	left: 912px;
	position: relative;
	z-index: 700;
	width: 175px;
}

.dropdown {
    position: absolute;
    display: block;
	width: 175px;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none; 
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
	border: thin solid #221B15;
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/** Button Styles **/
.dropdown button {
    background: none;
	border: none;
    margin: 0;
    padding: 0.4em 0.8em;
}

/** List Item Styles **/
.dropdown a {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background: #C56820;
    color: #221B15;
}

/** List Item Hover Styles **/
.dropdown a:hover {
    background: #221B15;
	color: #C56820;
}

/*Nav end */

h1.home {
	font-family: 'carnivalee_freakshowregular';
	color: #221b16;
	font-size: 4.38rem;
	font-weight: 400;
	text-align: center;
}

h1 {
	font-family: 'carnivalee_freakshowregular';
	font-size: 4rem;
	text-align: center;
	margin-bottom: 15px;
}

h2 {
	font-family: 'carnivalee_freakshowregular';
	color: #1d1d1d;
	font-size: 2.75rem;
	font-weight: 400;
	text-align: center;
}

header h2 {
	font-family: 'IM Fell DW Pica SC', 'Times New Roman', serif;
	font-size: 2rem;
	margin-top: -30px;
}

main#portfolio h2 {
	width: 100%;
	display:block;
}

header#home h1 {
	margin-top: 10px;
	margin-bottom: -24px;
}

h3 {
	font-family: 'IM Fell DW Pica SC', 'Times New Roman', serif;
	text-transform: uppercase;
	font-size: 1.1rem;
	padding-bottom: 10px;
}

p {
	margin-bottom: 1.2em
}

em {
	font-style: italic;
}

ol {
	display: block;
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* Layout */

#shoebox {
	background: url(../images/page-background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: f1f0d5;
	width: 1200px;
	box-shadow: 5px 0px 10px 0.00px rgba(35, 31, 32, 0.76), -5px 0px 10px 0.00px rgba(35, 31, 32, 0.76);
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#pagebox {
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 24px;
	width: 1120px;	
	border-image: url(../images/page-frame.png) 18 19 22 22;
	border-width: 22px;
	overflow: hidden;
}

#masthead {
	float: left;
}

#shrunken-head {
	width: 135px;
	margin: 0 auto;
	padding-top: 10px;
}

#shrunken-head-pad {
		display: none;
	}

#ssl-pad {
	display: none;
}

#ssl-pad-int {
	display: none;
}

#ssl-phone {
	display: none;
}

#ssl-interior {
	float:left;
	padding-left: 25px;
	width: 800px;
}

#shrunken-head-interior {
	width: 295px;
	padding: 28px 0px 0px 0px;
	float: right;
	display: block;
}

#shrunken-head-interior img {
	padding-left: 89px;
}

main#most {
	width: 664px;
	font-family: 'IM Fell DW Pica', 'Times New Roman', serif;
	color: #221b16;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 32px;
}

main#portfolio {
	width: 800px;
	font-family: 'IM Fell DW Pica', 'Times New Roman', serif;
	color: #221b16;
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 32px;
}

#port-box {
	float:left;
	width:800px;
}

.port-col-left {
	width: 360px;
	float: left;
	display:block;
}

.port-col-left img {
	-webkit-box-shadow: 3px 3px 3px #000000;
	box-shadow: 2px 2px 8px #000000;
	margin-bottom: 20px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.port-col-right {
	width: 360px;
	float: right;
	display:block;
}

.port-col-right img {
	-webkit-box-shadow: 3px 3px 3px #000000;
	box-shadow: 2px 2px 8px #000000;
	margin-bottom: 20px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

section {
	width: 664px;
}

footer {
	width: 207px;
	margin: 0 auto;
}


/* Classes */



.ssl-home {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

.bottom-bug {
	text-align: center;
}

.copyright {
	font-size: 60%;
	text-align: center;
}

#tagline {
	font-family: 'carnivalee_freakshowregular';
	font-size: 2.5rem;
	padding-left: 180px;
	float: left;
	padding-bottom: 30px;
}

.pic-left {
	float: left;
	padding: 4px 15px 8px 0px;
}

.pic-right {
	float: right;
	padding: 4px 0px 8px 15px;
}

	
