@import url('https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext');

@font-face {
    font-family: 'nevis';
    src: url('font/nevis.ttf') format("truetype");
}

body {
	background: url(img/bg-office.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {	margin-top:75px ;
	height : 275px ;
	width : 100% ;
}

.white-container {
	margin-left : -7px ;
	margin-top : 100px ;
	width : 101% ;
	background-color: #ffffff ;
}

.soon-title {
	margin-top :60px ;
	font-family : 'nevis' ;
	color : 84e51d ;
	text-align: center ;
	line-height : 2em ;
	font-size : 2em ; 
	
}

.logo-content {
	height : 100 ;
	width : 200 ;
	margin-top : 30px ;
	margin-left: auto;
	margin-right: auto;
}

.logo-img {
	width : 100% ;
	height : auto ;
}

.logo-title {
	margin-top :40px ;
	display : block;
	font-family : 'nevis' ;
	color : white ;
	text-align: center ;
	font-size : 55px ;
}

.logo-subtitle {
	margin-top : -55px ;
	display : block;
	font-family : "Roboto", times, sans-serif ;
	color : white ;
	text-align: center ;
	font-size : 40px ;
	font-weight : 200 ;
}

.download-img {
	margin-top : -10px;
	width : 200px ;
	height : auto ;
	margin-left:auto;
	margin-right:auto;
	display: block;
}

.contact-container{	
	margin-top : 30px ;
	height : 75px ;
	width : 100% ;
}

.contact{
	margin-top : -10px;
	display : block;
	font-family : 'Roboto' ;
	color : white ;
	text-align: center ;
	font-size : 15px ;
	font-weight : 300 ;
}