* {
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
}

*.Kaushan {
	font-family: "Kaushan Script", serif;
	font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
}

h1 {
	font-weight: 700;
	font-size: 3em;
	font-style: normal;
	margin: 20px 0;
	color: inherit;
	font-family: "Arvo", sans-serif;
}

h2 {
	font-family: "Arvo", sans-serif;
	font-size: 3em;
	line-height: 1em;
	color: inherit;
	margin: 0;
	font-weight: 700;
}
.main_section h2 {
	margin-bottom: 20px;
	font-size: 1.8em;
	text-transform: none;
}
h2 em {
	font-family: "Kaushan Script", serif;
	text-transform: none;
	font-size: .8em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-weight: 700;
	color: inherit;
	font-family: inherit;
	font-size: 1.8em;
}

i.menu-icon { font-style: normal; color: white; font-family: 'Arvo', sans-serif !important;
	font-size: .6em; display: block; padding: 3px 0; border-top: 4px solid white; border-bottom: 4px solid white; }
.brown-caps {
	font-family: 'Arvo', sans-serif !important;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #a47d5e;
}
.wysiwyg-font-size-large {
	font-size: 2.3em!important;
	line-height: 1em!important;
}

.wysiwyg-font-size-small {
	font-size: .8em!important;
}

.text-center { text-align: center; }
.container { max-width: 1200px; margin-left: auto; margin-right: auto; }
.divider-sm-white, .divider-sm-brown, .divider-sm-blue {
	display: inline-block;
	width: 50px;
	border-bottom: 2px solid #fff;
	margin: 40px 0;
}

.divider-sm-brown {
	border-color: #9f7852;
}
.divider-sm-blue {
	border-color: #74dbda;
}

hr {
	border-top: 1px solid #bbb;
	margin: 40px 0;
}

