body, html {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	background: url('/images/landingpage/country-select-bg.jpg') center center / cover  no-repeat;
	font-family: Helvetica, 'Helvetica Standard', Arial, 'Open Sans', sans-serif;
	color: #fff;
}

h1 {
	display: block;
	font-size: 2.2em;
	line-height: 36px;
}

h4 {
	font-size: 1.4em;
	line-height: 24px;
	margin-bottom: 3px;
}

h4.inline {
	display: inline-block;
	margin-top: 10px;
}

#wrapper {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	align-items : center;
	padding-top: calc(100% * 0.2);
}

#country-select-box {
	width: 100%;
	max-width: 600px;
	margin: auto auto;
	background-color: rgba(0, 0, 0, 0.66);
	border: 2px solid #4a9462;
	padding: 0 15px 20px 20px;
}

#country-select-box div.row > [class*='col-'] {
	padding-top: 20px;
}

@media (max-width: 550px) {
	#country-select-box div.row > [class*='col-'] {
		width: 100%
	}
}

#floating-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#floating-logo #top-logo {
	display: inline-block;
	width: 84%;
	max-width: 600px;
	margin-top: 7%;
	margin-bottom: 10px;
}
#floating-logo #top-logo path {
	fill: #ffffff;
}
@media (max-width: 1050px) {
	#floating-logo #top-logo {
		margin-top: 3%;
	}
}

.intro {
	margin-top: 10px;
}

img.rounded-flagg {
	height: 26px;
	margin-top: 8px;
}

.country-flag {
	width: 20%;
	overflow: hidden;
	float: left;
}
@media (max-width: 991px) {
	.country-flag {
		width: auto;
		padding-right: 8px;
	}
}

.country-name {
	width: 80%;
	font-size: 12px;
	overflow: hidden;
	float: left;
}

.country-name::after {
	clear: left;
}

a:visited, a {
	color: #fff;
	text-decoration: none;
}

a:active, a:hover {
	color: #fff;
	text-decoration: underline;
}


