/* body, html {
  height: 100%;
}

.parallax {
  /* The image used 
  background-image: url('img_parallax.jpg');

  /* Full height 
  height: 100%; 

  /* Create the parallax scrolling effect
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
#title {
    color: black;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

#titlehome {
    color: black;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 50px;
}

.navbar {
    color: aqua;
    text-decoration-color: aqua;
}




.bgimg-1 {

    max-height: 100%;
    max-width: 100%;
    background-size: 100% 100%;

    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* nav bar */
:root {
    --underline-height: .5em;
    --transition-duration: .5s;
}

body {
    font-family: system-ui,
        sans-serif;
    background-image: linear-gradient(to bottom right, #f5f5f5, #C0C0C0);
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

nav {
    position: relative;
    white-space: nowrap;
    background: white;
    padding: var(--underline-height) 0;
    margin: 2em 0 0 0;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.05);
}

.underline {
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: var(--underline-height);
    width: 20%;
    background: black;
    pointer-events: none;
    mix-blend-mode: multiply;
    transition: -webkit-transform var(--transition-duration) ease-in-out;
    transition: transform var(--transition-duration) ease-in-out;
    transition: transform var(--transition-duration) ease-in-out, -webkit-transform var(--transition-duration) ease-in-out;
}

.underline:nth-child(1) {
    background: yellow;
    transition: calc(var(--transition-duration) * .8);
}

.underline:nth-child(2) {
    background: cyan;
    transition: calc(var(--transition-duration) * 1.2);
}

.underline:nth-child(3) {
    background: magenta;
}

/* for a but replaced with #a */
    {
    display: inline-block;
    z-index: 10;
    width: 20%;
    padding: 1em 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

#a {
    display: inline-block;
    z-index: 10;
    width: 20%;
    padding: 1em 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

nav.black .underline {
    background: #222;
    border-radius: .25em;
    height: calc(var(--underline-height) / 2);
    mix-blend-mode: initial;
}

/*galleries */
.parallax {
    @media only screen and (max-device-width: 1366px) {
        .parallax {
            background-attachment: scroll;
        }
    }
}

#galleryhero {
    color: black;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

#top_picks {
    background-image: url(best_photos_jpeg/IMG_4841.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


#point_roberts {
    background-image: url(best_photos_jpeg/IMG_4871.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#whistler_2019 {
    background-image: url(best_photos_jpeg/IMG_4699.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bowron_lakes {
    background-image: url(best_photos_jpeg/IMG_3303.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#clearwater {
    background-image: url(best_photos_jpeg/IMG_2207.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#galiano_island {
    background-image: url(best_photos_jpeg/IMG_1114.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#galleryfooter {
    width: 100%;
    height: 500px;
    color: linear-gradient(to bottom right, #f5f5f5, #C0C0C0);
}

.gallerytitle {
    font-family: 'Montserrat', serif;
    text-align: center;
    margin: 0;
    padding: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 40px;
    color: whitesmoke;
    text-decoration: none;

}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: black;
}

#about_img {
    width: 27%;
    height: auto;
    padding-top: 100px;
    padding-left: 100px;
    float: left;
}

#abouttitle {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
}

#aboutmep {
    font-family: 'raleway', sans-serif;
    font-size: 25px;
    width: 500px;
}

.abouttext {
    padding: 0% 60% 100% 40%;
}

/* fonts links 
font-family: 'Nunito', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Cinzel', serif;
font-family: 'Montserrat', sans-serif; 
font-family: 'raleway', sans-serif;*/
