.nav-link {
    font-size: 1rem;
    color: white;
}

.nav-link:hover {
    color: rgb(243, 249, 130);
}

.nav-link:active {
    color: rgb(159, 159, 159);
}

.myheader-image {
    background-image:url(images/cover-morainelake-banff.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    color: white;
}


.coolscrollbox {
    background-image:url(images/bow-summit-banff.jpg);
    min-height: 400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .coolscrollbox {
        background-attachment: scroll;
        background-size: 100%;
    }
}




h1 {
    /* Extra small devices (phones, less than 768px) */
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.507);
  
    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {
      font-size: 3.6rem;
      letter-spacing: 6px;
      text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.507);
    }
  
    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {
      font-size: 3.6rem;
      letter-spacing: 6px;
      text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.507);
    }
  
    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
        letter-spacing: 8px;
        font-size: 4rem;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.507);
    }
  }


.mycall {
    text-align: center;
    letter-spacing: 4px;
    font-size: 1.2rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.507);
}

.mycall2 {
    text-align: center;
    letter-spacing: 4px;
    font-size: 1.2rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.507);
    color: white;
}

.mybg1 {
    background-color: #f8f6f5;
    padding: 50px;
}

.mybg2 {
    background-color: #dff0ec;
    padding: 50px;
}

.mybg3 {
    background-color: #f0e8df;
    padding: 50px;
}

.mybg4 {
    background-color: rgb(232, 238, 246);
}

.myyoutubevideo {
    text-align: center;
}

.mypics {
    padding: 25px;
}

.carousel-control-prev-icon {
    background-image: url(images/gallery-previous.svg);
}

.carousel-control-next-icon {
    background-image: url(images/gallery-next.svg);
}

.myquote {
    font-family: "Urbanist", sans-serif;
    font-weight: 200;
    font-size: 2.5rem;
    line-height: 3.2rem;
}

.myitalics {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
    font-size: 1.1rem;
    line-height: 2.2rem;
}

.footer {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: 2px;
}

li {
    line-height: 1.8rem;
}

h5 {
    text-align: center;
    letter-spacing: 6px;
}

h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    letter-spacing: 8px;
    font-size: 1.3rem;
}


