/*
Theme Name: JP V1
Author: Jonathon Pratt
Author URI: https://jonathonpratt.com
Description: Professional portfolio.
Version: 1.1
*/

a {
    all: unset;
    cursor: pointer;
}

html {
    max-width: 100svw;
}

body {
    margin: 0;
    clear: both;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: antiquewhite;
}



#pageWrap {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
}

.pageWrap {
    animation-name: bgIntro;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
    animation-play-state: paused;

    opacity: 1;
}

#background {
    background: url("../img/jp-bg-2024.jpg") no-repeat center center fixed;
    background-size: cover;
    position: fixed;
    width: 100svw;
    height: 100svh;
    z-index: -50;
    overflow: hidden;

    animation-name: bg;
    animation-duration: 150s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; 
    animation-timing-function: linear;

}


/* Global Content Styles ---------------------------------------------------------------*/

.contentWrap {
    margin: 0px 20px;
}

.content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
}

.fillSpace {
    min-width: 100% !important;
    min-height: 100% !important;
    opacity: 0;
}


/* Home Content ---------------------------------------------------------------*/

#homeContent {

    margin: 75px auto 110px auto;
    position: relative;
    width: 75%;
    min-width: 300px;
    min-height: 500px;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 15px;
    backdrop-filter: blur(7px);
    padding: 0;
}

#recentProjects {
    width: 100%;
    height: 300px !important;
}

#profile {
    background: url("../img/JP-Profile-02.05.26.png") no-repeat center;
    background-size: contain;
    max-width: 400px;
    min-width: 300px;
    height: 100%;
    margin: 20px;
    aspect-ratio: 1/1;
    border: 1px solid pink;
    border-radius: 50%;
}

@media only screen 
and (max-width : 1000px) {
    #homeContent {

    margin: 75px auto 110px auto;
    position: relative;
    width: 90%;
    min-width: 300px;
    min-height: 500px;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 15px;
    backdrop-filter: blur(7px);
}

.content {
    display: flex;
    align-items: center;
    justify-content: center !important;
    flex-direction: column-reverse;
    padding: 10px;
}


#profile {
    background: url("../img/JP-Profile-02.05.26.png") no-repeat center;
    background-size: contain;
    max-width: 400px;
    min-width: 300px;
    height: 100%;
    margin: 20px;
    aspect-ratio: 1/1;
    border: 1px solid pink;
    border-radius: 50%;
}

#portfolio {
    display: flex;
    justify-content:center;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#portfolio a {
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin: 10px 0;
}
}


/* Projects Content ---------------------------------------------------------------*/

#portfolio {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#portfolio a {
    width: 100%;
    max-width: 300px;
    padding: 0;
    margin: 10px 0;
}

.thumb {
    width: 100%;
    min-width: 250px;
    min-height: 250px;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(200, 200, 200, 1);
    transition: all .2s ease-in-out;
}

.thumb:hover {
    transform: scale(1.1);
}

#theyNervous {
    background: url("../projects/img/theyNervous-yoda-thumb.png") no-repeat center;
    background-size: contain;
}

#stayInYoLane {
    background: url("../projects/img/stayInYoLane-yoda-thumb.png") no-repeat center;
    background-size: contain;
}

#yoda {
    background: url("../projects/img/yoda-project-thumb.png") no-repeat center;
    background-size: contain;
}

#lyrikillMurder {
    background: url("../projects/img/lyrikillMurder-art.png") no-repeat center;
    background-size: contain;
}

#burntBridges {
    background: url("../projects/img/burntBridges-art.png") no-repeat center;
    background-size: contain;
}

#acceptance {
    background: url("../projects/img/acceptance-art.png") no-repeat center;
    background-size: contain;
}

#micMashn {
    background: url("../projects/img/micMashn-art.png") no-repeat center;
    background-size: contain;
}

#be {
    background: url("../projects/img/be-project-thumb.png") no-repeat center;
    background-size: contain;
}

#sr {
    background: url("../projects/img/sr-art.png") no-repeat center;
    background-size: contain;
}


/* Contact Content ---------------------------------------------------------------*/

.contactWrap {
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

#contactImg {
    background: url("../img/contact-studio-jp-yoda-2023.png") no-repeat center;
    background-size: contain;
    flex-grow: 1;
    min-width: 300px;
    max-width: 400px;
    max-height: 500px;
    aspect-ratio: 1/1;
    margin: 0 0 0 10px;
}

div.wpcf7 { 
border: 0 solid pink;
padding: 0 12px 0 0;
    flex-grow: 3;
    margin: 0 0 0 10px;
    min-width: 300px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
background: rgba(20, 20, 20, .7);
color:#FFF;
font-family:lora, sans-serif; 
font-style:italic;
border: 1px solid rgba(102, 18, 214, 0.8);
border-radius: 15px;
padding: 5px;
width: 100%;
min-height: 30px;    
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:rgba(20, 20, 20, .7);
color: antiquewhite;
border: 1px solid rgba(102, 18, 214, 0.8);
border-radius: 15px;
width: 75px;
height: 30px;
float: right;
text-align:center;
text-transform:uppercase;
}

.wpcf7-form-control.wpcf7-submit:hover { 
    border: 1px solid white;
}

.wpcf7-form-control.wpcf7-submit:active { 
    border: 1px solid green;
}


/* Footer ---------------------------------------------------------------*/

footer {
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
    width: 100svw;
    height: 60px;
    padding: 0;
    margin: 0;
    background: rgba(10, 10, 10, .8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo {
    background: url("../../jp/img/jpratt-logo-2024.png") no-repeat center;
    background-size: contain;
    width: 75px;
    height: 100%;
    margin: 0 0 0 10px;
}

#copy {
    padding: 0 15px 0 0;
    margin: 0;
}

#copy p {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

.copy {
    color: white;
    font-size: 12pt;
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}


