/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container for Sections */
.section {
    max-width: 50%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;

}

.fotky {

    padding: 60px;
    align-content: center;
}

.fotky img {

    max-width: 400px;
    max-height: 400px;
    width: auto;
    height: auto;
    margin: 30px;


}

/* Banner */
.banner {
    width: 100%;
    height: 25vh;
    /* Scales with viewport height */
    background: rgba(86, 117, 20, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 700px;
}

.logo {
    max-height: 100%;
    max-width: 100%;
}

/* Navigation Bar */
.bar {
    width: auto;
    height: auto;
    background: #E8EEC9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    padding: 20px;
    justify-content: center;
    align-items: center;

}







.bar a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: black;
}

.board p {

    font-weight: 100;
    font-size: 15px;



}

.board h2 {

    font-size: 20px;


}


.bar a:hover {
    color: green;
}

/* About Section */
.aboutus {

    display: flex;
    flex-direction: column;
    font-size: 24px;
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px;
    justify-content: center;

}

img {


    max-height: 100%;
    max-width: 100%;

}

/* Wrapper for About and Image */
.wrapper {

    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    transition: 1s;
}

/* Ensure Wrappers Stack on Smaller Screens */
@media (max-width: 768px) {
    .wrapper {
        flex-direction: column;
        text-align: center;
    }

    .aboutus {
        text-align: center;
        padding: 0;
    }
}

/* Footer Section */
.contacts {
    width: 100%;
    background: #E8EEC9;
    padding: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.foot {
    max-width: 800px;
    margin: auto;
}

.text {
    font-size: 18px;
    line-height: 1.5;
}

.facebook {

    position: absolute;
    right: 0px;
    padding-right: 100px;
}


.board {

    align-content: center;
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
    padding: 100px;
    margin-left: 5%;



}

.picandtext {

    display: flex;
    flex-direction: row;
    word-break: break-word;


}

.picandtext2 {

    display: flex;
    flex-direction: row;
    word-break: break-word;


}


.picandtext p {


    margin-left: 30px;
    margin-top: 30px;
    margin-right: 30px;
    font-size: 20px;


}

.member {

    position: relative;
    align-content: center;
    height: 300px;
    width: 630px;
    margin-bottom: 3%;


}


.member:after {

    content: "";
    background: green;
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 13px;


}

.member:before {

    content: "";
    background: green;
    position: absolute;
    top: 0;
    right: 0;
    height: 13px;
    width: 50%;


}


.member2 {


    position: relative;
    align-content: center;
    margin-top: 5%;

}


.member2:after {

    content: "";
    background: green;
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 13px;

}

.member2:before {



    content: "";
    background: green;
    position: absolute;
    top: 0;
    right: 0;
    height: 13px;
    width: 50%;


}

.bandtext {

    display: flex;
    flex-direction: column;
    width: 400px;
}

.img3 {

    width: 200px;
    height: 250px;
    margin-top: 25px;
    border-color: green;
    border-width: 2px;
    border-style: solid;




}

.img2 {

    justify-content: center;
    align-items: center;
}

.img4 {

    width: 200px;
    height: 250px;
    margin-top: 25px;
    border-color: black;
    border-width: 3px;
    border-style: solid;



}

h2 {

    margin-left: 10%;

}


h3 {

    margin-top: 5%;
    margin-left: 5%;
    font-size: 60px;

}

.button a {

    color: white;
    text-decoration: none;



}

.button {

    position: relative;
    margin-top: 5%;
    height: 80px;
    width: 300px;
    background-color: green;
    text-align: center;
    justify-content: center;
    color: white;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;




}

.buttontext {


    margin-top: 5%;
}



.button3 {

    position: relative;
    margin-top: 5%;
    height: 60px;
    width: 200px;
    background-color: white;
    text-align: center;
    justify-content: center;
    color: green;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10%;
    border-color: black;
    border-width: 3px;
    border-style: solid;




}

#button1 {


    margin-left: 30%;
}


.button a:hover {

    text-decoration: underline;

}

.button2 a:hover {

    text-decoration: underline;

}


.button2 a {

    color: white;
    text-decoration: none;


}

.button3 a {

    color: black;
    text-decoration: none;


}


.button3 a:hover {

    text-decoration: underline;
    color: green;

}

.button2 {

    margin-top: 5%;
    height: 50px;
    width: auto;
    border-color: black;
    border-width: 2px;
    text-align: center;
    justify-content: center;
    background-color: green;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;




}



.documents {

    margin-top: 5%;
    margin-bottom: 5%;



}

/* Headings */
h1 {

    left: 0px;
    font-size: 42px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
}

/* Responsive for Large Screens */
@media (min-width: 1024px) {
    .wrapper {
        padding: 50px;
        gap: 50px;
    }

    h1 {
        font-size: 64px;
    }
}