
/*font import*/
/* Roboto, light, italics, regular, medium, bold*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

/* 
-----------------
-----------------
UNIVERSAL STYLINGS
-----------------
-----------------
*/

/* body & header styling */
body {
    font-family: 'Roboto', sans-serif;
    margin: auto;
    height: 70%;
    width: 80%;
    padding: 20px;
    background-color: #372b3e;
}
header {
    background-color: #e3844c;
    text-align: center;
    line-height: .8;
}

/* section, article, nav, nav ul, footer */
section {
    display: flex;
} 
article {
    width: 70%;
    height: auto;
    flex: auto;
    padding: 20px;
    background-color: #e9d9be;
}
nav { 
    width: 15%;
    height: auto;
    padding: 5px;
    text-align: center;
    background-color: #65b5a4;
}

nav ul {
    list-style-type: none;
    padding: 0px;
    line-height: 2.5;
    font-size: 2vw;
}

footer {
    height: 20%;
    width: auto;
    display: block;
    color: #65b5a4;
}

/* nav links */
nav ul a {
    background-color: #E3804B;
    margin: 10px;
    margin-top: 20px;
}
.active a {
    border-style: none none none solid; 
    border-width: 0.5vw;
    border-color: #e9d9be;
}

.rough-active a {
    border-style: none none none solid;
    border-width: 0.5vw;
    border-color: #e9d9be;
}

/* h1, h2, h3, h4 styling */
h1 {
    color: #5D2340;
    font-size: 50px;
}
 
h2 {
    color: #5D2340;
    font-size: 30px;
}

h3 {
    color: #5D2340;
    font-size: 24px;;
}
h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
}

/* paragraph */
p {
    font-size: 24px;
    font-weight: 400;
    color: #5D2340;
}

/* Links */
a {
    color: #5D2340;
    text-decoration: none;
    display: block;
} 


/* 
-----------------
-----------------
PAGE SPECIFIC STYLINGS
-----------------
-----------------
*/



/* !!!!!HOME PAGE!!!!! */
.home {
    text-align: center;
    display: block;
}

/* styling for stamps */
ul.stamps {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    display: grid;
    list-style: none;
    align-content: center;
    margin: auto;
    text-align: center;
    gap: 10px;
}

ul.stamps > li img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}




/* !!!!!ABOUT PAGE!!!!! */
.about {
    text-align: center;
    display: block;
}

/* styling for contact section & paragraphs*/
.contact {
    text-align: left;
    font-size: 24px;
    margin: auto;
    margin-left: 5%;
    margin-right: 60%;
    background-color: #65B5A4;
    padding: 20px;
    color: #5D2340;
    line-height: 1.5;
}

/* styling for the header over the contact links */
.contact h2 {
    background-color: #E3804B;
    padding: 15px;
}

/* stylign for contact links */
.contact a {
    line-height: 2;
    font-style: italic;
}

/* styling for bio text */
.bio {
    color: #5D2340;
    padding: 20px;
    line-height: 1.5;
    font-size: 24px;
    margin: auto;
    margin-left: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    text-align: left;
    background-color: #65B5A4;
 }
 
 /* styling for cv text */
 .cv {
    color: #5D2340;
    padding: 20px;
    line-height: 1.5;
    font-size: 24px;
    margin: auto;
    margin-left: 30%;
    text-align: left;
    background-color: #65B5A4;
    margin-right: 5%;
    padding-top: 5px;
 }
 
 /* styling for the cv header */
 .cv h2 {
     background-color: #E3804B;
     padding: 15px;
 }

/* image styling */
.arcade img {
    float: left;
    width: 30%;
    height: auto;
}
.wizard img {
    float: right;
    width: 40%;
    height: auto;
}



/* !!!!!PORTFOLIO PAGE!!!!! */
.portfolio {
    text-align: center;
    display: block;
}

/* styling for the image gallery*/
.gallery {
    margin: 2vh;
    border: 3px solid #497973;
    float: left;
    width: 40%;
    height: auto;
    display: block;
    background-color: #6CB9A9;
}

/* images */
.gallery img {
    width: 100%;
    height: auto;
    margin: auto;
}

/*description, font-size, margins, etc. */
.desc {
    padding: 15px;
    text-align: center;
    font-size: 22px;
    height: auto;
    width: auto;
    color: #782947;
    margin: auto;
}

/*links in the description */
.desc a {
    display: inline;
    color: #236361;
    text-decoration: underline;
}

/* h5 styling (no h5 styling specified in universal styling section) */
.desc h5 {
    font-size: 26px;
    text-align: center;
    text-decoration: underline 2px;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
 }
/* ignore line error on text-decoration, it works fine 
it complained when I used text-decoration-thickness as well*/

/* button styling */
.desc button {
    background-color: #E9D9BE;
    border: none;
    border-radius: 4px;
    color: #2D706B;
    padding: 6px 14px;
    font-size: 16px;
    margin: 4px;
}

/* !!!!!ROUGHS PAGE!!!!! */

/*EZ Gallery by netfriend - https://netfriend.neocities.org/ez-gallery/
Released under the Unlicense - https://unlicense.org/ */

.rough {
    display: block;
}

