/* The opening comment in this document */

* {
    padding: 0;
    margin: 0;
    font-family: 'Trebuchet MS', sans-serif;
}
.namePlate {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    align-content: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.nameText {
    display: grid;
    align-content: center;
    justify-content: center;
    color: white;
}
.name {
    display: grid;
    align-content: center;
    justify-content: center;
    font-size: 120px;
    font-weight: 900;
    padding: 10px;
}
.nameText h2 {
    display: grid;
    align-content: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
    padding: 5px;
}
.plateBG {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    overflow: hidden;
    z-index: -1;
}
.homeElements {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 1);
}
/*
.homeChild {
    flex: 1 1 50%;
}
*/
.homeContact {
    flex: 1 1 65vw;
    padding: 5%;
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.contactText {
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.homeContact h3 {
    padding: 10px;
    color: white;
    font-weight: 600;
    font-size: 60px;
}
.homeContact h2 {
    padding: 10px;
    color: white;
    font-weight: 600;
    font-size: 80px;
}
.homeContact video {
    margin: 10px;
    border-radius: 20px;
    box-shadow: 8px 8px 20px 0px rgba(255, 255, 255, 0.15) , -3px -2px 15px 0px rgba(255, 255, 255, 0.2);
}
.homeBio {
    flex: 1 1 500px;
    padding: 5%;
    display: grid;
    justify-content: center;
    align-content: center;
    color: white;
    text-align: center;
}
.bioName {
    padding: 20px;
    font-weight: 900;
    font-size: 80px;
}
.bioEmail {
    padding: 10px;
    font-weight: 700;
    font-size: 50px;
}
.bioText {
    line-height: 1.5;
    padding: 2px;
    font-weight: 300;
    text-align: left;
    font-size: 20px;
}
.homeLinks {
    flex: 1 1 500px;
    gap: 5px;
    padding: 5%;
    display: grid;
    justify-content: center;
    align-content: center;
}
.homeLinks a {
    padding: 15px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    font-size: x-large;
    font-weight: 700;
    /* background: linear-gradient(90deg, rgba(255,0,0,0.7) 0%,rgba(255,255,0,0.7) 25% , rgba(0,255,0,0.7) 50%, rgba(0,255,255,1) 75%, rgba(0,0,255,0.7) 100%); */
}
.linkedin {
    color: white;
    background: linear-gradient(90deg, rgba(0,114,178,1) 50%, rgba(51,51,51,1) 100%);
}
.IMDb {
    color: black;
    background: linear-gradient(90deg, rgba(245,197,24,1) 50%, rgba(20,20,28,1) 100%);

}
.contactCalender {
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding: 10px;
    border-radius: 20px;
    width: fit-content;
    background-color: white;
    justify-self: center;
}
.homePages {
    flex: 1 1 700px;
    gap: 20px;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.homePages img {
    object-fit: cover;
    max-width: 500px;
    border-radius: 20px;
    /* box-shadow: 5px 5px 20px 0px rgba(255, 255, 255, 0.1); */
}
.pageVFX, .pageMoG, .pageVID, .pageReS {
    flex: 1 1 100px;
    border-radius: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 20px 0px rgba(255, 255, 255, 0.1);
    transition-duration: 0.5s;
}
.pageVFX:hover {
    box-shadow: 5px 5px 20px 0px rgba(255, 100, 100, 0.5);
    transition-duration: 0.5s;
}
.pageMoG:hover {
    box-shadow: 5px 5px 20px 0px rgba(100, 255, 100, 0.5);
    transition-duration: 0.5s;
}
.pageVID:hover {
    box-shadow: 5px 5px 20px 0px rgba(100, 100, 255, 0.5);
    transition-duration: 0.5s;
}
.pageReS:hover {
    box-shadow: 5px 5px 20px 0px rgba(255, 255, 255, 0.4);
    transition-duration: 0.5s;
}
.footer {
    color: black;
    padding: 15px;
    text-align: center;
}
.myHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100px;
    background-image: linear-gradient( rgba(0,0,0,1) 40px,rgba(255,255,255,0));
    opacity: 0.3;
    transition: opacity 0.3s;
}
.myHeader:hover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100px;
    background-image: linear-gradient( rgba(0,0,0,1) 40px,rgba(255,255,255,0));
    opacity: 1;
    transition: opacity 0.5s;
}
.links a {
    text-decoration: none;
    text-align: center;
}
.r{color: rgb(255, 75, 75);}
.g{color: rgb(75, 255, 75);}
.b{color: rgb(75, 75, 255);}
.w{color: rgb(255, 255, 255);}
.links {
    position: relative;
    top: 20px;
    left: 30px;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: white;
    text-align: center;
}