a, a:link, a:active, a:visited {
	color: #e35414;
	outline: none;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #74dbda;
}
.login a { margin: 0 5px; }
em {
	color: inherit;
	font-family: inherit;
}
.uk-offcanvas em { color: #eee; }

ul {
	padding-left: 0;
}

ul li {
	list-style-type: none;
	display: inline-block;
}

input:not(submit) {
	padding: 7px;
}

a.btn-primary {
	color: #fff;
	padding: 10px 35px;
	text-transform: uppercase;
	background: none;
	display: inline-block;
	outline: 1px dashed #fff;
	transition: .3s;
	background: #e35414;
	opacity: .8;
	font-family: 'Arvo', sans-serif;
}
a.btn-primary:hover {
	opacity: 1;
}
a.btn-secondary {
	color: #e35414;
	padding: 10px 35px;
	text-transform: uppercase;
	background: none;
	display: inline-block;
	outline: 1px dashed #fff;
	transition: .3s;
	border: 1px solid #e35414;

	font-family: 'Arvo', sans-serif;
}
a.btn-secondary:hover {
	opacity: 1;
	background: #e35414; 
	color: white;
}

.uk-button, .uk-button:focus, a.uk-button, a.uk-button:focus {font-family: "Open Sans", sans-serif;background-color: #e35414;font-weight: 700;color: white;padding: 2px 20px;font-size: .8em;text-transform: uppercase;text-decoration: none!important;font-style: normal;}

.uk-button:hover, a.uk-button:hover {
	background-color: #74dbda;
	color: white;
}

.uk-button:disabled, .uk-button:disabled:hover {
	border: 3px solid #ddd;
	background-color: #eee;
	text-shadow: none;
	box-shadow: none;
	color: #aaa;
}

body {
	background-color: white;
}

.home-container { max-width: 1200px; margin: auto; }
.half { display: inline-block; vertical-align: top; width: 49%; min-width: 330px; }

.img-shadow {
	-webkit-box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
	box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
}

.img-full-width {
	margin-left: -40px;
	margin-right: -40px;
	width: auto;
}

.img-full-width img {
	width: 100%;
}

.text-shadow {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

.absolute {
	position: absolute;
}

.social a {
	display: inline-block;
	margin: 10px 10px;
	color: white;
	font-size: 1.5em;
	transition: .3s;
}

.social a:hover {
	color: #e35414;
}

header.main_header {
	background: #324959;
}

header.main_header nav > ul, header.main_header .social { display: inline-block; vertical-align: middle; }
header.main_header .social { margin-left: 20px; }

.home header.main_header {display: none;background: #4f4739;border-bottom: 4px solid white;}

.inner_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

header #logo-anchor {
	display: inline-block;
    
}

header #logo {
	/* max-width: 300px; */
	max-height: 57px;
	height: auto;
	width: auto;
	margin: 3px 15px;
	vertical-align: middle;
}

header .main_nav {
	margin-left: 50px;
	display: inline-block;
	vertical-align: middle;
}

nav ul {
	margin: 0;
}

nav .nav_link, nav a.nav_link {
	display: inline-block;
	transition: .3s;
	margin: 0 20px;
	color: white;
	font-family: "Arvo", sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

nav > ul > li:after, nav > ul > span:after {display: inline-block;content: "~";margin: 0 10px;color: white;}
nav > ul > li:last-child:after, nav > ul > span:last-child:after { display: none; }

nav .nav_link:hover, nav .nav_link a:hover, nav .nav_link a.active {
	text-decoration: none;
	color: #74dbda;
}

nav .uk-dropdown {
	background: #dfc691;
	font-size: 1.1em;
	line-height: 1em;
	z-index: 9999;
	padding: 0;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	border-top: 4px solid #e35414;
	margin-top: 6px;
}

nav .uk-dropdown li {
	display: block;
}
nav .uk-dropdown li a {
	padding: 10px 15px;
	display: block;
	color: #333;
}
nav .uk-dropdown li:not(:last-child) {
	border-bottom: 1px solid #a47d5e;
}

nav .uk-dropdown li:hover {
	background: #a47d5e;

}

ul.uk-nav-offcanvas li { display: block;}
ul.uk-nav-offcanvas li a {
	font-size: 1.4em;
}
ul.uk-nav-offcanvas li.social a { display: inline-block; margin: 0; }
ul.uk-nav-sub li a { font-size: 1.2em; }
ul.uk-nav-sub {
	padding-left: 25px;
	background: #222;
}

ul.uk-nav-sub li {
	margin: 3px 0;
}

#menu_button {
	display: none;
	font-size: 2em;
	padding: 10px;
	margin: 15px;
}

section {
	padding: 40px 0;
}

.hero-section {
	/* z-index: 1; */
	text-align: center;
	margin: auto;
	background: url(../images/bg-hero.jpg);
	background-size: cover;
	background-position: center bottom;
	height: 70%;
	color: white;
	padding: 20px 0 0;
}
.hero-section .hero {
	margin: 0 20px 20px;
	position: relative;
	/* width: 100%; */
	border: 1px dashed #888;
	padding: 0;
	height: calc(100% - 85px);
}
.hero-content {
	position: absolute;
	width: 560px;
	left: 50%;
	margin-left: -280px;
	top: 50%;
	height: 272px;
	margin-top: -136px;
}
.home_header {background: rgba(133,105,60,.53);text-align: center;}
.home_header .social { display: inline-block; vertical-align: middle; margin-left: 20px; }

.home_page .hero-section {
	padding: 40px 0 60px;
}
.hero-section img {
	width: 100%;
}

.hero-section h1 {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 5em;
	line-height: 1em;
	font-family: 'Playfair Display', serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.hero-section .tagline {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 40px 0; 
}
.home_page .hero-section h1 {
	font-size:9em;
	line-height: .6em;
}
.hero-section h2 {
	text-align: center;
	color: white;
	font-size: 4em;
}

.home-container .flexslider {box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.1);overflow: visible;border: 15px solid white;background: white;max-width: 520px;margin: auto;}
.home-container .flexslider .flex-viewport {border: 3px solid white; outline: 1px dashed #ccc;}
.home-container .flexslider ul.slides {}
.home-container .flexslider .flex-viewport li { }
.home-container .flexslider .flex-viewport img {/* width: 100%; *//* height: auto; */}

.center-wrapper {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40.5vw;
}

#home-info {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background: url(../images/pat-topo.jpg);
}
#home-info h2 {margin-top: 40px; }
.minister { margin: 40px 0; }
.minister * {
	font-family: 'Arvo', sans-serif !important;	
	
}
.minister strong { font-size: 1.8em; }
.minister ul { text-align: center; }
.minister li { display: inline-block; margin: 0 5px; font-size: 1.5em; font-style: italic;  }
.minister li:first-child, .minister li:last-child {padding: 10px 0px;border-top: 1px solid #d7d5ca;border-bottom: 1px solid #d7d5ca;}


#home-resources {
	padding: 80px 0;
}
.home-resource a strong {
	color: #333;
	text-align: left;
}
.home-resource img {
	vertical-align: top;
	margin-right: 20px;
}
.home-resource span.home-resource-text {
	display: inline-block;
	width: calc(100% - 100px);
	text-align: left;
}
.home-resource strong {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 3px;
}
.home-resource p {
	color: #999999;
	margin-top: 5px;
	margin-bottom: 50px;
}
.home-resource:hover strong {
	border-bottom: 2px solid #e35414;
}
.main_section {
	text-align: left;
	line-height: 1.4em;
}

.main_section img {
	width: 100%;
	max-width: 400px;
}
.uk-float-left.info_img {margin: 0 30px 30px 0;}
.uk-float-right.info_img { margin: 0 0 30px 30px;}

.main_section .app-icons img { max-width:125px; margin: 5px; }
.main_section b {
	font-size: 1.1em;
}

.main_section .edit_area.uk-float-right {
    position: relative;
    z-index: 10;
    margin: 0 0 20px 20px;
}

.info_article {font-size: 1.1em;padding: 0 40px;}

#home-social {
	text-align: center;
	font-size: 1em;
}

#home-social #facebook_feed {
	max-height: 38vw;
	padding: 0 5px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border-bottom: 2px solid #aaa;
}

