*{
    margin: 0;
    padding: 0;
}
body{
    background: black;
}
.new-nav-container{
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    place-items: center;
    z-index: 101;
}
.new-nav-hyper{
    cursor: pointer;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ah-logo{
    width: 75%;
}
.new-nav-ac{
    width: 90%;
}
.new-nav-ac ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.new-nav-ac ul li{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.new-nav-ac ul li a{
    text-decoration: none;
    color: white;
    font-family: 'Koulen';
    font-size: 200%;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.links-hyper{
    border: 2px solid white;
    padding: 0px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 10px;;
}
.past-proj-header{
    position: absolute;
    top: 45%;
    left: 2%;
    font-size: 4.375vw;
    font-family: 'Impact';
    color: white;
    text-transform: uppercase;
    z-index: 1000;
}
.projects-hero-container{
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}
.port-vid{
    width: 100%;
}
.transition-containers{
    position: absolute;
    bottom: -.5%;
    left: 0;
    width: 100%;
    height: 200px;
}
.port-transitions{
    width: 100%;
    height: 100%;
}
.pure-radio-container{
    width: 100%;
    height: auto;
    background: #304529;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
    padding: 4% 0;
}
.img-flex-containers{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.ah-images{
    width: 60%;
}
.pure-radio-right{
    text-align: right;
    width: 98%;
    display: flex;
    flex-direction: column;
    gap: 10%;
}
.ibiza-header{
    font-family: 'SanFran';
    color: white;
    font-size: 64px;
}
.ibiza-subtext{
    font-family: 'SanFranThin';
    color: white;
    font-size: 24px;
}
.essigi-container{
    width: 100%;
    height: auto;
    background: black;
    display: flex;
    flex-direction: column;
}
.essigi-transition{
    width: 100%;
    height: 200px;
}
.ess-transition{
    width: 100%;
    height: 100%;
}
.essigi-grid-cont{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 0;
    padding: 4% 0;
    grid-template-areas: "essigiInfo headphonesFlex";
}
.essigi-info-cont{
    width: 95%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 15%;
    grid-area: 'essigiInfo';
}
.headphones-flex-container{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 95%;
    grid-area: 'headphonesFlex';
}
.headphones-render{
    width: 80%;
}
.interested-container{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.audio-moving-vid{
    width: 100%;
    height: 100%;
}
.dark-overlay-container{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5%;
}
.interested-header{
    color: white;
    font-family: 'SanFran';
    font-size: 64px;
    text-align: center;
}
.interested-text{
    font-family: 'SanFranThin';
    color: white;
    font-size: 24px;
    width: 50%;
    text-align: center;
}
.interested-hyperlink{
    padding: 1% 3%;
    background: white;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'SanFran';
    text-transform: uppercase;
    color: black;
    transition: .3s all ease-in-out;
}
.interested-hyperlink:active,
.interested-hyperlink:hover{
    color: rgb(14, 14, 14);
    background: rgb(239, 238, 238);
}
.footer-container{
    width: 100%;
    height: auto;
    background: #304529;
    position: relative;
    padding-bottom: 5%;
}
.drip-container{
    width: 100%;
    height: 148px;
}
.drip-svg{
    width: 100%;
    margin-top: -.5%;
}
.footer-body{
    width: 100%;
    height: 378px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
}
.footer-description-cont{
    width: 100%;
    height: 100%;
}
.footer-header{
    font-family: 'Impact';
    font-size: 2em;
    color: white;
    margin-left: 2%;
}
.footer-description{
    font-family: 'ModernSans';
    margin-left: 2%;
    color: white;
    font-size: 1.8em;
    margin-top: 2%;
}
.footer-links{
    width: 80%;
    height: 100%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
}
.footer-link{
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer-link-header{
    font-family: 'Impact';
    font-size: 2em;
    margin-top: 2%;
    color: white;
}
.nav-link-foot{
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    font-family: 'ModernSans';
}
.social-media-grid-cont{
    width: 100%;
    height: 60%;
    margin-top: 8%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5%;
}
.social-media{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sm-logo{
    width: 50%;
}
.footer-copyright-sec{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: #2c3f26;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
}
.copyright-text-container{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 2%;
}
.hc-signature{
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 2%;
}
.copyright-text,
.signature-text{
    font-family: 'Koulen';
    font-size: 1.5em;
    color: white;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.signature-text{
    text-align: right;
}
.hc-blue{
    text-decoration: none;
    color: #79F9FF;
}
@font-face{
    font-family: 'SanFran';
    font-weight: normal;
    src: url('fonts/SFNSDisplay-Regular.otf');
}
@font-face{
    font-family: 'SanFranThin';
    font-weight: normal;
    src: url('fonts/SFNSDisplay-Thin.otf');
}
@font-face{
    font-family: 'Inter';
    font-weight: bold;
    src: url('fonts/Inter-VariableFont_slnt\,wght.ttf');
}
@font-face{
    font-family: 'ModernSans';
    font-weight: normal;
    src: url('fonts/ModernSans-Light.otf');
}
@media screen and (min-width: 0px) and (max-width: 500px)
{
    .new-nav-container{
        place-items: center;
        place-content: center;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .new-vid-hero{
        width: 200%;
    }
    .new-nav-hyper{
        width: 20%;
        margin-left: -5%;
    }
    .ah-logo{
        width: 100%;
    }
    .new-nav-ac{
        display: none;
    }
    .navigation-container,
    .cta-nav{
        display: none;
    }
    .welcome-header-new{
        font-size: 175%;
        width: 90%;
    }
    .nav-container{
        grid-template-columns: 100%;
    }
    .logo-and-name-cont{
        align-items: center;
        justify-content: center;
    }
    .alien-nft{
        max-width: 100px;
        max-height: 100px;
    }
    .video-container{
        height: 50vh;
    }
    .welcome-header{
        font-size: 3em;
        width: 90%;
    }
    .footer-body{
        display: inline-block;
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        gap: 5px;
        height: auto;
        padding-bottom: 12%;
    }
    .footer-links{
        display: inline-block;
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        gap: 5px;
        width: 90%;
        margin-left: 2%;
    }
    .footer-link{
        text-align: left;
    }
    .social-media-grid-cont{
        height: 100%;
        display: inline-flex;
        grid-auto-flow: column;
        gap: 0;
    }
    .copyright-text,
    .signature-text{
        font-size: .8em;
    }
    .projects-hero-container{
        height: 50vh;
        overflow: hidden;
    }
    .transition-containers{
        width: 100%;
        height: 20%;
    }
    .port-transitions{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 101;
    }
    .port-vid{
        width: 150%;
    }
    .past-proj-header{
        font-size: 1.3em;
    }
    .pure-radio-container{
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }
    .img-flex-containers{
        align-items: center;
        justify-content: center;
    }
    .pure-radio-right{
        padding: 15% 0;
    }
    .ibiza-header{
        font-size: 1.25em;
    }
    .ibiza-subtext{
        font-size: 1em;
        padding: 8% 0;
    }
    .ess-transition{
        width: 100%;
        height: 100%;
    }
    .essigi-transition{
        width: 100%;
        height: 20%;
    }
    .essigi-grid-cont{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "headphonesFlex" "essigiInfo";
        gap: 20px;
    }
    .headphones-flex-container{
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .headphones-render{
        width: 60%;
    }
    .interested-container{
        margin-top: 5%;
    }
    .audio-moving-vid{
        width: 200%;
        margin-left: -50%;
    }
    .interested-header{
        font-size: 1.2em;
        text-align: center;
    }
    .interested-text{
        width: 90%;
        font-size: .8em;
    }
    .interested-hyperlink{
        padding: 10px 15px;
    }
    .drip-container{
        height: 10%;
    }
    .ah-images,
    .headphones-render{
        max-width: 162px;
    }
    @media screen and (max-width: 330px)
    {
        .port-vid{
            width: 300%;
        }
        .audio-moving-vid{
            width: 300%;
        }
    }
}
@media screen and (min-width: 501px) and (max-width: 900px)
{
    .about-hero-section{
        height: auto;
        overflow: hidden;
        max-height: 100vh;
    }
    .about-vid{
        width: 180%;
    }
    .about-header{
        font-size: 2.5em;
        width: 90%;
    }
    .new-nav-container{
        place-items: center;
        place-content: center;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .new-vid-hero{
        width: 200%;
    }
    .new-nav-hyper{
        width: 20%;
        margin-left: -5%;
    }
    .ah-logo{
        width: 100%;
    }
    .new-nav-ac{
        display: none;
    }
    .navigation-container,
    .cta-nav{
        display: none;
    }
    .welcome-header-new{
        font-size: 300%;
        width: 90%;
    }
    .nav-container{
        grid-template-columns: 100%;
    }
    .logo-and-name-cont{
        align-items: center;
        justify-content: center;
    }
    .alien-nft{
        margin-left: 0;
        max-width: 200px;
        max-height: 200px;
    }
    .nav-header{
        margin-left: 0;
    }
    .navigation-container,
    .cta-nav{
        display: none;
    }
    .transition-containers{
        width: 100%;
        height: 20%;
    }
    .port-transitions{
        width: 100%;
        height: 100%;
    }
    .ibiza-header{
        font-size: 2em;
    }
    .ibiza-subtext{
        font-size: 1em;
        padding: 10% 0 ;
    }
    .img-flex-containers,
    .headphones-flex-container{
        align-items: center;
        justify-content: center;
    }
    .essigi-transition{
        width: 100%;
        height: 20%;
    }
    .producer-main-container{
        grid-template-columns: 1fr;
    }
    .image-flex-container{
        width: 90%;
        margin-left: 5%;
    }
    .interested-container{
        padding: 5% 0;
    }
    .audio-moving-vid{
        width: 100%;
    }
    .interested-header{
        font-size: 2em;
    }
    .interested-text{
        width: 80%;
        font-size: 1.2em;
    }
    .interested-hyperlink{
        padding: 15px 25px;
    }
    .footer-body{
        display: inline-block;
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        gap: 5px;
        height: auto;
        padding-bottom: 12%;
    }
    .footer-links{
        display: inline-block;
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        gap: 5px;
        width: 90%;
        margin-left: 2%;
    }
    .footer-link{
        text-align: left;
    }
    .social-media-grid-cont{
        height: 100%;
        display: inline-flex;
        grid-auto-flow: column;
        gap: 0;
    }
    .copyright-text,
    .signature-text{
        font-size: 1em;
    }
}
@media screen and (min-width: 901px) and (max-width: 1300px)
{
    .footer-links{
        margin-left: 5%;
    }
}
@media screen and (min-width: 0px) and (max-width: 255px)
{
    .welcome-header{
        font-size: 2.2em;
    }
    .songs-track-text{
        font-size: .8em;
    }
    .footer-body{
        padding-bottom: 100px;
    }
    .copyright-text,
    .signature-text{
        font-size: .5em;
    }
}