@font-face {
  font-family: Abel;
  src: url(../font/Abel.woff);
  font-weight: normal;
}
@font-face {
  font-family: HelveticaN-light;
  src: url(../font/HelveticaNeueLight.woff);
  font-weight: normal;
}
@font-face {
  font-family: HelveticaN-Bold;
  src: url(../font/HelveticaNeueMedium.woff);
  font-weight: normal;
}
@font-face {
  font-family: 'DeniseTitles';
  src: url(../font/DeniseTitles.woff);
  font-weight: normal;
}
@font-face {
  font-family: 'DeniseTitles-Bold';
  src: url(../font/DeniseTitles-Bold.woff);
  font-weight: normal;
}

html {
  /*background-image: url(../../imgs/bgs/atlas_wall.jpg);*/
  /*background-image: url(../../imgs/bgs/atlasmockup.png);*/
  /*background-image: url(../../imgs/bgs/mockup3.jpg);*/
  /*background-image: url(../../images/bgs/Atlas1-2-3GalleriaperWeb.jpg);*/
  background-image: url(../../images/bgs/ATLASMACRO—NineSpecimens3.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: top;*/
  background-position: center;
  min-height: 100%;
}
body {
  font-family: 'HelveticaN-light', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0 0 24px 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
h1 {
  font-size: 2em;
  line-height: 1.1em;
}
a {
  font-family: 'HelveticaN-light', sans-serif;
  color: #1e1e1e;
  text-decoration: underline;
  transition: all .3s;
  -webkit-transition: all .3s;
}
a:hover {
  color: #111;
  text-decoration: none !important;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.page_title {
  font-family: 'DeniseTitles';
}
.clear {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
}
.transition {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
#footer {
  text-align: center;
}
