

/* == GENERAL == */

body {
	margin-top: 50px;
	font-family: 'proxima-nova', 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	background: url('../img/tile.jpg') top left repeat;
}

/* === GLOBAL === */

h1,h2,h3,h4,h5,hr {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	color: #187518;
}

h2 {
	font-size: 1.2em;
	color: #855103;
	text-align: center;
	}



h4 {
	font-size: 16px;
}

p.lead {
	font-weight: normal;
}

p {
	margin: o o 15px;
}

a:link, a:visited {
	color: #713203;
}

a:hover {
	text-decoration: none;
	color: #607C2C;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}

.btn {
	font-weight: bold;
}

button.btn:focus {
	outline: none !important;
}

.btn-danger {
	background-color:#dd5638;
	border-collapse: #d95131; 
}

.btn-success {
	background: #79b844;
	border: none;
}

.btn-success:hover {
	background: #6a9b3d;
	background-color: #6a9b3d;
}

img {
	max-width: 100%;
}

.modal-content {
	background: url('../img/tile.jpg') top left repeat;
}


blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}



/* === header-img === */



#header-img {
	background: url('../img/trine_header.jpg') 50% 0 no-repeat;
	margin: 0% auto;
		width: 100%;
		min-height: 220px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#header-img  article {
	width: 100%;
	text-align: center;
}

#header-img  #header-img -text {
	margin-top: 30px;
}




/* === LAYOUT === */

/*site-header {
	background: url('../img/trine_header.jpg');
}
*/
.row + .row {
	margin-top: 15px;
}

section {
	padding: 60px 0;
}

section.main-content {
	padding: 20px 0;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}

#primary {
	padding-top: 20px;
	padding-bottom: 20px;
}

#primary ul {
	width: 80%;
	line-height: 110%;
	position: relative;
	background-color: #ABADAA;
	padding: 15px 40px 15px 60px;
	border: solid 1px ##537226;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#primary li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	list-style-type: disc;
	text-align: left;
	font-weight: bold;
	list-style-position: outside;
	color: #000300;
}


/*#signup {
	text-align: center;
	background: url('../img/hipster-stuff.jpg') center center repeat fixed;
	background-size: cover;
	color: white;
	padding: 140px 0;
}

#signup h2 {
	font-weight: normal;
}

#signup h2 strong {
	border-bottom: solid 2px #dd5638;
}

#signup btn {
	font-size: 24px;
}
*/

footer {
	background: #3e4249;
	color: white;
	padding: 20px 0 10px;
	font-size: 12px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #dd5638;
}

footer li.signup-link a {
	color: #dd5638;
}

footer li.signup-link a:hover {
	font-weight: bold;
}


.col-sm-4 section {
	text-align: center;
	margin: 0;
	padding: 0;
}

.col-sm-4 h4 {
	color: #6F2B00;
}

.col-sm-4 p {
	font-size: 90%;
	font-weight: bold;
}

.sub_head {
	font-weight: bold;
	color: #005D00;
}


.contact_text {
	font-weight: bold;
}
.current {
	font-weight: bold;
	color: #005D00;
}

.philo  h4 {
	font-size: 80%;
}

.popover   {
	background-color: #e74c3c;
	color: #ecf0f1;
	width: 120px;
}
.popover.right .arrow:after {
	border-right-color: #e74c3c;
}

}/* === BLOG === */

.info, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.info header, 
.info,
#comments .comments-wrap {
	padding: 20px;
}

.info header h3 	{
	font-size: 12px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}
.info header h1 {
	font-size: 20px;
}

.info-image {
	height: auto;
}

.info-details {
	font-size: 12px;
	width: 90%;
}

.info-details i.fa {
	padding: 10px;
}

.info-details i.fa:first-child {
	padding: 0px;
}


S === */


label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #aaa;
}



/* === Media Queries ===*/

@media screen and ( max-width : 991px ) {
	#instructor .container {
		background: rgba(255,255,255,0.8);
		padding: 20px;
	}
}

/* === iPad ===*/
@media screen and ( max-width : 768px ) {
	.logo {
		width: 50%;
	}
	
	
}

/* === iphone 5 portrait ===*/
@media screen and ( max-width : 568px ) {
	
	#header-img {
	background: url('../img/trine_iphone_header.jpg')  no-repeat;
	min-height: 150px;
	margin: 0% auto;
	width: 100% !important;
	}
	
	
	#primary ul {
	width: 95%;
	}

}



