* {

    margin: 0;
    padding: 0;
    box-sizing: border-box

}

html {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    scroll-behavior:smooth;
    scrollbar-width: none;
    
}

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 {

    display: flex;
    flex-direction: column;
    background-image: url(/picturesinteriorbuilding.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

.container-1 {

    padding: 1em;
    display: flex;
    justify-content: space-evenly;
    flex-wrap:wrap;

}

.container-2 {

    display: flex;
    justify-content: space-between;
}

.box {

    color: #B85042;
    text-align: center;
    height: 3.5rem;
    padding-top: 1rem;
    font-weight: bold;
    
    
}

a {

    position: relative;
    color: #B85042;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .1em;
    padding: 10px;

}  

.one {

    padding: 0;

}

.two {

    padding: 0;

}


a:hover {

    letter-spacing: 0.1em;
    color: #E7E8D1;
    background-color: #B85042d1;
    border-radius:10px;
    
}

main {

    height: auto;
    width: auto;
    background-image: url(/picturesinteriorbuilding.png);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}

.contact {

    margin-left: 5%;
    margin-right: 5%;
}

h1 {

    font-size: 2rem;
    margin: 1em;
    color:#B85042;
    background-color: #E7E8D1cd;
    padding: 0.25em;
    border-radius: .25em;
    text-align: center;
    width:400px;
}

h2 {

    color: #B85042;
    text-align: center;

}

.input {

    margin: 1em;
    height: auto;
    width: 600px;
    background-color: #A7BEAEcd;
    border-radius: 20px;
    padding: 20px;

}

.help {

    width:auto;
    color:#B85042;
    background-color: #E7E8D1cd;
    padding: 0.5rem;
    border-radius: .5em;
    text-align: center;
    justify-content: center;
    margin-left: 20px;
    margin-bottom: 5%;


}

label {

    font-size: 1rem;
    color: #B85042d1;

}

textarea, input {

    background-color: #E7E8D1;
    width: 100%;
    resize:none;
    border-radius: .8em;
    padding: .5em;
    

}

textarea {

    min-width: 300px;

}

fieldset {

    width:auto;
    border: none;

}
legend { 

    font-size: 1.25rem;
    margin: auto;
    color: #B85042;
    font-weight: bold;

}

.map {

    background-image: url(/map.jpeg);
    background-size: cover;
    margin: auto;
    width: 300px;
    height: 400px;

}

p {

    margin-top: 30PX;
    margin-bottom: 30PX;
    font-size: 1.15rem;

}

.fill, .check {

    margin-top: 1em;

}

.send {

color:#B85042;
font: sans-serif;
font-size: 1.05rem;

}

@media (max-width: 700px) {

    .container-1 {
        

        padding: .5em;
        display: flex;
        flex-direction: column;

    }

    .container-2 {

        flex-direction: column;
        justify-content: space-between,center center;
        width: auto;

    }

    .box {
        
        height: 2rem;
        padding: auto;

    }

    h1 {

        width: 300px;

    }

    a {

        font-size: .9rem;
    }

    .input {

        align-self: center;
        width: auto;

    }

    header {

    background-image: url(/banner.jpg);

    }

    body {

        background-image: url(/picintbldjr.jpeg);

    }

    .map {

    background-image: url(/map.jpeg);
    background-size: cover;
    margin: auto;
    margin-bottom: 5%;
    width: 200px;
    height: 300px;

}

}

