body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;

}

body {
	font-family: Georgia;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background-size: cover;
	text-align: center;
}

.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
}

footer {
	background-color: #f8f8f8;
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
}

#logo {
	width: 100px;
	height: 111px;
}

.navbar > .container .navbar-brand {
	margin: 0;
}

.navbar {
	height: 161px;
	margin-bottom: 0;
}

.navbar-nav {
	margin-left:280px;
	margin-top:110px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
}

.navbar-nav li a{
	border-bottom: 6px solid #b5b7ba;
	margin-right: 20px;
	padding:0;
	padding-bottom: 4px;
	letter-spacing: 1px;
	color: #b5b7ba;
}

#first-heading {
	border-bottom: 6px solid #b5b7ba;
	font-family: Georgia;
	text-transform: uppercase;
	padding-bottom: 4px;
	display: inline-block;
}

.tabs-heading {
	border-bottom: 6px solid #b5b7ba;
	font-family: Georgia;
	text-transform: uppercase;
	padding-bottom: 4px;
	font-weight: 26px !important;
}

#first-text {
	font-family: Georgia;
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-left: 45%;
    margin-right: 0;
}

#footer-text {
	text-align: center;
	letter-spacing: 4px;
}

#carousel-example-generic {
	overflow: hidden;
	height: 460px;
	
}

.carousel-inner > .item {
    margin-top: -120px;
}

.container2 {
	overflow: hidden;
}

.intro-header {
    padding-top: 0;
    padding-bottom: 0;
}

.greyboxes {
	text-align: center;
	background-color: #4c4f54;
	color: white;
	padding: 150px 20px;
	font-family: Georgia;
	font-size: 28px;
	line-height: 18px;
}

.greyboxes a {
	color: white;
	display: block;
	width: 360px;
	margin: 0 auto;
	text-align:center;
}

.greyboxes a:hover {
	text-decoration: none;
}

.greyboxes a span{
	font-size: 18px;
	color: #929a90;
}

.content-section-b {
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    padding: 50px 0;
    background-color: #4c4f54;
}

.footer-title {
	font-family: Georgia;
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #929a90;
}

#rss-feed {
	border-left: 1px solid white;
}

#rss-feed li {
	list-style: none;
	margin-left: -20px;
	color: white;
	font-family: Georgia;
	font-size: 14px;
	margin-bottom: 3px
}

#rss-feed a {
	color:white;
	text-decoration: none;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    font-family: Georgia;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    background-color: #959a90;
    color: white;
    font-family: Georgia;
    font-weight: bold;
}

.nav-tabs > li {
	margin: 0;
	padding: 0;
}


.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 2px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F8F8F8;
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
    border:none;
}


#cont-container .nav > li > a {
    display: block;
    padding: 10px 0 15px 0;
    position: relative;
    margin-right: 20px;
    font-size: 18px;
}

.nav-tabs {
    border-bottom: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #f8f8f8;
    text-decoration: none;
}


a {
    color: #555555;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #428BCA;
    cursor: default;
}

.contact-boxes-1 {
	font-size: 20px;
	line-height: 40px;
}

.homepagetitle {
/*
	width: 300px;
	margin: 0 auto;
*/
}