body,html {
	background-color: #fff;
	margin: 0;

}

@font-face {
	font-family: 'bmr1';
	src: url('../fonts/bmr1.ttf');
}

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

a {
	text-decoration: none;

}

p {
	font-size: 1em !important;
}

h2 {
	font-size: 1.7em !important;
}

.pic-desc {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: bmr2;

}

.pic-desc p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.pic-desc hr {
  width: 70%;
  height: 1px;
  background-color: #eee;
  margin-top: 20px;
  padding: 0px;
  border-style: none;

}

.head-border {
	background-color: #320001;
	color: #FFFFFF !important;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
}

.button-1 {
	height:35px;
	width: 200px;
	margin-top: 10px;
	display: inline-block;;
	background-color: #320001;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 35px;
	font-family: 'bmr2';
	color:#FFFFFF;
	font-weight: normal;
}


.button-1:hover{
	background-color: #583031;
	color: #FFFFFF;
	transition: background-color .25s ease-in-out !important;
   -moz-transition: background-color .25s ease-in-out !important;
   -webkit-transition: background-color .25s ease-in-out !important;
}

#nav-wrapper {
	height: 80px;
	width: 100%;
	background-color: #320001;
	border-bottom: 3px solid #AAAAAA;

}

#m-logo {
	height: 60px;
	width: auto;
	padding-left: 10px;
	padding-top: 10px;
	float: left;

}

#nav-toggle {
	height: 40px;
	width: 40px;
	padding-right: 30px;
	padding-top:15px;
	float: right;
	color: #fff;
	cursor: pointer;

}

#nav-selector {
	height: 250px;
	width: 100%;
	background-color: #320001;
	display: none;


}

#nav-selector ul{
	list-style-type: none;
	padding:0; 
	margin:0;

}

#nav-selector li {
	height: 40px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-family: bmr2;
	color: #fff;
	padding: 5px;

}

#m-sitewrapper {
	min-height: 200px;
	background-color: #fff;
	padding-bottom: 0px;


}

#m-landing {
	width: 100%;
	height:400px;
	background-image: url(../images/m_backgroung.jpg);
	background-size: 100% auto;
	background-repeat: none;
	font-family: bmr2;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	padding-top: 40px;
	text-align: center;

}

#m-landing h1 {
	font-size: 3em !important;
}

#m-landing h3 {
	font-size: 1.5em !important;
}

#we-are-bmr {
	min-height: 100px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 20px;

}

#we-are-bmr h2{
	font-family: bmr1;
	font-size: 25px;
	color: #320001;
	text-align: center;
}

#we-are-bmr p{
	font-family: bmr2;
	font-size: 14px;
	color: #000;
	text-align: center;
}

#what-we-do {
	height: 30px;
	width: auto;

}

#what-we-do h2{
	font-family: bmr1;
	font-size: 25px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}

#custom-homes {
	height: 75px;
	width: auto;
	background-image: url(../images/ForWeb/bmr-cover2.png);
	background-size: 100% auto;
	background-repeat: none;
	padding-top: 90px;
	text-align: center;
	border-top: 3px solid #320001;

}

#remodel {
	height: 75px;
	width: auto;
	background-image: url(../images/ForWeb/bmrpic1-cover.png);
	background-size: 100% auto;
	background-repeat: none;
	padding-top: 90px;
	text-align: center;
	margin-top: 20px;


}

.service-caption {
	font-family: bmr2;
	font-size: 2em;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	line-height: 0px;

}

/* TEAM */

hr {
  width: 50px;
  height: 3px;
  background-color: #333333;
  margin-top: 0px;
  padding: 0px;
  border-style: none;
}

#our-team-container {
	min-height:470px;
	width: auto;
	margin-left: auto;
	margin-right: auto;

}

#our-team-container h1 {
	color: #333333;
	padding-top: 20px;
  	margin: 0px 0px 30px 0px;
  	text-align: center;
  	font-family: 'bmr1';
}

#our-team-container h2 {
	margin-bottom: 20px;
	text-align: center;
}

#our-team-container p {
	font-family: 'bmr2';
	text-align: center;
}

.team-member-container {
	height: 350px;
	width: auto;
	padding: 10px;
	margin: 0 auto;

}

.team-member-photo {
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	margin: 5px auto;

}

.team-member-name {
	height: 30px;
	width: auto;
	padding-top: 20px;
	font-family: 'bmr2';
	font-size: 25px;
	text-align: center;
	color: #333333;
	margin: 0 auto;

}

.team-member-position {
	height: 15px;
	width: auto;
	padding-top: 5px;
	font-family: 'bmr2';
	font-size: 15px;
	text-align: center;
	color: #333333;
	margin: 0 auto;
}

