body {
	/*font-family: 'Jura', sans-serif;*/
	font-family: 'Gabriela', serif;
	height: 100%;
	background-image: url(img/sunray.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.info {
	position: absolute;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 550px;
	/*height: 150px;*/
	text-align: center;
	/*background: rgba(0, 0, 0, 0.75);*/
	/*background: radial-gradient(ellipse closest-side at center, rgba(0,0,0,0.90),rgba(0,0,0,0.6),rgba(0,0,0,0.0));*/
	border-radius: 12px;


    top: 45%;
    left: 50%;
    margin-left: -275px;
    line-height: 1.8;
}

span {
	font-size: 24px;
	/*color: 	#fbe847;*/
	color: #5c130c;
	/*#D8D9D4;*/
}

.small {
	font-size: 20px;
}

a {
	font-size: 24px;
	/*color: 	#fbe847;*/
	color: #5c130c;
}

@media screen and (max-width: 650px){
	.info {
		width: 450px;
		margin-left: -225px;
	}
	span {
		font-size: 18px;
	}

	.small {
	font-size: 14px;
	}

	a{
		font-size: 18px;
	}

	svg{
		height:19px;
		viewBox: 0 0 32 20;
		enable-background:new 0 0 32 20;
	}
}

@media screen and (max-width: 455px){
	.info {
		width: 300px;
		margin-left: -150px;
	}
	span {
		font-size: 14px;
	}

	.small {
	font-size: 12px;
	}


	a{
		font-size: 14px;
	}

	svg{
		height:14px;
		viewBox: 0 0 32 15;
		enable-background:new 0 0 32 15;
	}
}