@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'Montserrat', sans-serif;	
	color:#fff;	
	margin:0;
	padding:0;
	background:url('../img/page-under-construction-sp.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* #d2b29c */
}
#globalcolor {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(210,178,156,0.92);    
}
img{
	margin-top:50px;
}
h1{
	font-family: 'montserratbold';
	color:#fff;
	/*font-size:65px;*/
	margin-top:15%;
}
p.location{	
	margin-top:40px;
	margin-bottom:18px;
	font-family: 'montserratregular';
	color:#fff;
	font-size:17px;
}
a.phone-mobile {
	font-family: 'montserratregular';
	color:#fff;
	font-size:17px;
	display: block !important;
}
a.email-address {
	font-family: 'montserratregular';
	color:#fff;
	font-size:17px;
	display: block !important;
	margin-top:20px;
	margin-bottom:45px;	
}

.social{
	display: block;
	text-decoration: none;
}
.social li a{
	width: 30px;
	height: 30px;
	display: inline-block;
}

.social li a{
	width:30px;
	height:30px;
	display: inline-block;
}
.social li a[href*="facebook"] {
    background-image: url('../img/facebook.svg');
    background-repeat: no-repeat;
    /* background-position: 5px 0 !important; */
    
}
.social li a[href*="x.com"] {
    background-image: url('../img/x-twitter-brands-solid.svg');
    background-repeat: no-repeat;
    /* background-position: -35px 0 !important; */
}
.social a[href*="instagram"] {
    background-image: url('../img/instagram.svg');
    background-repeat: no-repeat;
    /* background-position: -68px 0 !important; */
}
.social a[href*="linkedin"] {
    background-image: url('../img/linkedin.svg');
    background-repeat: no-repeat;
    /* background-position: -68px 0 !important; */
}