#home-social #facebook_feed .fb-wall-message {
	text-align: left;
}

#home-sermons-text {
	padding: 0 30px 40px;
}

#home-social h2 {
	padding-bottom: 3px;
	border-bottom: 2px solid #444;
	max-width: 400px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 60px;
}

#home-sermons-text p {
	font-size: 2em;
	line-height: 1.3em;
	font-style: italic;
}

#home-sermons-text a.uk-button {
	vertical-align: middle;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#docs_feed h3 {
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.docs_container {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
    max-height: 300px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

table.docs_table {
	
}

table.docs_table tr:nth-child(even) {
	background: rgba(0,0,0,0.1);
}
table.docs_table tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.docs_table td {
	padding: 5px 10px;
	min-width: 75px;
}

.docs_table .doc_btn, .docs_table a.doc_btn {
	display: inline-block;
	padding: 3px 7px;
	margin: 3px 0;
	background: #ebb524;
    vertical-align: middle;
    color: #222;
	border-radius: 5px;
	font-size: .9em;
}

.docs_table .doc_btn:hover, .docs_table a.doc_btn:hover {
	opacity: .8;
	text-decoration: none;
}

.doc_more_btn {
	display: block;
	margin-top: 5px;
}

.sermon_no_img:nth-child(1) { background: #efe8d9; }
.sermon_no_img:nth-child(2) { background: #eee; }
.sermon_no_img:nth-child(3) { background: #ddd; }

#prayer_submit {
	display: inline-block;
}

.prayer_form {
	margin-bottom: 0;
}

.prayers_form li, .contact_form li {
	display: inline-block;
	margin: 10px;
}

.contact_form .form_input {
	width: 30%;
	margin: 1% 0;
}

.contact_form .form_input_middle {
	margin: 10px 3%;
}

.contact_form .form_message {
	display: block;
	margin: 10px 0;
}

.subscribe_form li input[type='text'], .subscribe_form li input[type='email'], .prayers_form li input[type='email'], .prayers_form li input[type='text'], .prayers_form li textarea, .contact_form li input[type='text'], .contact_form li textarea, footer input[type='password'], .login input[type='password'] {
	border: 1px solid #c8c8c8;
}
.login input[type='password'] {
	margin-right: -4px;
	transition: .3s;
	vertical-align: top;
	padding: 8px 7px 6.5px;
	display: inline-block;
	width: 150px;
}
.login input[type='password']::placeholder {
	color: #ccc;
	font-style: italic;
}
.login input[type='password']:focus {
	outline: none; 
	border: 1px solid #333;
	background: #e9ffff; 
}
.contact_form h2 {
	margin-top: 15px;
}

.contact_form li input[type='text'] {
	width: 100%;
}

input[type='text']:focus, textarea:focus {
	border: 1px solid #333 !important;
	background: #e9ffff;
}

.contact_form .uk-button.primary-button {
	display: block;
	width: 100%;
}

.contact_form.vbs_form input[type='text'] {
	margin: 5px 0;
}

.vbs_child {
	display: block;
	padding: 10px;
	background: #ccc;
}
.vbs_child h4 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 2px;
}
.uk-form .vbs_child select {
    height: auto;
    width: 100%;
}

.contact_pic {
	margin: 0 20px 20px 0;
}

.prayers_form li textarea, .contact_form li textarea {
	width: 100%;
	min-height: 170px;
}

.subscribe_form li input[type='submit'], .prayers_form li input[type='submit'], .contact_form li input[type='submit'] {
	float: none;
	clear: both;
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 3px;
	opacity: 1;
}

.leader_frame {
	text-align: center;
}

.leader_frame li { 
	clear: both;
	max-width: 200px;
	margin: 15px;
	text-align: center;
	vertical-align: top;
}

.leader_frame li.expanded  {
	margin: 0;
	max-width: 100%;
	display: block;
	padding: 20px 0;
	background: rgba(0,0,0,.1);
}

.leader_pic, .leader_text {
	display: inline-block;
	vertical-align: top;
}

.leader_text i {
	font-size: .85em;
}

.leader_title {
	display: block;
}

.leader_pic {
	margin: 10px;
	max-width: 200px;
}

.leader_pic img {
	display: block;
	width: 100%;
}

.leader_title {
	margin-bottom: 5px;
}

.sermon_table {
 	margin: 20px auto;
 }

.sermon_table tr td {
 	vertical-align: middle;
 	padding: 5px 10px;
 	text-align: left;
 }

 .sermon_table h3 {
 	margin: 0;
 	font-size: 1.2em;
 }

 img.sermon_img_header {
 	max-width: 400px;
 	margin-bottom: 20px;
 }

.sermon_feed audio {
	margin-bottom: 10px;
}

#map, #calendar {
	margin-top: 20px;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 20%; // This is the aspect ratio
    height: 0;
    min-height: 200px;
    overflow: hidden;
    border: 4px solid #999;
}
.responsive-iframe.video {
	padding-bottom: 55.5%;
	min-height: 0;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.find-us {
	background: #333;
	background: url(../images/bg-map.jpg);
	background-position: -250px center;
	background-size: cover;
	background-opacity: .3;
	position: relative;
	z-index: 0;
}
.find-us h2 {
	color: #333;
	margin-top: 20px;
}
.find-us h2:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
	transition: .3s;
}
.find-us h2:hover:after {
	background: rgba(0,0,0,0.1);
}
.find-us span { 
	margin-bottom: 0;
	margin-top: 30px;
}

#footer-btns {
	background: url('../images/bg-btn-section.jpg');
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 40px 0;
}
.footer-btn {
	display: inline-block;
	margin: 40px 10px;
	vertical-align: top;
	box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.2);
}
.footer-btn-icon, .footer-btn-btn { display: inline-block; }
.footer-btn-icon {background: url('../images/upfeathers.png');padding: 30px 0 20px;height: 140px;width: 190px; font-weight: bold; }
.footer-btn-btn {height: 40px;vertical-align: top;padding: 75px 0;text-align: center;margin-left: -3px;width: 400px;}
.footer-btn-btn a.btn-primary { display: inline-block; background-size: cover; background-position: center; }
.footer-btn-map { background: url('../images/bg-btn-directions.jpg');}
.footer-btn-contact { background: url('../images/bg-btn-contact.jpg');}

