﻿* {
	font-weight: 900 !important;
}

header {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/mobile/mobile_header.png");
	color: white;
}

h3 {
	font-size: 31px;
}

#subHeader {
	color: #9b99ae;
	background: #f6f7fb;
}

#subHeaderText {
	margin: 60px 0;
	text-align: center;
	font-size: 16px;
}

	#subHeaderText h5 {
		font-size: 28px;
		color: #89ba44;
		margin-bottom: 20px;
	}

.row {
	margin: 0;
}

.howItWorksImageContainer {
	text-align: center;
	margin: 25px 0 0;
	max-width: 530px;
}

.howItWorksImage {
	width: 100%;
}

.textBox h3, #getStartedTodayBox h3 {
	margin-top: 0;
	color: #211c52;
}

.greyH3 {
	color: #9b99ae !important;
	margin-bottom: 30px;
}

.textBox {
	color: #9b99ae;
	font-size: 16px;
	margin-bottom: 30px;
	max-width: 530px;
}

#designedToBeEasy, #teachersLoveIt, #parentStudentReunification, #sisIntegration {
	margin: 50px 0;
}

#parentsLoveIt {
	background: #f6f7fb;
	padding: 30px 0;
}

#carLineSolved, #worldClassSupport {
	background: #f6f7fb;
	padding: 75px 0;
}

#isSDMRight {
	background: #f6f7fb;
	padding: 125px 0;
}

#getStartedTodayBox {
	background: white;
	text-align: center;
	padding: 30px 0 40px;
	border-radius: 32px;
	max-width: 530px;
	margin: 30px auto 0;
}

#findOutHowBtn {
	height: 52px;
	background: #2f3690;
	width: 196px;
	border: none;
	border-radius: 25px;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto 50px;
	display: flex;
	padding: 0 20px;
	color: white;
	font-size: 16px;
}
	#findOutHowBtn:hover {
		background-color: #929ad8;
	}

.scheduleADemoBtn {
	height: 52px;
	background: #929ad8;
	width: 222px;
	border: none;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	color: white;
	font-size: 16px;
}
	.scheduleADemoBtn:hover {
		background-color: #2f3690;
	}

.whiteArrowIcon {
	max-width: 16px;
}

#getStartedTodayBox p {
	margin-bottom: 5px;
	font-size: 15px;
	color: #2f3690;
}

.linkText {
	margin-top: 30px;
}

	.linkText a {
		color: #89ba44;
	}
.grayBubble {
	background: #f5f7fb;
	margin: 10px 0;
	padding: 20px 30px;
	border-radius: 32px;
}
.grayBubble h6 {
	font-size: 20px;
}

.grayBubble p {
	margin-top: 40px;
	color: #9b99ae;
	font-size: 16px;
}

.grayBubble {
	padding: 30px 40px;
}
.titleheader {
	color: #211c52;
	margin-top: 0px;
}

@media (min-width: 768px) {
	header h3 {
		font-size: 40px;
	}

	.display-flex-center {
		display: flex;
		align-items: center;
	}

	#getStartedTodayBox {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	h3 {
		font-size: 40px;
	}
}
@media (min-width: 1200px) {

	.grayBubble h6 {
		font-size: 20px;
	}

	.grayBubble p {
		margin-top: 40px;
		color: #9b99ae;
		font-size: 16px;
	}

	.grayBubble {
		padding: 30px 40px;
	}
}
@media(max-width:991px){
	#designedToBeEasy, #teachersLoveIt, #parentStudentReunification, #sisIntegration {
		margin: 0px 0px;
	}
}