* {
    margin: 0;
}

body {
	font-family: "Inter", sans-serif;
}

/********/
/*HEADER*/
/********/
header .container {
	display: flex;
	justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

nav ul {
	display: flex;
    gap: 5px;

}

nav ul li {
	list-style: none;

}

nav ul li a {
	color:#240047;
	display: block;
	padding: 15px;
	text-decoration: none;
}

nav ul li a:hover {
	background: #F1EAFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	flex-shrink: 0;
	border-radius: 15px;
	padding: 15px;
}

nav ul li a.active {
	background: #8652FF;
    color: #F1EAFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	flex-shrink: 0;
	border-radius: 15px;
	padding: 15px;
}

/*drop down nav*/
nav ul li ul {
    margin-top: 5px;
    flex-direction: column;
    border-radius: 15px;
    position: absolute;
    background: #F1EAFF;
    padding: 1px;
    display: none;

}

nav ul li:hover ul {
    display: block;
    background: #F1EAFF;
}

nav ul li:hover ul a:hover {
    color: #8652FF;
}

/**********************/
/*INDEX HERO CONTAINER*/
/**********************/


#index-hero {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}


.index-container-bg {
    border-radius: 29px;
    background: #8652FF;
    display: flex;
}

.index-hero-left {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 50px;
    padding-bottom: 65px;
    margin-top: auto;
    margin-bottom: auto;
}

.index-hero-left h1 {
    color: #F1EAFF;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 5px;
}

.index-hero-left h3 {
    color: #F1EAFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index-hero-left p {
    color: #F1EAFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 50px;
}

.index-hero-content {
    display: flex;
    gap: 80px;
}

.index-hero-right {
    padding-right: 80px;
    margin-top: auto;
    margin-bottom: auto;
}

    /* Text */
#index-2nd {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.index-title {
    padding-bottom: 40px;
}

.index-title h2 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.index-title h1 {
    color: #240047;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.index-2nd-text {
    padding-left: 40px;
    padding-right: 40px;
}

.index-2nd-text p {
    color: #F1EAFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 20px;
}

.index-2nd-container-bg {
    border-radius: 29px;
    background: #F1EAFF;
}

