@charset "UTF-8";

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    cursor:url(/images/cursors/default.png), auto;
}

a {
    text-decoration: none;
    color: #646464;
    cursor:url(/images/cursors/hover.png), pointer;
}

a:hover {
    text-decoration: underline;
    color: #09755D;
    cursor:url(/images/cursors/hover.png), pointer;
}

b {
    cursor:url(/images/cursors/hover.png), pointer;
}

.bodylink {
    font-weight: 600;
}

.bodylink:hover {
    text-decoration: underline;
    color: #09755D;
    cursor:url(/images/cursors/hover.png), pointer;
}

.downloadlink {
    width: 50%;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 2rem;
}

#gif {
    width: auto;
    outline: none;
}

body {
    color: #646464;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #FDFFF8;
}

/* Main Text Styling */

p {
    font-style: normal;
    padding-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

h1,
h2 {
    font-family: 'Sen', sans-serif;
    font-weight: 800;
    font-size: 1.55rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 50px;
}

h1 {
    padding-right: 40px;
    padding-left: 40px;
}

.backlink {
    padding-bottom: 6vh;
}

.backlink2 {
    padding-bottom: 6vh;
    margin: 0;
}


h2 {
    font-size: 1.3rem;

}

h3 {
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2vh;
    max-width: 70%;
    padding-top: 25px;
}

h4 {
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2vh;
    max-width: 55%;
}

.lettering-series-title {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2vh;
    max-width: 70%;
    padding-top: 25px;
}

.subheading {
    padding-top: 15px;
}

/* Navigation Bar */

.navbar {
    height: 100px;
    width: 100%;
    stroke: #646464;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: url(/images/cursors/hover.png), pointer;
}

#logo {
    width: 85px;
    min-width: 80px;
    justify-content: center;
    position: absolute;
    text-align: center;
    margin-left: 5px;
    cursor:url(/images/cursors/hover.png), pointer;
}

#logo:hover {
    opacity: 60%;
    justify-content: center;
}



/* Divider Line */

hr {
    max-width: 90vw;
    width: auto;
    height: 1px;
    border: 0;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: #09755D;
}

.divider2 {
    max-width: 90vw;
    width: auto;
    height: 1px;
    border: 0;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: #09755D;
}

.horizontalgray {  
    max-width: 90vw;
    border: none; 
    border-bottom: 1px solid #646464; 
   }

.footerline {
    width: auto;
    border-bottom: 1px solid #646464;
}

/* Site Footer */

footer {
    font-size: .9rem;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 1 ****************************************************** GRIDS ****************************************************** 1 */

/* Standard Thumbnail Page Grid (HOME, DESIGN) */

.grid {
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 5px;
}

/* Standard Thumbnail Styling */

.thumbnails {
    padding-top: 15px;
    margin: 10px;
    width: 100%;
    height: auto;
    max-width: 390px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
}

.thumbnails img:hover {
    outline: 2px solid #646464;
    margin: auto;
    cursor:url(/images/cursors/hover.png), pointer;
}

.thumbnails img {
    display: flex;
    outline: .25px solid #646464;
    width: auto;
    max-width: 390px;
}

.thumbnails h2 {
    align-items: center;
    justify-content: center;
    display: flex;
    align-self: center;
    padding-top: 20px;
    cursor:url(/images/cursors/hover.png), pointer;
}

/* 2 ****************************************************** GRIDS ****************************************************** 2 */

/* About Page Grid (ABOUT) */

.grid2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 40px;
    margin: auto;
}

/* Profile Picture */

.grid2 img {
    max-width: 515px;
    width: 90%;
    outline: .25px solid #646464;
}

/* About Text */

.grid2 p {
    top: auto;
    vertical-align: text-top;
    padding-left: 40px;
    padding-right: 40px;
}

.profiletext {
    width: 650px;
}

/* 3 ****************************************************** GRIDS ****************************************************** 3 */

/* Social Media Row */

