body{margin: 0px auto;
    padding: 0px;
    background-color: #000000;
    justify-content: center;}

main .h2sub{margin-left: auto;
    margin-right: auto;
    width: 75%;}
p{color: #E8CEBB;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 30px;}

/*nav bar beginning*/
header{
    display: flex;
    background-color: #E8CEBB;
    padding: 10px 40px 10px 30px;
    justify-content: space-between;
    align-items: center;}

header img{justify-content: left;}

nav ul{list-style: none;
    display: flex;
    gap: 40px;
    justify-content: flex-end;}

nav li{font-family: "DM Serif Display";
    font-size: 25pt;}

nav a{text-decoration: none;
    color: #27140C;}

nav a:hover{text-decoration: underline;}

nav a#active{color: #466E33;
    text-decoration: underline;}
/*nav bar end*/


/*index (above the fold) beginning*/
main #above-fold{background-image: url(images/index-main-img-02-01.png);
    height: 400px;
    margin: 0px auto;}
/*index (above the fold) end*/


/*Headings beginning*/
main h1{color: #E8CEBB;
    text-align: center;
    font-family: "DM Serif Display";
    font-weight: 100;
    font-size: 96px;
    margin: 0px auto;
    padding-top: 60px;}

main h2{color: #E8CEBB;
    font-family: "DM Serif Display";
    font-size: 50px;
    font-weight: 100;
    margin: 10px 0px 10px 0px;}

main .h3sub h3{margin: 0px auto;
    color: #E8CEBB;
    font-family: "DM Serif Display";
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    border-bottom: solid #E8CEBB;
    margin-bottom: 30px;}
/*Headings End*/


/*Images Beginning*/
main #new-img{text-align: center;}

main .image-container{display: inline-block; 
    margin-right: 12px;}

main .image-container:last-child{margin-left: 0px;}

main .image-container img{width: 270px;
    height: auto;}
/*Images End*/


/*index beginning*/
#new-sec{margin-top: 50px;}
/*index end*/

/*Shop beginning*/
.shop-images{text-align: center;}

#new-sec{margin-top: 50px;}
/*Shop end*/

/*Gallery start*/
#gallery{margin-top: 15px;
    text-align: center;}

.galleryrow{padding-top: 12.5px;
    text-align: center}
/*Gallery end*/

/*Contact beginning*/
#order{margin-bottom: 15px;
    text-align: left;}

#info{margin: 0px;
    padding: 0px;
    text-align: left;}
    
    /*Form Beginning*/
    form{margin-left: auto;
        margin-right: auto;
        width: 75%;
        color: #E8CEBB;
        font-size: 20px;
        font-family: "DM Serif Display";
        margin-bottom: 0px;}
    form input{background-color: #000000;
        color: #E8CEBB;
        border: #E8CEBB solid .5px;}
    #comment{width: 300px;
        height: 200px;}
    #button{font-family: "DM Serif Display";}
    #submit{background-color: #E8CEBB;
        color: #000000;
        font-size: 20px;
        font-family: "DM Serif Display";
        margin-right: 30px;}
    #reset{font-size: 20px;
        font-family: "DM Serif Display";}
    /*Form Beginning*/
/*Contact end*/


/*Footer beginning*/
footer{margin-top: 12px; 
    width: 1440;
    display: flex;
    background-color: #E8CEBB;
    justify-content: center;}

#footer-nav{list-style: none;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: "DM Serif Display";
    font-size: 15pt;}

footer a{text-decoration: none;
    color: #27140C;
    padding-right: 100px;}

footer a:last-child{padding-right: 0px;}
/*Footer end*/


@media  (max-width: 980px) {
    Body{
        width: 100%;
        height: auto;
    }

    p{width: 100%;
        height: auto;
    }
    
    header{
        flex-direction: column;
    }

    header a{
        font-size: 75%;}

    main #above-fold{
        height: 350%;
    }

    main h1{
        font-size: 350%;
        font-weight :bold;
        padding-top: 0px;
    }
    
    main h2{
        font-weight: lighter;
        font-size: 200%;
        padding-top: 50px;
    }

    main .h3sub h3{
        font-weight: lighter;
        font-size: 200%;
    }

    .mobile-break{
        display: block;
    }

    #footer-nav{
        flex-direction: column;
    }

    #footer-nav a{   
        padding: 0px;
    }

    #footer-nav img{
        display: none;
    }

    .image-container img{ 
        object-fit: cover;
        width: 100%;}

    }

    
    @media (min-width: 981px){
        .mobile-break{display: none;}
    }