@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: medium;
	font-display: block;
	src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: light;
	font-display: block;
	src: url('/fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: thin;
	font-display: block;
	src: url('/fonts/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: normal;
	font-display: block;
	src: url('/fonts/Montserrat-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-display: block;
	src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-display: block;
	src: url('/fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Lemon';
	font-style: normal;
	font-weight: normal;
	font-display: block;
	src: url('/fonts/LemonYellow.otf') format('opentype');
}

@font-face {
	font-family: 'Comfortaa';
	font-weight: normal;
	font-style: normal;
	font-display: block;
	src: url('/fonts/Comfortaa/Comfortaa.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
quote {
	font-family: 'Comfortaa';
}

html {
	height: 100vh;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: visible;
	background-color: black;
	/* background-image: linear-gradient(to bottom, #16294a 20%, #0156a5 100%);
	background-image: -o-linear-gradient(top, #16294a 20%, #0156a5 100%);
	background-image: linear-gradient(to bottom, #16294a 20%, #0156a5 100%); */
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	padding: 0;
	margin: 0;
}

body {
	/* background-image: linear-gradient(to bottom, #16294a 20%, #0156a5 100%); */
	padding: 0;
	margin: 0;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
}

p {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 18px;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:invalid {
	-moz-mox-shadow: none;
	box-shadow: none;
}

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}

*,
:after,
:before {
	/* background-repeat: no-repeat */
	box-sizing: inherit;
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	padding: 0;
	margin: 0;
}

hr {
	overflow: visible;
	height: 0;
}

details,
main {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

a {
	background-color: transparent;
	font-family: 'Lemon';
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

pre {
	font-size: 1em;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

input {
	border-radius: 0;
}

[disabled] {
	cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
	cursor: pointer;
	color: inherit;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
	-webkit-appearance: button;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	white-space: normal;
	max-width: 100%;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

@media screen {
	[hidden~='screen'] {
		display: inherit;
	}

	[hidden~='screen']:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

[aria-busy='true'] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}