footer {
	background: #324959;
	color: #989898;
	padding: 30px 0;
	text-align: center;
}
footer .logo {
	max-width: 300px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
}
footer nav { display: inline-block; vertical-align: middle; margin: 0 40px; }
footer nav > ul { padding: 20px; border-top: 1px solid #85693c;  border-bottom: 1px solid #85693c; } 
.login .uk-button {
	display: inline-block;
	vertical-align: top!important;
	padding: 3px 20px 3px;
}

footer h3 {
	color: #333;
	font-size: 1.3em;
	text-transform: uppercase;
}
footer .app-icons img {
	margin-bottom: 10px;
}
footer hr {
	margin: 30px 0;
	width: 80%;
}
footer .social {
	display: inline-block;
}
#CR_logo {
	width: 85px;
	transition: .5s;
}

#CR_logo:hover {
	width: 90px;
}
.colphon {
	background: #4f4739;
	padding: 20px;
	color: #bfbebe;
	text-align: center;
	border-top: 5px solid white;
}
.colphon > div { display: inline-block; margin: 0 100px; } 

#admin-bar a, #warning-bar a {
	color: white;
	margin: 0 5px;
	text-decoration: underline;
}

#admin-bar a:hover, #warning-bar a:hover {
	color: #e35414;
}

.urgent {
	position: static;
	background-color: #FF4136;
	color: white;
	padding: 5px 0;
	text-align: center;
	font-size: 1.4em;
	z-index: 2;
	width: 100%;
	top: 0;
	line-height: 1.2em;
}

.hide {
	display: none;
}

