/*tyle for the eco-chanukah challenge*/

/*823*/

.eco-small-width{
	max-width: 850px;
	margin: 0 auto 0 auto; 
	width: 100%;
	display: block;
}

.eco-chanukah span{
	display: block;
}

.eco-chanukah a{
	text-decoration: underline;
}

.eco-part1{
	text-align: center;
}

.eco-title-1{
	color: #15BEF0;
	font-size: 37px;
	letter-spacing: 1px;
	margin-top: 5px;
}

.eco-title-2{
	color: #00539a;
	font-size: 54px;
	letter-spacing: 2px;
	margin-top: -5px;
	margin-bottom: 20px;
}

.eco-title-3{
	color: #00539a;
	font-size: 33px;
	text-align: center;
	font-family: "effra",sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.eco-body-text{
	font-size: 22px;
}

.eco-red-border{
	border-bottom: 2px solid #D32039;
	padding-top: 45px;
	margin-bottom: 45px;
}

.eco-red-border2{
	border-bottom: 2px solid #D32039;
	padding-top: 5px;
	margin-bottom: 45px;
}

.eco-bullet{
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 50px;
	padding-top: 3px;
	max-width: 800px;
	margin: 0 auto;
	font-size: 22px;
	margin-bottom: 35px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 90%;
}
.eco-bullet.bullet-1{
	background-image: url(../img/bullet1.png);
}
.eco-bullet.bullet-2{
	background-image: url(../img/bullet2.png);
}
.eco-bullet.bullet-3{
	background-image: url(../img/bullet3.png);
}
.eco-bullet.bullet-4{
	background-image: url(../img/bullet4.png);
}


.eco-part-3{
	background-color: #00539a;
	color: white;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.eco-part-3 .eco-title-3{
	color: white;
}

.hand-bullet{
	background-image: url(../img/hand-bullet.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 50px;
	font-size: 22px;
	margin-bottom: 15px;

	
}
.tips-container{
	width: 100%;
}

.tips-container a{
	color: #ffffff;
}

.eco-column-one, .eco-column-two{
	width: 50%;
	list-style: none;
}

.eco-column-one{
	float: left;
}

.eco-clear{
	clear: both;
}

.eco-footer-text{
	font-size: 20px;
	text-align: center;
	font-style: italic;
}

.eco-footer-text a, a.eco-blue-link{
	color: #00539a;
	text-decoration: none;
}



.eco-chanukah span.eco-red{
	color: #f8004d;
	display: inline;
}









