/*

   __|   _ \  _ \| _ \  _ \  _ \    \ __ __| __|      __|    \    _ \ __ __| |  | 
  (     (   |   /  __/ (   |   /   _ \   |   _|       _|    _ \     /    |   __ | 
 \___| \___/ _|_\ _|  \___/ _|_\ _/  _\ _|  ___|  .  ___| _/  _\ _|_\   _|  _| _| 

*/

html {font-size: 16px; -webkit-font-smoothing: antialiased;}
html, body {margin: 0; padding: 0; height: 100%; }
body {background: radial-gradient(circle, rgba(236,28,36,1) 0%, rgba(250,175,59,1) 100%);
      background-repeat: no-repeat !important;
      background-attachment: fixed !important;
      background-size: cover !important;}

::-moz-selection {background: #000000; color: #faaf3b; text-shadow: none;}
     ::selection {background: #000000; color: #faaf3b; text-shadow: none;}

.clear {clear:both;}
.spacer {margin-bottom: 5.25rem;}
.doublespacer {margin-bottom: 10.5rem;}

img {width: 100%; height: auto; margin: 0; padding: 0;}
a img {width: 100%; height: auto; margin: 0; padding: 0;}

#container {width: 100%; height: 100%; display: flex;
  justify-content: center; align-items: center;}

.logo {width: calc(100% - 2rem); margin-left: 1rem; max-width: 666px;}