* {

    margin: 0;
    padding: 0;
    box-sizing: border-box

}

html {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    scroll-behavior:smooth;
    scrollbar-width: none;
    height: 100vh;
    width: 100vw;

}

header {

    z-index: 4;
    width:100%;
    background-image: url(/bannertexture.jpg);
    background-position: center right;
    background-size: cover;
    background-color:#A7BEAE;
    padding: 1em;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;

}


body {

    width: 100vw;
    display: flex;

}

main {

    flex-direction: column;
    background-image: url(/verticalwoodbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;

    
}

footer {

    display: flex;
    position: sticky;
    height: 10vh;
    width: 50%;
    background-color:#E7E8D1;
    bottom: 0;
    z-index: 4;
    border-top: solid #B85042 1px;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    margin: auto;

}

.foot {

    margin: auto;
   

}

.container-1 {

    padding: 1em;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.box {

    color: #B85042;
    text-align: center;
    height: 3.5rem;
    padding-top: 1rem;
    font-weight: bold;
    
}

.one {

    padding: 0;

}

.two {

    padding: 0;

}

a {

    position: relative;
    color: #B85042;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .1em;
    padding: 10px;

}  

a:hover {

    letter-spacing: 0.1em;
    color: #E7E8D1;
    background-color: #B85042d1;
    border-radius:10px;

}

h1 {

    color:#E7E8D1;
    font-size: 2rem;
    background-color: #B85042cd;
    border-radius: 15px;
    text-align: center;
    margin-left: 20%; 
    margin-right: 20%;

}
h2 {

    color:#B85042;
    margin: auto;

}

span {

font-weight: 800;
color: #E7E8D1;

}

p {

    color:#B85042;
    font-size: 1.2rem;
    text-indent: 3rem;
    margin-top: 1em;
    
}

.me {

    height: 400px;
    width: 300px;
    float: right;
    margin: 1em;

}

.about {

    min-height: 600px;
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
    padding: 4rem;
    background-color:#A7BEAEcd;
    border-radius: 1.25rem;

}

.close {

    font-size: 2rem;

}

@media (max-width: 700px) {

    .container-1 {

        padding: .5em;
        display: flex;
        justify-content: space-between;
        flex-direction: column;

    }

    .box {
        
        height: 2rem;
        padding: auto;

    }

    a {

        font-size: .9rem;
    }

    .about {

        padding-right: 2rem;
        padding-left: 2rem;
        justify-content: center;

    }

    h1 {

        margin: auto;

    }

    .me {

        width: 202px;
        height: 270px;
        float:none;
        

    }

    header {

    background-image: url(/banner.jpg);

    }

    .close {

        font-size: 1.25rem;
        font-weight: bold;

    }

}
