.mainHeader {
  height: 100vh;
  min-height: 720px;	
  background-size: cover;
  background-position: top center;
  padding: 10px;
  position: relative;
}

.mainHeader-arrow {
	color: #fff;
  position: absolute;
  bottom: 20px;
  padding: 20px;
  left: 50%;
  transform: translate(-50%,0);
  opacity: 0.5;
  cursor: pointer;
}

.mainHeader-arrow:hover {
  opacity: 0.8;
}

.mainHeader-arrow img{
	width: 40px;
  height: auto;
}


.mainHeader-inner {
	color: #fff;
  margin: 35% auto 0 auto;
	max-width: 420px;
  text-align: center;
}

.mainHeader-uptitle {
	font-size: 15px;	
  	font-weight: 300;
  	line-height: 18px;	
  	text-align: center;
  	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.mainHeader-title {
	font-size: 36px;	
  font-weight: 300;	
  line-height: 42px;	
  text-align: center;	
  text-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
  text-transform: uppercase;
	margin: 0 0 45px 0;
}  

.mainHeader-text {
	font-size: 15px;	
  font-weight: 300;	
  line-height: 25px;	
  text-align: center;	
  text-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
	padding: 0 40px;
  margin-bottom: 60px;
}

.mainHeader-inner .page-button {
	margin: 0 30px 0 0;
}

.mainHeader-inner .page-button:last-child {
	margin: 0 0 0 0;
}


.rhapsodeHeader {
	background-size: cover;
  text-align: center bottom;
}


.rhapsodeHeader-logo {
	margin: 170px 0 280px 0;
  text-align: center;
}

.header-buttons {
	display: flex;
	justify-content: center;
}

.header-buttons a{	
	display: inline-block;
	margin: 0 8px;
}

/*================================================== Tablet / Mobile =========================================================*/
@media (max-width: 839px) {
  .mainHeader {
  	min-height: 600px;
    padding-bottom: 100px;
    height: auto;
  }
  
  .mainHeader-arrow {
  	display: none;
  }  
  
  .mainHeader-title {
  	font-size: 30px;
    line-height: 40px;
  }
  
  .mainHeader-text {
  	padding: 0;
  }
  
}

/*====================================================== Mobile ===========================================================*/
@media (max-width: 419px) {

}
