* {

    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;
    
}

body {
    
    color:black;
    background-color: #E7E8D1;
    background-image: url(/planstoolstable.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;

}

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;

}

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 {

    width: auto;
    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;

}

h1 {

    font-size: 2 rem;
}

h1, h2, p {

    margin: 0.5rem;
}

p {

    text-indent: 30px;

}

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;
    

}

.container-2 {

    width:auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5em;
    margin: .5em;
    
    
}

.flex {

    min-width: 40%;
    max-width: 700px;
    margin: 1em;
    padding: 0.7rem;
    background-color: #A7BEAEd1;
    border-radius: .50em;
    align-self: self-end;
    justify-content: center;
    color:#B85042;
    
}

.beige {

    background-color: #E7E8D1d1;
    align-self:self-end;
}

.orange {

    background-color:#B85042d1;
    align-self: self-start;
    color:#E7E8D1;
}


.close {

    font-size: 2rem;
   
}

@media (max-width: 700px) {

    .container-1 {

        padding: .5em;
        display: flex;
        flex-direction: column;
        
    }

    .box {
        
        height: 2rem;
        padding: auto;

    }

    a {

        font-size: .9rem;
    }

    header {

    background-image: url(/banner.jpg);

    }

    body { 

        background-image:url(/planstoolstablejr.jpeg);
    }

    .close {

        font-size: 1rem;
        font-weight: bold;

    }

}


