
html, body {
    position: relative;
    height: 100%;
}

body {
	background-color: #1f1f1f;
    min-height: 550px;
}

h1 {
    text-indent: 20px;
	font-weight: 100; 
	color: #fff;
    letter-spacing:1px;
    font-size: 2.5em;
}

h1 a ,h1 a:hover {
    color: white;
    font-weight: 300;
}

h2 {
	text-indent: 20px; 
	font-size: 3.5em; 
}

.social-menu > li > a {
    font-size: 24px;
    padding: 11px 0;
}

div.fluid-container {
	max-width: 1024;
}

section.map-container {
    height: 400px; 
    background: #1f1f1f; 
    color: #e3e3e3;
    position: relative;
    padding:5px;
}

section.text-container {
    min-height: 390px; 
    background:#f5f5f5; 
    color:#393939;
    padding:5px;
    margin-top: 5px;
    border:5px;
    border-right: 5px #1f1f1f solid; 
	border-left: 5px #1f1f1f solid;
}

#map {
    width: 100%;
    height: 100%;
}

.map-legend {
    background-color: #000;
    color: #fff;
    border-radius: 2px;
}

.map-legend, .map-legends, .wax-legend{
	font-size: 1.1em;
	text-align: right;
	font-weight: 100;
	background-color: rgba(0,0,0,0.40) !important;
	
}

.map-legend strong, .map-legends strong, .wax-legend strong{
	font-size: 1.2em;
}


.map-legend dd, .map-legends dd, .wax-legend dd{
font-size: 1.6em;
} 

.map-legend dt, .map-legends dt, .wax-legend dt{
margin-top: 3px;
padding-bottom: 0px;
} 

dl{
margin-bottom: 0px;
height: inherit;
} 


.buttons { 
	margin: 0 auto;
    padding-left: 10%;
}

.btn {
	font-size: 2em; 
	height: 60px; 
	width:40%; 
	margin: 25px 0px 30px 4%; 
	font-weight: 100; 
	letter-spacing:1px; 
	background-color: #000; 
	border-color: white; 
	color: white;
}

.btn-danger[disabled] {
	background: #000;
	opacity: .3	;
	border: #000;
}


p.blurbs { 
	margin-left: 20px;
    max-width: 90%; 
	color: black; 
	font-size: 1.1em; 
	line-height: 1.5em; 
    font-weight: 200;
    letter-spacing: .01em;
}

section.credits {
	background-color: black; 
	height:20px;
	color:white;
	font-weight: 100;
	display: inline;
	padding: 0px;
	margin-right: 5px;
	margin-top: 5px;
	border-left: 5px #1f1f1f solid;
}

li { 
	float:left; 
	display: inline; 
}


li#source  { 
	float: right; 
	padding-right:10px; 
	color: white;
}

li#source a {
	color: white;
}

li#logo {
	float: right; 
	background-image: url('../img/logo.png');
	height: 20px; width: 80px; 
	background-repeat: no-repeat;
	margin: 0px; 
	padding: 0px;
	border-right: 5px #1f1f1f solid;
}

#embed {
	display: inline;
    float: right;
    text-align: right;
    color: #fff;
    margin-right: 5px;	
    margin-top: -30px;
    font-weight: 100;
    letter-spacing: 1px;
}

#embed input {
    color: #fff;
    font-weight: 300;
    border-radius: 3px;
    width: 30%;
    margin-left: 10px;
    padding-left: 4px;
    background: #2f2f2f;
    border: none;
    
}



@media only screen and (max-width: 968px){
    h1 {
    	font-size: 1.8em;
	}	
}

@media only screen and (max-width: 768px){
    #embed {
    	margin-top: 10px;
    	float: left;
    	margin-left: 5px;
    	text-align: left;
    	font-size: .7em;
    }	

    #embed input {
    	width: 60%;
        margin-left: 10px;
        margin-bottom: 3px;
    }

    section.text-container {
    	min-height: 0px;
    }
    	
    h1 {
    	font-size: 1.5em;
    }

    li#source{ 
    	font-size: .7em;
    	margin-top: 2px;	
    }
}

@media only screen and (max-width: 515px){
    section.credits {
    	font-size: .6em;
    	text-align: left;
    	float: left;
	}	
	
	li#source{ 
    	padding-top: 3px;
    }
}