@media only screen and (max-width: 1600px) {
  p {
    font-size: 25pt;
  }

  h1 {
    font-size: 100pt;
  }

  #real-paradise p {
    padding: 50px 20px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 60pt;
  }

  p {
    font-size: 20pt;
  }

  #real-paradise {
    text-align: center;
  }

  #real-paradise img {
    height: 500px;
    display: inline-block;
    text-align: center;
  }

  #feel-the-freedom p {
    padding: 50px 20px;
  }

  #gallery .item {
    height: 400px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #main .scrolled {
    background-color: rgba(0.0, 0, 0, 0) !important;
  }

  nav {
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .logo {
    padding: 0 1em;
    max-width: 200px;
    height: auto;
  }

  .glyphicon {
    width: auto;
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  h3, h4 {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  p {
    font-size: 20pt;
  }

  #real-paradise p {
    padding: 0 30px;
  }

  #gallery .item {
    width: 100%;
    height: 300px;
  }

  #garden .content {
    margin-top: 0px;
  }

  #garden .bg-2 {
    margin-top: 0px;
    overflow: hidden;
    background-size: cover;
  }

  #garden img {
    width: 100%;
  }

  .txt-agn-rgt-992 {
    text-align: right !important;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  p, h1, h2, h3, h4 {
    letter-spacing: 0px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  #real-paradise img {
    height: 300px;
  }
  .txt-agn-lft-768 {
    text-align: left !important;
  }
}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
