/*
Theme Name: Michigan Marines
Theme URI: http://www.vrmetro.com
Author: Steve Markey
Author URI: http://www.vrmetro.com
Description: A versatile and responsive Bootstrap WordPress starter theme 
Version: 1.71
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3
*/


/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/


html, body {
  width: auto !important;
  overflow-x: hidden !important;
  background-color: #000;
}



body {
	padding: 0;
	margin: 0;
}
.dmbs-content {
	background-color: #c3be9e;
	border: solid 10px #595853;
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,1);
}
.dmbs-side {
	padding: 10px;
	border: solid 1px #ccc;
	margin: 20px 10px 20px 10px;
}
.header {
	width: 100%;
	
}

.nav-bar {
	width: 100%;
	background-color: #4797fe;
	color: #fff;
	
}

.right {
	padding: 20px 0 0 0;
	text-align: right;
	
}

.box-area {
	margin-top: 10px;
	margin-bottom: 20px;
}


.front-box {
	text-align: center;
	margin: 20px auto 20px auto;
	padding-top: 30px;
	
}

a:link {
	color: #900;
}
a:visited {
	color: #900;
}
a:active {
	color: #900;
}
 a:hover {
	color: #000;
}

.logo {
		padding: 0 0 0 0;
}


.gform_wrapper .button, .gform_button {
	background-color: #060;
	border-color: #093;
	color: #fff;
}

.gform_wrapper .button:hover, .gform_button:hover {
	background-color: #093;
	color: #fff;
}

select {
	padding: 10px;
}

.dmbs-main  {
	line-height: 2;
}


.bottom-bar {
	width: 100%;
	background-color: #000;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	border-top: 1px solid #ccc;
}

.brick {
	width: 100%;
	padding-top: 15px;
}

#shrink {
	transition: 1s ease;
}

#shrink:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: 1s ease;
	border: solid 8px #9accd2;
}
hr.line {
	width: 20%;
	border-top: 1px #4797fe solid;
	float: left;
	text-align: left;
}

.page-header {
	color: #900; 
	font-size: 2.500em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	margin: 20px 0 20px;
	border-bottom: solid 1px #000; 
	text-shadow: 1px 1px 1px #000
}

.page-header a:link {
	color: #900;
}

.page-header a:active {
	color: #900;
}

.page-header a:visited {
	color: #900;
}

.page-header a:hover {
	color: #666;
}

.front-bottom {
	width: 100%;
	min-height: 400px;
	background-image: url(img/map-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover; 
	clear: both;
	
}


.hours {
	background-color: #06F;
	color: #fff;
	width: 220px;
	padding: 15px;
	
}

.widget.hours h3 {
	color: #fff;
	border-bottom: solid 1px #fff;
}

.fading {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fading:hover {
   opacity: 0.5;
}






.btn-danger {
	background-color: #7f1516;
}

.box-button {
	text-align: center;
}

.footer-wrapper {
	width: 100%;
	background-color: #000000;
	line-height: 4rem;
	padding: 15px;
	color: #fff;
	margin: 0;
}

.footer-wrapper img {
	border: none;
}

.copy {
	text-align: center;
	padding: 10px;
}

.copy-wrapper {
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #fff;
	border-top: solid 1px #333;
}


.copy-wrapper a:link {
	color: #fff;
}
.copy-wrapper a:active {
	color: #fff;
}
.copy-wrapper a:visited {
	color: #fff;
}
.copy-wrapper a:hover {
	color: #4797fe; 
}
.widget h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #900;
	border-bottom: solid 1px #000; 
	text-shadow: 1px 1px 1px #000
}

.footer-space {
	padding-top: 35px;
}


.footer-wrapper a:link {
	
	color: #fff;
	text-decoration:none;
}
.footer-wrapper a:active {
	
	color: #fff;
	text-decoration:none;
}
.footer-wrapper a:visited {
	
	color: #fff;
	text-decoration:none;
}
.footer-wrapper a:hover {
	
	color: #ff0;
	text-decoration:none;
}

.footer-wrapper ul {
	list-style: none;
	margin-left: 0;
}
.footer-wrapper ul li {
	padding: 5px;
}

.footer-wrapper h3 {
	font-size: 18px;
}

input[type="submit"] {
	background-color: #060;
	padding: 5px;
	border-radius: 5px;
}

.refcenter {
	text-align: center;
	border: none;
}
.refcenter img {
	border: none;
}
.crumbwrapper {
	width: 100%;
	background-color: #d5d7d7;
	padding: 5px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
}

.crumbwrapper a:link {
	color: #7f1516;
}
.crumbwrapper a:active {
	color: #7f1516;
}
.crumbwrapper a:visited {
	color: #7f1516;
}
.crumbwrapper a:hover {
	color: #000;
}
	

.dmbs-header {

}

.dmbs-header-img {
	
}

.dmbs-header-text {

}

.dmbs-top-menu {
	margin: 0 0 0 0;
	

}

.dmbs-content {

}

.dmbs-main {
	min-height: 500px;

}

.dmbs-left {

}

.dmbs-right {

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {
	

}



@media screen and (max-width: 768px) {
	
	.dmbs-top-menu {
	margin: 5px 0 0 0;
	
}

.dmbs-header-img {
	
}

.right {
	padding: 10px 0 0 0;
	text-align: center;
	
}

.front-bottom {
	width: 100%;
	background-image: url(img/bottom-bg.jpg);
	background-repeat: repeat-y; 
	background-position:top left;
	min-height: 400px;
}



}
