@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.banner-area {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/img/hero-bg-mental.png);
    background-size: cover}
.content-area {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content {
    text-align: center;
}
.content h1 {
    font-size: 80px;
    ;
    color: aliceblue;
    text-shadow: 2px 2px #000000;
}
.content h3 {
    text-align: center;
    color: aliceblue;
    text-shadow: 2px 2px #000000;
    font-size: 3.0em;
}
.content h4 {
    text-align: center;
    color: aliceblue;
    text-shadow: 2px 2px #000000;
    font-size: 2.0em;
    margin-top: 2.0em;
}
.bannerimage {
    position: relative;
    width: 600px;
}
.image_img {
    display: block;
    width: 100%;
}
	
	.image__overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		color: #ffffff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transition: opacity 0.5;
	}
	
	.image__overlay > *	{	
		transform: translateY(20px);
		transition: transform 0.5s;
	}
	
	.image__overlay:hover {
		opacity: 1;
	  }
	
	.image__overlay:hover {
		transform: translateY(0);
	  }
	
	.image__title {
		font-size: 3.em;
		font-weight:500;
	}
	
	.image__description{
		font-size: 1.0em;
		margin-top: 2.0em;
	}
	
	p {
		display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
		color: lightgray;
	}
	.suicide {
		background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/cta2.png") fixed center center;
  		background-size: cover;
  		padding: 120px 0;
		

	}
	
.abuse {
	background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("assets/img/cta3.jpg") fixed center center;
  		background-size: cover;
  		padding: 120px 0;
}
.vulnerable {
	padding-top: 0px;
	margin-left: 20px;
	text-shadow: none;
	line-height: normal;
	font-size: 16px;
	color: aliceblue;
	text-align: left;
}
