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;
}

.blueButton{
    width: 200px;
    height: 50px;
    background-color: #141E8C;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: whitesmoke;
}

.blueButton: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;
}

.menuItem.pointer{
    cursor: pointer;
}
.menuItem:hover {
    cursor: pointer;
    font-weight: bold;
}
.menuBtn {
    display:block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    float: left;
    margin-top: 28.5px;
    left: 20px;
    opacity: 0;
}
.menuBtn .icon {    
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 30px;
    top: 10px;
    right: 0px;
    background-color: black;
}
.menuBtn .icon:before {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: black;
    content: "";
    top: -10px;
    right: 0px;
}
.menuBtn .icon:after {    
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: black;
    content: "";
    top: 10px;
    right: 0px;
}
.menuBtn.open .icon {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent;
}
.menuBtn.open .icon:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.menuBtn.open .icon:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.menuBtn:hover {
    cursor: pointer;
}
#menuDummy{
    position: relative;
    width:100%;
    height: 85px;

}
#menu{
    position: relative;
    width:100%;
    height: 85px;
    z-index: 100;
    margin-bottom: 1px;
    top:0px;
    color: #141E8C;

}
#menuBackground{
    background-color: #0849c7;
    position: absolute;
    width: 100%;
    height:100%;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menuBackgroundColor{
    background-color: #0849c7 !important;
}
.menuBackgroundColorTransparent{
    background-color: transparent !important;

}
#menuItemsContainer a{
    color: #141E8C;
}
#menuItemsContainer{
    float:right;
    margin-right: 10px;
    margin-top: 20px;
    position: absolute;
    right: 20px;
}
.menuItem{
    float: left;
    margin-top: 4px;
    text-decoration: none;
    font-size: 20px;
    float: left;
}
.menuSeparation{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    float:left;
    font-size: 20px;
}
.languageIcon{
    height: 16px;
    margin-left:  10px;
}
#logoContainer{
    position: relative;
    width: 180px;
    float: left;
    height: inherit;
    overflow: hidden;
    margin-top: 20px;

}

#mainLogo{
    position: relative;
    margin-top: 50px;
    width: 180px;
    display: block;
    float: left;
    margin-right: 50px;
}

#footerLogos{
    position: relative;
    margin-top: 120px;
    margin-right: 45px;
    width: 238px;
    float: left;
}

#footerLegal{
    position: absolute;
    left: 0px;
    bottom:0px;
    display: block;
    width: 100%;
    opacity: 0;
}
.centeredContent{
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top:100px;
}
.contactContainer{
    min-width: 0px;
    width: 850px;
}
#contact{
    height: 500px;
    position: relative;
    overflow: hidden;
    background-image: url(/files/layouts/contactBackground.jpg);
    background-size: cover;
    background-position: 20% 50%;
}
#contactHeader{
    font-size: 24px;
    font-weight: bold;    
    left: 60px;
    position: relative;
}
#contactBackgroundColor{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003B65;
    opacity: 0.8;
}

#contactTitle{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}
#contactIcon{
    width: 130px;
    height: 230px;
    background-color: #009ee0;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contactIconImage{
    vertical-align: middle;
    position: absolute;
}
#contactData{
    background: rgba(255, 255, 255, 0.19);
    float: left;
    font-size: 20px;
    width: 300px;
    margin-left: 24px;
    height: 230px;
    padding: 14px;


}
.contactImage{
    margin-right: 5px;
    height: 25px;
    top:6px;
    position: relative;

}
.contactRow{
    height: 40px;
    font-size: 18px;
    margin-top: 10px;
}
.contactLocationText{
    position: relative;
    left: 35px;
    font-size: 16px;
}
.floatLeft{
    float:left;
}
video::-webkit-media-controls-timeline {
    display: none;
    -webkit-appearance: none;
}
#menuDisplay{
    display: none;
    height: 0px;
}
#map{
    position: relative;
    overflow: hidden;
    height: 230px;
    width: 280px;
    margin-left: 25px;
    float: left;
}
.menuLogo{
    width: 200px;
    height: auto;
    position: relative;
    left: 20px;
    float: left;
}
.menuLogoImg{
    width: 100%;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: underline;
}

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

}
.contactDataContainer{
    margin-top: 30px;
}
.contactDataTitle{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 30px;
    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-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
}

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

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

.commentsInputContainer{
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
}

.commentInputLabel{
    text-align: center;
}

#commentInput{
    width: 100%;
    height: 80px;
    color: black;
}

#sendButton{
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 20px;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00363f;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    background-color: white;
}

#sendButton:hover{
    cursor: pointer;
    opacity: 0.8;
}

@media only screen and (max-width: 800px) {
    .menuLogo{
        display: none;
    }
}

@media only screen and (max-width: 720px) {
    .menuLogo{
        display: none;
    }
    .languageIcon{
        height: 20px;
    }
    .menuItem{
        font-size: 20px;
    }

    .contactContainer{
        width: 650px;
    }
    #contact{
        height: 800px;
    }
    #map{
        margin: 0 auto;
        margin-top: 25px;
    }

    body {
        min-height: 0px;
        min-width: 0px;
    }
    #menu{
        left: 0px;
        top: 0px;
        font-size: 16px;
        width: 100%;
        position: relative;
    }
    #menuItemsContainer{
        display: none;
    }
    .menuBtn{
        display: inline;
        opacity: 1;
    }
    .menuSeparation{
        margin-left: 5px;
        font-size: 13px;
    }
    #menuDisplay{
        box-shadow: 1px 2px 4px rgba(1, 1, 1, .5);
        border-top: 0px;
        position: absolute;
        top:85px;
        z-index: 100;
        width: 100%;
        display: inline;
    }
    .menuoptions{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .menuOption{
        text-align: center;
        width: 100%;
        height: 33%;
        position: relative;
        background-color: white;
        opacity: 0;
        cursor: pointer;
    }
    .menuOptionData{
        position: relative;
        color: #154996;
        font-size: 27px;
        letter-spacing: 2px;
        top: 33%;
        cursor: pointer;
    }
    #mainLogo{
        height: 20%;
        width: auto;
    }
    #alertMessageDiv{
        width: 100%;
    }
    .contactContainer{
        width: 300px;
    }
    #contactIcon{
        width: 82px;
        height: 250px;
    }
    #contactData{
        height: 250px;
        width: 200px;
        padding: 7px;
        margin-left: 10px;
    }
    #contact{
        height: 800px;
    }
    #contactIconImage{
        height: 66px;
    }
    #contactHeader{
        font-size: 20px;
        position: relative;
        left: 35px;
    }
    .contactImage{
        height: 23px;
    }
    .contactText{
        font-size: 16px;
    }
    #map{
        margin: 0 auto;
        margin-top: 25px;
    }

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

    .commentsInputContainer{
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 10px;
    }

    .contactDataTitle{
        margin: 0;
    }

    .contactFormContainer{
        margin: 0;
    }
}