header, nav, main, footer, aside, section, sidebar,best01,best02,best03{display: block}
html{scroll-behavior: smooth;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box  
}
h1{
    font-size: 4em;
     
}
h2{
    font-size: 4em;
    padding-bottom: 10px;
    padding-top: 80px;
    text-decoration: underline;
}
h3{
    font-size: 1em;
    color: #DECA6F;
    padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 5px;
    text-decoration-line: underline; 
}
h4{
    font-size: 1em;
    
    
}
h5{
    font-size: 2.5em;
    padding-bottom: 30px;
    padding-top: 120px;
}
h6{
    font-size: 2.5em;
    padding-bottom: 30px;
    padding-top: 20px;
}
p{
    font-size: 1.5em;
}

header{
    background-color: #8F0000;
    height: 300px;
    
    padding-top: 70px;
    
}
.headtext{
    text-align: center;
    width: 340px;
}
.headspace{
    width: 370px;
    padding-left: 70px;
}
.headbox{
    display: flex;
}

aside{
    background-color: #A30000;
    height: 50px;
    width: 960px;
    position: fixed;
    padding-top: 20px;
    padding-left: 370px;
    
}

nav{
    background-color: #002C5B;
    height: 2900px; 
    width: 120px;
    position: sticky;
    top: 50;
    
}

nav li{
    border-left: #8F0000 solid 2px;
    box-sizing: border-box;
    list-style-type: none;
    font-size: 0.8em;
}
nav a {
    min-width: 100px;
    height: 40px;
    color: #DECA6F;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px 0 5px;
}
nav a:hover {
    background-color: #294B70;
    color: #DECA6F;
}

main{
    padding: 10 20 10 20;
    background-color: #DECA6F;
    min-height: 500px;
    width: 100%;
    text-align: center;
    
}

div.gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.gallery-item{
    margin: 5px;
    border: 2px solid #294B70;
    max-width: 390px;
}
div.gallery-item img{
    width: 100%;
    height: auto;
}
div.gallery-item div.desc{
    padding: 15px;
    text-align: center;
    background-color: brown;
}

div.rows{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.rows-item{
    margin: 5px;
    border: 2px solid #294B70;
    max-width: 190px;
}
div.rows-item img{
    width: 100%;
    height: auto;
}
div.rows-item div.rowdesc{
    padding: 15px;
    text-align: center;
    background-color: brown;
}


div.detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.detail-item{
    display: flex;
    margin: 5px;
    border: 2px solid #294B70;
    width: 790px;
    height: auto
}
div.detail-item img{
    width: 600px;
    height: auto;
}
div.detail-item div.detaildesc{
    padding: 15px;
    text-align: center;
    background-color: brown;
    width: 190px;
}


div.detailBeaver{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.detailBeaver-item{
    display: flex;
    margin: 5px;
    border: 2px solid #294B70;
    width: 790px;
    height: auto
}
div.detailBeaver-item img{
    width: 400px;
    height: auto;
}
div.detailBeaver-item div.detailBeaverdesc{
    padding: 15px;
    text-align: center;
    background-color: brown;
    width: 390px;
}
div.detailBeaver-item div.detailBeaverdesc img{
    height: 150px;
    width: auto;
}
div.mood{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.mood-item{
    display: flex;
    margin: 5px;
    border: 2px solid #294B70;
    width: 790px;
    height: auto
}
div.biggi{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.biggi-item{
    margin: 5px;
    border: 2px solid #294B70;
    max-width: 104px;
}
div.biggi-item img{
    width: 100%;
    height: auto;
}
div.biggi-item div.biggidesc{
    padding: 15px;
    text-align: center;
    background-color: brown;
}

section{
    padding: 20 20 20 20 ;
    background-color: aliceblue;
    min-height: 100px;
    width: 495px;
}
footer{
    background-color: #8F0000;
    padding: 10px;
}
footer a {
    color: black;
    text-decoration: none;
}
.footerbox{
    padding: 10px;
    padding-left: 20px;
    justify-content: center;
    width: 600px;
}
.galery img{ height: 200px}
.footerorder{display: flex}

.boxing{display: flex}
.order{display: flex; border: 2px solid #294B70;width: 795px;}
.wrapper{width:  960px; margin: 0 auto}