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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* Coming Soon page styles */
html, body {
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  background-image: url('https://s15.postimg.cc/uqwur0ne3/cs_1.jpg');
  background-size: cover;
      display: flex;
    align-items: center;
    justify-content: center;
}

.cs-wrapper {
  position: absolute;
  max-width: 390px;
}

.cs-wrapper h1 {
  text-transform: uppercase;
      font-size: 4.5rem;
      color: #cd3a24;
    font-weight: normal;
    padding-top: 1.8rem;
    padding-bottom: 1rem;
}
.cs-wrapper p {
    line-height: 24px;
    font-size: 14px;
}

.cs-wrapper a {
    color: #000;
    font-size: 15px;
    margin: 17px 16px 0 0;
    display: inline-block;
    text-decoration: none;
}
.cs-wrapper a.site-url {
    background: #cd3a24;
    color: #fff;
    padding: 20px;
    border-radius: 30px;
    margin: 25px 0 0;
}