/* Enter Your Custom CSS Here */

@font-face {
font-family: 'glamourbrush';
src: url('glamourbrush-regular-webfont.eot'); /* IE9 Compat Modes */
src: url('glamourbrush-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('glamourbrush-regular-webfont.woff') format('woff'), /* Modern Browsers */
url('glamourbrush-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('glamourbrush-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */}

.site-branding {
display: none;	
  float: left;
	width: auto;
	max-width: 250px;
}


.home-content p {
    max-width: 1090px;
    margin: 0 auto;
}

.featured-img-header {
	padding: 100px 0 100px;
    position: relative; 
	-webkit-background-size: cover !important;  
  	-moz-background-size: cover !important; 
  	-o-background-size: cover !important; 
	background-size: cover !important;
}

h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-contact h6 {
  font-size: 18px;
}

.home-services h6 {
  font-size: 18px;
}

.home-content h6 {
  font-size: 18px;
}

.home-content p {
  font-size: 18px;
}

h1 {
    font-family: 'glamourbrush', serif;
}

.hero-content span h2 {
  font-family: 'glamourbrush', serif;
}

#hero-header {
	height: 500px; 
    width: 100%; 
    position: relative; 
	-webkit-background-size: cover !important;  
  	-moz-background-size: cover !important; 
  	-o-background-size: cover !important; 
	background-size: cover !important;
}


