@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  body {
    font-size: 16px;
  }
  h1.section-title {
    font-size: 36px;
  }
  h2.section-title {
    font-size: 42px;
  }
  h3.section-title {
    font-size: 24px;
  }
  h4.section-title {
    font-size: 20px;
  }
  .btn-medium-pink-top-left-right-corner {
    width: 260px;
    height: 65px;
    font-size: 30px;
    padding-top: 10px;
  }
  .btn-medium-pink-bottom-right-corner,
  .btn-medium-pink-bottom-left-corner {
    width: 170px;
    height: 67px;
    font-size: 30px;
  }
  #toTop {
    right: 20px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
  }
  #toTop .fa {
    float: left;
    width: 35px;
    margin: 0 auto;
    line-height: 35px;
    font-size: 20px;
  }
  #town .popup .popup-content .content {
    width: 300px !important;
    height: 190px !important;
  }
  #town .popup .popup-content .content td {
    float: left;
    width: 100%;
  }
  #town .popup .popup-content .content h3 {
    font-size: 30px;
    padding-top: 30px !important;
  }
  #town .popup .popup-content .content .content-block {
    margin-left: 30px !important;
    margin-right: 30px !important;
    height: 60px !important;
  }
  #town .popup .popup-content .content .close-popup {
    width: 30px !important;
    height: 30px !important;
    top: 30px !important;
  }
  #signup #signup-form {
    width: 355px;
    height: 284px;
  }
  #signup #signup-form p:nth-child(1) {
    font-size: 20px;
    margin-top: -10px;
    letter-spacing: 2px;
  }
  #signup #signup-form p:nth-child(2) {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 35px;
  }
  #signup #signup-form input[type=text] {
    font-size: 20px;
  }
  #signup #signup-form button {
    font-size: 20px;
    letter-spacing: 2px;
  }
  #footer #footer-wrapper #footer-logo {
    margin-top: -80px !important;
  }
  #footer #footer-wrapper #footer-logo img {
    width: 100px;
  }
  #footer #footer-wrapper #footer-share-your-stories {
    width: 80px;
    height: 74px;
    background-size: cover;
  }
  #footer ul#desktop-footer-menu {
    display: block;
    padding-left: 15px;
  }
  #footer ul#desktop-footer-menu li {
    display: block;
  }
  #footer ul#desktop-footer-menu li a,
  #footer ul#desktop-footer-menu li a:hover {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
  }
  #footer ul#desktop-footer-menu li:first-child {
    background-image: url('../images/header/menu-bullet-1.png');
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  #footer ul#legal li {
    background: none;
    display: block;
    margin-left: 15px;
  }
  #footer ul#legal:first-child {
    padding-left: 0px !important;
    margin-right: 0px;
  }
  #footer .accepted-cards p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #footer .accepted-cards img {
    max-width: 300px;
    height: auto;
  }
}
@media screen and (min-width: 767px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  #banner-read-our-stories #banner-read-our-stories-frame {
    width: 280px;
    height: 160px;
  }
  #banner-read-our-stories #banner-read-our-stories-frame p:nth-child(1) {
    font-size: 18px;
    letter-spacing: 1px;
  }
  #banner-read-our-stories #banner-read-our-stories-frame p:nth-child(2) {
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: -10px;
  }
  #banner-read-our-stories #banner-read-our-stories-frame p:nth-child(3) {
    font-size: 26px;
    letter-spacing: 3px;
    margin-top: -25px;
  }
  #town .popup .popup-content .content {
    width: 500px;
    height: 331px;
  }
  #town .popup .popup-content .content h3 {
    font-size: 30px;
    padding-top: 60px;
  }
  #town .popup .popup-content .content .content-block {
    height: 150px;
  }
  #town .popup .popup-content .content .close-popup {
    width: 35px;
    height: 35px;
  }
  #banner-new-friends #banner-new-friends-frame {
    width: 280px;
    height: 160px;
  }
  #banner-new-friends #banner-new-friends-frame p:nth-child(1) {
    font-size: 18px;
    letter-spacing: 1px;
  }
  #banner-new-friends #banner-new-friends-frame p:nth-child(2) {
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 5px;
  }
  #banner-new-friends #banner-new-friends-frame p:nth-child(3) {
    font-size: 26px;
    letter-spacing: 3px;
    margin-top: -50px;
  }
  #footer {
    padding-bottom: 0px;
  }
  #footer #footer-wrapper #footer-logo {
    margin-top: -100px;
  }
  #footer #footer-wrapper #footer-share-your-stories {
    margin-top: -60px;
  }
  #footer ul {
    display: block;
    padding-left: 15px;
    margin-top: 50px;
  }
  #footer ul li {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .desktop-header {
    display: block;
  }
  .mobile-header {
    display: none;
  }
}
