

body {
  background:#000 url('../img/back.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  
  font-family: 'roboto slab', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;

}



.logo{
	padding: 40px;	
	margin-bottom: 50px;
}

.logo img{
	min-height: 50px;
	max-width: 500px;
}

h2{
	margin: 0;
	vertical-align: top;
	padding: 10px 40px;	
}

p{
	padding: 10px 40px;	
  margin: 0;
  text-align: left;
  color:yellow;
}

p.en{
	font-weight: 100;
}


container{
	height: 100%;
}


.masthead {
    height: 100vh;
    padding: 0;
}

.line{
	border-right: 1px solid #203666;
}

.linel{
	border-right: none;
}


@media only screen and (max-width: 1024px)  {
	
	
.line, .linel{
	border-right: none;
	border-left:none;

}
	
}