.index-2nd-content {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.index-2nd-text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.index-3rd-content {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-right: 30px;
}

.index-2nd-text h6 {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 5px;
}

.index-hero-button {
        font-size: 12px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: 0;
        background: #240047;
        border-radius: 25px;
        text-decoration: none;
        color: #F1EAFF;
        text-transform: uppercase;
        padding: 10px 20px;
        flex-shrink: 0;
        transition: background-color 0.3s ease;
        transition: color 0.3s ease;
    }

.index-hero-button:hover {
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 0;
    background: #F1EAFF;
    border-radius: 25px;
    text-decoration: none;
    color: #8652FF;
    text-transform: uppercase;
    padding: 10px 20px;
    flex-shrink: 0;
    }

/* INDEX 2ND */

.index-2nd {
    display: flex;

}

.index-2nd-news h4 {
    color: #240047;

/* H3 */
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.index-news-button {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	display: block;	
	border-radius: 22px;
	background-color: transparent;
	border-color: #8652FF;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	color: #8652FF;
	padding: 10px 14px;
    transition: background-color 0.3s ease;
    transition: color 0.3s ease;
}

.index-news-button:hover {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	display: block;	
	border-radius: 22px;
    background: #240047;
    border-radius: 25px;
	border-color: #240047;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	color: #d1d1d1;
	padding: 10px 14px;
 }

 .news-button-2 {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 30px;
    transition: background-color 0.3s ease;
    transition: color 0.3s ease;
 }


/**********************/
/*INDEX THIRD CONTAINER*/
/**********************/
.left-thumbnail {
	display: flex;
	background: #8652FF;
	height: 350px;
	flex-shrink: 0;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
}

.content3 {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-left {
	display: flex;
	justify-content: center;
	gap: 13px;
}


.right-thumbnail {
	display: flex;
	background: #8652FF;
	height: 350px;
	flex-shrink: 0;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
}

.content-right {
	display: flex;
	justify-content: center;
	gap: 13px;
}

.index-third-text {
    display: flex;
	flex-direction: column;
	justify-content: center;
}

.index-third-text p {
	width: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.index-third-text h3 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.index-third-text h2 {
    color: #240047;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.index-third-text p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
}

.third-button {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	display: block;	
	border-radius: 22px;
	background-color: transparent;
	border-color: #8652FF;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	color: #8652FF;
	width: 80px;
	padding: 10px 14px;
    transition: background-color 0.3s ease;
    transition: color 0.3s ease;
}

.third-button:hover {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	display: block;	
	border-radius: 22px;
    background: #240047;
    border-radius: 25px;
	border-color: #240047;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	color: #d1d1d1;
	padding: 10px 14px;
 }

/**********************/
/*ABOUT HERO CONTAINER*/
/**********************/

#about-hero {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.about-hero-content {
    display: flex;
    gap: 180px;
}

.about-us {
}

.about-us-1 {

}

.about-us-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/***************/
/*ABOUT US TEXT*/
/***************/
.about-us h1 {
    color: #8652FF;
    font-family: Inter;
    font-size: 37px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.about-us h2 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.about-us p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
/*********/
/*Clinics*/
/*********/

.clinics-hero-content {
	justify-content: center;
	color: #F1EAFF;
}

.clinics-hero-content h1 {
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.clinics-hero-content h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 30px;
}

.clinics-hero-content p {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 60px;	min-width: 380px;
	max-width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**********************/
/*CONNECT WITH US TEXT*/
/**********************/

.connect-with-us h2 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.connect-with-us h3 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.connect-with-us p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 10px;
}

/***************/
/*SOCIALS ICONS*/
/***************/
.icon-container {
    display: flex;
    gap: 10px;
}

.icon-set {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon {
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: background-image 0.3s ease;
}

.icon1 {
    background-image: url('../images/facebook.png');
}

.icon1:hover {
    background-image: url('../images/facebook-hover.png');
}

.icon2 {
    background-image: url('../images/instagram.png');
}

.icon2:hover {
    background-image: url('../images/instagram-hover.png');
}

.icon3 {
    background-image: url('../images/twitter.png');
}

.icon3:hover {
    background-image: url('../images/twitter-hover.png');
}

.icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.about-hero-content-right {
    margin-top: auto;
    margin-bottom: auto;
}

/**************/
/*ABOUT US 2ND*/
/**************/

#about-2nd {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d1d1d1;
}

.objectives {
    display: flex;
    gap: 50px;
    padding-bottom: 40px;
}

.objectives-left {
    margin-top: auto;
    margin-bottom: auto;
}
.objectives-right {
    border-radius: 20px;
    background: #F1EAFF;
}

.objectives-right-text {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.objectives-right-text h1 {
    color: #240047;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.objectives-right-text h2 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}
.objectives-right-text p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 10px;
}

.goals {
    display: flex;
    padding-top: 40px;
}

.goals-right {
    border-radius: 20px;
    background: #8652FF;
    width: 527px;
    margin-left: auto; 
    margin-right: 0;
}

.goals-right-text {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.goals-left {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.goals-right-text h1 {
    color: #F1EAFF;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.goals-right-text h2 {
    color: #F1EAFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}
.goals-right-text p {
    color: #F1EAFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 10px;
}

/*************/
/*DISCUSSIONS*/
/*************/

/************/
/*DIS HEADER*/
/************/
#discussions-hero {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}


.discussions-container-bg {
    border-radius: 29px;
    background: #240047;
}

.discussions-hero-left {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: auto;
    margin-bottom: auto;
}

.discussions-hero-left h1 {
    color: #F1EAFF;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 10px;
}

.discussions-hero-left p {
    color: #F1EAFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
.discussions-hero-content {
    display: flex;
    gap: 80px;
}

.discussions-hero-right {
    padding-right: 80px;
    padding-top: 20px;
}

/*********/
/*DIS 2ND*/
/*********/

#discussions-2nd {
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.discussions-title {
    padding-bottom: 40px;
}

.discussions-title h2 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.discussions-title h1 {
    color: #240047;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.discussions-2nd-text {
    padding-left: 40px;
    padding-right: 40px;
}

.discussions-2nd-text p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 20px;
}

.discussions-2nd-container-bg {
    border-radius: 29px;
    background: #F1EAFF;
}

.discussions-2nd-content {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.discussions-2nd-text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.discussions-3rd-content {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-right: 30px;
}

.discussions-2nd-text h6 {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 5px;
}

/******/
/*NEWS*/
/******/

#news-hero {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}


.news-container-bg {
    border-radius: 29px;
    background: #240047;
}

.news-hero-left {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: auto;
    margin-bottom: auto;
}

.news-hero-left h1 {
    color: #F1EAFF;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 10px;
}

.news-hero-left p {
    color: #F1EAFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-hero-content {
    display: flex;
    gap: 80px;
}

.news-hero-right {
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/**********/
/*NEWS 2ND*/
/**********/

#news-2nd {
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}


.news-title {
    padding-bottom: 40px;
}

.news-title h2 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.news-title h1 {
    color: #240047;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.news-article-container {
    display: flex;
    gap: 50px;
    padding-bottom: 50px;
}

.news-article-container-right {
    border-radius: 25px;
    background: #F1EAFF;
}

.news-right-title {
    padding: 30px;
}
.news-right-title h2 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.news-right-title p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 10px;
}

.news-title-text {
    padding-bottom: 20px;
}

.hero-button {
	font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 0;
	background: #240047;
    border-radius: 25px;
	text-decoration: none;
	color: #F1EAFF;
	text-transform: uppercase;
	padding: 10px 20px;
	flex-shrink: 0;
    transition: background-color 0.3s ease;
    transition: color 0.3s ease;
}

.hero-button:hover {
	font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 0;
	background: #8652FF;
    border-radius: 25px;
	text-decoration: none;
	color: #F1EAFF;
	text-transform: uppercase;
	padding: 10px 20px;
	flex-shrink: 0;
}

.news-button {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: auto;
    transition: background-color 0.3s ease;
    transition: color 0.3s ease;
}

/*********/
/*Clinics*/
/*********/
.clinics-hero-right {
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#clinics-hero {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}


.clinics-container-bg {
    border-radius: 29px;
    background: #F1EAFF;
}

.clinics-hero-left {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: auto;
    margin-bottom: auto;
}

.clinics-hero-left h1 {
    color: #8652FF;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 10px;
}

.clinics-hero-left p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
.clinics-hero-content {
    display: flex;
    gap: 80px;
}

.clinics-hero-right {
    padding-right: 80px;
    padding-top: 20px;
}

.clinics-2nd-text {
    padding-left: 40px;
    padding-right: 40px;
}

.clinics-2nd-text h6 {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 5px;
}

.clinics-2nd-text p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 20px;
}


.clinics-title h2 {
    color: #240047;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.clinics-title h1 {
    color: #240047;
    /* H1 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 50px;
}

.clinics-2nd-text {
    padding-left: 40px;
    padding-right: 40px;
}

.clinics-2nd-text p {
    color: #240047;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 20px;
}

#clinics-2nd {
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
/********/
/*FOOTER*/
/********/
.footer-end {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d1d1d1;
    padding-top: 13px;
    padding-bottom: 15px;

}
footer {
    border-top: 1px solid #d1d1d1;
    text-align: center;
    color: #777777;
    padding-top: 20px;
    }

.footer-container {
    display: flex;
    justify-content:space-between;
    padding-bottom: 23px;
}

.footer-first-text {
    text-align: left;
    padding-bottom: 15px;
}

.footer-first-text h4 {
    color: #240047;

/* H3 */
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.footer-first-text p {
    color: #240047;

/* H3 */
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 200;
line-height: normal;
}

.footer-icon-container {
    display: flex;
    gap: 10px;
    padding-top: 10px;
}


.footer-second-text-container {
    list-style: none;
    text-align: left;
}

.footer-ul {
	list-style: none;
    text-decoration: none;

}

.footer-li {
    color: #240047;

    /* Body */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer-li a {
    text-decoration: none;
    color: #240047;
    transition: color 0.3s ease;
}

.footer-li a:hover {
    text-decoration: none;
    color: #8652FF;
}

.footer-end-text {
    display: flex;
    justify-content: space-between;
}

/*******/
/*FORMS*/
/*******/

.forms-container-bg {
    border-radius: 29px;
    background: #8652FF;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-form div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #240047;

/* H2 */
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 200;
line-height: normal;
}

.contact-form textarea {
    resize: none;
}

.contact-form input {
    padding: 5px;
    border-radius: 10px;
    border-style: solid;
    border-color: #240047;
    border-width: thin;
}

.contact-form input:focus {
    padding: 5px;
    border-radius: 10px;
    border-style: solid;
    border-color: #8652FF;
    border-width: thin;
}

.contact-form textarea {
    padding: 5px;
    border-radius: 10px;
    border-style: solid;
    border-color: #240047;
    border-width: thin;
}

.contact-form input:focus {
    padding: 5px;
    border-radius: 10px;
    border-style: solid;
    border-color: #8652FF;
    border-width: thin;
}
.div-input-message {
    padding-bottom: 20px;
}

.message-button {
    margin-right: 0%;
    margin-left: auto;
	font-size: 13px;
	text-align: center;
	display: block;	
	border-radius: 22px;
	background-color: transparent;
	border-color: #240047;
	border-style: solid;
	border-width: thin;
	text-decoration: none;
	color: #240047;
	padding: 10px 14px;
    transition: background-color 0.3s ease;
    transition: color 0.3s ease;
}

.message-button:hover {
    margin-right: 0%;
    margin-left: auto;
	font-size: 13px;
	text-align: center;
	display: block;	
	border-radius: 22px;
    background: #8652FF;
    border-radius: 25px;
	border-color: #8652FF;
	border-style: solid;
	border-width: thin;
	text-decoration: none;
	color: #F1EAFF;
	padding: 10px 14px;
}

.body-message {
    overflow: hidden;
    min-height: 100vh;
    margin: 0;
}

.main-message {
min-height: calc(100vh - 328px); /* header = 146 footer = 71*/
}

#message-hero {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #d1d1d1;
}

.acknowledgements-hero-right {
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}