@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html {
    width: 100%;
    height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
    /*cursor: -webkit-grab;
    touch-action: none;*/
}

body {
    display: inline-block;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    width: 100%;
    height: 100%;
	text-align: center;
	/*background-image: url(../images/world_map.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;*/
	background-color: #353535;
}

a{
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
}

small {
	font-size: 8px;
}

h1 {
	font-size: 14px;
	font-weight: 500;
}

.header-row {
	display: inline-block;
	width: 100%;
	height: 10%;
	margin: 0 auto;
	text-align: center;
}

.header-row img {
	width: auto;
	height: 85%;
	margin: 5px 0 0;
}

.body-row {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.body-content {
	display: inline-block;
	width: 97%;
	height: 95%;
	margin: 1% auto;
	background-color: #ffffff;
	text-align: center;
}

.body-content img {
	width: 35%;
	height: auto;
	margin: 4% auto
}