/* Cornsilk, DarkRed */

.navbar-inverse {
    background-color: #0d5f95;
    border-color: #0d5f95;
	color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    /*background: #ffffff;*/
}

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top:80px;
	margin-bottom: 120px; /* Margin bottom by footer height */
	background:#fff;
	font-size:12pt;
}

h1 {text-align:center; font-size:25px;}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color:white;
	height: 120px; /* Set the fixed height of the footer here */
	background-color: #f5f5f5;
	padding-top:10px;
	padding-left:30px;
	padding-right:35px;
	padding-bottom:20px;
}

body > .container {
	padding:0 0 25px 0;
	margin-bottom:25px;
}

body > .container-fluid {
	padding:0 5px 40px 5px;
	margin-bottom:25px;
}

.mylogo {
	width:290px;
	height:auto;
	margin-top:6px;
	margin-left:25px;
	margin-right:10px;
}

.bodytext, .bodycite, .bodysubcite, .bodyunderline, .bodyli, .bodyscripture, .contactindent {
	font-size:13pt;
}

.bodytext {
    padding-left:50px;
    padding-right:50px;
}

.contactindent {
	margin-left:25px;
}

.bodyli {
	margin-bottom:15px;
}

.bodyscripture {
	font-weight:bold;
}

.bodycite {
	text-align:center;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

.bodysubcite {
	text-align:center;
	text-decoration:underline;
	margin-top:20px;
	margin-bottom:10px;
}

.bodycredit1 {
	text-align:center;
	margin-top:20px;
	margin-bottom:0;
}

.bodycredit2 {
	text-align:center;
	font-style:italic;
}

.bodyunderline {
	text-decoration:underline;
	font-weight:bold;
	margin-top:15px;
	padding-top:15px;
}

.bodynote {
	font-size:11pt;
	font-style:italic;
}

label {
	width:200px;
}

@media (max-width: 991px) {
	.navbar-inverse .navbar-nav > li > a {
	    color: #fff;
	    /*background: #ffffff;*/
	}
}

@media (max-width: 750px) {
	#bodypic {
		width:65%;
		height:auto;
	}
}

@media (max-width: 600px) {
	h1 {font-size:20px;}

	#cropped1, #cropped2, #cropped3, #carousel-example-generic {
		max-width:620px;
		height:250px;
	}
	#bodypic {
		width:98%;
		height:auto;
		margin:0 10px 25px 10px;
	}
}

@media (max-width: 480px) {
	#bodypic {
		margin:0 10px 20px 10px;
	}
}

@media (max-width: 381px) {
	.mylogo {
		width: 210px;
		height:auto;
		margin-top:0;
		margin-left:0;
		margin-bottom:0;
	}
	body {
		padding-top:65px;
	}
	body > .container {
		padding: 20px 15px 0;
	}
	body > .container-fluid {
		padding: 20px 15px 0;
	}
}

@media (max-width: 300px) {
	#cropped1, #cropped2, #cropped3, #carousel-example-generic {
		max-width:300px;
		height:200px;
	}
}

.pad20px {
	margin-bottom:20px;

}

.dropdown {
  color: white;
}

.dropdown:hover {
  color: #ff0;
  background-color: #1e4158;
  border-color: #1e4158;
}

#callout {
	/*float:right;*/
	width:230px;
	margin:10px auto 50px auto;
	padding:0;
	box-shadow:4px 4px 10px #777;
	-moz-box-shadow:4px 4px 10px #777;
	-webkit-box-shadow:4px 4px 10px #777;
}

#rexpic {
	width:189px;
	height:263px;
	padding:0;
	margin:0 20px 10px 20px;
	border-radius: 20px;
	box-shadow:2px 2px 15px #000;
	-moz-box-shadow:2px 2px 15px #000;
	-webkit-box-shadow:2px 2px 15px #000;
}

form {
	margin-top:10px;
	margin-left:15px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border:1px solid #ccc;
	padding:12px 5px;
	outline:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#777;
	margin:0;
	display:block;
	background:#fff;
	width:190px;
	height:15px;
}

select {padding:0;}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border:1px solid #aaa;
	color:#444;
	-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
	height:60px;
	width:190px;
}

label, legend {
	color:#053656;
	display:block;
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
	margin-bottom:2px;
}

select {width:320px;}

input[type="checkbox"] {display:inline;}

label span, legend span {
	font-weight:normal;
	font-size:13px;
	color:#444;
}

.videothumb2 {
	color:white;
	font-weight:bold;
	width:100%;
	background:rgba(0,0,0,0.4);
	padding:15px 10px;
	margin:5px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}

a {
  color: #fff;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #fff; }

      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #fff;}

.formcols {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

/*	width:45%;
	margin:0;
	vertical-align:top;
	padding:0 8px;
	display:inline-block;*/
}

.contactform, .contactformindex {
	padding-top:195px;
	padding-bottom:15px;
	background:url(../images/steve.jpg);
	background-position:top center;
	background-size:cover;
}

.contactformindex {
	margin-top:20px;
	margin-right:15px;
	margin-left:-15px;
}

.contactform h3, .contactformindex h3 {
	color:#ffffff;
}

.contactindent {
	color:#333;
	margin-left:20px;
}

.contactindenta {
	color:#333;
}

.contacthead {
	background-color:#eeeeee;
	width:100%;
	padding:5px 10px;
	border-left:1px solid #dddddd;
	border-top:1px solid #cccccc;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #999999;
}

#bodypic {
	margin: 0 40px 10px 20px;
	box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
}
