
@font-face {
  font-family: 'Seashore-Regular';
  src: url('../fonts/Seashore-Regular.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Seashore-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Seashore-Regular.woff') format('woff'), /* Pretty Modern Browsers */
}

body {
  font-family: 'Shadows Into Light Two', cursive !important;
  font-size: 16px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Seashore-Regular', Fallback, Helvetica, Arial, sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
}

#jmg .jmgr {
	/*
  width: 31%;
  margin: 1%;
  */
  float: left;
  overflow: hidden;
}

#jmg .jmgr img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#jmg .jmgr img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.countdown {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.countdown-grid {
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}
.countdown-grid > * {
    display: block;
}
.countdown-number {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    color: #AC5AFF;
}
.countdown-label {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.bg-black {
  color: white;
  background-color: #000;
}