/* Show it is fixed to the top */
body {
  min-height: 75rem;
}

a {
  text-decoration: none;
  color: black;

}

.video {
  padding-top: 56.25%;  // youtube player is 16:9 (width:height) => 9/16 
}

.container a{
  text-decoration: none;
}

.nf-post-size {
  max-width: 500px;
  margin: 0 auto;
}

.splash-background-sf {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("http://az616578.vo.msecnd.net/files/2016/05/16/635989831137616837-380923038_san-francisco-real-estate-market-trends-3.jpg");
  background-size: cover;
  background-position: bottom;
}

.splash-background-ggb {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Golden_Gate_Bridge_as_seen_from_Fort_Point.jpg/1200px-Golden_Gate_Bridge_as_seen_from_Fort_Point.jpg');
  height: 300px;
  width: auto;
  max-height: 300px;
}

.splash-background-attr {
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  width: auto;
  max-height: 300px;
}

.splash-background {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../img/top_pic2.png");
  background-size: cover;
  border-radius: 25px 25px 0px 0px;
}

.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
  position: relative;
  border-radius: 0;
}

.attraction-cover-photo {
  width: 100%;
  height: auto;
}

.loc-pills-position {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.loc-pill {
  border-radius: 25px;
  background: white;
  color: black;
  padding: 0 15px;
  text-align: center;
}

.video-loc-pill {
  border-radius: 25px;
  background: grey;
  color: white;
  padding: 0 15px;
  text-align: center;
}

.profile-pic-position {
  position: absolute;
  bottom: 5px;
  right: 10px;  
}

.profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 25px;
}

.jb-sub {
  font-weight: 400;  
  color: rgb(234, 230, 154);
  font-size: 1rem;
  font-style: italic;
}

.jb-main {
  font-weight: 600; 
  color: white;
  text-transform: uppercase;
  font-size: 3rem;
}

.jb-submain {
  color: white;
  font-size: 1rem;
}

.pic-main-lg {
  width: 50%;
  height: auto;
  float: left;
}

.pic-thumbnail-lg {
  width: 25%;
  float: left;
}

.element-background {
  border-radius: 15px;
  background-color: grey;  
  margin-top: 7px;
  margin-bottom: 7px;
}

.iframe-container {
  position: relative;
  padding-bottom: 66%; // This is the aspect ratio
  height: 0;
  overflow: hidden;  
  margin: 0 auto;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.welcome-form {
  max-width: 254px;
  width: 100%;
  height: auto;
}

.ele-divider {
  clear: both;
  margin: 0 auto;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
  background-color: lightgrey;
  border-radius: 15px;
  color: black;
  font-size: 1rem;
}

.morning-background {
  background-color: green;
}

.afternoon-background {
  background-color: yellow;
}

.night-background {
  background-color: pink;
}

.ele-footer {
  color: white;
  font-size: 0.8rem;
  clear: left;
  text-align: center;
}

.ele-header { 
  color: white;
  font-size: 1rem;
  text-align: center;
}

.activity-details {
  text-align: left;
  color: black;
  padding: 5px;
  font-size: 0.8rem;
}

.activity-pic {
  width: 100%;
  height: auto;
  float: left;
}

.airline-img {
  width: 50px;
  height: 50px;
}

.author-img {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 10px;
}

.vlog-img {
  width: 100%;
  height: auto;
  max-width: 800px;
  max-height: 400px;
  margin: 0 auto;
}

.overlay-back-btn-location {
  position: absolute;
  z-index: 1000;
  padding-left: 5px;
}

.overlay-share-btn-location {
  position: absolute;
  z-index: 1000;
  padding-left: 5px;
  right: 10px;
  top: 5px;
}

.overlay-admin-btn-location {
  position: absolute;
  z-index: 1000;
  padding-left: 5px;
  right: 10px;
  top: 40px;
}

.card-text a {
  text-decoration: underline;
  color: #0645AD;
}

.nav-right-button-position {
  position: absolute;
  right: 20px;

}

.article-type-label {
  position: relative;
  color: white;
  text-align: center; 
  margin-top: -10px;
  margin-left: 10px;
}

.article-type-video {
  background-color: red;  
  width: 70px;
}

.article-type-thrill {
  background-color: blue;  
  width: 70px;
}

.article-type-tripadvisor {
  background-color: green;  
  width: 100px;
}

.article-type-relais {
  background-color: #94712a;
  width: 140px; 
}

.article-type-conde {
  background-color: black;
  width: 120px; 
}

.article-type-eater {
  background-color: red;  
  width: 70px;
}

.search-result-img {
  width: 150px;
  height: 100px;
  margin: 0 auto;
}

.related-img {
  width: 99px;
  height: 66px;
  margin: 0 auto;  
}

.row-separator {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.trip-info-box {
  border: #cdcdcd medium solid;
  height: 100%;
  border-bottom: 0px;
  border-left: 0px;
  border-top: 0px;  
}

.message-box {
  border-style: dashed;
  border-color: grey;  
  position: relative;
  padding: 15px;
}

.msgbox-close-position {
  position: absolute;
  right: 2px;
  top: 2px;
}

.msgbox-icon-position {
  position: absolute;
  left: 2px;
  top: 2px;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.overlay-admin-btn-post {
  position: absolute;
  z-index: 1000;
  padding-left: 5px;
  right: 15px;
  top: 15px; 
}