@font-face {
  font-family: 'UVNVan_R';
  src: url('../fonts/UVNVan_R.TTF');
}

body{
  font-family: 'UVNVan_R';
  background: url("../images/bg-banner-versace.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  letter-spacing: 4px;
}

.mask{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.brand{
  z-index: 10;
}

.brand .logo{
  width: 100%;
  display: block;
  margin-top: 30px;
}

.brand .logo img{
  width: 250px;
}

.main-content{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.main-content .btn-outline{
  background-color: transparent;
  color: #e7e6db;
  text-decoration: none;
  border: 1px solid #e7e6db;
  padding: 15px 10px;
  display: block;
  width: 250px;
  font-size: 20px;
  letter-spacing: 3px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.main-content .btn-outline span{
  line-height: 30px;
}

.main-content .btn-outline:hover,
.main-content .btn-outline:focus,
.main-content .btn-outline:active{
  color: black;
  background-color: white;
}

.informations{
  color: #e7e6db;
  margin-top: 30px;
  font-size: 16px;
}
.informations p {
	margin-bottom:15px;
}
.informations a{
  text-decoration: none;
  color: #e7e6db;
}

.informations a:hover,
.informations a:focus,
.informations a:active{
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .informations{
	  font-size: 20px;
	}
}