@media only screen and (min-width: 1000px) {
    .page {
        top: 0px;
    }

    .navbar {
        background-color: transparent;
    }

    .p-section1 {
        width: 100%;
        height: 100vh;
        background-position-x: center;
        background-position-y: 25%;
        background-size: cover;
        background-image: url("/static/images/album-art/run-me-dry.jpeg");
        position: relative;
    }
    
    .p-section1:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, var(--secondColour) 0%, #6988be00 100%);
        display: none;
    }
    
    .p-section1-content {
        position: absolute;
        bottom: 75px;
        left: 100px;
        right: 100px;
        text-align: center;
        color: white;
    }
    
    .p-section1-content-text1 {
        font-size: 60px;
        line-height: 70px;
        font-weight: 600;
    }
    
    .p-section1-content-buttons {
        margin-top: 25px;
        height: auto;
    }
    
    .p-section1-content-buttons-item {
        font-size: 40px;
        line-height: 40px;
        height: auto;
        color: white;
        text-decoration: none;
        display: inline-block;
        margin: 0px 10px;
    }
    
    .p-section2 {
        margin: 50px;
        color: white;
    }
    
    .p-section2-text1,.p-section3-text1 {
        font-size: 60px;
        line-height: 60px;
        font-weight: 600;
    }
    
    .p-section2-content {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto;
        grid-gap: 25px;
        margin-top: 25px;
    }
    
    .p-section2-content-item {
        height: auto;
    }
    
    .p-section2-content-item-image {
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 2.5px;
        background-size: cover;
    }
    
    .p-section2-content-item-title {
        font-size: 27.5px;
        line-height: 27.5px;
        font-weight: 600;
        margin-top: 25px;
        height: auto;
    }
    
    .p-section2-content-item-buttons {
        margin-top: 25px;
    }
    
    .p-section2-content-item-buttons-item {
        font-size: 30px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        display: inline-block;
        color: white;
        text-decoration: none;
        margin-right: 10px;
    }
    
    .p-section3 {
        margin-top: 50px;
        padding: 50px 0px;
        text-align: center;
        width: 100%;
        background-color: var(--secondColour);
        color: var(--brandColour);
    }
    
    .p-section3-text1 {
        line-height: 60px;
        color: white;
    }
    
    .p-section3-text2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 12.5px;
        font-weight: 500;
    }
    
    .p-section3-input {
        font-size: 20px;
        line-height: 20px;
        padding: 0px 15px;
        height: 50px;
        width: 300px;
        border: 2px solid var(--brandColour);
        outline: none;
        margin-top: 50px;
    }
    
    .p-section3-button {
        font-size: 20px;
        line-height: 20px;
        padding: 0px 15px;
        height: 50px;
        margin-top: 50px;
        border: 2px solid var(--brandColour);
        color: var(--brandColour);
        background-color: white;
        font-weight: 500;
        cursor: pointer;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .p-section1 {
        width: 100%;
        aspect-ratio: 1/1.5;
        background-position: center;
        background-size: cover;
        background-image: url("/static/images/album-art/run-me-dry.jpeg");
        position: relative;
    }
    
    .p-section1:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, var(--secondColour) 0%, #6988be00 100%);
        display: none;
    }
    
    .p-section1-content {
        position: absolute;
        bottom: 25px;
        left: 25px;
        right: 25px;
        text-align: center;
        color: white;
    }
    
    .p-section1-content-text1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
    }
    
    .p-section1-content-buttons {
        margin-top: 25px;
        height: auto;
    }
    
    .p-section1-content-buttons-item {
        font-size: 30px;
        line-height: 30px;
        height: auto;
        color: white;
        text-decoration: none;
        display: inline-block;
        margin: 0px 5px;
    }
    
    .p-section2 {
        margin: 25px;
        color: white;
    }
    
    .p-section2-text1,.p-section3-text1 {
        font-size: 40px;
        line-height: 40px;
        font-weight: 600;
    }
    
    .p-section2-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 25px;
        margin-top: 25px;
    }
    
    .p-section2-content-item {
        height: auto;
    }
    
    .p-section2-content-item-image {
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 2.5px;
        background-size: cover;
    }
    
    .p-section2-content-item-title {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        margin-top: 12.5px;
        height: auto;
    }
    
    .p-section2-content-item-buttons {
        margin-top: 25px;
        display: none;
    }
    
    .p-section2-content-item-buttons-item {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
        display: inline-block;
        color: white;
        text-decoration: none;
        margin-right: 10px;
    }
    
    .p-section3 {
        margin-top: 25px;
        padding: 50px 25px;
        text-align: center;
        background-color: var(--secondColour);
        color: var(--brandColour);
    }
    
    .p-section3-text1 {
        line-height: 40px;
        color: white;
    }
    
    .p-section3-text2 {
        font-size: 18px;
        line-height: 23px;
        margin-top: 12.5px;
        font-weight: 500;
    }
    
    .p-section3-input {
        font-size: 20px;
        line-height: 20px;
        padding: 0px 10px;
        height: 50px;
        width: calc(100% - 50px);
        border: 2px solid var(--brandColour);
        outline: none;
        margin-top: 25px;
    }
    
    .p-section3-button {
        font-size: 20px;
        line-height: 20px;
        padding: 0px 15px;
        height: 50px;
        margin-top: 25px;
        border: 2px solid var(--brandColour);
        color: var(--brandColour);
        background-color: white;
        font-weight: 500;
        cursor: pointer;
    }
}