body {    background: #282931;    -webkit-font-smoothing: antialiased;    font-family: 'Varela Round', sans-serif;    height: 100%;    margin: 0px;}canvas {    height: 100vh;    z-index: -10;    position: fixed;    top: 0px;}a {    color: #e6e6e6;    text-decoration: none;    -o-transition: .5s;    -ms-transition: .5s;    -moz-transition: .5s;    -webkit-transition: .5s;    transition: .5s;}a:hover {    color: #33ff66;}h1 {    color: #33ff66;    padding-bottom: 0px;    margin-bottom: 1%;}h2 {    color: white;    font-size: 3rem;    font-weight: bold;    margin: 0px;    padding: 0px;}h3 {    color: white;    font-size: 2rem;    font-weight: bold;    margin: 0px;    padding: 0px;}pre,blockquote {    background: #42434a;    padding: 2rem;    color: white;    border-radius: 0.2rem;}p {    color: #e6e6e6;    font-size: 1.7rem;}label {    color: #ffffff;    display: block;    font-size: 0.8em;    font-weight: 600;    letter-spacing: 0.25em;    margin: 0 0 1em 0;    text-transform: uppercase;}input,textarea {    font-size: 17pt;    font-weight: 300;    letter-spacing: 0.025em;    line-height: 1.65;}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea {    -moz-appearance: none;    -webkit-appearance: none;    -ms-appearance: none;    appearance: none;    background: rgba(212, 212, 255, 0.035);    border: none;    border-radius: 0;    color: inherit;    display: block;    outline: 0;    padding: 0 1em;    text-decoration: none;    width: 100%;    color: #FFF;}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="search"]:focus,input[type="url"]:focus,select:focus,textarea:focus {    border-color: #33ff66;    box-shadow: 0 0 0 2px #33ff66;}input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],input[type="url"],select {    height: 2.75em;}span.new {    background-color: #33ff66;    font-weight: bold;    padding: 0.2rem;    margin-left: 0.4rem;    color: white;}#message {    min-width: 100%;    min-height: 25rem;}.logo a {    color: #FFF;}.logo {    font-family: 'Bungee Shade', cursive;    color: white;    font-size: 8rem;}.row.top p {    color: #e6e6e6;    margin-top: 1rem;    text-align: justify;    font-size: 1.7rem;}.contact {    display: inline-block;}.smallLogo {    font-size: 3.5rem;}.u-full-width {    width: 100%;    box-sizing: border-box;}.cta {    text-align: center;}.cta p {    color: white;    font-size: 2rem;    display: inline-block;    margin: 1.5rem;    text-align: center;}.footer {}.footer p {    color: white;    font-size: 1rem;    margin: 0px;    padding: 0px;}.footerLinks {    margin: 0px;    padding: 0px;}.footerLinks li {    display: inline-block;    color: white;    margin: 10px;}.button {    box-sizing: border-box !important;    background-color: transparent!important;    border: 0!important;    border-radius: 0!important;    box-shadow: inset 0 0 0 2px #ffffff!important;    color: #ffffff!important;    cursor: pointer!important;    display: inline-block!important;    font-size: 0.8em!important;    font-weight: 600!important;    height: 3.5em!important;    letter-spacing: 0.25em!important;    line-height: 3.5em!important;    padding: 0 1.75em!important;    text-align: center!important;    text-decoration: none!important;    text-transform: uppercase!important;    white-space: nowrap!important;    margin-bottom: 2rem!important;}.button:hover {    border-bottom-color: transparent!important;    color: #33ff66 !important;    box-shadow: inset 0 0 0 2px #33ff66!important;}.button:focus {    color: #fff!important;}.button .lampOn {    box-sizing: border-box !important;    background-color: #33ff66!important;    border: 0!important;    border-radius: 0!important;    box-shadow: inset 0 0 0 2px #ffffff!important;    color: #ffffff!important;    cursor: pointer!important;    display: inline-block!important;    font-size: 0.8em!important;    font-weight: 600!important;    height: 3.5em!important;    letter-spacing: 0.25em!important;    line-height: 3.5em!important;    padding: 0 1.75em!important;    text-align: center!important;    text-decoration: none!important;    text-transform: uppercase!important;    white-space: nowrap!important;    margin-bottom: 2rem!important;}.button .lampOff {    box-sizing: border-box !important;    background-color: red!important;    border: 0!important;    border-radius: 0!important;    box-shadow: inset 0 0 0 2px #ffffff!important;    color: #ffffff!important;    cursor: pointer!important;    display: inline-block!important;    font-size: 0.8em!important;    font-weight: 600!important;    height: 3.5em!important;    letter-spacing: 0.25em!important;    line-height: 3.5em!important;    padding: 0 1.75em!important;    text-align: center!important;    text-decoration: none!important;    text-transform: uppercase!important;    white-space: nowrap!important;    margin-bottom: 2rem!important;}.message {    -moz-appearance: none;    -webkit-appearance: none;    -ms-appearance: none;    appearance: none;    background: rgba(212, 212, 255, 0.035);    border: none;    border-radius: 0;    color: inherit;    display: block;    outline: 0;    padding: 0 1em;    text-decoration: none;    width: 100%;    color: #FFF;    margin-bottom: 1em;}/* Larger than mobile */@media (min-width: 400px) {}/* Larger than phablet */@media (min-width: 550px) {}/* Larger than tablet */@media (min-width: 750px) {    .services {        width: 100%;        max-width: 100%;    }    .services .column {        margin: 0;    }}/* Larger than desktop */@media (min-width: 1000px) {    .footer {}}/* Larger than desktop HD */@media (min-width: 1200px) {    h1 {        font-size: 4rem;    }}