*{
	font-family: 'NoirPro';
}
.main{
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
  	background-position: center;   
  	background-size: cover; 
  	width: 100vw;
  	height: 100vh;
}
.logo{
	text-align: center;
    margin-top: 5%;
}
.title-text{
	font-weight: 300;
	font-size: 20px;
	color: #f1f2f3;
	margin-top: 3%;
}
.qr img{
	width: 170px;
}
.qr{
	display: block;
    width: max-content;
    text-align: center;
    color: #f1f2f3;
    font-size: 20px;
    text-decoration: none;
    margin-top: 5%;
    margin-bottom: 5%;
}
.qr:hover{
	text-decoration: underline;
	color: #f1f2f3;
}
.contact{
	color: #f1f2f3;
    font-size: 18px;
    text-decoration: none;
    margin-right: 5px;
    
}
.contact:hover{
	text-decoration: underline;
	color: #f1f2f3;
}
.footer{
	text-align: center;
	font-weight: 500;
	color: #f1f2f3;
	text-transform: unpercase;
	position: absolute;
  bottom: 35px;
  left: 0;
  
  right: 0;
}

@media (max-width: 600px) {
  .logo img{
  	width: 60%;
  }
  .logo {
    margin-top: 10%;
}
.title-text{
	width: 100%;
    margin-left: unset;
    margin-top: 10%;
    text-align: center;
}
.qr{
	margin-top: 50px;
	margin-bottom: 50px;
}
.footer{
	position: unset;
	margin-top: 50px;
}
}