.thumbnail {
  border: none;
}

.jumbotron {
  padding-top: 120px !important;
  padding-bottom: 10px !important;
}

.jumbotron-standard {
  height: 500px !important;
}

.jumbotron-sm {
  height: 390px !important;
}

.navbar-brand img {
  height: 60px;
}

.navbar.scrolled {
  background-color: #FCD116 !important;
}

.navbar.scrolled .navbar-brand {
  padding: 0 !important;
}

.navbar.scrolled .navbar-brand img {
  height: 50px; 
}

.navbar.scrolled .navbar-nav > li > a {
  color: #c0392b !important;

}

.jumbotron .btn-danger {
  background-color:  #ec3838 !important;
}

.jumbotron .btn-other {
  background-color: #ff0080 !important;
}

.jumbotron a:hover.btn-other {
  background-color: #ff3399 !important;
}

.jumbotron .btn-twitter {
  background-color: #00a8e6 !important;
}

.jumbotron a:hover.btn-twitter {
  background-color: #00bbff !important;
}

.jumbotron .btn-paw {
  margin-top: 20px !important;
  margin-bottom: 3px;
  /* font-size: 20px !important; */
  background-color: #ef1919 !important;
}

.jumbotron a:hover.btn-paw {
  background-color: #f93a3a !important;
}

.h1, .h2, .h3, h1, h2, h3 {
      margin-top: 30px;
}

/* Hide elements or small screen */
/* @media only screen and (max-width: 1026px) {*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
  #lg-screen {
    display: none;
  }

  .jumbotron-standard {
    height: 460px !important;
  }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
  #lg-screen {
    display: none;
  }

  .jumbotron-standard {
    height: 380px !important;
  }
}
