@import url('https://fonts.googleapis.com/css?family=Inconsolata');

@font-face {
    font-family: 'Circular';
    src: url('fonts/CircularStd-Book.woff2') format('woff2'),
        url('fonts/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('fonts/CircularStd-Bold.woff2') format('woff2'),
        url('fonts/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('fonts/CircularStd-Black.woff2') format('woff2'),
        url('fonts/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

footer, input, textarea, select {
	font-family: 'Circular', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #808080;
	/*font-weight: 600;*/
	line-height: 1.5;
	word-wrap: break-word;
}

.footer-funkaus a {
	font-family: 'Circular', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 8px;
	color: #808080;
	font-weight: 500;
	line-height: 1.5;
	word-wrap: break-word;
}

nav {
	font-family: 'Circular', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
	color: #808080;
	line-height: 1.5;
	word-wrap: break-word;
}

body {
	font-family: 'Circular', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
	color: #FFF;
	line-height: 1.5;
	word-wrap: break-word;
}

h1 {
	font-family: 'Circular', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 36px;
	color: #FFF;
	word-wrap: break-word;
}

h1.first-child {
	font-size: 45px !important;
}

h2 {
	font-family: 'Circular', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 26px;
	color: #006CFF;
	word-wrap: break-word;
}

h3 {
	font-family: 'Circular', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 26px;
	color: #006CFF;
	word-wrap: break-word;
}

h4 {
	font-family: 'Circular', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #006CFF;
	word-wrap: break-word;
	letter-spacing: 0.2em;
}

input, p, textarea, select {
	font-family: 'Inconsolata', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	color: #FFF;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	word-wrap: break-word;
	letter-spacing: 0.05em;
}

form.form-container h4 {
	/*color: rgb(166,166,166) !important;*/
	padding-bottom: 0.25em;
}

@media screen and (max-height: 1000px) {
	h1 {
		font-size: 25px!important;
	}

	h1.first-child {
		font-size: 35px!important;
	}

	h2 {
		font-size: 20px!important;
	}
	h3 {
		font-size: 20px!important;
	}
	h4 {
		font-size: 15px!important;
	}
	h5 {
		font-size: 40px!important;
	}
	p {
		font-size: 16px;
	}

	.form-container {
	    padding: 25px!important;
	    font-size: 15px!important;
	}
	footer, input, textarea {
		font-size: 15px!important;
	}

	footer h1 {
		margin-bottom: unset !important;
	}
}

@media screen and (max-width: 1000px) {
	h1 {
		font-size: 25px!important;
	}

	h1.first-child {
		font-size: 35px!important;
	}

	h2 {
		font-size: 20px!important;
	}
	h3 {
		font-size: 20px!important;
	}
	h4 {
		font-size: 15px!important;
	}
	h5 {
		font-size: 40px!important;
	}
	p {
		font-size: 16px;
	}

	.form-container {
	    padding: 25px!important;
	    font-size: 15px!important;
	}
	footer, input, textarea {
		font-size: 15px!important;
	}

	footer h1 {
		margin-bottom: unset !important;
	}
}

@media screen and (max-height: 750px) {
	h1 {
		font-size: 23px!important;
	}

	h1.first-child {
		font-size: 32px!important;
	}

	h2 {
		font-size: 18px!important;
	}
	h3 {
		font-size: 18px!important;
	}
	h4 {
		font-size: 14px!important;
	}
	h5 {
		font-size: 36px!important;
	}
	p {
		font-size: 16px;
	}

	.form-container {
	    padding: 25px!important;
	    font-size: 15px!important;
	}
	footer, input, textarea {
		font-size: 15px!important;
	}
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 20px!important;
	}
	h2 {
		font-size: 16px!important;
	}
	h3 {
		font-size: 16px!important;
	}
	h4 {
		font-size: 13px!important;
	}
	h5 {
		font-size: 30px!important;
	}
	p {
		font-size: 15px;
	}
}