@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif;
}

section div {
    padding: 0px;
    flex: 1;
    display: flex;
    flex-direction: row;
}

.logo {
    max-width: 50px !important;
    max-height: 50px !important;
    margin: 0 auto !important;
}


.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid white;
    align-items: last baseline;
    background-color: #660000;
    padding: 10px 5%;
}

.header-right {
    display: flex;
    flex-direction: row;
    margin: 20px;
}

main h1{
    text-align: center;
}

.header-right h1 {
    font-family: 'Sansita Swashed';
    color: white;
    margin: 0px;
}

header h1 {
    background-image: url(css/mountains_logo\ \(1\).png);
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 25px 0px 0px 70px;
    text-align: left;
}

nav {
    display: flex;
    flex-direction: row;
    padding: 20px;
}

nav a {
    text-decoration: none;
    color: white;
    margin: 20px;
    border-radius: 15px;
    padding: 10px 20px;
    align-items: center;
    display: flex;

    background-size: auto 0%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

nav a:hover {
    background-image: url(css/mountains_logo\ \(1\).png);
    background-position: left top;
    background-size: auto 60%;
    transition: 1s;
}

.active {
    background-image: url(css/mountains_logo\ \(1\).png);
    background-position: left top;
    background-size: auto 60%;
    background-repeat: no-repeat;
}

.img_text {
    color: white;
    background-image: url(css/mountains\ \(1\).jpg);
    background-size: cover;
    background-position: center center;
    padding: 6% 15% 26% 15%;
    border-bottom: 3px ridge white;
}

main {
    background-color: #660000;
    padding: 20px 8%;
}

h2 {
    margin: 0;
}

article {
    margin: 10px;
    background-color: #fff;
    padding: 10px 30px;
    width: 100%;
}

section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.column {
    flex-direction: column;
}


section img {
    max-width: max-content;
    width: 100%;
}

.article_img {
    padding: 0;
    margin: 0px 10px;
    background-color: #660000;
}

.img_border {
    box-sizing: border-box;
}

.white {
    background-color: #fff;
}

.flex_1 {
    flex: 1;
    box-sizing: border-box;
}


.flex_2 {
    flex: 2;
    box-sizing: border-box;
}

.flex_3 {
    flex: 3;
    box-sizing: border-box;
}

.flex_4 {
    flex: 4;
    box-sizing: border-box;
}

.flex_5 {
    flex: 5;
    box-sizing: border-box;
}

.photo img {
    border: 1px solid white;
    box-sizing: border-box;
}

.uppercase {
    list-style-type: upper-alpha;
}

.circle {
    list-style-type: circle;
}

.disc {
    list-style-type: disc;
}

footer {
    display: flex;
    background-color: black;
    color: white;
    padding: 20px 7%;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

footer a {
    text-decoration: none;
    color: white;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background-color: #660000;
}

.gallery img {
    width: 23%;
    height: auto;
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bg_image {
    background-color: #660000;
    padding: 0 !important;
    text-align: center;
    margin: 10px;
}

.bg_image a {
    display: block;
    color: white;
    text-decoration: none;
    background-color: black;
}

.iframe_map {
    background-color: #660000;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .gallery img {
        width: 30%;
        height: auto;
        border: 1px solid white;
        box-shadow: 0 0 10px rgba(0, 0, 0);
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .gallery img {
        width: 45%;
        height: auto;
        border: 1px solid white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .header-container {
        display: block;
        text-align: center;
    }

    .header-right {
        justify-content: center;
    }

    nav {
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    section {
        display: block;
        text-align: center;
    }

    article {
        text-align: justify;
        border-radius: 7px;
    }

    article h1 {
        text-align: center;
    }

    div {
        border-radius: 7px;
    }

    .article_img {
        margin: 10px;
    }

    .article_img img {
        border-radius: 7px;
    }
}

@media (max-width: 768px) {
    header {
        display: block;
        text-align: center;
        background-color: #660000;
        background-image: none;
        border: none;
        height: 55vh;
    }

    .header-right {
        justify-content: center;
    }

    .header-container {
        display: block;
        flex-direction: column;
        text-align: center;
    }

    nav {
        flex-direction: column;
        justify-content: center;
    }

    nav a {
        margin: 5px 0px;
        border-radius: 15px;
        justify-content: center;
        border: 1px solid white;
    }

    .active {
        background-image: none;
        background-color: #fff;
        color: black;
    }

    section {
        display: block;
        text-align: center;
    }

    .img_text {
        display: none;
    }

    nav a:hover {
        background-color: white;
        color: black;
        transition: all 0.3s ease-in-out;
        background-image: none;
    }

    article {
        border-radius: 7px;
        text-align: justify;
    }

    div {
        border-radius: 7px;
    }

    .article_img {
        margin: 10px;
    }

    .article_img img {
        border-radius: 7px;
    }

    .img_text {
        background-image: none;
    }

    .gallery img {
        width: 100%;
        height: auto;
        border: 1px solid white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}