/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 300;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;
	white-space: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 1rem;
	overflow: hidden;
	overscroll-behavior-y: none; 
	font-family: Roboto, Poppins;
}
ol, ul {
	list-style: none;
}
main {
	min-height: 100vh !important;
	padding-top: 56px !important;
	margin-top: 0 !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
	background: url(/bg.jpg) no-repeat top center fixed;
	background-size: cover;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.pac-container {
	z-index: 19999000;
}

html, body {
	background-color:rgba(0, 0, 0, 0.95)
}

.bold {
	font-weight: 700 !important;
}

.flex1 {
	flex: 1 !important;
}

.white {
	color: white !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.white {
	color: white !important;
}

.richtext {
	white-space: pre-line;
}

.richtext ul {
	list-style: disc;
	padding-left: 40px;
}

.richtext ol {
	list-style: decimal;
	padding-left: 40px;
}

body {
	width: 100vw;
	overflow-x: hidden;
}

a[href] {
	color: #fa983a;
	text-decoration: none;
}

.noscroll {
	overflow: hidden !important;
}


/*
::placeholder {
	color: black !important;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: black !important;
	opacity: 1;
}
*/