nav {
	display: block
}

h1,
h2,
h3,
h4 {
	font-size: 1em;
	margin: 1rem 0;
	font-weight: 700
}

p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 17px;
	margin-left: 10px
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

strong {
	font-weight: 700
}

a {
	color: #ebff4a;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	text-decoration: underline
}

img {
	vertical-align: middle;
	border-style: none
}

button {
	background-color: transparent;
	border-radius: 0
}

[type=button],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-6 {
	margin: 0 auto;
	position: relative;
	width: 100%
}

@media (min-width:1080px) {
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 33.33%;
		max-width: 33.33%
	}
	.col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: .9rem;
	border-radius: .25rem;
	font-family: 'Open Sans', sans-serif;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	opacity: .8;
	text-decoration: none
}

.btn-primary {
	color: #fff;
	border: 1px solid #00f3ff;
	border-top: 5px solid #00f3ff;
	background-color: #00f3ff52
}

.btn-primary:hover {
	border-color: transparent;
	border: 1px solid #00f3ff;
	-webkit-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-o-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out
}

.btn-success {
	color: #fff;
	border: 1px solid #57ff00;
	border-top: 5px solid #57ff00;
	background-color: #57ff0069
}

.btn-success:hover {
	border-color: transparent;
	border: 1px solid #57ff00;
	-webkit-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-o-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out
}

.btn-purple {
	color: #fff;
	border: 1px solid #ff4fed;
	border-top: 5px solid #ff4fed;
	background-color: #ff4fed66
}

.btn-purple:hover {
	border-color: transparent;
	border: 1px solid #ff4fed;
	-webkit-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-o-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out
}

.btn-danger {
	color: #fff;
	border: 1px solid red;
	border-top: 5px solid red;
	background-color: #f1000080
}

.btn-danger:hover {
	border-color: transparent;
	border: 1px solid #ff4d4d;
	-webkit-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-o-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.5rem;
	line-height: 1.5;
	border-radius: .5rem
}

.btn-lg span {
	font-size: 13px
}

.btn-block {
	display: block;
	width: 100%
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

.d-none {
	display: none
}

.d-inline-block {
	display: inline-block
}

.d-block {
	display: block
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.p-1 {
	padding: .25rem
}

.p-2 {
	padding: .5rem
}

.p-3 {
	padding: 1em
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.font-weight-bold {
	font-weight: 700
}

.text-secondary {
	color: #6c757d
}

.text-danger {
	color: #dc3545
}

.text-primary {
	color: #007bff
}

.text-success {
	color: #28a745
}

.text-warning {
	color: #ffc107
}

.text-info {
	color: #17a2b8
}

.text-white {
	color: #fff
}

.text-dark {
	color: #343a40
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none;
		box-shadow: none
	}
	a:not(.btn) {
		text-decoration: underline
	}
	img {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px
	}
}