#projects li a {
  font-family: 'RationalText-ExtraBold';
  color: #00c8ff;
  font-size: 2.9rem;
  line-height: 3.2rem;
  letter-spacing: 0.5px; }

body, html, main {
  height: 100%;
  width: 100%; }

#projects {
  height: 100%;
  margin-top: 11rem; }
  #projects #titles {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 30;
    text-align: center; }
  #projects #images-container {
    position: relative; }
  #projects #backgrounds {
    height: 100%;
    width: 100%; }
    #projects #backgrounds img {
      opacity: 0;
      position: absolute;
      z-index: 10;
      pointer-events: none;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    #projects #backgrounds img.displayed {
      opacity: 1; }
    #projects #backgrounds img {
      width: 100%; }
  #projects ul {
    text-align: center;
    margin-top: -3rem;
    vertical-align: middle;
    display: inline-block; }
  #projects a:hover {
    color: white; }

@media only screen and (min-width: 1600px) {
  #projects li a {
    font-size: 3.3rem;
    line-height: 3.9rem; } }
@media only screen and (max-width: 767px) {
  #projects {
    margin-top: 6.143rem; }
    #projects #backgrounds #images-container {
      overflow: hidden; }
    #projects #backgrounds img {
      left: 50%;
      margin-left: -70%;
      width: 140%; }
    #projects li a {
      font-size: 2.3rem;
      line-height: 2.5rem; } }
@media only screen and (max-width: 1280px) {
  #projects #titles ul li a {
    font-size: 2.6rem;
    line-height: 2.9rem; } }
@media only screen and (max-width: 1024px) {
  #projects #titles ul li a {
    font-size: 2.35rem;
    line-height: 2.5rem; } }
@media only screen and (max-width: 480px) {
  #projects #titles ul li a {
    font-size: 2.1rem;
    line-height: 2.3rem; } }

/*# sourceMappingURL=projects.css.map */
