#admin_header {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	position: fixed;
	z-index: 1100;
	top: 70px;
}

#admin_header a {
	color: white !important;
	text-decoration: none;
	cursor: pointer;
}

#admin_header_margin {
	height: 30px;
}

.admin_menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: white;
	vertical-align: top;
}

.admin_menu li {
	display: inline-block;
}

.admin_menu li + li:before {
    content: " | ";
    padding: 0px 5px;
}

#navbar-brand-img {
	max-height: 80px;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	background-color: black;
}

a:link {
	color: #83c3a8;
	text-decoration: none;
}

a:visited {
	color: #83c3a8;
	text-decoration: none;
}

a:hover {
	color: #4d856e;
	text-decoration: none;
}

a:active {
	color: #4d856e;
	text-decoration: none;
}

#main_c {
	padding-top: 75px;
	padding-bottom: 50px; 
	min-height: 85vh;
}

#main_container {
	background-color: white;
}

/* INTRO */
#intro_overlay_c {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	z-index: 9999;
	display: table;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#intro_video_c {
	display: table-cell;
	vertical-align: middle;
}

/* MAIN NAVBAR */
#main_navbar_c {
	background-color: rgb(255, 255, 255, 0.95);
	border: none;
	color: white;
}

.navbar-brand {
	padding: 15px 15px;
}

#main_navbar {
	
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	letter-spacing: 1px;
	padding: 25px 15px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

.home_slide {
	height: 100vh !important;
	background-position: center center;
	background-size: cover;
}

/* PAGES */
#page_c {
/* 	margin: 0px auto 25px; */
}

/* PAGINATION */
.pagination > li > a, .pagination > li > span {
	color: #83c3a8;
	border-color: #83c3a8;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #83c3a8;
	border-color: #83c3a8;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: white;
    background-color: #83c3a8;
    border-color: #83c3a8;
}

/* POSTS */
.post_c {
	margin-bottom: 50px;
}

.post_title > a > h2 {
	margin: 0px;
	margin-bottom: 20px;
}

.post_date {
	font-size: 11px;
	margin-bottom: 10px;
}

.post_tags {
	margin: 20px auto;
}

/* FOOTER */
#footer_bg {
	min-height: 120px;
	padding: 25px 0px;
	background-color: black;
	color: white;
}

/* HOME */

#home_content {
	margin-top: 50px;
}

.home_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home_img_sec {
	height: 450px;
	padding: 0px;
}

.home_col {
	padding: 150px 50px;
}

.home_col .jumbotron {
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin: 0px auto;
}

.home_row_reverse {
	display: -webkit-flex; 
	-webkit-flex-direction: row-reverse; 
	display: flex; 
	flex-direction: row-reverse;
}

.home_right_align {
	text-align: right;
}

/* GALLERY */

.gallery_cat_c {
	height: 650px;
	padding-bottom: 25px;
	
}

.gallery_desc {
	text-align: justify;
}

#gallery_desc {
	margin: 25px auto 30px;
}

.gallery_item {
	text-align: center;
	margin-bottom: 30px;
}

/* CONTACT */
#contact_row {
	margin-bottom: 20px;
}

#contact_row > .col-md-6 {
	margin-bottom: 50px;
}

#user_message {
	resize: vertical;
	min-height: 182px;	
}

#contact_submit {
	background-color: #005AA6;
	color: white;
}

#contact_divider {
	display: none;
}

#contact_error, #contact_success {
	display: none;
}

#contact_page_c {
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	
	.gallery_cat_c {
		height: 700px;
	}
	
}

@media (max-width: 767px) {
	
	.navbar-brand {
		padding: 10px;
	}
	
	#navbar-brand-img {
		max-height: 30px;
	}

	.home_row_reverse {
		display: block;
	}
	
	.home_right_align {
		text-align: left;
	}
	
	.home_col {
		padding: 40px 50px 50px;
	}
	
	.gallery_img {
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	
	.gallery_img > img {
		display: inline-block;
	}
	
	.post_featured_img {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.post_featured_img > img {
		display: inline-block;
	}
	
	.post_c {
		margin-bottom: 50px;
	}
	
	.gallery_cat_c {
		height: auto;
	}
	
}