/* WORK PORTFOLIO STYLE SHEET */


* {
    padding:0;
    margin:0;
    box-sizing: border-box;
    border-collapse: collapse;  /* for tables */
}



header {
    position: fixed;
    z-index: 5;
    width: 100%;
    /* margin-bottom: 1%; */
    /* background: #364958; */
    overflow: hidden;
/*    opacity: .4;*/
}


/* TOP NAVIGATION, ID */
    #nav-primary,
    #nav-primary-decoration {
        height: 50px;
        line-height: 50px;
    /*    clear: both;*/
    background-color: white;
    }
    #nav-primary-decoration{
        background-color: #364958;
    }
    #nav-primary ul,
    #nav-primary-decoration ul {
        float: right;
    }
    #nav-primary li,
    #nav-primary-decoration li {
    /* Reformats list & does spacing */
        list-style: none;
        /* float: left; */
        font-size: 1.1em;
    /*    width: 20%;*/
    /*    text-align: center;*/
        margin-right: 30px;

        /* puts list next to eachother */
        display: inline-block;
    }

    #nav-primary a,
    #nav-primary-decoration a {
    /* Redesigns links */
        text-decoration: none; /* for underline */
        color: black; /* text color */
        display: block;  /* for hovering */
        /* text-transform: uppercase; */
        font-weight: bold;
    }
    #nav-primary-decoration a{
        color: white;
    }

    #nav-primary a:hover,
    #nav-primary-decoration a:hover {
    /*    color: aqua !important;*/
    /*    font-weight: bold;*/
    /*    color: #55828B;*/
        color: #87BBA2;
    }





body#decoration {
    background-image: linear-gradient(#364958, #C9E4CA);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    height: 100%;
}
    
    
img.backpic {
    width: 20%;
    position: absolute;
    margin-top: -29px;
    z-index: 1;
}
    
    
    



/* BODY OF THE PAGE */
div#wrapper {
/*    height: 1000px;*/
/*    background: aqua;*/
    max-width: 1100px;
    margin: 0px auto 0px auto;
    /* OUTSIDE  top, right, bottom, left */
    display: block;
    padding: 60px 2% 0px 2%;
    /* INSIDE  top, right, bottom, left */
}

img {
    display: block;
    margin: auto;
    width: 100%;
}






/* PROJECTS PAGE */
    div.left {
        /* height: 100px; */
        /* background: red; */
        float: left;
        width: 70%;
    }


img.left {
    display: block;
    margin: auto;
    float: left;
    width: 30%;
}
    
div.r-descrip {
    /*    background: orange;*/
        float: right;
        width: 68%;
        margin-left: 2%;
    }



    div.right {
        /* height: 200px; */
        /* background-color: salmon; */
        float: right;
        width: 26.17%;
    }

div.l-descrip {
    /*    background: orange;*/
        float: left;
        width: 68%;
        margin-left: 2%;
    }

img.right {
    display: block;
    margin: auto;
    float: right;
    width: 30%;
}


/* div.full {
    height: 100px;
    background: skyblue;
    width: 100%;
    clear: both;
} */


/* SQUARES TO BREAK APART SITE INTO ROWS */
div.project-square {
/* USED: Projects */
/*    height: 100px;*/
/*    background: beige;*/
    clear: both;
    overflow: hidden;
    padding: 1%;
    border: 2px dashed #3B6064;
    background-color: rgb(230, 230, 230);
    border-radius: 10px;
    margin-bottom: 4%;
}


div.project {
/* USED: Pacify. Bakery-site */
/* USED: From. Lamination */
/*    height: 100px;*/
   /* background: beige; */
    clear: both;
    overflow: hidden;
    padding: 1%;
/*    outline: 2px dashed black;*/
    margin-bottom: 5%;
}



div.row {
/* USED: Other */
/* USED: Bakery-site, inside. */
/* USED: Cakes */
/*    height: 400px;*/
   /* background: orange; */
    clear: both;
    overflow: hidden;
    margin-bottom: 2%;
}
div.row:last-child {
    margin-bottom: 0%;
}


