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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
html {
	background: #232323;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #e2e2e2;
}

main {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0 5rem;
}

main header .welcome-door {
	width: 100%;
	max-width: 600px;
	position: relative;
	background-image: url('../img/header-door-w3lcome-signin-ipad.png');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    display: block;
    margin: 0 auto 2rem;
}

main header .welcome-door:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

main article {
	padding: 0 1rem;
	background-image: url('../img/w3lcome-logo-bg-checkin.png');
    background-size: 125%;
    background-position: 50% 42%;
	background-repeat: no-repeat;
}

main article header h1 {
	color: #f2b10c;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2em;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}

main article h3 {
	text-transform: uppercase;
	width: 60%;
    margin: 3rem auto 0;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

main article p {
	width: 80%;
    margin: 0 auto 1.5em;
    letter-spacing: 0.15em;
	font-size: 0.9rem;
}

main section > h2 {
    color: #f2b10c;
    font-weight: 700;
    width: 45%;
    margin: 5rem 0 5rem 2rem;
    font-size: 2rem;
    text-align: left;
    line-height: 1;
}

main footer a {
	text-decoration: none;
	color: #fff;
	outline: none;
    font-size: 0.8rem;
    letter-spacing: 0.15rem;
}

@media (min-width: 750px) {
	main article {
		background-size: contain;
    	background-position: 50% 65%;
	}
	main section > h2 {
	    font-size: 4rem;
	    margin-left: 5rem;
	    width: 40%;
	}
}

body {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}