body {
    margin: auto;
}

.plaintext {font-size: 13px;
line-height: 1.2;}
.header {
    position: relative;
    height: 150px;
    background-color: #E3E3E3;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}



.smallheader {
    position: relative;
    height: 20px;
    background-color: #E3E3E3;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    padding-top: 4px;
    padding-left: 4px;
}

.title {
    padding: 10px;
    font-weight: 600;
    font-size: 50px;
}

.contact {

    font-weight: bold;
    font-size: 10px;
    height: 44px;
    width: 245px;
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
}

.button {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    height: 24px;
    margin-top: 8px;
    position: absolute;
    border-style: solid;
    border-radius: 10px;
    padding: 8px;
}

.button:hover {
    color: darkslategray;
}

#about {
    border-color: #91C5F2;
    background: #91C5F2;
    top: 50;
    right: 270;
}

#health {
    border-color: #90C96C;
    background: #90C96C;
    top: 50;
    right: 150;
}

#services {
    border-color: #E9B253;
    background: #E9B253;
    top: 50;
    right: 12;
}

.container {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    display: flex;
}

.left {
    float: left;
    width: 250px;
    height: 700px;
    padding: 30px 20px 20px;
}


.center {
    margin-top: inherit;
    width: 650px;
    padding: 30px 20px 20px;
    font-size: 18px;
}

.right {
    width: 650px;
    float: right;
    padding: 30px 20px 20px;

}


.maskimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.infofor {
    padding-top: 10px;
    font-weight: 550;
    font-size:14px;
}

.infolinks:hover {
    text-decoration: underline;
}


.fbicon {
    width: 35px;
    position: absolute;
    top: 110;
    right: 90;


}

.igicon {
    width: 35px;
    position: absolute;
    top: 110;
    right: 51;


}

.twicon {
    width: 35px;
    position: absolute;
    top: 110;
    right: 10;


}

.curvedbox {
    position: relative;
    height: 50px;
    padding-top: 8px;
    padding-left: 8px;
    color: white;
    font-weight: 500;
    border-radius: 9px;
}

.box {
    position: relative;
    height: auto;
    margin-top: -10px;
    padding: 8px;
    padding-left: 8px;
    color: white;
    font-size: 12px;
    line-height: 1.1;

}

#visit:hover {
    text-decoration: underline;
}

#darkpurple {
    background-color: #75619D;
    font-size: 20px;
    margin-top: 10px;
}

#lightpurple {
    background-color: #B09ED7;
}

#darkgreen {
    background-color: #7EB261;
    font-size: 14px;
}

#lightgreen {
    background-color: #91C96D;
}

#darkorange {
    background-color: #DDA037;
    font-size: 14px;
     margin-top: 20px;
}

#lightorange {
    background-color: #F3B13E;

}

#darkblue {
    background-color: #7294B1;
     font-size: 20px;
     margin-top: 15px;
}

#lightblue {
    background-color: #91C5F2;

}

#darkblue2 {
    background-color: #7294B1;
    font-size: 14px;
     margin-top: 15px;
    height:35px;
}

#lightblue2 {
    background-color: #91C5F2;

}

#darkgreen2 {
     font-size: 20px;
     margin-top: 15px;
    background-color: #7EB261;
}

#lightgreen2 {
    background-color: #91C96D;
}