table {
/* USED: HAG */
/* USED: Croissants */
    width: 100%;
}
td {
    vertical-align: top;
}

td.title {
/*    background: purple;*/
    width: 20%;
    vertical-align: top;
    font-weight: bold;
}
td.description {
    width: 80%;
}



table#croissant td,
table#cake td {
    width: 33.33%
}
td.cake {
    padding: 1% 2% 1% 2%;
    /* INSIDE  top, right, bottom, left */
    vertical-align: middle;
    width: 33.33%
}









/* img#pokemon,
img#monopoly {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 2%;
} */



/* USED: Aqua, Bakery */
div.two {
    /* height: 20px; */
    /* background: black; */
    float: left;
    width: 48%;
    margin-right: 0.5%;
    /* margin-bottom: 2%; */
    padding: 2%;
}

div.two:nth-child(2) {
    margin-right: 0%;
}



/* OTHER PROJECTS */
/* USED: HAG, Bakery, LingoPets */
/* UNDER THE DIV.ROW */
div.third {
/*    height: 20px;*/
/*    background: yellow;*/
    float: left;
    width: 32.66%;
    margin-right: 1%;
}

div.third:nth-child(3) {
    margin-right: 0;
}



/* USED: NY cookies */
aside.left {
/*    background: blue;*/
/*    height: 300px;*/
    width: 36.17%;
    float: left;
}

main.right {
/*    background: purple;*/
/*    height: 400px;*/
    width: 61.70%;
    float: right;
}





/* ABOUT PAGE */
div.project-square-about {
    /* USED: Projects */
    /*    height: 100px;*/
    /*    background: beige;*/
        clear: both;
        overflow: hidden;
        padding: 1%;
        border: 2px dashed #3B6064;
        background-color: rgb(215, 215, 215);
        border-radius: 10px;
        margin-bottom: 1%;
        padding: 5% 3% 0px 3%;
        /* INSIDE  top, right, bottom, left */
    }

    div.project-about {
        /*    height: 100px;*/
        /*    background: beige;*/
            clear: both;
            overflow: hidden;
            padding: 1%;
        /*    outline: 2px dashed black;*/
            margin-bottom: 3%;
        }







/* BACK TO TOP BUTTON */
button#top {
    display: none;
    position: fixed;
    /* space outside of button */
    bottom: 50px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3B6064;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

button#top:hover {
    background-color: #C9E4CA;
    color: black;
}




/* VERY BOTTOM FOOTER */
 footer#decoration {
/* FOR PROJECT, PASTRY AND ABOUT */
     height: 50px;
     background: #C9E4CA;
     clear: both;  /*  keep under the floating boxes  */
     
     /* To center your copy right, w/out a ton of math. Make the size the same as the height */
     line-height: 50px;
     
     /* give some more space between footer and div end */
 /*    margin-bottom:20px;*/
     font-size: .8em;
 
     overflow: hidden;
     position: relative;
     /* keeps the footer at the very bottom */
     width: 100%;

     z-index: 6;
 }



footer {
   /* background: plum; */
    height: 50px;
    background: white;
    clear: both;  /*  keep under the floating boxes  */
    
    /* To center your copy right, w/out a ton of math. Make the size the same as the height */
    line-height: 50px;
    
    /* give some more space between footer and div end */
/*    margin-bottom:20px;*/
    font-size: .8em;

    overflow: hidden;
    position: relative;
    bottom: 0;
    width: 100%;
}

footer ul {
    float: right;
}

footer li {
    float: left;
    list-style-type: none;  /* remove bullets */
/*    to give it more space between the items*/
    margin-right: 20px;
}

footer a {
    color: black;
}






/* TYPOGRAPHY!! */

/* GREEN COLOR SIGE: https://coolors.co/c9e4ca-87bba2-55828b-3b6064-364958 */

/* Charcoal: #364958 */
/* Deep Space Sparkle: #3B6064 */
/* Steel Teal: #55828B */
/* Eton Blue: #87BBA2 */
/* Tea Green: #C9E4CA */


