/*reset*/
html,body,div,section,article,aside,header,hgroup,footer,nav,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span,em,strong,img,figure,canvas,video {margin:0;padding:0;border:0;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:100%;}
p,ul {list-style:none;}
a img {border:none}
a, a:link, a:active, a:focus, label, object {outline:none;}
a:hover {text-decoration:none;}
table {border-collapse:collapse;}
div,ul,ol,form {zoom:1}
div:after, ul:after, form:after{content:".";display:block;height:0px!important;line-height:0px;clear:both;visibility:hidden;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {display: block;}

/* set images to scale to 100% of container (responsive) */
img { width:100%; }

/* grid */
.row {
  position: relative;
  margin-bottom: 10px;
}
.container {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 960px;
  margin: 0 auto;
}
/* Fluid Grid */
.col {
  margin-left: 2%;
  *margin-left: 20px;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 6.5%;
  *width: 60px;
}
.two {
  width: 15%;
  *width: 140px;
}
.three {
  width: 23.5%;
  *width: 220px;
}
.four {
  width: 32%;
  *width: 300px;
}
.five {
  width: 40.5%;
  *width: 380px;
}
.six {
  width: 49.0%;
  *width: 460px;
}
.seven {
  width: 57.5%;
  *width: 540px;
}
.eight {
  width: 66%;
  *width: 620px;
}
.nine {
  width: 74.5%;
  *width: 700px;
}
.ten {
  width: 83%;
  *width: 780px;
}
.eleven {
  width: 91.5%;
  *width: 860px;
}
.twelve {
  width: 100%;
  *width: 940px;
}
.quarter {
  width: 23.5%;
  *width: 220px;
}
.half {
  width: 49.0%;
  *width: 460px;
}
.one-third {
  width: 32%;
  *width: 300px;
}

@media only screen and (min-width: 801px) {
  .hide-desktop {
    display: none;
  }
  .show-desktop {
    display: block;
  }
}

/* Tablet */
@media only screen and (min-width: 601px) and (max-width: 800px) {
  .tablet-one {
    width: 6.5%;
  }
  .tablet-two {
    width: 15%;
  }
  .tablet-three {
    width: 23.5%;
  }
  .tablet-four {
    width: 32%;
  }
  .tablet-five {
    width: 40.5%;
  }
  .tablet-six {
    width: 49.0%;
  }
  .tablet-seven {
    width: 57.5%;
  }
  .tablet-eight {
    width: 66%;
  }
  .tablet-nine {
    width: 74.5%;
  }
  .tablet-ten {
    width: 83%;
  }
  .tablet-eleven {
    width: 91.5%;
  }
  .tablet-twelve {
    width: 100%;
  }
  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}

/* Mobile Devices */
@media only screen and (max-width: 600px) {
  .mobile-one {
    width: 6.5%;
  }
  .mobile-two {
    width: 15%;
  }
  .mobile-three {
    width: 23.5%;
  }
  .mobile-four {
    width: 32%;
  }
  .mobile-five {
    width: 40.5%;
  }
  .mobile-six {
    width: 49.0%;
  }
  .mobile-seven {
    width: 57.5%;
  }
  .mobile-eight {
    width: 66%;
  }
  .mobile-nine {
    width: 74.5%;
  }
  .mobile-ten {
    width: 83%;
  }
  .mobile-eleven {
    width: 91.5%;
  }
  .mobile-twelve {
    width: 100%;
  }
  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}


/* The alert message box */
.alert {
  padding: 40px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
  margin-top: 25px;
  text-align: center;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

h3.white, h2.white {
  color: #ffffff;
}

.alert p {
  line-height: 25px;
  margin: 15px;
  color: #ffffff;
}

.h3 {
font-family:'LeagueGothicRegular', Arial, Helvetica, Geneva, sans-serif;
font-weight: 100;
text-transform:uppercase;
color:#333;
font-size: 25px;
}

.yodel {
  font-family:'LeagueGothicRegular', Arial, Helvetica, Geneva, sans-serif;
  font-weight: 100;
  text-transform:uppercase;
  color: #ffffff;
  font-size: 40px;
}

#contact h3, p a {
  color: #ffffff;
}

p {
  font: 14px/1.5 'Open Sans', Arial, Helvetica, Geneva, sans-serif;
  color:#666;
}