* {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  font-size: 100%;
  font-family: ProximaNovaRegular, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #777;
  height: 100%;
  line-height: 1.5;
}

.bold, h1, h2, h3 {
  font-family: ProximaNovaBold, Helvetica, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #0af;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 2rem;
}

.text ul {
  margin: 0 0 2rem 2rem;
}

.text ul li {
  margin-bottom: 0.5rem;
}

#wrapper {
  width: 90%;
  max-width: 64rem;
  margin: 0 auto;
}

header {
  display: block;
  height: 4rem;
  padding: 1rem 0;
}

header a {
  color: #777;
}

header a:hover {
  text-decoration: none;
}

h1 {
  float: left;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.5rem;
  height: 4rem;
  padding-top: 0.75rem;
  background: url(images/Geomicons.png) no-repeat 0 0;
  background-size: 4rem 4rem;
  padding-left: 5rem;
}

h1 span {
  font-family: ProximaNovaRegular;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

header nav {
  display: none;
}

article {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  position: relative;
}

article:after, article.secondary:after, footer:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

article .images {
  position: relative;
  max-width: 40rem;
}

article img {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 40rem;
}

article .preview {
  display: block;
  position: relative;
}

article .preview .previewhover {
  display: block;
  opacity: 0;
  background: rgba(0,170,255,0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  line-height: 10rem;
  text-align: center;
  color: #fff;
  font-family: ProximaNovaBold;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  box-shadow: 0 2px 1px rgba(0,0,0,0.3);
  -webkit-transition: all 0.1s ease-in;
  -webkit-transform: scale(0.8);
}
article .images a:hover {
  text-decoration: none;
}

article a:hover.preview .previewhover {
  opacity: 1;
  -webkit-transform: scale(1);
}

h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

h2 span {
  font-family: ProximaNovaRegular;
}

a.bigbutton {
  display: inline-block;
  background: #0af;
  background: -webkit-linear-gradient(#0af, #09e);
  color: #fff;
  border: 1px solid #07c;
  font-family: ProximaNovaBold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
/*   -webkit-transition: all .2s ease-in-out; */
  border-bottom: 1px solid #07c;
}

a:hover.bigbutton {
  text-decoration: none;
  background: -webkit-linear-gradient(#1bf, #1af);
}

a:active.bigbutton {
  background: -webkit-linear-gradient(#09e, #0af);
  box-shadow: inset 0px 2px 6px rgba(0,0,0,0.4);
  
}

article .information ul {
  list-style: none;
  line-height: 1;
}

article .information ul li {
  margin: 0 0 0.5em 0;
  padding: 0;
}

.badge {
  display: block;
  width: 5rem;
  height: 5rem;
  background: rgba(255,255,255,0.8);
  border-radius: 2.5rem;
  text-align: center;
  line-height: 5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: ProximaNovaBold;
  box-shadow: 0 2px 1px rgba(0,0,0,0.3);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

#freebadge {
  color: #f60;
}

#comingsoonbadge {
  color: #ccc;
  font-size: 0.75rem;
  line-height: 1.25em;
  padding-top: 1.75rem;
  height: 3.25rem;
}

.largemessage {
  padding: 2rem 2rem 2rem 8rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.largemessage h2 {
  font-size: 2rem;
  margin-bottom: 0;
}

.largemessage p.large {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.success {
  color: #5cb;
  background: #eefaf8 url(images/SuccessIcon128.png) no-repeat 2rem center;
  background-size: 4rem 4rem;
  box-shadow: 0 2px 1px rgba(0,0,0,0.3);
}

.share {
  margin-bottom: 2rem;
  background: #eee;
  padding: 2rem;
  border-radius: 0.5rem;
}

.twitter-share-button {
  margin-right: 2em;
}

.fb-like {
  top: -6px;
}

footer {
  display: block;
  clear: both;
  border-top: thin solid #ccc;
}



/* Mobile Specific Layout */

@media screen and (max-width: 384px) {

  h1 span {
    font-size: 0.75rem;
  }

}


@media screen and (max-width: 639px) {

  footer a {
    border-bottom: thin solid #ccc;
    height: 3rem;
    line-height: 3rem;
    display: block;
  }
  
  #sharefooter {
    display: none;
  }
  
  footer #colophon span {
    display: block;
    height: 3rem;
    line-height: 3rem;
  }

}


/* tablet layout */

@media screen and (min-width: 640px) {

  header {
    padding: 2rem 0;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  header nav {
    display: block;
    float: right;
    line-height: 4rem;
  }
  
  header nav a {
    margin-left: 1rem;
    font-family: ProximaNovaBold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  
  header nav a:hover {
    text-decoration: underline;
  }
  
  article {
    margin-bottom: 4rem;
  }
  
  article.secondary {
    width: 45%;
    float: left;
    margin-right: 10%;
  }
  
  article.secondary:last-child {
    margin-right: 0;
  }

  article.secondary .information ul {
    margin-left: 0;
  }
  
  article.secondary .information ul li {
    display: inline-block;
    margin-right: 1rem;
  }
  
  article.text {
    max-width: 40rem;
  }
  
  footer {
    font-size: 0.75rem;
    min-height: 2rem;
    padding: 2rem 0;
  }
  
  footer a {
    display: inline-block;
  }
  
  footer nav {
    float: left;
  }
  
  footer #colophon {
    float: right;
    clear: none;
  }
  
  footer #colophon a, footer #colophon span {
    margin-left: 1rem;
  }
  
  footer #sharefooter {
    width: 100%;
    margin-bottom: 2em;
  }
 
}



/* Desktop Layout */

@media screen and (min-width: 704px) {

  article.primary .images {
    width: 62.5%;
    margin-right: 3.125%;
    float: left;
  }
  
  article.primary .information {
    width: 34.375%;
    float: left;
  }
  
  article.primary .information ul {
    -webkit-column-count: 1;
    column-count: 1;
  }

}



/* Lightbox */

#overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
	width: 100%;
	min-height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: opacity .2s ease-in-out;
}

#overlay img {
  display: block;
  margin: 2em auto;
	width: 90%;
	max-width: 992px;
	max-height: 1440px;
	-webkit-box-shadow: 0 0 32px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 32px rgba(0,0,0,0.6);
	box-shadow: 0 0 32px rgba(0,0,0,0.6);
	border-radius: 0.25em;
  -webkit-transform: scale(0.8);
  -webkit-transition: -webkit-transform .2s ease-in-out;
}

#overlay:target {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  background: rgba(0,0,0,0.3);
}

#overlay:target img {
  -webkit-transform: scale(1);
}

