/*
	VanillaMine.sk whitelist
	(c) ano95.eu 2020
*/
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}

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

body {
	background: url("bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Roboto", sans-serif;
}

.container {
    width: 100%;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}


header {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background: rgba(0, 0, 0, 0.4);
	border-bottom: 2px solid #000000;
	color: #ffffff;

	margin-bottom: 3rem;
}

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

header img {
	height: 3rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	header .container {
		flex-direction: row;
		justify-content: space-between;
	}

	header img {
		margin-bottom: 0;
	}
}

.box {
	background: #ffffff;
	padding: 2rem;
	margin-bottom: 3rem;
}

h1 {
	font-size: 2.5rem;
	font-weight: bold;
}

h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

p:not(:last-child) {
	margin-bottom: 1rem;
}

.inline-form {
	display: flex;
	flex-direction: column;
}

.inline-form input {
	flex: 1;
	margin-bottom: 0.5rem;
}


@media (min-width: 768px) {
	.inline-form {
		flex-direction: row;
	}

	.inline-form input {
		margin-bottom: 0;
		margin-right: 0.5rem;
	}
}

input {
	border-radius: 0;
	border: 2px solid black;
	padding: 0.5rem 0.7rem;
	font-size: 1.2rem;
}

.btn {
	display: inline-block;
	border-radius: 0;
	padding: 0.5rem 0.7rem;
	border: 2px solid black;
	font-size: 1.2rem;
	font-weight: bold;
	background: #22a8d8;
	color: white;
	cursor: pointer;
	text-decoration: none;
}

.btn:hover {
	background: #333;
}

.btn-success {
	background: #008000;
}

.btn-success:hover {
	/*background: #006000;*/
}

.options {
	display: flex;
	flex-direction: column;
}

.options .btn {
	margin-bottom: 0.5rem;
	text-align: left;
}

.options .btn:last-child {
	margin-bottom: 0;
}


footer {
	color: #fff;
	text-align: center;
	margin-bottom: 3rem;
}

footer a {
	color: #fff;
}

.footer-copy {
	background: rgba(0, 0, 0, .4);
	padding: 0.5rem;
}

.result {
	padding: 0.2rem 0.8rem;
}

.result-ok {
	color: white;
	background: #008000;
}

.result-fail {
	color: white;
	background: #800000;
}

.result-time {
	color: white;
	background: #000000;
}

.timeout {
	font-size: 3rem;
	color: #800000;
}
