body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.backgroundImage {
    height: 85vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/backgroundimage.png);
    box-shadow: -3px 3px 14px 6px rgba(13, 13, 13, 0.44);

}

.navContainer {
    text-align: center;
    padding-top: 2rem;
}

.title {
    text-decoration: none;
    color: white;
    font-size: 3rem;
}

.nav {
    margin-top: 1rem;
}

.navItem {
    font-size: 1.25rem;
    text-decoration: none;
    color: white;
}

.navItemMargin {
    margin-left: 2rem;
}

.navItem:hover, .title:hover {
    color: lightgray;
}

.PageInforContainer1 {
    text-align: center;
}

.pageInfoParent1 {
    margin-top: 25rem;
    margin-bottom: -1.5rem;
    font-size: 3rem;
}

.pageInfo1 {
    color: white;
}

.box {
    background-color: white;
    height: 15vh;
    width: 50%;
    margin: auto;
    box-shadow: -3px 3px 14px 6px rgba(13, 13, 13, 0.44);

}

.boxText {
    padding-top: 1.25rem;
    font-size: 4rem;
}

.pageInfoParent2 {
    margin-top: 2rem;
    font-size: .75rem;
}

.pageInfoParent3 {
    margin-top: 1.5rem;
    color: white;
}

.priceInfo {
    font-size: 1rem;
    margin-top: -2.5vh;
    font-weight: 50;
}

.formBoxContainer {
    height: 55vh;
    width: 28%;
    margin: auto;
    text-align: center;
    background-color: white;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5.8px);
    -webkit-backdrop-filter: blur(5.8px);
    border: 1px solid rgba(255, 255, 255, 0.39);
}


.nameEmailContainer {
    height: 13vh;
    width: 65%;
    margin: 0 auto 2vh auto;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5.8px);
    -webkit-backdrop-filter: blur(5.8px);
    border: 1px solid rgba(255, 255, 255, 0.39);
}

.formText {
    font-size: 1.25rem;
}

.typeContainer {
    height: 13vh;
    width: 65%;
    padding-top: 1vh;
    margin: 0 auto 1vh auto;
    background-color: white;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5.8px);
    -webkit-backdrop-filter: blur(5.8px);
    border: 1px solid rgba(255, 255, 255, 0.39);
}

.typeInfo {
    font-size: 1rem;
    font-weight: 50;
}


.selectBoxes {
    font-size: 1rem;
    box-shadow: -.5px .5px 2px .5px rgba(13, 13, 13, 0.44);

}

.submitBtn {
    font-size: 2rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
    margin-top: -5vh;
    cursor: pointer;
    border: none;
    color: #000000;
    background-color: #ffffff;
    box-shadow: -1px 1px 5px 3px rgba(13, 13, 13, 0.44);
}

.submitBtn:hover {
    background-color: lightgray;
}

.submitContact {
    text-align: center;
}

.contactSubmitBtn {
    margin-top: 2.5rem;
}

.messageBox { 
    margin-top: .5rem;
    resize: none;
}

.websitePreviewContainer {
    height: 25vh;
    width: 50%;
    margin: auto;
    display: flex;
}

.websitePreviewParent {
    height: 10rem;
    width: 12.5rem;
    cursor: pointer;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5.8px);
    -webkit-backdrop-filter: blur(5.8px);
    border: 1px solid rgba(255, 255, 255, 0.39);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.wppMargin {
    margin-left: 3rem;
}

.websitePreview1 {
   height: 100%;
   width: 98%;
   margin: auto;
   background-image: url(images/lonephoenix.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   -webkit-background-size: contain;
}

.websitePreviewInfo {
    margin-top: 3.5rem;
    color: #ffffff;
}

.pageInfo2 {
    margin-top: 3rem;
    font-size: 3rem;
}

.pageInfo3 {
    width: 40%;
    margin: auto;
}

/* Mobile Specific Styles */
@media only screen and (max-width: 768px) {
    .backgroundImage {
        height: 50vh;
    }

    .title {
        font-size: 2rem;
    }

    .navItem {
        font-size: 1rem;
    }

    .indexMobileMargin {
        margin-top: -40vh;
    }

    .pageInfoParent1 {
        font-size: 1.75rem;
    }

    .boxText {
        font-size: 2.25rem;
        padding-bottom: 1rem;
    }

    .box {
        width: 90%;
        height: auto;
    }

    .formBoxContainer {
        width: 90%;
        height: fit-content;
        padding-bottom: .5rem;
    }

    .nameEmailContainerContact {
        padding-bottom: 1rem;
        margin-top: -1.5rem;
    }

    .nameEmailContainer,
    .typeContainer {
        width: 90%;
        height: fit-content;
    }   
    
    .messageBoxContainer {
        padding-bottom: 0.5rem;
    }

    .messageBox {
        width: 85%;
    }

    .submitBtn {
        font-size: 1.5rem;
        padding: 0.5rem 1rem;
    }

    .submitContact {
        margin-top: -5rem;
    }

    .websitePreviewContainer {
        flex-direction: column;
        height: auto;
    }

    .websitePreviewInfo {
        color: #000000;
    }

    .wppMargin {
        margin-left: 0;
        margin-top: 1rem;
    }

    .pageInfo4 {
        color: #000000;
    }

    .pageInfoParent2 {
        margin-top: 5rem;
    }

    .pageInfoParent2 {
        font-size: .5rem;
        margin-top: 2rem;
    }

    .websitePreviewContainer {
        margin-top: -3.5rem;
    }
}