@charset "utf-8";

body {
	background-color: #fff;
}
body * {
	font-family: 'Roboto', sans-serif;
}

h1, h2 {
	text-align: center;
}

h1 {
	color: #1B75BC;
}

.title {
	color: #1B75BC;
	font-size: 30px;
	margin-left:10px;
}
.logo {
	border: 3px solid #1B75BC;
	border-radius: 10px;
	height: 100px;
}

.flex-container.header {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

#main .flex-container {
	display: flex;
	justify-content: center;
	padding: 0 10px;
	margin: 20px;
}
#main h2 {
	margin-top: 5px;
}

ul {
	display: inline-block;
	margin: 0 20px;
}

#contact {
	text-align: center;
}

.mailme {
	line-height: 24px;
}
a.mailme {
	appearance: button;
}
.mailme svg {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	height: 50px
}

a.button {
	background-color: #2fc91c;
	border: none;
	color: white;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	margin: 4px 2px;
	cursor: pointer;
}
.cls-1 {
    stroke: #fff!important;
}