@charset "utf-8";
body, html {
    margin: 0;
    padding: 0;
    font-size: 17px;
	position:static;
}
header {
    height: 150px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    z-index: 5;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}
main {
    z-index: 2;
	width: 100%;
	background-color: white;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}
footer {
    width: 100%;
    height: 400px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #00558b, #6fc9c4);
}
.block{
	width: 75%;
	max-width: 750px;
	padding: 50px 25px;
	display: block;
	flex: 1;
}
.block_left{
	max-width: 600px;
	display: block;
	flex: 1;
	margin: 5%;
}
.block_right{
	max-width: 600px;
	display: block;
	flex: 1;
	margin: 5%;
}
.card_container {
    max-width: 80%;
    display: flex;
	flex: 1;
	flex-flow: column;
    margin: 1rem;
    background-color: ghostwhite;
	border-radius: 5px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    border: 1px solid rgba(0,0,0,.125);
	overflow: hidden;
}
.card {
    width: auto;
    flex-grow: 3;
    padding: 1.5rem;
    background-color: ghostwhite;
}
.card_img {
	z-index: 2;
	position: relative;
    width: 100%;
    flex-grow: 1;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#card_personal {
    background-image: url(../images/personal_care.jpg);
}
#card_companion {
    background-image: url(../images/companion_care.jpg);
}
#card_housekeeping {
    background-image: url(../images/house_keeping.jpg);
}
.container_flex1 {
	display: flex;
	flex: 1;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 1;
	min-width: 400px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}
.container_flex2 {
	flex: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.container_header {
    height: auto;
    width: 33%;
}
#container_header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_slideshow {
    height: 500px;
    width: 100%;
    background: linear-gradient(90deg, #00558b, #6fc9c4);
    display: flex;
    justify-content: flex-end;
}
.container_third {
    flex: 1;
    height: auto;
    padding: 0 2.5%;
}
#ghost_form{
	display: none;
}
#home_career_background{
	background-image: url(../images/background_wave.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.menu_bar {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 40px;
    background: linear-gradient(0deg, #00416C, #00558b);
    position: relative;
    z-index: 5;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}
.welcome_container {
    display: block;
    z-index: 5;
    position: relative;
    width: 35%;
    margin-right: 3%;
    padding: 35px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    animation-name: bounceInRight;
    animation-duration: 3s;
}
.wrapper {
    display: flex;
    flex-wrap: wrap;
	flex-flow: row;
    justify-content: center;
	width: 100%;
}
.wrapper_center_center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 50px 0 0 0;
}
.wrapper_center_right {
    height: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.wrapper_form {
	padding: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background-color: ghostwhite;
	border-top: 25px solid #6fc9c4;
	border: 1px solid rgba(0,0,0,.125);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
	border-radius: 5px;
}
.wrapper_third {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
}