<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Rajdhani);
@import url(https://fonts.googleapis.com/css?family=Raleway);

html, body{
	min-height: 100%;
}

body{
	background-size: cover;
	background-position-x: center;
	background-repeat: no-repeat;
	background-color: #728c81;
	color:#f3f3f3;
	
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

p{
	margin: 0px 0px 15px 0px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color:#f3f3f3;
	font-size: 18px;
}

a{
	color:#1b322c;
	text-decoration: none;
}

hr{
	margin-top:0px;
	border: 1px solid #f3f3f3;
	width: 80%;
}

#central_section{
	margin: 0px 0px 50px 0px;
	padding:20px;
 	color: #f3f3f3;
	margin: 0 auto;
	max-width: 900px;
}

#title{
	font-family: 'Rajdhani', sans-serif;
  margin: 30px 0px 0px 0px;
	text-align: center;
	font-size: 100px;
}

#subtitle{
	font-family: 'Rajdhani', sans-serif;
  	margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: 40px;
}

#subtitle2{
	font-family: 'Rajdhani', sans-serif;
  	margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: 30px;
}

#download_link{
	font-family: 'Rajdhani', sans-serif;
  	margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: 40px;
}

#foto{
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#social-section{
	text-align: center;
}

#topbar-section{
	text-align: center;
}

.image-holder{
	 display: inline-block;
   margin: 20px 20px 10px 20px;
}

.icon-image{
		height: 40px;
	}

.link-holder{
	  display: inline-block;
      margin: 10px 20px 10px 20px;
	  font-family: 'Rajdhani', sans-serif;
	  font-size: 20 px;
	  text-decoration: none;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

@media screen and (orientation: landscape) {
	p{
		font-size: 18px;
  }
	
  .link-holder{
		font-size: 40px;
  }
	
	#foto{
		height: 200px;
  }
	
	.icon-image{
		height: 40px;
	}
}



@media screen and (orientation: portrait) {
	p{
		font-size: 30px;
  }
	
  .link-holder{
		font-size: 60px;
  }
	
	#foto{
		height: 350px;
  }
	
	.icon-image{
		height: 80px;
	}
}


</pre></body></html>