/* FONT */
/*font-family: 'Crimson Text', serif;*/
/*    font-family: 'Comfortaa', cursive;*/


h1#home-decoration {
    margin: auto;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 20%;
    font-family: 'Noto Sans', sans-serif;
/*    font-family: 'Comfortaa', cursive;*/
    color: white;

    z-index: 4;
}
h1#decoration {
/* PROJECT & PASTRY */
    color: white;
    font-family: 'Noto Sans', sans-serif;
/*    font-family: 'Comfortaa', cursive;*/
    margin-bottom: 2%;
}
h1#about {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
/*    font-family: 'Comfortaa', cursive;*/
    color: #364958;
}
h1 {
    /* INSIDE: PROJECTS */
        color: #364958;
        font-family: 'Noto Sans', sans-serif;
        margin-bottom: 2%;
    /*    font-family: 'Comfortaa', cursive;*/
    }

h2, h3 {
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 1%;
/*    font-family: 'Comfortaa', cursive;*/
}
h2,
table h3{
    color: #55828B;
}
h2.inside {
/*   titles: cookies */
    margin-top: 2%;
}

h3 {
    color: #87BBA2;
}

p {
    color: #364958;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    padding: 0px 2% .5% 2%;
    /* top, right, bottom, left */
/*    font-family: 'Comfortaa', cursive;*/
}
p.back {
/*  background DESCRIPTION and TAKEAWAY in projects  & ABOUT ME  */
    color: #364958;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    padding: 0px 2% 1% 2%;
    /* top, right, bottom, left */
/*    font-family: 'Comfortaa', cursive;*/
}
p.back-indent {
/*  background DESCRIPTION and TAKEAWAY in projects  & ABOUT ME  */
    color: #364958;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    padding: 0px 2% .5% 4%;
    /* top, right, bottom, left */
/*    font-family: 'Comfortaa', cursive;*/
}
p.back-indent-last {
/*  background DESCRIPTION and TAKEAWAY in projects  & ABOUT ME  */
    color: #364958;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    padding: 0px 2% 1% 4%;
    /* top, right, bottom, left */
/*    font-family: 'Comfortaa', cursive;*/
}
p.last {
    color: #364958;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    padding: 0px 2% 3% 2%;
    /* top, right, bottom, left */
/*    font-family: 'Comfortaa', cursive;*/
}
b {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
/*    font-family: 'Comfortaa', cursive;*/
}
i {
/* Cake table */
    color: #87BBA2;
}

a {
    text-decoration: none;
    color: #55828B;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
/*    font-family: 'Comfortaa', cursive;*/
}
a.project {
    text-decoration: none; /* for underline */
    color: #55828B; /* text color */
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    padding: 0px 2% .5% 2%;
    /* top, right, bottom, left */
/*    font-family: 'Comfortaa', cursive;*/
}
li a {
/*  navigation  */
    text-decoration: none; /* for underline */
    color: steelblue; /* text color */
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
/*    font-family: 'Comfortaa', cursive;*/
}
a:hover {
    color: #C9E4CA;
    font-weight: bold;
}


table,
td,
td.titile,
td.description,

table#pacify-compete th,
table#pacify-compete td,

table#croissant td,

table#cake td,
td.cake,

li {
    font-family: 'Noto Sans', sans-serif;
/*    font-family: 'Comfortaa', cursive;*/
}


ul.project-bullets {
    /* project descriptions, PROJECTS & inside top*/
    font-family: 'Noto Sans', sans-serif;
    color: #364958;;
    font-size: 18px;
    padding: 0px 4% .5% 8%;
    /* top, right, bottom, left */
    list-style-type: circle;
}


ul.bullets,
ul.bullets-about {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    padding: 0px 4% .5% 4%;
    /* top, right, bottom, left */
    list-style-type: circle;
}

ul.bullets li {
    /* line between the listings inside TAKEAWAYS */
    margin-bottom: 0.75%;
}
ul.bullets:last-child,
ul.bullets-about:last-child {
    padding-bottom: 1.5%;
}
