/* Default to hide desktop and mobile versions */
.desktop,
.mobile {
  display: none;
}

/* Mobile view */
@media only screen and (max-width: 767px) {
  .desktop,
  .desktop-navbar {
    display: none !important;
  }
  
  .mobile {
    display: block !important;
  }

  #myCarousel {
    height: 100%;
  }

  .navigation {
    height: 48px;
  }

  .carousel-inner {
    position: absolute;
    min-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .carousel-indicators {
    z-index: 1;
  }

  .middle-column {
    height: 60%;
  }

  .create-button {
    width: 100%;
    padding: 7px;
    border-radius: 0;
  }

  .btn-color {
    color: #fff;
    background: linear-gradient(-90deg, #fe7470, #fe7470, #ec008c, #ec008c);
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
  }

  @-webkit-keyframes Gradient {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @-moz-keyframes Gradient {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @keyframes Gradient {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  #memories {
    padding-bottom: 60px;
  }

  .memories_acct {
    text-align: center;
    margin-left: 0px;
  }

  .account-caption {
    height: unset;
  }

  .carouselslide .col-md-4 {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
  }

  .carouselslide .carousel-control,
  .carousel-showmanymoveone .carousel-control {
    width: unset;
  }

  .carouselslide .carousel-control.left {
    margin-left: 0px;
  }

  .carouselslide .carousel-control.right {
    margin-right: 0px;
  }

  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img,
  .img-responsive,
  .thumbnail a>img,
  .thumbnail>img {
    width: 100%;
    object-fit: cover;
  }

  .memories_video {
    text-align: center;
    margin-left: unset;
    margin-right: unset;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .text {
    font-size: 15px;
  }

  .text2 {
    font-size: 10px;
  }

  .caption {
    font-size: 15px;
  }

  .carousel-showmanymoveone .carousel-control.left {
    margin-left: -15px;
  }

  .carousel-showmanymoveone .carousel-control.right {
    margin-right: -15px;
  }

  .incident_title {
    font-family: 'Montserrat', Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: white;
  }

  #loginCreateModal .modal .fade .in {
    padding-right: unset;
  }

  .modal-content2 {
    width: 80%;
    top: 25%;
  }

  .modal-content {
    width: 100%;
    top: 30%;
  }

  .right_modal {
    text-align: unset;
    height: 150px;
    line-height: 150px;
  }

  .left_modal {
    height: 150px;
    line-height: 150px;
    border-bottom: 1px solid #fff;
  }

  .modal-body {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .vertical-divider {
    display: none;
  }

  .modal-title {
    padding-left: unset;
  }

  .logo_img {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    top: 15%;
    left: 18%;
  }

  .subtitle {
    font-size: 20px;
    top: 40%;
    left: 18%;
  }

  .close {
    z-index: 10;
  }

  .fp {
    font-size: 23px;
    font-weight: 300;
    position: absolute;
    top: 35%;
    left: 30%;
  }
}

/* Tablet view */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .desktop {
    display: block !important;
  }
  
  .mobile {
    display: none !important;
  }

  .container_menu {
    display: block !important;
  }

  .desktop-navbar {
    display: none !important;
  }

  .navbar-toggle {
    display: block;
    right: 0;
    position: absolute;
  }

  .text1,
  .text {
    font-size: 12px;
    padding-bottom: 0px;
  }

  .caption {
    font-size: 12px;
    padding-bottom: 0px;
  }

  .play-button {
    width: 40px;
    height: 40px;
  }

  .individual_title {
    font-size: 12px;
  }

  .content_title {
    font-size: 10px;
  }

  .location {
    font-size: 10px;
    margin-right: 20px;
  }

  .incident_padding {
    padding-left: 10px;
  }

  .carouselslide .col-md-4 {
    width: 50%;
  }

  .col-h2 {
    display: none;
  }

  .incident_part {
    width: 100%;
  }

  .modal-content {
    width: 80%;
  }

  .modal-content2 {
    width: 80%;
  }

  .fp {
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    top: 35%;
    left: 30%;
  }

  .move {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1110px) {
  .desktop {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }

  .container_menu {
    display: block !important;
  }

  .desktop-navbar {
    display: none !important;
  }

  .navbar-toggle {
    display: block;
    right: 0;
    position: absolute;
  }

  .text1,
  .text {
    font-size: 12px;
    padding-bottom: 0px;
  }

  .caption {
    font-size: 12px;
    padding-bottom: 0px;
  }

  .play-button {
    width: 40px;
    height: 40px;
  }

  .individual_title {
    font-size: 12px;
  }

  .content_title {
    font-size: 10px;
  }

  .location {
    font-size: 10px;
    margin-right: 20px;
  }

  .incident_padding {
    padding-left: 10px;
  }

  .editor {
    height: 6vh;
  }

  .modal-content {
    width: 80%;
  }

  .modal-content2 {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .container {
    width: 90%;
  }

  .desktop {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }
}

/* Desktop view */
@media only screen and (min-width: 1250px) {
  .desktop {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }
}