*{
    padding : 0;
    border: border-box;
    margin : 0;
}
nav{
    background-color: #9389bd;
    display: flex;
    align-items: center;
}
ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
li{
    list-style-type: none;
    padding: 1rem 4rem;
    font-size: 1.5rem;
}
ul li:hover{
    font-weight: 900;
    background-color: #5e4d9b;
}
a{
    text-decoration: none;
}
.logo{
    padding-left: 1rem;
    font-size: 2.5rem;
    width: 20%;
    color: #2f2d3b;
    font-family: "Jersey 25", sans-serif;
}
h1 {
    line-height: 100px;
    color: #cfcad1;
    font-size: 50px;
    margin: 40px;
    text-align: center;
}
body {
    font-family: 'Lucida Grande', monospace;
    background-color: #cfcad1;
}
.column1{
    background-color: #6768ab;
    width: 50%;
    float: left;
    height: 430px;
}
.column2 {
    background-color: #5e4d9b;
    width: 50%;
    float: left;
    height: 430px;
    color:#cfcad1;
}
.column3, .column4 {
    width:50%;
    float:left;
    height:300px;
}
.column5, .column6 {
    width: 50%;
    float: left;
    height:600px;
    background-color: #9389bd;
    text-align: center;
    z-index: 0;
    position: relative;
}

.column4 h2,
.column3 h2, 
.section3 h2{
    font-size: 1.75rem;
}
.column4 p,
.column3 p,
.section3 p {
    font-size: 1.2rem;
}
.column1 img {
    float: right;
    clear: both;
}
center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
h6 {
    font-size: 25px;
    margin: 60px 60px 60px 60px;
    padding-top: 430px;
    text-align:center;
    color: #2f2d3b;
    font-weight:normal;
}
h6.people {
    padding-top: 0px;
}
h6.hotline {
    padding-top: 0px;
}
p {
    font-size: 16px;
    margin: 20px;
    text-align: center;
}
h2 {
    text-align: center;
    padding-top: 20px;
}
h2.therapy {
    padding-top: 90px;
}

button {
    display: block;
    margin:auto;
    text-align: center;
    padding: 20px;
    font-family: 'Lucida Grande', monospace;
    font-size: 16px;
    color:#cfcad1;
    background-color: #5e4d9b;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    border:none;
    border-radius: 30px;
}
.popup {
    visibility: hidden;
    background-color:#5e4d9b;
    border-radius: 20px;
    text-align: center;
    width: 300px;
    height: 120px;
    display: block;
    margin: auto;
    z-index: 1;
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
}
button.hide {
    float:right;
    padding:5px;
    font-size:12px;
    color: #2f2d3b;
    background-color: #6768ab;
    color: #cfcad1;
}
.section2 {
    height: 50rem;
    width: 100%;
}
.section3 {
    width: 80%;
    margin: 3rem auto;
}
a{
    color:inherit;
    color:#cfcad1;
}