
h2 {
    font-family: 'Crimson Pro', serif;
    font-weight:300;
    font-size: 12px;
    text-align: center;
    color: #646464;
}
/*
h3 {
    font-family: 'Crimson Pro', serif;
    font-weight:300;
    font-size: 30px;
    text-align: center;
    color: #646464;
}
h4 {
    font-family: 'Crimson Pro', serif;
    font-weight:300;
    font-size: 25px;
    text-align: left;
    color: #646464;
}
a {
    font-family: 'Ubuntu', sans-serif;
    font-weight:500;
    font-size: 16px;
    color: #646464;
}
*/
.logo_container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 60px;
}
.topsection {
    padding: 30px;
}
.topsection h1 {
    font-family: 'Crimson Pro', serif;
    font-weight:300;
    text-align: center; 
    color: #ffffff; 
    font-size: 33px;
}
.midsection {
    border-radius: 25px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    padding: 40px;
}
.midsection p {
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-weight:400;
    font-size: 15px;
    color: #363344;
}
.midsection h1 {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight:700;
    font-size: 32px;
    color: #646464;
}
.midsection h2 {
    font-family: 'Crimson Pro', serif;
    font-weight:300;
    font-size: 40px;
    text-align: center;
    color: #646464;
}
.midsection h3 {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight:700;
    font-size: 17px;
    color: #363344;
}
.midsection h4 {
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-weight:700;
    font-size: 15px;
    color: #363344;
}
.midsectioninnerbox {
    background: #15aee4;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}
.midsectioninnerbox p {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight:700;
    font-size: 17px;
    color: #ffffff;
}
.footersection p { 
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight:400;
    font-size: 12px;
    color: #ffffff;  
}
div.relative {
    position: relative;
    /* margin: auto; */
    /* width: 60%; */
    /* padding: 10px; */
    /* border: 3px solid #646464; */
}
.simList {   
    margin: auto;
    /* padding: 0px;     */
    /* border: 3px solid #646464; */
}
.simList h3 {
    text-align: left;
}
.simList p {
    text-align: left;
}
.startSimButton {
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
    
    /* center the button */
	margin: 0;
	position: absolute;
	left: 50%;
    transform: translate(-50%, 0%);
}
.startSimButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.startSimButton:active {
	position:relative;
	top:1px;
}
.simQuestionOutercontainer {
    padding-top: 10px; 
    position: relative;
    margin: 0 auto;
}
.simQuestionInnercontainer {
    padding-top: 10px;
    position: relative;
    /* width: 60%; */
    margin: 0 auto;
}
.currentApproach {
    position: relative;
    width: 60%;
    left: 8%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    /* border: 3px solid #646464; */
}
.currentApproach h2 {
    font-family: 'Crimson Pro', serif;
    font-weight:300;
    font-size: 32px;
    text-align: left;
    color: #646464;
}
.currentApproach p {
    text-align: left;
}
.resList {
    margin: auto;
    /* padding: 0px;     */
    /* border: 3px solid #646464; */
}
.resList h3 {
    text-align: left;
}
.resList p {
    text-align: left;
}
.desiredApproach {
    position: relative;
    width: 60%;
    left: 42%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    /* border: 3px solid #646464; */
}
.desiredApproach h2 {
    font-family: 'Crimson Pro', serif;
    font-weight:300;
    font-size: 32px;
    text-align: left;
    color: #646464;
}
.desiredApproach p {
    text-align: left;
}
.resultOuttake {
    position: relative;
    margin: 0 auto;
    width: 100%;
    /* left: 10%; */
    padding-top: 10px;
    /* padding-bottom: 10px; */
    text-align: center;
    /* border: 3px solid #646464; */
}
.resultOuttake h2 {
    font-family: 'Crimson Pro', serif;
    font-weight:300;
    font-size: 32px;
    text-align: center;
    color: #646464;
}
.resultOuttake p {
    text-align: center;
}
.desiredGoal {
    font-family: 'Ubuntu', sans-serif;
    font-weight:500;
    font-size: 20px;
    color: #646464;    
}
.contactussection {
    border-radius: 25px;
    /* background: #ffffff; */
    /* background: url("/assets/Demo_Background.svg") no-repeat center center fixed; */
    margin-left: auto;
    margin-right: auto;
    width: 470px;
    /* padding: 40px; */
}