.team-member-bio {
	height:auto;
	width: auto;
	font-family: 'bmr2';
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	color: #333333;
	margin: 0 auto;
}

#mvv-container {
	background-color: #e6e6e6;
	padding-bottom: 75px;

}
/* TEAM */


#m-testimonials {
	min-height: 100px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 5px;

}

#m-testimonials h2{
	font-family: bmr1;
	font-size: 25px;
	color: #320001;
	text-align: center;
}

#m-testimonials p{
	font-family: bmr2;
	font-size: 14px;
	color: #000;
	text-align: center;
}

#testimonial-page-title {
	height: 60px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;

}

#testimonial-page-title h2{
	font-family: bmr1;
	font-size: 25px;
	color: #320001;
	text-align: center;
}

.single-testimonial {
	min-height: 50px;
	width: auto;
	margin-bottom: 30px;

}

.m-quote p{
	text-align: center;
	min-height: 50px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	font-family: bmr2;
}

.name {
	font-family: bmr2;
	font-size: 17px;
	color: #320001;
	text-align: right;
	width: auto;
	padding-right: 20px;
}

.service-selector {
	height: 40px;
	width: 80%;
	background-color: #320001;
	color: #fff;
	font-family: bmr2;
	font-size: 28px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.service-title {
	height: 50px;
	width: auto;
	text-align: center;
	font-family: bmr1;
	font-size: 40px;
	color: #320001;
	margin-top: 20px;
	padding-top: 50px;

}

.service-info {
	height: auto;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: bmr2;
	font-size: 18px;

}

.grey-bg {
	background-color: #e6e6e6;

}

.break {
	height: 2.5px;
	width: 25%;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	background-color: #320001;

}

.top-button {
	height: 30px;
	width: 30%;
	background-color: #320001;
	color: #fff;
	font-family: bmr2;
	font-size: 20px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: 20px;

}

#faq-container {
	min-height: 100px;
	width: 100%;
	background-color: #e6e6e6;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#services-container #faq-container h1 {
	margin-top: 40px;
	text-align: center;
	color:#320001;
}

.question-container {
	min-height: 100px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: bmr2;
	font-size: 1em;

}

.faq-question {
	height: 20px;
	width: auto;
	padding-left: 10px;
	margin-right: auto;
	font-size: 20px;
	padding-top: 5px;
	font-family: bmr2;
	color: #000;

}

.faq-answer {
	height: auto;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	font-size: 18px;
	font-family: bmr2;
	color: #000;
	padding-top: 30px;
	padding-bottom: 30px;

}

.m-img{
    width: 80%;
    height: 300px;
    min-height: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.m-img-source{
    height: 100%;
    position:relative;
 
    background-size: cover;
    background-position: center;
}

.m-gallery {
	
}


#m-footer {
	height: 400px;
	width: auto;
	background-color: #AAAAAA;

}

#m-contactText {
	height: 100px;
	width: auto;
	padding-top: 40px;
	font-family: bmr2;
	color: #000;
	font-size: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#m-contactText a{
	color: #000;

}

#m-social-icons-wrapper {
	height: 60px;
	width: 75px;
	margin-left: auto;
	margin-right: auto;
}

#m-social-icons {
	height: 60px;
	width: auto;

}

.social-circle {
	height: 40px;
	width: 50px;
	padding-top: 10px;

}

#m-filter-wrap{
	height: 100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}

.button-7 {
	height:50px;
	width: 100%;
	display: inline-block;;
	background-color: #320001;
	text-align: center;
	text-decoration: none;
	font-size: .6em;
	line-height: 20px;
	font-family: 'bmr2';
	color:#FFFFFF;
	font-weight: normal;
	border: none;
	float: left;
	cursor: pointer;
	margin-top: 0px !important;
}


.button-7:hover{
	background-color: #583031;
	color:#FFFFFF;
	transition: background-color .25s ease-in-out !important;
   -moz-transition: background-color .25s ease-in-out !important;
   -webkit-transition: background-color .25s ease-in-out !important;
}

.button-7:focus {
	outline: none;

}

#m-filter {
	height:50px;
	width: 100%;
	border: none;
	font-size: 20px;
	padding-left: 30px;
	font-family: 'bmr2';
	float: left;
	padding-left: 0px;
	background-color: #eee
}

#m-filter:focus {
	outline: none;

}

.m-filter-list {


}


#staticNavWrapper{
	display: none;

}

#slideNavWrapper {
	display: none;

}

#siteWrapper {
	display: none;

}

#galleryWrapper {
	display: none;

}

#footerWrapper {
	display: none;

}

.wrapper {
	display: none;

}