* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	box-sizing: border-box;
	}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'sqmarket-light';
	}

body {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
	}

table {
	border: 0px;
	border-collapse: collapse;
	}

a:link { color: #1a1a1a; text-decoration: none; }
a:visited { color: #1a1a1a; text-decoration: none; }
a:hover { color: #0080FF; text-decoration: none; }
a:active { color: #1a1a1a; text-decoration: none; }

#header {
	position: fixed;
	margin: 0;
	top: 0px;
	height: 70px;
	width: 100%;
	line-height: 70px;
	background-image: url("https://guestrfid.com/img/ffffff-75.png");
	border-bottom: 1px solid #bebebe;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	z-index: 5;
	}

#logo {
	padding-left: 20px;
	float: left;
	}
	
#logo:hover {
    cursor: pointer;
	}
	
#logo-text {
	font-size: 16px;
	padding-top: 2px;
	display: inline-block;
	vertical-align: middle;
	color: #1a1a1a;
	}
	
#navigation {
	font-size: 16px;
	line-height: 75px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
	text-align: right;
	float: right;
	color: #1a1a1a;
	}

#landing {
	width: 100%;
	height: 100vh;
	font-size: 16px;
	text-align: center;
	color: #1a1a1a;
	background-image: url("https://guestrfid.com/img/hotel_pool_v2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}

#learnmore {
	width: 100%;
	height: 100vh;
	background-color: #008cff;
	display: flex;
    justify-content: center;
    align-items: center;
	}

.learnmore-container {
	margin-top: -70px;
	}

#register {
	width: 100%;
	height: 100vh;
	background-color: #f0f0f0;
	display: flex;
    justify-content: center;
    align-items: center;
	}

.register-container {
	margin-top: -70px;
	}
		
#signin-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.5); 
	z-index: 10;
	}

#signin-window {
	margin: auto;
	padding: 30px;
	width: 500px;
	height: 360px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	align-self: center;
	box-shadow: 0px 0px 40px #444444;
	border-radius: 6px;
	z-index: 99;
	}

@media screen and (max-width: 480px) {
	#signin-window {
		width: 85%;
		height: 360px;
		}
	}
	
#spacer {
	width: 100%;
	z-index: 15;
	}

.large-text {
	font-family: 'sqmarket-regular';
	font-size: 4vw;
	line-height: 1;
	letter-spacing: -0.05em;
	}

@media screen and (max-width: 480px) {
.large-text {
	font-size: 9vw;
	line-height: 1;
	letter-spacing: -0.025em;
	}
}
	
.medium-text {
	font-family: 'sqmarket-light';
	font-size: 2.5vw;
	line-height: 1;
	letter-spacing: -0.05em;
	}
	
@media screen and (max-width: 480px) {
.medium-text {
	font-size: 6vw;
	}
}
	
.small-text {
	font-family: 'sqmarket-light';
	font-size: calc(11px + .8vw);
	line-height: 1;
	letter-spacing: -0.04em;
	}
	
@media screen and (max-width: 480px) {
.small-text {
	font-size: 4.5vw;
	}
}

@media screen and (max-width: 480px) {
.desktop {
	display: none;
	}
}

@media screen and (min-width: 481px) {
.mobile {
	display: none;
	}
}