header h1, nav h2, main h2, footer h2{
    display:none;
}

body{
    background-image:url(images/background\ for\ fried\ chicken.jpg);
    background-size:cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
    text-align:center;
    font-size:5vw;
    font-family:verdana;
    zoom:60%;
}

header, nav, main, footer{
    display:inline-block;
    text-transform:uppercase;
    position:relative;
    color: #ddd3ca;
    background-color: rgb(204, 72, 11, 0.7);
    text-shadow: 0 0 5px rgb(37, 13, 2);
    border: white thin solid;
    border-radius:15px;
    box-shadow:rgba(0,0,0,.3) 15px 15px 15px;
    width: 80%;
    padding: 20px 20px;
    margin: 5% 10%;
    font-size: 10vw;
    max-width:1450px;
}

main{
    padding: 70px;
}

nav{
    padding-bottom: 50px;
}

figure img{
    border: 1px solid #000;
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    padding:auto;
}

figcaption{
    border: solid rgb(126, 49, 4) 5px;
    padding: 10px;
    border-radius:8px;
    background-color: rgba(196, 116, 69, 0.5);
    font-size: 5vw;
    margin-top:10px;
    color: rgb(29, 1, 1);
    text-align: left;
}

a{
    display:inline-block;
    font-size: 5vw;
    width:80%;
    height:auto;
    text-decoration:none;
    text-shadow:0 0 10px #220101;
    border-radius:7px;
    color:rgb(248, 246, 244);
    border:2px rgb(34, 15, 2);
    background-color:rgb(224, 125, 59);
    padding:1% 0px;
    box-shadow:rgba(0,0,0,.3) 8px 8px 8px;
}

@media (min-width: 641px){
    body{
        background-color: #6b4226;
        display:inline-block;
        background-size:contain;
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-position:center;
    }
}

@media (min-width: 1025px){
    body{
        background-color: #6b4226;
        display:inline-block;
        background-size:contain;
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-position:center;
    }
}