@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700);

<meta name="viewport" content="width=device-width, initial-scale=1">

body {
	margin:0;padding:0;
	
}

#container {
	border: 2px solid; 
	color: #262426; 
	background-image: url(../images/construction-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
/*

#messagebox_container {
	border: 2px solid; 
	color: #262426; 
    padding:1 1 1 01;
    margin:0;
    top:0;
    left:0;
    width: 235px;
    height:235px;
    display:inline; position: relative; top:53px; left:660px;
*/

}


#wrapper{
    margin-left:auto;
    margin-right:auto;
    height:auto; 
    width:auto;
}
#inner1{
    float:left; 
}
#inner2{
    float:left; 
} 


#fullscreen { position:absolute; top:0; right:0; bottom:0; left:0; min-width:261px; min-height:330px; }
#name {
	display:block; 
	font-family:'Montserrat', 'sans-serif'; 
	font-size: 36px; 
	line-height: inherit;
	font-weight: 400;
	text-align: center;
	color: rgba(116,11,12,1);
	padding: 25px 0px 38px 0px; 
	margin-left: auto; 
	margin-right: auto;	
	
}
#messagebox { width:231px; height:300px; padding:15px; position: absolute; top:50%; left:50%; margin:-165px 0 0 -130px; text-align:center; display: inline-block;}

h1 { margin:0 0 20px 0; display:block; background-image: url(../images/website-coming-soon-blank.png); width:194px; height:121px; color:#FFF; font-weight:bold; 
	font-size:52px; line-height: 40px; letter-spacing:-2px; text-align:left; padding:52px 10px 58px 27px; -ms-transform: rotate(-20deg); -webkit-transform: rotate(-20deg); transform: rotate(-20deg); display: inline-block;}


h2 { color:#FFF; font-size:18px; font-family:'Montserrat', 'sans-serif'; line-height:24px; text-shadow:0px 0px 5px #4A63A0, 0px 0px 20px #4A63A0, 0px 0px 30px #4A63A0;}



.main_title {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	font-size: 30px;
	color: rgba(116,11,12,1);
		
	}
		
.coming_soon {
		
	font-family:'Montserrat', 'sans-serif';
	font-size: 23px;
	text-align: center;
	color: rgba(116,11,12,1);
				
}

body {
	background-image: url(../images/construction-bg.jpg);
	background-repeat: no-repeat;
		background-size: cover;

}



.hr {
   width: 80%;
   color: antiquewhite;	
	
}

@media screen and (max-width: 800px) {
 #name {
	text-align: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
	font-size: 36px;  
	padding-bottom: 4em; 
		
  }
	/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
 #name {
        width: 100%;
	    height: auto;
        margin-top: 5px;	
	 
}
    
	.sub_title,
	.sub_title_tag {
		text-align: center;
		
}
	
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
#name {
        width: 100%;
        margin-top: 0;		
}
	
	

	
	
	}


