#slogan{
	color:white; 
	margin-bottom: 200%; 
	font-size: 80px;
}

#rationale {
	color:white; 
	margin-top: 10%
}

.logo {
	height: 20px;
	width: auto;

}

.parent {
	display: flex;
	align-items: center
}

.child {
	margin: auto;
}


.our_story {
	margin-left: 50px; 
	margin-right: 50px; 
	margin-bottom: 50px
}

.task{
	width:30%;
	height:30%
}

.task:hover {
	color: black;
}
.resp-iframe {
	margin-bottom: 100px;
	width:560; 
	height:315;
}

.speech-bubble {
	color: white;
	position: relative;
	background: #7b1e7a;
	border-radius: 15em;
	font-size: 20px;
	padding:50px;
}

.speech-bubble-left:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #7b1e7a;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

.speech-bubble-right:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #7b1e7a;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

#about_title {
	padding-bottom: 20px;
}
#story_title {
	padding-bottom: 20px;
}
#med_fi_title {
	padding-bottom: 20px;
}
#process_title {
	padding-bottom: 20px;
}
#team_title {
	padding-bottom: 20px;
}

/*.our_spacing  {
	padding-bottom: 500px;
}*/

/*
 * Smartphones (portrait and landscape)
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%%;
	}

	.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	}

}
*/