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

@import url('https://fonts.googleapis.com/css2?family=Exo&family=Open+Sans&display=swap');

html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
	margin: 0;
}
body {
	background: #184f5d;
background: radial-gradient(circle,#184f5d 0,#063642 100%);
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6, a, p {
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 100;
}

.logo-container {
	width: 100%;
	padding: 30px
}
.logo-container img {
	margin: auto;
	max-width: 600px;
	width: 100%;
}

.icon-container a,
.text-container-bottom a {
	color: #fff;
	transition: 0.3s;
	text-decoration: none;
}

.icon-container a:hover,
.text-container-bottom a:hover {
	color: #e12b2b;
}


.text-container-top h2::after{
    background:#2da592;
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    margin: 15px auto;
}


@media (max-width: 497px) {

	.text-container h2 {
		font-size: 1.8rem;
	}

	.text-container h3 {
		font-size: 1.2rem;
	}

	.text-container-top h2::after{
		width: 70px;
	}
}
