/* Copyright 1999-2018. Plesk International GmbH. All rights reserved. */

body {
	font-family: 'Lexend Deca', sans-serif;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #1c4790;
	background-color: #f3f1e9;
	margin: 50px;
	text-align: center;
	vertical-align: middle;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	
}

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #188dd9;
    text-decoration: underline;
}

img {
	justify-content: center;
}

.kaahu-cont {
    width: 100%;
	height: 50vh;
	margin: 20vh 0;
}

.contact {
	display: inline-flex;
	flex-direction: row;
	text-align: left;
	gap: 2em;
}

.button {
	font-weight: bold;
	background-color: #1c4790;
	color: #f3f1e9;
	border-radius: 30px;
	width: 50%;
	padding: 20px;
	margin: 0 auto;
}

.button a {
	color: #f3f1e9;
	text-decoration: none;
}

.button a:hover {
	color: #ffffff;
}