@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700&subset=latin,latin-ext");

html {
	font: normal normal 400 1.35rem/1.65rem 'Source Sans Pro';
}

body { 
	padding: 1rem;
	text-align: center;
}

a {
	cursor: pointer;
}

h2 {
	margin-top: .35rem;
}

svg {
	width: 1rem;
	height: 1rem;
}

svg path {
	fill: #50A747 !important;
}

.button {
	font: normal normal 400 1.1rem/2rem 'Source Sans Pro';
	padding: .45rem 1rem;
	position: relative;
	display: inline-block;
	color: #fff !important;
	border-radius: 8px;
	border: 0 !important;	
	box-shadow: 0.125em 0.175em 0 0 rgba(0,0,0,0.125);
	-moz-transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
	text-align: center;
	cursor: pointer;	
	background: #50A747;
	text-decoration: none;
}

.button:hover {
	background: #69C347;
} 

#box-lang-switch {
	text-align: right;
}

select#lang-switch {
	padding: .4rem .6rem;
	cursor: pointer;
}