html {
  font-family:sans-serif;
  line-height:1.15;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  min-height: 100%;
  height: 100%;
}
body {
  margin:0;
  background: #f6f6f8;
  padding: 0;
  font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
img {
  border-style:none;
}
svg:not(:root) {
  overflow:hidden;
}
.container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #FFFFFF;
  align-items: center;
}
svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.lines {
  opacity: 0.05;
}
.line {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #4C3A90;
}
.lights {
  opacity: 0.9;
}
.light {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #0060AA;
}
.content {
  text-align: center;
  position: relative;
  z-index: 11;
  min-width: 45%;
  padding: 15px;
}
.content picture{
	display: block;
	margin: 3rem 0 2rem;
}
.content img {
	max-width: 100%;
	width: 550px;
}
.content h1 {
  color: #0060AA;
  font-size: 40vh;
  position: relative;
  font-weight: 100;
  margin: 3vw 0 7vw;
}
.content h2{
  color: #222;
  font-weight: 400;
  margin-bottom: 2vw;
  font-style: italic;
}
.content a {
  color: #0060AA;
  line-height: 40px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.content a:hover {
  opacity: 0.8;
}
.content img:not(.logo) {
  height: 16px;
  width: 16px;
  padding: 12px;
  margin-right: 10px;
  background: rgba(255, 255, 255, .4);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  float: left;
  position: relative;
}
#countdown {
    margin: 20vh auto;
    top: 50%;
    left: 0;
    right: 0;
    height: 100px;
}
#countdown.show {
  display: block;
}
#countdown > div {
    position: relative;
    float: left;
    width: 25%;
    font-size: 6vw;
    font-weight: 100;
    line-height: .8em;
    letter-spacing: 2px;
    text-align: center;
    color: #4C3A90;
}
#countdown > div > span {
    display: block;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-top: 20px;
    color: #737478;
    text-transform: lowercase
}
@media (max-width:480px) {
    #countdown {
        width: 100%;
        margin-bottom: 20px;
    }
    #countdown > div {
        width: 25%;
        font-size: 30px;
        font-weight: 700;
        line-height: .8em;
        letter-spacing: 2px;
    }
    #countdown > div > span {
      font-size: 11px;
    }
}