@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Oswald:wght@200..700&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Oswald:wght@200..700&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}



.vardeBody {
    height: 100vh;
    display: block;
    align-items: center;
    background: #b1d0d3;
    max-width: 100%;
    padding-left: 31%;
    padding-right: 31%;
    min-height: fit-content;
}

@media screen and (max-width: 1000px) {
    .vardeBody {
        height: 100vh;
        display: block;
        align-items: center;
        background: #fafafa;
        max-width: auto;
        padding-left: 0%;
        padding-right: 0%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .vardeDiv {
        align-items: center;
        background: #FAFAFA;
        height: auto;
        min-height: 100%;
        display: block;
        flex-wrap: wrap;
        justif-content: space-between;
    }

    .vardeMainImage {
        margin-right: auto;
        margin-left: auto;
        display: flex;
    }
}

@media screen and (max-width: 480px) {
    .vardeBody {
        height: 100vh;
        display: block;
        align-items: center;
        background: #FAFAFA;
        max-width: 100%;
    }

    .vardeDiv {
        align-items: center;
        background: #FAFAFA;
        height: auto;
        min-height: 100%;
        display: block;
    }

    .marginauto {
        display: flex
    }

    .vardeButton {
        font-family: 'Oswald';
        border: none;
        background-color: #66CDD4;
        border-radius: 8px;
        font-size: 40px;
        transition-duration: 0.4s;
        box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
        text-align: center;
    }
}

.vardeDiv {
    align-items: center;
    background: #FAFAFA;
    height: auto;
    min-height: auto;
    display: block;
}

.vardeServicesDiv {
    align-items: center;
    background: #FAFAFA;
    height: auto;
    min-height: auto;
    display: flex;
}

/* LAYOUT */
h1 {
    font-family: 'Alice';
    font-size: 50px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
}


.vardeSubHeader {
    font-family: 'Alice';
    font-size: 50px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
}

.vardeParagraphHeader {
    font-family: 'Alice';
    font-size: 50px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
}

.vardeServicesSubHeader {
    font-family: 'Alice';
    font-size: 60px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
}

.vardeServicesList {
    color: black;
    font-family: 'Roboto';
    font-size: 28px;
    padding-left: 15%;
    line-height: 160%;
}

p {
    color: black;
    font-family: 'Roboto';
    font-size: 30px;
    text-align: center;
}

a {
    color: black;
    font-family: 'Oswald';
    font-size: 40px;
    margin: 10px auto 20px;
    display: block;
    text-align: center;
}

.vardeMainImage {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 60%;
}

.vardeSubImage {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 200px;
}

.vardePoojaImage {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 30%;
    justify-content: center;
}

.vardeServicesImage {
    width: 50%;
}

.vardeButton {
    font-family: 'Oswald';
    border: none;
    background-color: #66CDD4;
    border-radius: 8px;
    font-size: 40px;
    transition-duration: 0.4s;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    width: 30%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.vardeHomeButton {
    font-family: 'Oswald';
    border: none;
    background-color: #66CDD4;
    border-radius: 8px;
    font-size: 40px;
    transition-duration: 0.4s;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    width: 30%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 3vh;
}

.vardeEmailButton {
    font-family: 'Oswald';
    border: none;
    background-color: #66CDD4;
    border-radius: 8px;
    font-size: 40px;
    transition-duration: 0.4s;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    width: 30%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.vardeButton:hover {
    background-color: #FFFFFF;
}

.vardeEmailButton:hover {
    cursor: pointer;
    background-color: #FFFFFF;
}