/*
Theme Name: Marion Share Space
Author: Megabytes
Author URI: http://megabytesone.com/


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem; 
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/***********************************************************************  NON WordPress Core CSS *********************************************************/

@font-face {
    font-family: 'lmb';
    src: url('fonts/LemonMilkbold.otf');
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
}

body {
	font-family: 'Open Sans', sans-serif;
}

/**************************************************************** Top Bar ********************************************************************************/

.headerCon {
	margin:0px;
	padding:0px;
}

.topBar {
	background-color:#020508;
}

.oseb {
	font-family: 'Open Sans', sans-serif;
	font-size:21.61pt;
	color:rgba(255,255,255,1.00);
	font-weight:bolder;
}

.oseb span {
	color:#76c28d;
	white-space:nowrap;
}

/**************************************************************** Menu Bar ********************************************************************************/
/* .menuArea {
} */

.menuBar {
	background-color:rgba(0,0,0,.5);
}

@media only screen
and (max-width : 767px) {
	.menuBar {
		background-color:rgba(0,0,0,1);
	}
}

.slideCon {
	overflow-x: hidden;
	position:relative;
	z-index:1;
	margin-top:-175px;
}

@media only screen
and (max-width : 767px) {
	.slideCon {
    margin-top:0;
  }  
}

.lmBtn a {
	color: #000;
}


/************************************************************ Menu *****************************************************************************************/

#nav_options {
	padding:0;
	margin: 0;
}

#navmenu {
	display:inline-block;
}

#nav_options li {
	display:inline;
	white-space:nowrap;
	padding:0px 3px 0px 3px;
}

#nav_options {
	list-style:none;
	display:inline;
	text-align:center;
}

#nav_options li a {
	text-transform: uppercase;
	white-space:nowrap;
	padding:0px 3px 0px 3px;
    color:#fff;
    font-size:22pt;
	font-family:lmb;
}

/******************************************************************************************* Strip ****************************************************************************/

.stipUH {
	background-color:#010202;
	text-align:center;
}

.stripUHText {
	color:#ffffff;
	font-size:2rem;
	font-family: 'Open Sans', sans-serif;
}

.greenColor {
	color:#76c28d;
}

/*************** Cols *******************/

.row1Col1 {
	font-size:31px;
}

@media only screen
and (max-width : 991px) {
	.row1Col1 {
		font-size:20px;
	}
}

.rowColTitle {
	font-family:lmb;
}

.titleWord1 {
	font-size:18px;
}

.titleWord2 {
	font-size:26px;
}

.greenBtn {
	color: #000;
	background-color: #76c28d;
}

.greenBtn:hover {
	color: #76c28d;
	background-color: #000;
}

.set1 {
	font-size: 31px;
	font-weight: bold;
}
.set2 {
	color: #76c28d;
}
.set3 {
	font-size: 15px;
	font-weight: bold;
}

/********************* Contact *******************/

.contactTitle {
	font-size: 35px;
	font-family:lmb;
}

.contactContent {
	font-size: 17px;
}

.contactField {
	background-color: #ccd0d1;
}


/********************* Footer *******************/

.slideConFooter {
	overflow-x: hidden;
	position:relative;
	z-index:-1;
}

#footer {
	background-color:rgba(0,0,0,.8);
	color: #fff;
	margin-top:-315px;
	z-index:2;
}

@media only screen
and (max-width : 1199px) {
	#footer {
    margin-top:-288px;
  }  
}

@media only screen
and (max-width : 991px) {
	#footer {
    margin-top:-275px;
  }  
}

@media only screen
and (max-width : 767px) {
	#footer {
    margin-top:0;
  }  
}

@media only screen
and (max-width : 767px) {
	#footer {
		background-color:rgba(0,0,0,1);
	}
}

#footerAddress {
	font-size: 20px;
}

#footerPoweredBy {
	font-size: 15px;
}

#FooterContactDiv {
	font-family:lmb;
	font-size: 15px;
}

#footerNumber {
	color: #76c28d;
	font-size: 38px;
}