/* CSS Document */
html, body {
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	padding-top:50px;
}
header {
	height:100%;
	padding:6% 0;
	margin-bottom:-100px;
}
header h1 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:green !important;
	margin-bottom:20px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.40);
}
section h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
	color:#666;
	margin-top:0;
	margin-bottom:20px;
}
section p{
	color:#7c7c7c;
	font-size:13px;
}
.jumbotron {
	opacity: 0.5;
	background:rgba(0,64,0,0.6);
	border-radius:0 !important;
	color:#fff !important;
	text-shadow: 1px 1px 1px rgba(0,64,0,0.60);
	padding:30px !important;
}
ul#supersized {
	opacity: 0.5;
	margin:0;
	padding:0;
}
#page-nav {
}
section {
	padding:50px 0;
}
section.white {
	background:#fff;
	color:#333;
}
section.transparent {
	opacity: 0.5;
	background:rgba(0,0,0,0.7);
	color:#fff;
	padding:60px 0;
}
footer {
	background:#333;
	color:#ddd;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding:15px 0 10px;
}
section#book {
    background: none repeat scroll 0 0 #FAFAFA;
    padding: 80px 0 !important;
}
section#location {
	padding:0;

}
a#catalog {
    border-radius: 0;
    color: #777777;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size:16px;
}
/*Accordian*/
.ui-accordion-header {
    background-color: #3c3c3c;
    border-color: #282828;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
	margin-bottom:0;
	margin-top:4px;
	cursor:pointer;
}
 h4.ui-accordion-header a {
	color: #888888 !important;
	text-decoration:none !important;	
	font-size:0.9em;
	font-weight:300;
	text-transform:uppercase;
}
.ui-accordion-content {
    background-color: #222222;
    border: none;
    border-radius: 4px;
    margin-bottom: 0px;
	padding:15px;
	font-size:0.8em;
}
#dmxAccordion1 {
	margin-top:50px;
}
/*Accordian*/

/*Small Devices*/
@media (max-width: 991px) {
	#project {
		text-align:center;
	}

}

/*Medium Devices*/
@media (min-width: 992px) {
	
}

/*Large Devices*/
@media (min-width: 1200px) {
	
}