body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: rgb(82, 78, 62);
    background: linear-gradient(0deg, rgba(82, 78, 62, 1) 0%, rgba(103, 101, 82, 1) 34%, rgba(42, 41, 34, 1) 100%);
    background-attachment: fixed;
    /* https://cssgradient.io */
}
a {margin: 0; padding: 0;}
#deezbg {
    position: relative;
    margin: 0 auto;
    width: 1920px;
    height: 1080px;
    background-image: url(../images/1080p_bg.jpg);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .9);
}

#header {
    position: relative;
    background-image: url(../images/header1079x251.png);
    background-position: -20px -20px;
    background-repeat: no-repeat;
    /* background-color: rgba(0,0,0,.5); */
    width: calc(1001px + 5px);
    height: calc(173px + 5px);
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 5%, 93% 35%, 82% 75%, 75% 80%, 30% 60%, 8% 72%, 0% 100%);  */
}

#port-job {
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: 68px;
    text-align: center;
    color: #DDD78C;
    width: 800px;
    height: 100px;
    top: -180px;
    left: 1050px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0px 0px 30px 30px;
}

#port-title {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-align: center;
    color: white;
    width: 800px;
    height: 32px;
    top: -175px;
    left: 1050px;
}

#portfolio {
    position: relative;
    background-color: rgba(0, 0, 0, .5);
    width: calc(1820px - 70px);
    height: 850px;
    top: -165px;
    left: 50px;
    border: 2px solid rgba(181, 169, 123, .5);
    padding: 40px 35px 0px 35px;
}

#port-icons {
    position: relative;
    display: grid;
    grid-template-columns: 100px 100px 100px 100px 100px 100px; /* fr is fractal width or 1 fraction of the width */
    grid-template-rows: 140px 140px 140px 140px 140px;
    grid-row-gap: 28px;
    grid-column-gap: 40px;
    width: 800px;
    height: 820px;
    top: 0px;
    left: 20px;
    /* background-color: purple; */
}

/* ----------------- contains the main full size art graphic ---------------- */
#port-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -840px;
    left: 900px;
    width: 800px;
    height: 800px;
    overflow: hidden;
    padding: 30px; /* --- allows the glow to be viewed inside the "art" class --- */
    /* background: #3eb80e; */
}

.thumb {
    display: block;
}

.thumb>img {
    box-shadow: 0px 0px 10px black;
    border: 2px solid black;
}

.thumb>img:hover {
    box-shadow: 0px 0px 30px rgba(172, 164, 136, 1);
    border: 2px solid black;
}

.art {
    border: 2px black solid;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(172, 164, 136, .75);
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 1); */
}

#footy {
    display: flex;
justify-content: space-evenly;
    width: 100%;
    height: 34px;
    position: fixed;
    bottom: -2px;
    left: 0px;
    /* background-color: #6699CC; */
}
.foot {
    height: 20px;
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0px;
    background-color: black;
    /* color: rgb(128, 123, 94); */
    color: rgb(145, 145, 145);

    font-size: 20px;
    /* box-shadow: 0px 0px 30px rgba(172, 164, 136, .75); */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    font-family: sans-serif;
    font-style: italic;
    border: 2px solid rgba(181, 169, 123, .5);
}