.grid3 {
    padding: 70px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.socialmedia {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

/* Social Media Icon Styling */

.grid3 img {
    max-height: 50px;
    width: 100%;
    height: auto;
    cursor:url(/images/cursors/hover.png), pointer;
}

.grid3 img:hover {
    opacity: 60%;
}

/* 4 ****************************************************** GRIDS ****************************************************** 4 */

/* Design Presentation Page Layout (DESIGN > VARIOUS) */

.presentationgrid {
    padding-top: 2vh;
    padding-bottom: 8vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

/* Design Presentation Styling */

.hero {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.presentationgrid img {
    width: 85%;
    outline: .25px solid #646464;
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
}

.presentationgrid p {
    margin: auto;
    max-width: 60%;
    margin-top: 5vh;
}

.downloadwide {
    max-width: 60%;
}

#loveis {
    max-width: 30%;
}

/* 5 ****************************************************** GRIDS ****************************************************** 5 */

/* Lettering Page Grid (LETTERING) */

.lettering-comic-presentationgrid {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.lettering-comic-presentationgrid p {
    margin: auto;
    max-width: 60%;
    margin-top: 2vh;
    padding-inline-end: 5px;
    padding-inline-start: 5px;
}

/* Image Grid Styling - Vertical Scroll Comic (can be used for comic presentation pages) */

.verticalscroll-grid {
    width: 80%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.verticalscroll-grid img {
    max-width: 260px;
    width: 40%;
    outline: .25px solid #646464;
}

/* Image Grid Styling - Traditional Comic Page (can be used for comic presentation pages) */

.traditionalpage-grid {
    width: 80%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.traditionalpage-grid img {
    max-width: 500px;
    width: 70%;
    outline: .25px solid #646464;
}

/* Page Size ID's - for customizing page rows of different numbers/sizes */

#triplerow img {
    max-width: 350px;
    width: 90%;
    outline: .25px solid #646464;
    display:flex;
}



/* 6 ****************************************************** GRIDS ****************************************************** 6 */

/* Comic Thumbnail Page Grid (COMICS) */

.gridcomic {
    padding-top: 20px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: start;
    row-gap: 75px;
    margin: auto;
}

.gridcomic img {
    width: 50%;
}

/* Comic Thumbnail Styling */

.comic-thumbnails {
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 55px;
    width: 100%;
    height: 100%;
    max-width: 419px;
    max-height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.comic-thumbnails img:hover {
    outline: 2px solid #646464;
    margin: auto;
    cursor:url(/images/cursors/hover.png), pointer;
}

.comic-thumbnails img {
    display: flex;
    outline: .25px solid #646464;
    width: auto;
    height: 100%;
    max-width: 419px;
    width: auto;
    max-height: 500px;
}

.comic-thumbnails h2 {
    padding-top: 20px;
    padding-inline-end: 150px;
    text-align: end;
    width: 100%;
    cursor:url(/images/cursors/hover.png), pointer;

}

/* Comic Thumbnail ID's (for styling individual in-line padding */

#wide {
    padding-inline-end: 250px;
    text-align: end;
}

#medium {
    padding-inline-end: 130px;
}

#long {
    padding-inline-end: 50px;
}

/* 7 ****************************************************** ILLUSTRATION ****************************************************** 7 */

.gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px 100px;
    grid-gap: 20px;
    grid-auto-flow: dense;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 5%;
    padding-left: 5%;
}

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

.gallery-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.w-1 {
    grid-column: span 1;
}

.w-2 {
    grid-column: span 2;
}

.w-3 {
    grid-column: span 3;
}

.w-4 {
    grid-column: span 4;
}

.w-5 {
    grid-column: span 5;
}

.w-6 {
    grid-column: span 6;
}

.h-1 {
    grid-row: span 1;
}

.h-2 {
    grid-row: span 2;
}

.h-3 {
    grid-row: span 3;
}

.h-4 {
    grid-row: span 4;
}

.h-5 {
    grid-row: span 5;
}

.h-6 {
    grid-row: span 6;
}


/* 8 ****************************************************** CONTACT ****************************************************** 8 */

.contact {
    text-align: center;
}

form {
    width: 50%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

}

input {
    width: 65vw;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 30px;
    background-color: #FDFFF8;
    border: 1px solid #646464;
    cursor: text;
}

button {
    font-family: 'Sen', sans-serif;
}

button:hover {
    cursor:url(/images/cursors/hover.png), pointer;
}

.form-group {
    width: 65vw;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.form-group label {
    display: flex;
    font-size: 24px;
    margin-bottom: 10px;
}

.form-group input,
textarea {
    width: 65vw;
    padding: 10px;
    font-size: 1.1rem;
    color: #333;
    margin: 4px;
}

textarea {
    font-family: 'Source Sans Pro', sans-serif;
    width: 65vw;
    height: 150px;
    background-color: #FDFFF8;
    cursor: text;
}

input.invalid {
    border: 1px solid red;
}

.error-hint {
    color: red;
}

button {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 24px;
    font-weight: 800;
    background: none;
    background-color: #09755D;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    border: none;
    margin: 0;
}

button:hover {
    background: #09755D;
    margin: 0 auto;
    opacity: 70%;
}

.hidden {
    display: none;
}

.contactsuccess {
    width: 40%;
    margin: 30px;
}

#success-container {
    margin-top: 0;
    margin-bottom: 0;
}

#success-header {
    max-width: 35vw;
    width: 100%;
    margin: auto;
}

.thank-you {
    padding: 40px;
    font-size: 32px;
    text-align: center;
}

/* C ****************************************************** LIGHTBOX ****************************************************** C */

.presentationimg {
    width: 100%;
    transition: all 250ms ease-in-out;
    cursor: zoom-in;
}


.lightbox-enabled:hover {
    opacity: .8;
    cursor: zoom-in;
    transform: scale(1.01);
}

.lightbox-container {
    background-color: rgba(245, 238, 223, 0.6);
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    top: 0px;
    bottom: 0px;
    display: grid;
    place-items: center;
    padding: 1rem;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
}

.lightbox-container.active {
    opacity: 1;
    pointer-events: all;
}

.lightbox-image-wrapper {
    display: grid;
    place-items: center;
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
    box-shadow: 3px 3px 10px rgba(100, 100, 100, .4);
}

.lightbox-image-wrapper img {
    width: auto;
    height: auto;
}

.lightbox-btn {
    background-color: rgba(9, 117, 94, 0.8);
    display: grid;
    place-items: center;
    width: 60px;
    padding: .8rem;
    color: #08417d;
    cursor:url(/images/cursors/hover.png), pointer;
    transition: none;
    position: absolute;
    z-index: 1001;
}

.lightbox-btn.inactive {
    opacity: 0;
    pointer-events: none;
}

.lightbox-btn:hover {
    stroke: white;
    cursor:url(/images/cursors/hover.png), pointer;
}

.lightbox-enabled.inactive {
    opacity: 0;
    pointer-events: none;
}


.lightbox-btn:focus {
    outline: none;
    stroke: white;
    cursor:url(/images/cursors/hover.png), pointer;
}

.left {
    left: 5%;
}

.left:hover,
.left:focus {
    left: 4.5%;
    stroke: white;
    cursor:url(/images/cursors/hover.png), pointer;
}

.right {
    right: 5%;
}

.right:hover,
.right:focus {
    right: 4.5%;
    stroke: white;
    cursor:url(/images/cursors/hover.png), pointer;
}

svg:hover,
svg:focus {
    stroke: white;
    cursor:url(/images/cursors/hover.png), pointer;
}

.lightbox-image {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
    object-fit: cover;
    cursor: zoom-out;
}

/* B ****************************************************** ERROR PAGE ****************************************************** B */

.error-container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 50px;
    padding-top: 40px;
    font-size: 4rem;
    font-family: 'Sen', sans-serif;
    font-weight: 800;
}

