.pad-40 {
  padding: 40px 0; }
  .pad-40.pad-100 {
    padding: 100px 0; }

img.pdg-logo {
  max-width: 150px; }
img.royal-logo {
  max-width: 215px; }
img.apple-logo {
  max-width: 150px;
  display: inline-block; }
img.googleplay-logo {
  max-width: 150px;
  display: inline-block; }

.header {
  border-bottom: 1px solid #d5d5d5; }
  .header nav ul {
    list-style: none; }
    .header nav ul li {
      float: right;
      text-transform: uppercase;
      padding: 5px;
      margin-right: 2%; }
  .header .fa-bars {
    color: #033a5e;
    font-size: 40px;
    float: right;
    position: relative;
    top: 18px;
    left: -10px;
    z-index: 99; }
    @media screen and (max-width: 767px) {
      .header .fa-bars {
        top: -70px; } }
    @media screen and (max-width: 480px) {
      .header .fa-bars {
        top: 18px; } }
  @media screen and (max-width: 767px) {
    .header img.pdg-logo {
      display: inline-block;
      float: left; } }

.content .info-section .royal-logo {
  margin-top: 35%; }
  @media screen and (max-width: 800px) {
    .content .info-section .royal-logo {
      margin: 3% auto; } }
.content .info-section .app-store-images {
  max-width: 307px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .content .info-section .app-store-images {
      max-width: 100%; } }
  @media screen and (max-width: 1024px) {
    .content .info-section .app-store-images a img {
      display: block; } }
.content .info-section img {
  margin: 0 auto; }
.content .info-section p {
  color: #888888;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: 10% auto; }
  @media screen and (max-width: 1024px) {
    .content .info-section p {
      margin: 6% auto; } }
  @media screen and (max-width: 800px) {
    .content .info-section p {
      max-width: 90%;
      margin: 3% auto; } }

.app-image-mob {
  margin: 0 auto; }

.footer {
  background-color: #033a5e;
  color: #ffffff; }
  .footer p {
    margin: 3px 0; }
    .footer p a {
      color: inherit;
      text-decoration: none; }
      .footer p a:hover {
        background-color: #ffffff;
        color: #033a5e; }
  @media screen and (max-width: 767px) {
    .footer .col-sm-4 {
      margin-bottom: 20px; }
    .footer img {
      margin: 0 auto; }
    .footer p {
      text-align: center; } }

.copy-right p {
  color: #bbbbbb;
  font-size: 12px; }
  .copy-right p a {
    color: inherit;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .copy-right p {
      text-align: center; } }
.copy-right .fa {
  font-size: 17px;
  background-color: #82ca9c;
  color: #ffffff;
  padding: 8px;
  border-radius: 20px; }
  .copy-right .fa:first-of-type {
    margin-right: 5px; }
  @media screen and (max-width: 767px) {
    .copy-right .fa {
      text-align: center;
      margin-right: 0;
      margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  .copy-right .col-sm-2 {
    max-width: 82px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .copy-right .col-md-2 {
    text-align: center; } }

button {
  background: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  height: 65px;
  padding: 0;
  outline: 0;
  position: relative;
  width: 65px; }
  button span {
    background: #033a5e;
    display: block;
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transition: background-color .2s linear,-webkit-transform .2s ease-in-out;
    -o-transition: background-color .2s linear,-o-transform .2s ease-in-out;
    transition: background-color .2s linear,transform .2s ease-in-out;
    width: 30px; }
    button span.line-1 {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    button span.line-2 {
      -webkit-transform: translate(-50%, -8px);
      -ms-transform: translate(-50%, -8px);
      -o-transform: translate(-50%, -8px);
      transform: translate(-50%, -10px); }
    button span.line-3 {
      -webkit-transform: translate(-50%, 6px);
      -ms-transform: translate(-50%, 6px);
      -o-transform: translate(-50%, 6px);
      transform: translate(-50%, 8px); }
  button:hover span {
    background-color: #033a5e; }
  button.mob-buttonX span.line-1 {
    display: none; }
  button.mob-buttonX span.line-2 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  button.mob-buttonX span.line-3 {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.mob-menu {
  display: none;
  width: 100%;
  clear: both;
  padding-top: 20px; }
  .mob-menu ul {
    padding: 30px;
    border-bottom: 1px solid #d5d5d5;
    list-style: none;
    margin-bottom: 30px; }
    .mob-menu ul li {
      float: none;
      text-align: center;
      padding-bottom: 30px; }
      .mob-menu ul li a {
        color: #888888;
        font-size: 20px; }
        .mob-menu ul li a:hover {
          color: #033a5e; }

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