@font-face {
font-family: 'RobotoRegular';
src: url('Roboto-Regular.eot');
src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
url('Roboto-Regular.woff') format('woff'), 
url('Roboto-Regular.ttf') format('truetype');
font-weight: normal; 
font-style: normal;
}



@font-face {
    font-family: 'RobotoBold';
    src: url('Roboto-Bold.eot');
    src: url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-webfont.woff') format('woff'),        
     url('Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'RobotoLight';
    src: url('Roboto-Light.eot');
    src: url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'RobotoLightItalic';
    src: url('Roboto-LightItalic.eot');
    src: url('Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),        
         url('Roboto-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoRegularItalic';
    src: url('Roboto-Italic.eot');
    src: url('Roboto-Italic.eot?#iefix') format('embedded-opentype'),        
         url('Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldItalic';
    src: url('Roboto-BoldItalic.eot');
    src: url('Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),        
         url('Roboto-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


html, body, .container {
  height: 100%;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

body{
   height:100%;
   width:100%;
   background-image:url(../images/slidr-bg.jpg);/*your background image*/  
   background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; 
  font-family:'RobotoLight';
}

.main {
  display: table;
  padding-top: 80px;
  width: 100%;
  color:#fff;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.title { font-weight:bold; font-size:35px; margin-bottom:25px;  font-family:'RobotoBold'; }
.desc { font-size:40px; margin-bottom:30px}
.coming { font-size:15px; margin-bottom:5px}
a { color:#fff; text-decoration:none}
a:hover{ text-decoration:underline}
