body {
	font-family: 'Exo 2', sans-serif;
	background-color: #7a229b;
	font-weight: bold;
	width: 100%;
}

a {
	color:white;
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 60px;
	line-height: 80px;
	color: white;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	width: 100%;
}
h1.hide {
	opacity: 0;
	-webkit-transition: none;
	transition: none;
}
h2 {
	text-align: center;
	font-size: 40px;
	line-height: 80px;
	color: white;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	width: 100%;
}

img {
	margin-left: auto;
    margin-right: auto;
    width: 10%;
    display: block;}

/*#nah-btn {
	position: fixed;
	left: 50%;
	bottom: 60px;
	width: 300px;
	height: 60px;
	margin-left: -150px;
	font-size: 20px;
	text-align: center;
	color: white;
	line-height: 60px;
	background-color: #F22613;
	cursor: pointer;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.25);
	        box-shadow: 0 4px 8px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: background-color 250ms, -webkit-box-shadow 250ms, -webkit-transform 250ms;
	transition: background-color 250ms, -webkit-box-shadow 250ms, -webkit-transform 250ms;
	transition: background-color 250ms, box-shadow 250ms, transform 250ms;
	transition: background-color 250ms, box-shadow 250ms, transform 250ms, -webkit-box-shadow 250ms, -webkit-transform 250ms;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}*/

#nah-btn {
	margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    display: block;
    width: 300px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    color: white;
    line-height: 60px;
    background-color: #F22613;
    cursor: pointer;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.25);
	        box-shadow: 0 4px 8px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: background-color 250ms, -webkit-box-shadow 250ms, -webkit-transform 250ms;
	transition: background-color 250ms, -webkit-box-shadow 250ms, -webkit-transform 250ms;
	transition: background-color 250ms, box-shadow 250ms, transform 250ms;
	transition: background-color 250ms, box-shadow 250ms, transform 250ms, -webkit-box-shadow 250ms, -webkit-transform 250ms;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}


#nah-btn:hover {
	background-color: #D91E18;
}

#nah-btn:active {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	-webkit-transform: translate(0, 2px);
	        transform: translate(0, 2px);
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: white;
  text-align: center;
  font-size: 15px;
}

@media all and (max-device-width: 900px) {
	img {width: 50%;}
	
	h2 {
	font-size: 80px;}

	h1 {
		margin-top: 5% !important;
		font-size: 120px;
		line-height: 1.2;}

	#nah-btn {width: 60%;
		height: 150px;
		line-height: 2;
		font-size: 70px;
		border-radius: 8px;
		width: 70%;}

	.footer {
	font-size: 45px;		
	}
}

@media all and (min-device-width: 901px) and (max-device-width: 1440px){	
	img {width: 50%;}
	
	h2 {
	font-size: 100px;}

	h1 {
		margin-top: 5% !important;
		font-size: 190px;
		line-height: 1.2;}

	#nah-btn {
		width: 60%;
		height: 150px;
		line-height: 1.4;
		font-size: 90px;
		border-radius: 8px;
		width: 70%;}

	.footer {
	font-size: 50px;		
	}

}