/* Chalet Snowbird Custom Styles */

body {
    color: #292929;
    background-color: white;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-family: 'Roboto', sans-serif;
    }

h1, h2, h3 {
    font-weight: 700;
    color: #3a3a3a;
    font-family: 'Roboto Condensed', sans-serif;
}
h5 {
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.modal-title {
    color: #3a3a3a;
}


.navbar {
    border-bottom: 1px solid #ddd;
    background-color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: #292929;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #db0000;
}

.dropdown-item:active {
    background-color: #db0000;
}

.dropdown-item {
    font-family: 'Roboto Condensed', sans-serif;
}

/* .carousel-caption {
    bottom: 65px;
} */

.carousel-caption > h5 {
    font-size: 3.0rem;
    background-color: #db00009b;
    font-weight: 100;
}

.carousel-caption > p {
    font-size: 1.5rem;
    background-color: #db00009b;
    font-weight: 100;
}

@media only screen 
and (max-width : 768px) {
    .carousel-caption > h5
    {font-size: 14px;}
}

@media only screen 
and (max-width : 768px) {
    .carousel-caption > p
    {font-size: 10px;}
}

@media only screen 
and (max-width : 768px) {
    #copyright
    {font-size: .75rem;
        text-align: center
    }
}


.footer {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    height: 60px; 
    line-height: 60px; 
    border-top: 1px solid #ddd;
    background-color: white;
    color: #2d3235;
  }

  .imglist a img {
    vertical-align: baseline;
  }

  /* Google Maps Styles */
  #map {
    height: 425px;
  }

  #firstHeading, #bodyContent {
      font-size: 1.25rem;
      text-align: center;
  }