
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@200;400;600;700&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    scroll-behavior: smooth !important;
    background-color: #000;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.pop-font {
    font-family: 'Poppins', sans-serif !important;
}
.pop-font-thin {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 200 !important;
}

.pop-font-bold {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
}
.Vollkorn-font {
    font-family: 'Vollkorn', sans-serif !important;
}
.Vollkorn-font-bold {
    font-family: 'Vollkorn', sans-serif !important;
    font-weight: 700 !important;
}
.Vollkorn-font-ital {
    font-family: 'Vollkorn', sans-serif !important;
    font-weight: 800 !important;
    font-style: italic !important;
}
.Roboto {
    font-family: 'Roboto', sans-serif; !important;
    font-weight: 500 !important;
}
.Roboto-thin {
    font-family: 'Roboto Thin', sans-serif; !important;
    font-weight: 600 !important;
}

.wrapper {   
    position: relative;
    align-items: center;   
    justify-content: center;
    min-height: 100vh;
    min-width: 100vw;   
    opacity: 1; 
    margin: 0;
    transform-style: preserve-3d;
    perspective: 20px;
}

.container {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    min-width: 100%;
    padding: 2rem 0 2rem 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -3px;
    animation: fade-in 800ms ease-in-out;
}

.container-mobile {
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    min-width: 100%;
    padding: 2rem 0 2rem 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -3px;
    animation: fade-in 800ms ease-in-out;
}

.bg-img {    
    position: absolute;  
    width: 100%;
    height: 100vh;
    object-fit: cover;   
    z-index: -100;
    transform: translateZ(-20px) scale(2);
}
.paralarge-img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: 50;
    transform: translateZ(-20px) scale(2);
  }
.rock-img {
    position: absolute;
    width: 100%;
    right: 0;
    object-fit: cover;
    z-index: 100;
    transform: translateZ(-20px) scale(2);
    
}
.foreground-img{   
    width: 100%;
    object-fit: cover;
    z-index: 5000;  
    position: absolute;
    bottom: -4%;
}

.bg-home {
    background-image:-o-linear-gradient(top, rgba(255,255,255, 0.1), rgba(0,0,0, 1)),    url('/Images/valleytry.webp');
    background-image:linear-gradient(to bottom, rgba(255,255,255, 0.1), rgba(0,0,0, 1)),    url('/Images/valleytry.webp');
}

.bg-calendar {
    background-image:linear-gradient(to bottom, rgba(255,255,255, 0.0), rgba(0,0,0,0), rgba(0,0,0,1)), url('/Images/stagebg3.webp');
}
.bg-calendar-mobile {
    background-image:-o-linear-gradient(bottom, rgba(255,255,255, 0.2), rgba(0,0,0, 1)),    url('/Images/stagebg3.webp');
    background-image:linear-gradient(to top, rgba(255,255,255, 0.0), rgba(0,0,0, 0.4)),    url('/Images/stagebg3.webp');
}
.bg-about {
    background-image:-o-linear-gradient(bottom, rgba(255,255,255, 0.8),          rgba(0,0,0, 0.1)),    url('/Images/bgforaboutpage.webp');
    background-image:linear-gradient(to top, rgba(255,255,255, 0.2),             rgba(0,0,0, 0.9)),    url('/Images/bgforaboutpage.webp');
}
.bg-contact {
    background-image:-o-linear-gradient(bottom, rgba(255,255,255, 0.2), rgba(0,0,0, 0.6)),    url('/Images/nationalpark.webp');
    background-image:linear-gradient(to top, rgba(255,255,255, 0.5), rgba(0,0,0, 0.8)),    url('/Images/nationalpark.webp');
}
.bg-gallery {
    background-image:-o-linear-gradient(bottom, rgba(255,255,255, 0.2), rgba(0,0,0, 0.6)),    url('/Images/galleribg.webp');
    background-image:linear-gradient(to top, rgba(255,255,255, 0.8), rgba(0,0,0, 0.3)),    url('/Images/galleribg.webp');
}

.parallax {
    transition: top 100ms linear;
}

.parallax-zoom {
    transition: width 100ms linear, top 100ms linear;
}
.parallax-zoom-center {
    transition: width 100ms linear, top 100ms linear, left 100ms linear;
}

.text-shadow {
    text-shadow: 1px 1px 1px white;

}
.text-shadow-black {
    text-shadow: 1px 1px 5px #373b3e;
}
.text-shadow-blacked {
    text-shadow: 2px 2px 5px #373b3e;

}
.bounce {
    -webkit-animation-name: bouncey;
    animation-name: bouncey;
    -webkit-animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bouncey {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.8,1.2)   translateY(-30px); }
    50%  { transform: scale(1.05,.85) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-7px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}

@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    .hide-on-desktop {
        display: none;
    }
}
.gradient2 {  
    background-image:
            linear-gradient(to top,
            whitesmoke,black 95% );
}
