@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i');

body {
    margin: 0;
    background-color: #EBEBEB;
    background-image: url('../images/snowflakes.png');
    background-attachment: fixed;
    color: #525252;
}

p, h1, h2, h3, h4, h5, h6, li {
    font-family: 'Source Sans Pro', sans-serif;
    color: #525252;
}

h2 {
  color: #902020;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 30px;
}

h3 {
  color: #902020;
}

p, li{
    font-weight: 300;
    font-size: 1.3em;
}

.centered {
  text-align: center;
}

a:visited, a:active, a {
    color: rgb(170, 42, 42);
    text-decoration: none;
}

a:hover {
    color: rgb(140, 19, 19);
}


ul {
    list-style-position: inside;
    list-style-type: circle;
    padding: 0px;
    margin: 0px 10px;
}

li {
  font-size: 16pt;
  margin-top: 10px;
}

h1 {
    text-align: center;
    margin-bottom: .1em;
    /* color: #2980b9; */
    color: #1D4B7D;
    text-transform: uppercase;
    font-weight: bolder;
}

hr {
  width: 85%;
  border-color: rgba(#4a4a4a, 0.75);
  border-width: 1px;
  margin: 25px auto;
}


#mainWrapper {
    width: 90%;
    max-width: 650px;
    margin: 135px auto 50px auto;
    display: none;
}


#header {
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,93,155,0.95)), color-stop(100%,rgba(19,49,99,0.95))); */
    /* background-color: rgba(140, 19, 19, 0.9); */
    /* background-color: #185337; */
    background-color: rgba(156, 5, 37, 0.95);
    width:100%;
    height:80px;
    box-shadow: 0px 1px 5px #5E5E5E;
    position:fixed;
    top:0px;
    text-align: center;
    padding: 0;
    z-index: 999;
    color: white;
    line-height: 65px;
    margin: 0;
}

#header img {
  display: inline-block;
  height: 65px;
  margin-top: 8px;
}

.spacer {
    margin-top: 10px;
    visibility: hidden;
}

.heroImage {
    width: 100%;
    max-width: 644px;
}

.hero {
    text-align: center;
}



.countdownWrapper {
    /* background-color: rgba(99, 9, 9, 0.9); */
    /* background-color: #0e4028; */
    background-color: rgba(119, 7, 27, 0.95);
    width: 100%;
    height: 35px;
    position:fixed;
    top: 80px;
    text-align: center;
    padding: 0;
    z-index: 999;
    line-height: 35px;
    vertical-align: middle;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: white;
}

.countdownWrapper::first-letter {
    text-transform: uppercase;
}

.note {
    display: block;
    color: #595959;
    line-height: 1.35;
    margin-left: 35px;
    font-style: italic;
    font-size: .85em;
    width: 400px;
    max-width: 90%;
}

.main-description {
  width: 90%;
  max-width: 700px;
  margin: 140px 0 0 0;
  font-style: italic;
}

.list-area {
  width: 92%;
  max-width: 500px;
  margin: 30px auto 50px auto;
}
