@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300|PT+Sans:700|Gudea|Lato:300|Source+Sans+Pro|Merriweather+Sans:700|);

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------- RESET ------- */
html, body, div, ul, li{
	position: relative;
	margin:0;
	padding:0;
	/*border: solid;*/
	/*background-color: rgba(255,255,255,1.00);*/
	/*overflow: visible;*/
}
body {
	min-height: 100vh;
}

ul {
	list-style:none;
}
a {
	text-decoration: none;
	outline:0 !important;
	color: inherit;
}
a:active {
	outline:0 !important;
}
@media all {

	.normal-text {
			position: relative;
			display: block;
			margin-top: 0px;
			font: 16px "Roboto", sans-serif;
			font-weight: normal;
			color: rgba(0,0,0,1.00);
			text-decoration: none;
			width: 100%;
			text-align: center;
			overflow: hidden;
			clear: both;
	}
}