body{
    width:100%;
    min-height: 600px;
    min-width: 800px;
    color: whitesmoke;
}

.smallTextSize{
    font-size: 16px;
}
.normalTextSize{
    font-size: 20px;
}
.bigTextSize{
    font-size: 22px;
}

.extraBigTextSize{
    font-size: 26px;
}

.titleTextSize{
    font-size: 48px;
}
.w-8 {
    width: 2rem;
}
.h-8 {
    height: 2rem;
}
.greenButton{
    width: 200px;
    height: 50px;
    background-color: #00363f;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    opacity: 1;
}

.greenButton:hover{
    opacity: 0.9;
    cursor: pointer;
}

.allurionLogo{
    height: 116px;
    /* height: 100%; */
    display: flex;
    align-items: center;
    padding: 20px;
}
.button{
    padding: 20px;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'GT-America-LC-Md';
    font-weight:normal;
    -webkit-font-smoothing: antialiased;
}

.button:hover{
  cursor: pointer;

}
.whiteButton:hover{
    background-color: whitesmoke;
}

.allurionGreenColor{
    color: #00363f;

}

.whiteButton{
    background-color: white;
}

#headerMenu{
    display: flex;
    align-items: center;
}

#findClinicsMenuButtonContainer{
    position: absolute;
    top: 0px;
    height: 116px;
    right: 10px;
    display: flex;
    align-items: center;
}

.contactSection{
    background-color: #00363f;
    position: relative;
    /* height: 500px; */
    overflow: hidden;

}
.contactDataContainer{
    margin-top: 30px;
}
.contactDataTitle{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 40px;
    text-align: center;

}

.contactFormContainer{
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    margin: 40px;
}

.inputLabel{
    width: 100%;
    font-size: 18px;
}

.textInput{
    width: 90%;
    height: 50px;
    padding-left: 5px;
}
.errorLabel{
    width: 100%;
    color: #f2545b;;
    font-size: 18px;
}

#sendButton{
    margin: 0 auto;
    margin-bottom: 50px;
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.duration-700 {
    transition-duration: 700ms;
}

.transition{
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.questionGrid:hover{
    cursor: pointer;
}

.rotate-180 {
    --tw-rotate: 180deg;
}

.referencesSection{
    background-color: #00363f;
}
.referenceGrid{
    display: grid;
    overflow: hidden;
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-columns: 9fr 1fr;;
}
.referencesContainer{
    margin: 40px;
    background-color: rgba(255,248,240,1);
}
.dividerLine{
    height: 0.5px;
    background-color: rgba(255,248,240,1);
    margin-top: 30px;

}

.referenceImageContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.referenceText{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;

}
.referenceImage{
    width: 28px;
    height: 28px;
}

.referenceGrid:hover{
    cursor: pointer;
}

.referenceAnswer{
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: max-height 0.7s ease-in;
    max-height: 700px;
    margin-left: 10px;
    margin-right: 10px;

}

.reference::before{
    content: "*";
    margin-right: 10px;
}
.doubleReference::before{
    content: "**";
    margin-right: 10px;
}

ul{
    list-style:none; 
    text-indent:-20px; 
    margin-left:20px;
}
li{
    counter-increment: item;
}

.numericReference::before{
    content: counter(item);
    margin-right: 10px;
}

.allurionBlackInfo{
    background-color: black;
}

.allurionWhiteLogoContainer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialMediaIconsContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.blackSectionGrid{
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 8fr 1fr;
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.allurionWhiteLogo{
    width: 200px;
    height: 50px;
}

.allurionBlackSectionText{
    text-align: center;
}

.allurionSocialMedia{
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialMediaIcon{
    margin-right: 10px;
    margin-left: 10px;
}

.socialAndBrand{
    display: flex;
    flex-direction: column;

}

.allurionBrandText{
    text-align: center;
    opacity: 0.8;
    margin-top: 10px;
}

.sectionContainer{
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}


@media only screen and (max-width: 1180px) {
    
    .sectionContainer{
        max-width: 1040px;
        margin-right: 30px;
        margin-left: 30px;
    }
}


@media only screen and (max-width: 1000px) {


    .blackSectionGrid{
        grid-template-columns: repeat(1, 1fr);
    }

}

@media only screen and (max-width: 720px) {
    body {
        min-height: 0px;
        min-width: 0px;
    }    

    .contactFormContainer{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        text-align: center;
    }

    .contactDataTitle{
        margin: 0;
    }

    .contactFormContainer{
        margin: 0;
    }

    .referencesContainer{
        margin: 0;
    }

    .referenceGrid{
        grid-template-columns: 5fr 1fr;
    }

    .referenceAnswer{
        max-height: 1500px;
    }

    #findClinicsMenuButton{
        width: 160px;
        height: 35px;
        font-size: 16px;

    }

    .allurionLogo{
        height: 70px;
        padding-left: 10px;
    }

}

.maxHeight-0{
    max-height: 0;
}