/*Global and Font*/

* {
	margin: 0 auto;
	padding: 0;
}

html {font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;}

.text-vertical-center h1 {
	color: #fff;
	font-family: 'libre_baskervilleregular', serif;
	font-weight: normal;
	font-size: 50pt;
	margin: 10pt;

}

h2, h3 {
	margin-top: 10px;
}

.text-vertical-center  h5 {
	color: #fff;
	font-size: 20px;
	margin: 10px;
}

table {
	float: left;
	margin: 20px 20px;
}

p.justify {font-size: 10pt;}

p.lead {text-align: justify;}

.justify {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 300;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	line-height: 1.4;
	text-align: justify;
}

.glyphicon {
	color: #337ab7;
}

/*HTML Structural*/

.about 

.header {
  background: url(../img/bg.jpg) no-repeat center center scroll;
  background-color: #262626;
}

.logo-container {
	display: block;
	margin: auto;
	text-align: center;
}

.logo-container > img {
	padding-top: 100pt;
	width: 700px;
	height: 700px;
}

.text-vertical-center {
	display: block;
}

#sidebar-wrapper {
	background: 0, 0, 0, 0.4;
}

.list-bullets > li {
	text-align: justify;
}

.list-bullets ol, ul {
	margin: 0 20px 00px 20px;
}

.list-bullets ul,

.list-bulletless > li {
	list-style-type: none;
}

.about {
	margin-top: 50px;
}

.resources {
	background-color: #fff;
	padding: 50px 0;
}

.btn-dark {
	margin: 10px;
}

.list-inline {
	margin-left: 0px;
	margin-right: 0px;
}

.nav {margin-bottom: 10pt;}

/*Form Control*/

.form-horizontal .form-group {
	margin-left: 0px; 
	margin-right: 0px;
}

.form-horizontal .control-label {text-align: left;}

textarea {resize: vertical;}

/*Media Query*/

@media(max-width: 1440px) {
	.logo-container > img {
		width: 600px;
		height: 600px;
	}
}

@media(min-width: 1200px) {
	.col-lg-10 {float: none;}
}

@media(max-width: 1024px) {
	.text-vertical-center h1 {font-size: 35pt;}
	.text-vertical-center h5 {font-size: 14pt;}
	.logo-container > img {
		width: 500px;
		height: 500px;
	}	
}

@media(max-width:768px) {
	.logo-container > img {
		padding-top: 75pt;
		width: 50%;
		height: 50%;
	}
	.nav-tabs > li {
    	float: none;
    	text-align: center;
    }
	.text-vertical-center h1 {font-size: 30pt;}
	.text-vertical-center h5 {font-size: 12pt;}
	p.justify {font-size: 10pt;}
	.list-bullets ol, ul {
		margin: 0 0 0 15px;
	}
	.map {height: 400px;}
}

@media(max-width: 425px) {
	.logo-container > img {
		padding-top: 25pt;
		width: 75%;
		height: 75%;
	}
	.text-vertical-center h1 {font-size: 25pt;}
	.text-vertical-center h5 {font-size: 11pt;}		
}

@media(max-width: 320px) {
	.logo-container > img {padding-top: 25pt;}
	.map {height: 300px;}
	}
}