.body-html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.table-set {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.bg-pics {
    display: inline-block;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(smallbody.jpg);
}

.title-line-font {
    font-family: Calibri, sans-serif;
    font-size: 96px;
    font-weight: bold;
    font-style: normal;
    color: white;
}

.write-line-font {
    font-family: Calibri, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    color: white;
}

.font16 {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: rgb(0, 0, 0);
}

.pagewidth{
    width: 100%;
    height: 106px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center; ;
}

.headerimage{
    display: flex;
    width: 440px;
    height: 106px;
    align-items: center;
    justify-content: center;
    background-image: url(smalllogotop.png);
}

.nav-bar {
    background-color: brown;
    height: 3rem;
    line-height: 3rem;  
}

.navtextcontainer {
    width: 100%;
    display: inline-block;
}

.navbarweblink {
    font-family: Calibri, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 0 1rem;       
}

.navbarweblink:hover {
    color: yellow;
    background-color: gray ;
}

section{
    width: 100%;
    height: 530px;
    background-color: white;
    display: inline-block;
}

footer{
    width: 100%;
    display: inline-block;
    background-color: white;
}

@media (min-width: 800px) {
    .navbarweblink {
        padding: 0 1.5rem;
    }

    .pagewidth{
        height: 170px;
    }

    .headerimage{
        width: 660px;
        height: 170px;
        background-image: url(logotop.png);
    }

    .navbarlogo {
        visibility: visible;
    }
} 

@media (min-width: 1000px) {

    .bg-pics {
    background-image: url(smallbody.jpg);
    }

    .navbarweblink {
        padding: 0 2rem;
    }

}  