/* Initial */
@font-face {font-family:raleway; src:url('../css/raleway.woff'); font-display:swap;}
* {margin:0; padding:0; border:0; outline:0; box-shadow:none; box-sizing:border-box; font-family:raleway; -webkit-touch-callout:none; user-select:none; -webkit-tap-highlight-color:rgba(0,0,0,0) !important; -webkit-tap-highlight-color:transparent;}
body {width:100%; height:100%; background:#171717;}
html {overflow-y:auto; overflow-x:hidden; scrollbar-color:#fb3319 transparent; scrollbar-width:thin;}


.spacer-text {position:relative; float:none; width:100%; height:20px; clear:both;}

.text-middle {position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
h1 {font-size:10vw; color:#fb3319; font-weight:normal; display:block;}

h1.title {font-size:2.5em; color:#fb3319; font-weight:normal;}
h2.copy {font-size:1.5em; color:#ffb3a9; padding-bottom:2px; font-weight:normal; display:block;}
h2.copy-sub {font-size:1.2em; color:#fb3319; padding-bottom:2px; font-weight:normal; display:block;}
p.copy {font-size:12pt; color:#fff; display:inline-block;}


a.link-red {color:#d26a5d; text-decoration:none; transition:0.5s;}
a.link-red:hover {color:#ff8474;}
a.link-red:active {color:#ff8474;}
a.link-red:focus {color:#ff8474;}
#page {position:absolute; width:100%; height:100%; background:#171717; white-space:nowrap;}
#page-inner {position:relative; float:left; width:100%; padding-top:40px; padding-right:20px; padding-bottom:100px; padding-left:20px; white-space:normal;}
#foot {position:fixed; width:100%; bottom:0px; background:#202020; padding:20px; border-top:1px solid #fb3319; text-align:right; z-index:999;}