@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,700,700i');

/*------------------------------------------------------------------------------------------------ Basic --*/
body, input, select, textarea,
p, h1, h2, h3, h4, h5, h6,
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-transform: none;
	color: #ffffff;
	text-align: center;
}
body {
	padding: 1em;
}

p {
	margin: 2em 0;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	letter-spacing: 0.0625em;
}

h2 {
	font-weight: 400;
	line-height: 1.5em;
	font-size: 170%;
	margin-bottom: 0.5em;
}

div.h3center {
	display: inline-block;
	margin-top: 0;
}

h3 {
	font-size: 130%;
	padding-top: 0.5em;
	border-top: solid 1px grey;
	display: table-cell;
}
	h3:after {
		content: "";
		display: table-cell;
		width: 100%;
	}

img.logo {
	width: 20%;
	max-width: 200px;	
	min-width: 100px;
}	
/*-------------------------------------------------------------------------------------------- Basic END --*/

	@media screen and (min-width: 768px) {
		}
	}
	@media screen and (min-width: 992px) {
		}
	}
	@media screen and (min-width: 1200px) {
		}
	}