@font-face {
   font-family: 'Snell Black';
   src: url('fonts/SNELLK.woff') format('woff'),
   url('fonts/SNELLK.TTF') format('truetype');
   font-weight: normal;
   font-style: normal;
}

/* Limited CSS reset */
/* See normalize.css */
html {
   height: 100%;
}

body {
   /*background-color: #231f20;*/
   font-family: 'Raleway', sans-serif;
   font-size: 100%;
   color: #fff;
   height: 100%;
   background-color: #eb008b;
}

/* Layout styles ------------------------------------------------------------------------------------*/
.pad-box {
   padding: 0 10px;
}

/* Content styles -----------------------------------------------------------------------------------*/
#content-wrap {
   margin: 0 auto;
   text-align: center;
}

#bowtie-1,
#bowtie-2 {
   margin: 20px 0 10px;
}

#logo {
   height: auto;
}

#mtuncle-logo {
   margin-top: 30px;
}

h1 {
   margin-top: 0;
   font-family: 'Snell Black';
   font-size: 3.2em;
   color: #fff;
   text-shadow: 2px 2px 3px #c10074;
}

p.size-1 {
   font-size: 1.6em;
   margin: 0;
}

p.size-2 {
   font-size: .8em;
   margin: 0;
}

p.size-3 {
   font-size: 1em;
   margin: .3em;
}

hr {
   border: none;
   border-top: 3px solid #e6e6e6;
   color: #fff;
   background-color: #fff;
   height: 2px;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
   color: #fff;
   text-decoration: none;
}

/* --------------------------------------------------------------------------------------------------
 * Media Queries ------------------------------------------------------------------------------------
 * -------------------------------------------------------------------------------------------------*/
@media all and (max-width: 550px) {
   #content-wrap {
      width: auto;
      font-size: .6em;
   }

   #bowtie-1 {
      width: 60px;
      margin: 10px 0 0;
   }

   #bowtie-2 {
      width: 60px;
      margin: 10px 0 0;
   }

   #logo {
      max-width: 65%;
      margin-top: 0;
      margin-bottom: 0;
   }

   h1 {
      margin-top: 5px;
   }
}