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

  #logo-box {
    margin-top: 0px;
    margin-bottom: 24px;
    margin-left: -65px;
    margin-right: auto;
    width: 239px;
    height: 54px;
  }

  #text-body {
    margin-bottom: 60px;
    width: 680px;
  }

  #image {
    margin-bottom: 60px;
    width: 840px;
  }

  #full-width-image {
    margin-bottom: 70px;
    margin-left: -7px;
    background-size: 2550px auto;
    height: 350px;
    width: 101%;
  }

  #wide-image {
    margin-bottom: 60px;
    width: 840px;
  }

  #title-container {
    margin-top: 98px;
  }

  #content-container {
    margin-top: 98px;
  }

  #footer {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 760px;
  }

  #left-footer {
    margin-left: 50px;
    height: 760px;
    width: 44%;
  }

  #right-footer {
    height: 760px;
    width: 56%;
  }

  #copyright {
    margin-top: 190px;
  }

  .font-subheader {
    font-size: 32pt;
  }

  .font-quotes {
    font-size: 21pt;
  }

  .font-numbers {
    font-size: 60pt;
  }

  .font-small {
    font-size: 10pt;
  }

  .font-footer {
    font-size: 58pt;
  }
}

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

  #logo-box {
    margin-top: 0px;
    margin-bottom: 24px;
    margin-left: -52px;
    margin-right: auto;
    width: 191px;
    height: 43px;
  }
	
  #text-body {
    margin-bottom: 40px;
    width: 600px;
  }

  #image {
    margin-bottom: 40px;
    width: 700px;
  }

  #wide-image {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }

  #right-container {
    margin-top: 46px;
  }

  #title-container {
    margin-left: 30px;
    margin-top: 90px;
    width: 100px;
  }

  #content-container {
    margin-left: 10px;
    margin-top: 90px;
  }

  #footer {
    height: 560px;
  }

  #left-footer {
    margin-left: 20px;
    margin-top: -24px;
    height: 560px;
    width: 45%;
  }

  #right-footer {
    height: 560px;
    width: 55%;
  }

  #copyright {
    margin-top: 144px;
  }

  .font-subheader {
    font-size: 28pt;
  }

  .font-quotes {
    font-size: 20pt;
  }

  .font-numbers {
    font-size: 50pt;
  }

  .font-footer {
    font-size: 40pt;
  }
}

@media only screen 
and (max-width: 740px) and (min-height: 320px) {

  #language  {
    text-align: right;
    margin-left: auto;
    margin-top: 24px;
    margin-right: 20px;
    height: 110px;
  }

  #logo-box {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 80px;
    margin-right: auto;
    width: 154px;
    height: 36px;
  }

  #article-body {
    margin-bottom: 20px;
  }

  #text-body {
    margin-bottom: 40px;
    width: 340px;
  }

  #image {
    margin-bottom: 20px;
    width: 360px;
  }

  #full-width-image {
    margin-bottom: 70px;
    margin-left: -8px;
    background-size: 1275px auto;
    height: 175px;
    width: 102%;
  }

  #wide-image {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
  }

  #right-container {
    margin-left: 20px;
    margin-top: 50px;
  }

  #title-container {
    margin-left: 14px;
    margin-top: 76px;
    margin-bottom: 40px;
    width: 120px;
  }

  #content-container {
    margin-left: 8px;
    margin-top: 76px;
    width: 230px;
  }

  #footer {
    height: 520px;
  }

  #left-footer {
    margin-left: 0px;
    margin-top: -52px;
    height: 520px;
    width: 100%;
  }

  #right-footer {
    display: none;
  }

  #copyright {
    margin-top: 150px;
  }

  .font-language {
    font-weight: 400;
  }

  .font-subheader {
    font-size: 21pt;
  }

  .font-body {
    font-size: 12pt;
    line-height: 1.4;
    font-weight: 400;
  }

  .font-quotes {
    font-size: 14pt;
    font-weight: 400;
  }

  .font-numbers {
    font-size: 24pt;
  }

  .font-small-bold {
    font-size: 7pt;
  }

  .font-small {
    font-size: 7pt;
    font-weight: 400;
  }

  .font-footer {
    font-size: 38pt;
  }

  .font-copyright {
    font-size: 7pt;
  }
}