.ezgallery { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.ezgallery img {
  flex: auto;
  margin: 0 5px 5px 0;
  object-fit: contain;
  object-position: bottom;
  width: 30%;
  height: auto;
}





/* !!!!!PROJECT PAGE!!!!! */
.project {
    text-align: center;
    display: block;
}

/* paragraph styling */
.project p {
     font-size: 24px;
 }
 
 /* styling for the artfight stamps */
 .artfight-stamps {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fill, 100px);
    display: grid;
    list-style: none;
    align-content: center;
    text-align: left;
    margin-right: 50%;
    margin-left: 0px;
    gap: 10px;
}

/* styling for artfight stamps */
 .artfight-stamps > li img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
    
 /* styling for banners */
 .banners img {
    float: left;
    height: auto;
    width: 60%;
}




/* !!!!!PROCESS PAGE!!!!! */
.process {
    text-align: center;
    display: block;
}

/* styling for the iframe video*/
iframe {
    width: 448px;
    height: 532px;
    float: left;
    margin: 20px;
} 

/* styling for table */
table, th, td {
    margin: 20px;
    border: 6px solid #eadcba;
    background-color: #6CB9A9;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #782947;
    padding: 8px;
    line-height: 2;
}

/* paragraph styling */
.process p {
    color: #497973;
}

/* h3 styling */
.process h3 {
    font-size: 36px;
    text-decoration: none;
    color: #497973;
    display: block;
}


/* styling for the process images */
.process article img {
    border: 2px solid black;
}

/* 
-----------------
-----------------
Responsive layout
-----------------
-----------------
max width is at 1000px instead of the previous 800px because some phones go over 800px when turned horizontally */

@media screen and (max-width: 1000px) {
    
    /* -----------------
    Universal stylings
    ----------------- */
    
    /* body & header styling */
    body {
        width: 90%;
        height: auto;
    }
    header {
        line-height: .5;
    }
    
    /* h1, h2, h3, h4, h5 styling */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 14px;
    }
    
    /* article, nav, nav ul */
    article {
      width: 90%;
      padding: 10px;
    }
    nav {
        width: 15%; 
        padding: 10px;
    }
     nav ul {
        line-height: 2.5;
        font-size: 3vw;
        font-weight: 400;
        margin: 0px;
    }
    nav ul a {
        margin: 1vw 0px 1.5vw 0px;
        padding: 5px;
    }
    .active a {
        border-width: 1vw;
    }
    
    
    /* ----------------
     PAGE SPECIFIC STYLINGS
      -----------------*/
    
    /* !!!!!HOME PAGE!!!!! */
    
    /* stamps */
    ul.stamps {
        display: none;
    }
    ul.stamps > li img {
        display: none;
    }
    
    
    
    /* !!!!!ABOUT PAGE!!!!! */
    
    /* styling for contact section & paragraphs*/
    .contact {
        font-size: 16px;
        padding: 5px;
        margin-left: 20%;
        margin-right: 20%;
        text-align: center;
        display: block;
        line-height: 1.2;
    }
    
    /* styling for the header over the contact section*/
    .contact h2 {
        font-size: 18px;
        padding: 5px;
    }
    
   /* styling for bio text*/
    .bio {
       text-align: left;
       margin: 2%;
       margin-bottom: 5%;
       padding: 5px;
    }
    .bio p {
       text-align: left;
       font-size: 14px;
       padding: 4px;
       line-height: 1.2;
    }
    
    /* styling for cv section, and its paragraphs and headers*/
    .cv {
        padding: 5px;
        text-align: left;
        margin: 2%;
        line-height: 1.2;
    }
    .cv p {
        font-size: 14px;
        padding: 5px;
    }
    .cv h2 {
        font-size: 18px;
        padding: 10px;
    }
    
    /* styling for the images */
    .arcade img {
        display: none;
    }
  
    .wizard img {
        width: 60%;
        height: auto;
        margin: auto;
        display: block;
        float: none;
    }
    
    /* literally just the line break between the image and contact text, it feels weird writing css for a line break */
    .wizardmargin {
        display: none;
    }
    
    
    
    /* !!!!!PORTFOLIO PAGE!!!!! */
    
    /* article styling */
    div.portfolio article {
        padding: 5px;
    }
    
    /* portfolio image gallery styling */
    div.gallery {
        margin: 2px;
        width: 45%;
        height: auto;
        display: block;
        border: 2px solid #5D2340;
    }
    

    /* image styling */
    div.gallery img {
        width: 100%;
        height: auto;
    }
    
    /* description styling */
    div.desc {
        display: block;
        font-size: 12px;
        padding: 5px;
        height: auto;
        width: auto; 
    }
    
    /* styling for the title/header & links in the description*/
    .desc h5 {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 5px;
        text-decoration: none;
    }
    .desc a {
        color: #296D5E;
    }
    
    
    
    
    /* !!!!!PROJECT PAGE!!!!! */
    
    /* styling for the banners */
    .banners a img {
        Height: 100%;
        width: 100%;
    }
    
    /* paragraphs */
    .project p {
        font-size: 14px;
    }
    
    .artfight-stamps {
        display: none;
    }
    
    
    
    /* !!!!!PROCESS PAGE!!!!! */
    
    /* video styling */
    iframe {
        height: auto;
        width: 100%;
        margin: 5px;
        float: none; 
    }
    
    /* table styling */
    table, th, td {
        margin: 10px;
        font-size: 14px;
        padding: 4px;
    }
  
  
    /* paragraphs */
    .process p {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }
    
    /* h3 */
    .process h3 {
        font-size: 3vw;
    }
}







