@font-face {
    font-family: 'carta_nuevasmall';
    src: url('cartanueva-small-webfont.woff2') format('woff2'),
         url('cartanueva-small-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 300%;
  font-family: 'carta_nuevasmall';
  color: black;
  background-color: white;
}
body, html {
  height: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}
.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;	
  max-width: 1170px;
  text-align: center;
  font-size: 230px;
  font-size: 5.8rem;
  font-weight: 300;
  color: black;
}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1 {
    font-size: 122px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg h1 {
    font-size: 152px;
    font-weight: 300;
  }
}
.cd-fixed-bg h2 {
  position: absolute;
  text-align: center;
  font-family: 'arial', sans-serif;
  font-size: 30px;
  font-size: 0.8rem;
  font-weight: 300;
  color: #333;
  bottom:2%;
  right:2%;
}