.error-container p {
    font-size: 1.1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding-top: 20px;
    align-self: center;
    text-align: center;
    width: 70%;
}

.error-container img {
    max-width: 600px;
    width: 100%;
}

.error-container h1 {
    width: 90%;
}


/* C ****************************************************** MEDIA QUERIES ****************************************************** C */

/* Illustration Gallery CSS Grid*/

/* Tablet */
@media screen and (max-width:820px) {
    .gallery-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .presentationgrid img {
        width: 90%;
    }

    .presentationgrid p {
        max-width: 75%;
        margin-top: 3vh;
        padding-top: 1vh;
    }

    h1 {
        padding-right: 15vw;
        padding-left: 15vw;
    }

    .thumbnails {
        max-width: 85vw;
    }

    .thumbnails img {
        max-width: 85vw;
    }

    .thumbnails img:hover {
        outline: 2px solid #646464;
        margin: auto;
    }

    .downloadwide {
        max-width: 80%;
    }
    
    #loveis {
        max-width: 80%;
    }



    #wide {
        padding-inline-end: 220px;
        text-align: end;
    }

    #medium {
        padding-inline-end: 120px;
    }

    .verticalscroll-grid {
        max-width: 80%;
    }

    .verticalscroll-grid img {
        max-width: 500px;
        width: 75%;
    }

    .form-group {
        width: 80vw;
    }

    .form-group input,
    textarea {
        width: 80vw;
        margin: 0;
    }

    .grid3 {
        display: grid;
        grid-template-rows: 75px 75px;
        grid-template-columns: 100px 100px 100px;
        grid-gap: 10%;
        padding-top: 5vh;
        padding-bottom: 6vh;
        padding-left: 5vw;
        padding-right: 5vw;
        align-items: center;
    }

    .contactsuccess {
        width: 70%;
    }

    #success-container {
        margin-top: 10vw;
        margin-bottom: 10vw;
    }

    #success-header {
        max-width: 90vw;
    }

}


/* Mobile */

@media screen and (max-width:420px) {
    .presentationgrid img {
        width: 100%;
    }


    h1 {
        padding-right: 5vw;
        padding-left: 5vw;
    }

    .lettering-comic-presentationgrid p {
        max-width: 75%;
    }

    .thumbnails {
        max-width: 90vw;
    }

    .thumbnails img {
        max-width: 90vw;
    }

    .comic-thumbnails img {
        max-width: 85vw;
    }

    .downloadwide {
        max-width: 90vw;
    }

    .downloadlink {
       width: 90vw;
    }

    
    #loveis {
        max-width: 90vw;
    }


    #wide {
        padding-inline-end: 185px;
        text-align: end;
    }

    #medium {
        padding-inline-end: 95px;
    }


    .grid2 p {
        top: auto;
        vertical-align: text-top;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .verticalscroll-grid img {
        width: 90%;
    }

    .error-container {
        font-size: 45px;
    }

    .grid3 {
        display: grid;
        grid-template-rows: 75px 75px;
        grid-template-columns: 100px 100px 100px;
        grid-gap: 10px;
        padding-top: 5vh;
        padding-bottom: 5vh;
        padding-left: 10vw;
        padding-right: 10vw;
        align-items: center;
    }

    .contactsuccess {
        margin: 20vw;
    }

    #success-container {
        margin-top: 0;
        margin-bottom: 0
    }

    #success-header {
        width: 80%;
    }

}