.big-image{
	width: 100%;
}

.big-text h1{
	margin-top: 20px;
	margin-bottom: 30px;
}
.big-text p{
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0;
}

.anchors{
	text-align: center;
}
.anchors a{
	font-size: 18px;
    font-family: "Habibi";
}
.anchors span img{
	width: 30px;
}

.section{
	margin-top: 20px;
	text-align: center;
}
.thumb{
	margin-top: 20px;
}
.thumb figcaption{
	margin: 0 auto;
	color: #428bca;
	font-weight: bold;
}
.thumb figcaption span{
	color: #FF6666;
	font-style: italic;
	font-size: 13px;
}

.section h2{
	font-weight: bold;
	line-height: 50px;
    font-size: 26px;
    color: #FF55A3!important;
}
.section img{
	margin: 10px auto;
	width: 500px;
	max-width: 100%;
}
.section p{
	text-align: center;
	padding: 0 5%;
	color: #5C5C5C!important;
	font-family: PT SERIF;

}




@media(max-width: 650px){
	.thumb figcaption{
		padding: 0;
		width: 100%;
	}
	.section img{
		width: 100%;
		margin: 10px auto;
	}
	.anchors a{
		width: 100%;
		margin-bottom: 20px;
	}
}













