@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Oswald');

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

body{
	font-size: 16px;	
	margin-bottom: 90px;	
}

body.home{
	background:url(../images/MOF-Alt-cubicle-NEW_slate.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

body.about{
	background:url(../images/MOF%20cubicle%20ABOUT_gray.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.contact{
	background:url(../images/MOF%20cityview%20CONTACT_color%20dimished.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.green{
	color:#056937;
}

h1{
	font-family: 'Oswald', sans-serif;
	font-size: 4em;
	color: #056937;
	font-weight: bold;
}

@media (max-width: 768px) {
  h1{
	  	font-size: 2em;
	}
}

h2{
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	color: #000;
}

@media (max-width: 768px) {
  h2{
	  	font-size: 1.25em;
	}
}

h3{
	font-size: 1.75em;
	color: #000;
}

@media (max-width: 768px) {
  h3{
	  	font-size: 1.15em;
	}
}

p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	
}

@media (max-width: 768px) {
  p{
	  	font-size: 1em;
	}
}

.homepic{
	border-radius:15px;
}

.green-focus{
	border:5px solid #056937;
	border-radius:10px;
	background-color:rgba(255,255,255,0.5);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
}

ul.checklist {
	list-style-type: none;
}

@media (min-width: 768px) {
	ul.checklist {
		font-size: 1.4em;
		line-height: 1.4em;
	}
}

ul.checklist li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 5px 0 -15px;
	color: #8cc541;
}

.white{
	background-color: #FFF;
}

.navbar{
	margin-bottom: 0;
}

.navbar-brand{
	  max-height: 110px;
	  height: 100%;	
	  margin: 0;
	  padding: 0;
}

@media (max-width: 768px) {
  .navbar-brand{
	  max-height: 56px;
	  height: 100%;		  
	}
}

.navbar-default{
	background-color: #FFF;
	border-bottom: 2px solid #056938;
	border-radius: 0;
}

@media (min-width: 768px) {
  .navbar-right{
		margin-top: 71px;
	}
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav {
	  	float: right;
	}
}

.navbar-default .navbar-nav li a{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav li {
		width: 170px;
		text-align: center;
		transition: all ease-in-out .3s;
	}
	
	.navbar-default .navbar-nav li:hover {
		color: #FFF;
	}
	
	.navbar-default .navbar-nav > .active,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		color: #FFF;
		background-color: #056938;
	}
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav li {
		color: #FFF;
		width: 170px;
		text-align: center;
		background-image: url(../images/tabline.png);
		background-size: 100% 100%;
	}
	
	.navbar-default .navbar-nav li a:hover {
		color: #FFF;
	}
	
	.navbar-default .navbar-nav li:hover {
		background-image: url(../images/tab.png);
		background-size: 100% 100%;
	}
	
	.navbar-default .navbar-nav li.active {
		background-image: url(../images/tab.png);
		background-size: 100% 100%;
	}
	
	.navbar-default .navbar-nav > .active,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		color: #FFF;
		background: none;
	}
}

/* Toggle */
/* Toggle */
/* Toggle */
.navbar-default .navbar-toggle.red-toggle,
.navbar-default .navbar-toggle.red-toggle:hover,
.navbar-default .navbar-toggle.red-toggle:active,
.navbar-default .navbar-toggle.red-toggle:visited {
    background-color: #056938;
	color: #FFF;
	border: none;
	border-radius: 0;
	font-size: 0.8em;
	font-weight: bold;
}

/* Top contact info */
/* Top contact info */
/* Top contact info */
.top-info{
	background-color: #FFF;
	padding: 10px 0;
}

.phone-number{
	font-size: 2em;
	color: #8cc541;
}

.phone-number .fa-phone{
	color:#056938;
}

@media (max-width: 768px) {
  .phone-number{
		line-height: 1em;
		font-size: 1em;
		text-align: center;
	}
}

.contact-info{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #000;
	text-align: right;
}

@media (max-width: 768px) {
  .contact-info{
	  	font-size: 1em;
		line-height: 1em;
		text-align: center;
	}
}

@media (max-width: 768px) {
  .page-title{
		background-color:rgba(255,255,255,0.8);
		border-radius: 8px;
		padding: 25px;
	}
}

.content{
	background-color:rgba(255,255,255,0.8);
	border-radius: 8px;
	margin: 10px 0;
	padding: 45px;
}

@media (max-width: 768px) {
  .content{
	  	padding: 10px;
	}
}

.footer{
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	position: absolute;
    bottom: 0;
    width: 100%;
}

/* Link styles */
/* Link styles */
/* Link styles */
a:link{
	color:#8cc541;
	font-weight:bold;
}

a:active{
	color:#8cc541;
	font-weight:bold;
}

a:hover{
	color:#056938;
	font-weight:bold;
	text-decoration:underline;
}

a:visited{
	color:#8cc541;
	font-weight:bold;
}







.content-focus{
	background-color:rgba(255,255,255,0.6);
	overflow:auto;
	border-radius:5px;
}

@media (min-width: 768px) {
	.content-focus{
		margin:40px;
		padding:25px;
}

@media (max-width: 768px) {
	.content-focus{
		margin:5px;
		padding:5px;
}




