﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900i');
﻿
/* Global Reset */
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;
}
html {
    background-color: rgba(255,82,82,0.87);
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-size: 1em;
    font-family: "Montserrat" , Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}
.wf-loading { 
  visibility: hidden; 
}
.wf-active, .wf-inactive {
  visibility: visible; 
}
ul, ol
{
    margin-left: 1.1em;
}
ol
{
    list-style-type: decimal;
}
nav ul, nav li
{
    margin: 0;
    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;
}
img, video, object
{
    max-width: 100%;
    height: auto;
}
input, textarea 
{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
b, strong
{
    font-weight: bold;
}
a
{
    color: #cc3333;
}
a:hover
{
    color: #ff3333;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: 700;
    margin-bottom: .25rem;
}
h1 {
    font-size: 4em;
    font-size: 10.75vw;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    margin-bottom: 2.5rem;
}
h1 span {
    margin-left: .4vw;
}
.shadow {
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
                
}
h2 {

}
.site {
    display: flex;
    align-items: center;
    min-height: 100%;
    text-align: center;
}
.container {
    max-width: 100%;
    padding: 1em;
    margin: 0 auto;
}
