.light-green {
    color: #90C5BE;
}



.cbp-so-scroller {
	margin-top: 3em;
	overflow: hidden;
}


.cbp-so-section {
	margin-bottom: 12em;
}

.section-feature p {
    color: #DF4865;
    text-align: center;
    font-size: 2em;
	font-weight: 300;
}


/* Sections */
.section1 {
	margin-bottom: 6em;
}

.section-2 {
    background-color: white;
}

.section-2 h2{
    color: #407971;
}

.section-2 p{
    color: #90C5BE;
}


/* Break section */
.break-section { 
    background-color: #90C5BE;
    padding: 2em 7em;
    margin-bottom: 5px;
}


.break-section h2{
    font-size: 5em;
	font-weight: 300;
	line-height: 1;
    color: #DF4865 ;
    text-align: center;
}


.break-section p{
    text-align: center;
    font-size: 2em;
	font-weight: 300;
    color: #407971;   
}

.blog-section {
    background-color: #FFF;
    margin-bottom: 2em;
}

.blog-section h2{
    font-size: 5em;
	font-weight: 300;
	line-height: 1;
    color: #DF4865 ;
    text-align: center;
}


.blog-section p{
    text-align: center;
    font-size: 2em;
	font-weight: 300;
    color: #407971;   
}

.blog-section a{
    text-decoration: none; 
}

.blog-section #blog1 {
    background-color: #FFE3BC;
    height: 20em;
}

.blog-section #blog1 p{
    color: #407971;
    padding-top: 3em;
}


.blog-section #blog2 {
    background-color: #C6E9FF;
    height: 20em;
}

 

.blog-section #blog2 p{
    color: #DF4865;
    padding-top: 3em;
}


.blog-section #blog3 {
    background-color: #407971;
    height: 20em;
}

.blog-section #blog3 p{
    color: #FFE3BC;
    padding-top: 3em;
}



.cbp-so-section #link-2 {
    color: #DF4865;
    margin-top: 1em;
    font-size: 2em;
    font-weight: 200;
}



footer {
    color: #407971;
    text-align: center;
}

footer p .left {
    text-align: left;
}

footer a {
    color: #407971;
}

footer a:hover {
    color: #90C5BE;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 60px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	color: #fff;
    
    margin-left: 38%;
  
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
	color: #DF4865;
	background: #fff;
  
}





/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
.cbp-so-section h2 {
	font-size: 5em;
	font-weight: 300;
	line-height: 1;
    color: #407971;
}

.cbp-so-section p {
	font-size: 2em;
	font-weight: 300;
    color: #90C5BE;
}

p #small-link {
    font-size: 1em;
    font-weight: 300;
    color: #407971;
}


/* Sides */
.cbp-so-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: right;
}

.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */

@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 65%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}

@media screen and (max-width: 41.125em) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
    
    .break-section p{
    text-align: center;
    margin-left: 2em;
    margin-right: 2em;
}
}


