body {	
	background-color: #f6edd6;
}

@font-face {
    font-family: 'moon-light';
    src: url('../fonts/Moon_Light.otf');
}

@font-face {
    font-family: 'futura';
    src: url('../fonts/Futura-Medium.ttf');
}

.full-height{
  height: 100vh;
}

#header{
  background-image: url("http://vridnix.com/img/Background_vridniX.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#logo{
  display: block;
  margin: 20vh auto;
  width:250px;
}

#logo2{
  display: block;
  margin: 30vh auto;
  height: 75px;
}

.bloc{
	position: relative;	
	width:300px;
	margin:auto;
}



.vridnix{
	position: relative;
	width: 100%;
	margin : auto;

	font-size: 25px;
}

.vridnix p{
	position:relative;
	margin : auto;
	padding-left: 0px;
	padding-top: 40px;
}

.vridnix #title{
	width: 270px;
	margin: 40px auto -20px;
	
}

.vridnix #title2{
	width: 270px;
	margin: auto;
	margin: 20px auto -20px;
}

.description {
	position: relative;
	/*display: flex;*/

	text-align: justify;
	line-height: 10pt;
	justify-content: center;
}

.description p{
	position: relative;
    left: 0px;
    width: 100%;
	padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
	font-family: 'futura';

}

.description img{
	position: relative;
	left: -50px;
	padding-left: 50px;
}

.slide{
	width: 100%;
	height: 250px;
}

.trailer{
	margin-top: 1em;
    width: 100%;
    height: 330px;
	margin-bottom: 2em;

}

.trailer p{
	position: relative;
	padding-left: 5%;
	margin-left: 20%;
	

}

.descMaintenance{
	font-size: 40px;
	font-family: 'moon-light';
}

.trailer p:nth-child(1){
	margin-top: 90px;
}

.trailer iframe{
	position: relative;
	top: 50px;
}


.download{
	width: 100%;
	height: 150px;
}

.download p{
	position: relative;
	padding-left: 50px;
	font-size: 40px;
	margin-left: 360px;
	font-family: 'moon-light';
}

.wrapper{
	
	width: 200px;
	margin : auto;
	margin-top: 5em;
}

.wrapper #descDemo{
	width: 200px;
	margin: auto;
	margin-bottom: 1em;
	font-size:17px;
}

.wrapper a { 
	margin-right: 0%; 
	margin-left: 0%;
	padding-left: 5%;
}


.wrapper img{
	height:50px;
	margin-right:auto;
	margin:15px 50px;
}

.contact{
	width: 400px;
	margin-top: 15em;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;

}

.contact p{
	position: relative;
	font-size: 40px;
	margin-left: 360px;
	padding-left: 50px;
	font-family: 'moon-light';
}

.contact img{
	position: relative;
	left: 0px;
	font-size: 40px;
	margin-left: 10px;
	width: 50px;
}

.contact a{
	position: relative;
	left: 0px;
	color: black;
}

.contact-img{
	width: 100%;
}

.contact-img img{
	height: 300px;
	width: 100%;
}

.footer{
	width: 100%;
	height: 4em;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	background-color:black;

}

.footer p{
	width: 300px;
	position: relative;
	font-size: 15px;
	margin : auto ;
	padding-top: 20px;
	font-family: 'moon-light';
	color: white;
	text-align:center;
}


.carousel-inner{
	height: 360px;
}

.carousel-control.left {
   background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.right {
   background-image: none;
    background-repeat: repeat-x;
}

#gifimg{
	width:360px;
	height:200px;
}

.mobile h1{
	font-family: 'futura';
}

nav{
  position: relative;
  top: -30px;
}

center{
	position: relative;
    top: -35px;
}


.slide{
    margin: 10px auto 60px;
    width: 300px;
    height: 150px;


}

nav ul li{
  display: inline-block;
  font-size: 1.6em;
  font-family: 'moon-light';
  padding-left: 6vw;
  padding-right: 6vw;
  text-align: center;

}

nav ul li a{
  text-decoration: none;
  color: white;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  border-bottom: 1px solid transparent;
}

nav ul li a:hover{
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
}

nav{
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: rgba(7,6,6,0.52);
}

.row{
	    margin-right: 0px;
     margin-left: 0px;
}

iframe{
	width: 300px;
	height: 300px;
	display: block;
	margin: 0 auto;
}
.mobile{
	text-align: center;
}

#contact{
	/*background-image: url("../img/footer.png");*/
	height: 300px;
}



@media screen and (max-height: 750px) {	
	#logo{		
		display: block;
		margin: 10vh auto 10vh;
		height: 150px;
		width: 250px;
	}  
	#logo2{
	  display: block;
	  margin: 25vh auto;
	  height: 75px;
	}  
}

@media screen and (max-height: 600px) {	
	#logo{		
		display: block;
		margin: 10vh auto 10vh;
		height: 150px;		
		width: 250px;
	}  
	#logo2{		
		 display: block;
		  margin-left: auto;
		  margin-right: auto;
		  margin-top: auto;
		  margin-bottom: auto;
		  height: 75px;
	}  
}

@media screen and (max-height: 400px) {	
	#logo{		
		display: block;
		margin: 0vh auto 10vh;
		height: 100px;
	}  
	#logo2{		
		 display: block;
		  margin-left: auto;
		  margin-right: auto;
		  margin-top: auto;
		  margin-bottom: auto;
		  height: 75px;
	}  
}


