
* {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
	outline: none;
    margin: 0;
    padding: 0;
	letter-spacing: 0.02em;
	font-weight: 300;
	font-family: 'Helvetica Neue', sans-serif, 'Chakra Petch';
}

h1 {
	font-style: normal;
}

body {
	color: white;
	background-color: #011a24;
	margin: 0;
	
	text-align: center;
	
	font-size: 18px;
	
}

.bold {
	color: #FF0084; 
	font-weight: 500;
}

b {
	color: #FF0084; 
	font-weight: 500;
}

.view {
    
}

.main-container {
	color: black;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	max-width:940px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin: auto;
}

.logo {
	max-width:900px;
	width:90%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#get-notified-container {
	margin: auto;
}

#email-form {
	padding: auto;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#email-thank-you {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 500px;
	padding-top: 100px;
	padding-bottom: 100px;
}

#email-field {
	background-color: transparent;
	color: white;
	width: 100%;
	text-align: left;
	border: 1px solid #05A8E9;
	border-radius: 5px;
	max-width: 360px;
    height: 40px;
	box-sizing: border-box;
	background-image: url('./res/icon_email.png');
	background-size: 30px;
	background-position: 8px 4px;
	background-repeat: no-repeat;
	padding-left: 46px;
	font-size: 18px;
	letter-spacing: 0.04em;
}

#email-field:hover {
	border-color: #48b8e4;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #888;
	opacity: 1; /* Firefox */
  }

#get-notified-button {
	background-color: #05A8E9;
    color: white;
    max-width: 360px;
	width: 100%;
    height: 44px;
    border-radius: 5px;
    border-width: 0px;
    text-align: center;
    display: block;
    margin: auto;
	padding: auto;
	font-family: 'Helvetica Neue', sans-serif, 'Chakra Petch';
	font-weight: 400;
	font-size: 18px;
	cursor: pointer;
}

#get-notified-button:hover {
	background-color: #48b8e4;
}

.container-padding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.small-text {
	color: #888;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
}

.small-text a {
	color: #888;
}

.grid {
    display: flex;
    flex-flow: row;
	justify-content: space-around;
	gap: 26px;
	padding-left: 20px;
	padding-right: 20px;
	align-items: flex-start;
}

@media all and (max-width: 800px) {
	.grid {
		flex-flow: column;
		
	}
  }

.grid-item {
	display: block;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	flex-basis: 100%;
	max-width: 500px;
}

p {
	margin-top: 8px;
}

h3 {
	font-weight: 300;
}

h2 {
	font-weight: 300;
}

h1 {
	font-weight: 300;
}

.privacy-policy {
	text-align: left;
	padding: 20px;
	min-height: 800px;
}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 2;
	padding: 40px 20px 40px 20px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.6);
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.popup {
	color: black;
	background-color: white;
	border-radius: 10px;
	max-width: 660px;
	height: 100%;
	margin: auto;
	padding: 0px;
	display: flex;
    flex-flow: column;
	justify-content: space-around;
	cursor: auto;
}

.popup-header {
	text-align: center;
	border: #eee;
	border-width: 0px;
	border-bottom-width: 1px;
	border-radius: 0px;
	border-style: solid;
	padding: 12px;
	display: block;
}

.popup-content {
	overflow: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}

.popup-button {
	background-color: #05A8E9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
    color: white;
	width: 100%;
    height: 55px;
    border-width: 0px;
    text-align: center;
    display: block;
    margin: auto;
	padding: auto;
	font-family: 'Helvetica Neue', sans-serif, 'Chakra Petch';
	font-weight: 400;
	font-size: 18px;
}

.popup-button:hover {
	background-color: #48b8e4;
}

.popup a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: black;
	display: block;
	transition: 0.3s;
}

.popup a:hover, .popup a:focus {
	color: #999;
}

.popup .close-button {
	position:static;
	top: 20px;
	right: 45px;
	font-size: 50px;
}

.hide {
	display: none;
}

/* width */
.overlay ::-webkit-scrollbar {
	width: 6px;
	height: 0px;
	padding: 1px;
}

/* Track */
.overlay ::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
.overlay ::-webkit-scrollbar-thumb {
	background: #aaa;
}
/* Handle */
.overlay ::-webkit-scrollbar-corner {
	background: transparent;
}

/* Handle on hover */
.overlay ::-webkit-scrollbar-thumb:hover {
	background: #555;
}