.profile {margin: 30px;max-width: 300px;position: relative;}
img.profile-img {

width: 100%;
}
.profile-text {margin-top: 20px;display: block;}
.profile-name {

display: block;

font-size: 1.5em;

font-weight: bold;

margin-bottom: 10px;
}
.profile-desc {
	
}

#bulletin_feed .bulletin_frame {
	display:inline-block; 
	margin: 20px;
	width: 220px; 
	padding: 10px;
	text-align:center;
	border: 2px solid #555;
	border-radius: 4px;
	background-color: #F3CA5D;
	color: #333;
}

#bulletin_feed .bulletin_frame span {
	font-weight: 700;
}

#bulletin_feed .bulletin_frame a {
	color: #111;
}

#docs_feed h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.docs_container {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
    max-height: 300px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

table.docs_table {
	
}

table.docs_table tr:nth-child(even) {
	background: rgba(0,0,0,0.1);
}
table.docs_table tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.docs_table td {
	padding: 5px 10px;
	min-width: 75px;
}

.docs_table .doc_btn, .docs_table a.doc_btn {
	display: inline-block;
	padding: 3px 7px;
	margin: 3px 0;
	background: #EBB524;
	vertical-align: middle;
	border-radius: 5px;
	font-size: .9em;
}

.docs_table .doc_btn:hover, .docs_table a.doc_btn:hover {
	opacity: .8;
	text-decoration: none;
}

.doc_more_btn {
	display: block;
	margin-top: 5px;
}

.survey-form label {display: inline-block;margin-right: 20px;vertical-align: middle; width: 60%; max-width: 600px;}

.survey-form {
    margin: 20px;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.2);
}

.survey-table li {
    display: block;
    padding: 15px;
    background: white;
}

.survey-table li:nth-child(even) {
    background: #eee;
}

.survey-form select {
    width: 120px;
}

.survey-form textarea { width: 50%; min-width: 250px; height: 200px; margin-bottom: 20px;}

@media only screen and (max-width: 1200px) {


	h1 {
		font-size: 3em!important;
	}
	.home_page h1 { font-size: 5em!important; }
	.hero-section { height: auto; }
	.hero-section .hero {
		height: auto;
		border: none;
		width: auto;
		margin: auto;
	}
	.hero-content {width: auto;position: static;margin: auto;padding: 30px 0;}
	.home header.main_header { display: block; }
	header.home_header { display: none; }

	#home-welcome-text .uk-vertical-align-middle {
		font-size: 24px;
		line-height: 24px;
	}

	#home-social #facebook_feed {
		max-height: 46vw;
	}
}

@media only screen and (max-width: 992px) {
		#menu_button {
		display: block;
		margin: 4px 10px 0;
	}
	header .main_nav { display: none; }
	.half {width: auto;display: block;min-width: 0;}
}

@media only screen and (max-width: 768px) {
		

	.footer-div { padding-top: 40px; }
	h1 {
		font-size: 2.5em!important;
	}
	.home_page h1 { font-size: 4em!important; }
	.footer-btn { margin: 10px 0; }
	.footer-btn-icon {
    width: 120px;
    height: 95px;
    padding: 10px 0;
}
	.footer-btn-icon img {
    width: 60px;
}
	.footer-btn-btn {width: 200px;height: 35px;padding: 40px 0;}
	.footer-btn-btn .btn-primary { font-size: .8em; }

	footer { display: none; }
}
@media only screen and (max-width: 700px) {

	.contact_form .form_input_middle, .contact_form .form_input {
		margin: 10px 0;
		display: block;
		width: auto;
	}
	.colphon { text-align: center; }
	.colphon > div {margin: 0 auto 20px;display: block;}

	
}

@media only screen and (max-width: 500px) {
	.hero-section p { font-size: 1.1em; }
}

@media only screen and (max-width: 450px) {
	header #logo { max-height: 50px; }
	header.alt_nav_header {
		height: 42px;
	}

	.home_page header .social {
		display: none;
	}

	#menu_button {
		position: absolute;
		right: 10px;
		top: 0;
		margin: 0;
	}

	h1 {
		font-size: 2.5em!important;
	}
	.home_page h1 { font-size: 3em!important; }
	h2 {
		font-size: 2em!important;
	}

	section {
		padding: 20px 0;
	}

	#home-welcome-text {
		font-size: 1.2em;
	}

	#home-times {
	    font-size: 16px;
	    padding: 20px 0;
	}

	#back-to-top {
		display: none;
	}

	.survey-form { margin: 0; }

	.survey-form label { width: 100%; }

}