@import url('https://fonts.googleapis.com/css?family=Open+Sans:800|Poppins:500');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.intro {
	height: 100%;
	width: 100%;
	margin:auto;
	background: url("img/history-02.png") no-repeat 50% 50%;
	background-size: cover;
	display: table;
	top: 0;
}
.intro .inner {
	display: table-cell;
	vertical-align: middle;
	text-align:left;
	padding-bottom: 25%;
}
.content {
	font-family: 'Open Sans', sans-serif;
	color: #ffde00;
	font-size: 250%;
	text-shadow: 3px  3px #000000;
	max-width: 500px;
	margin:auto;
}

.btn {
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	color: #ffde00;
	border: 2px solid #000000;
	pading: 10px 20px;
	border-radius: 5px;
}
	
.btn:hover {
	color: #ffde00;
	border: 2px solid #000000;
}

p {
	font-family: sans-serif;
	font-size: 120%;
	line-height: 190%;
	text-align: left;
	margin: 3%;
}



@media (max-width:  768px)  {
	.content h1 {
		font-size: 200%
	}
	.btm {
		font-size: 200%;
		pading: 7px 15px;
	}
	p {
		font-size: 200%;
		line-height: 160%;
	}		
				
}

@media (max-width:  1284px)  {
	.content h1 {
		font-size: 100%
	}
	.btm {
		font-size: 110%;
		pading: 7px 15px;
	}
	p {
		font-size: 100%;
		line-height: 100%;
	}		
				
}


@media (max-width:  2495px)  {
	.content h1 {
		font-size: 50%
	}
	.btm {
		font-size: 50%;
		pading: 7px 15px;
	}
	p {
		font-size: 30%;
		line-height: 50%;
	}		
				
}







