html{
	position: relative;
	min-height: 100%;
}

body{
	margin: 0 0 100px; /* bottom = footer height */
	background: url(../images/background.jpg) no-repeat center center fixed;
	/*padding: 25px;*/

/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

body,html{
	padding:0px;
	margin:0px;
	height: auto !important;
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
body p{
	margin:0;
}
body ul{
	margin:0;
	padding:0;
}
/*-- header --*/
.header{
}
.header-info{
	padding:3em 0 0;
}
.logo{
	float:left;
}
.logo a{
	display:block;
}
.logo-right{
	float:right;
}
.logo-right span{
	display:none;
}
.logo-right ul{
	padding:0;
	margin:0;
}
.logo-right ul li{
	display:inline-block;
	background: #2B2B2B;
	padding: 15px 0px;
	float:left;
}
.logo-right ul li.active a{
	background:#423721;
}
.logo-right ul li:nth-child(1){	
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.logo-right ul li:nth-child(6){
	border-right:none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.logo-right ul li a{
	font-size: 15px;
	font-style: italic;
	font-family: arial;
	font-weight: 600;
	color: #F3EBE1;
	padding: 15px 25px;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.logo-right ul li a:hover{
	text-decoration:none;
	background:white;
	color: black;
}
/*-- //header --*/
/*-- content --*/
.content{
	padding-top: 30px;
	position: relative;
}
.content-text{
	left: 12%;
}
.content-text{
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #E1EAEB 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1EAEB), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E1EAEB 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E1EAEB 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E1EAEB 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E1EAEB 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding:3em 1em;
	box-shadow:2px 0px 9px #adadad;
	width: 76%;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
}
.title{
	float:left;
	width:72%;
}
.sidepage{
	float:right;
	width:27%;
}
.pages_more{
	border-left:1px dashed white;
	padding:0 0 0 1em;
}
.some-title{
	float:left;
}

.nameofgod{
	background: white;
	border-radius: 10px 10px 10px 10px;
	font-size: 19px !important;
}

.songlyrics{
	background: white;
	border-radius: 10px 10px 10px 10px;
	font-size: 9px !important;
}

.some-title h3{
	margin:0 0 .8em;
	color:#47443A;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	text-decoration:none;
}
.some-title h3 a{
	color:#47443A;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	text-decoration:none;
}
.some-title h3 a:hover{
	text-decoration:none;
	color:#DB7037;
}
.slogan{
	float:right;
}
.slogan p{
	margin:0;
}
.slogan p a{
	font-size:14px;
	font-weight:600;
	font-style:italic;
	font-family: arial;
	text-decoration:none;
}
.slogan p a:hover{
	text-decoration:none;
}
.slogan p span{
	display:block;
	color:#DB7037;
	font-size: 12px;
	margin-left: -1px;
	font-style:normal;
	font-weight: 600;
}
.ads h3{
	color:#47443A;
	font-size: 26px;
	margin:0 0 .5em;
	padding: 3em 0em 1em;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	border-bottom:1px dashed #E1DDD3;
}
.ads ul{
	padding:0;
	margin:0;
}
.ads ul li{
	list-style-type:none;
	padding-bottom: 1em;
	border-bottom: 1px dashed #E1DDD3;
	margin-bottom: 1em;
}
.ads ul li a{
	font-size:13px;
	color:#538C2E;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
.ads ul li a:hover{
	text-decoration:none;
	color:#000;
}
.more_pages h3{
	color:#47443A;
	font-size: 26px;
	margin: 3em 0 0;
	padding:0 0em 1em;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	border-bottom:1px dashed #E1DDD3;
}
.more_pages ul{
	padding:1em 0 0;
	margin:0;
}
.more_pages ul li{
	list-style-type:none;
	font-size:13px;
	color:#47443A;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	line-height: 21px;
}
.more_pages ul li a{
	text-decoration:none;
}
.more_pages ul li a:hover{
	color:#47443A;
	text-decoration:none;
}
.more_pages ul li span{
	display:block;
}

.tilte-grid img{
	width:100%;
	border:8px solid #ECE5D0;
	box-shadow: 0px 1px 8px #adadad;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}
.tilte-grid p{
	margin:1em 0 0;
}
p.vel a{
	font-size:13px;
	color:#307D34;
	font-family: 'Lato', sans-serif;
	font-style:italic;
	font-weight: 600;
}
p.vel a:hover{
	text-decoration:none;
	color:#000;
}
.tilte-grid p span{
	font-size:13px;
	color:#47443A;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	display:block;
	font-weight: 600;
	margin:.5em 0 0;
	line-height: 23px;
}
.tilte-grid p span label{	
	color:#4E3222;
	font-weight: 800;
}
.tilte-grid p span a.gravida{
	font-weight:800;
	text-decoration:underline;
	font-style: normal;
}
.tilte-grid p span a:hover{
	color:#47443A;
}

.border{
	padding:0;
	border-bottom:1px dashed #E1DDD3;
	border-top:1px dashed #E1DDD3;
	background:#fff;
	margin-bottom: 2.5em;
}
.border p{
	color:#fff;
	margin:0;
	font-size: 13px;
}

/*-- //content --*/
/*-- footer --*/
.footer{
	background: #2B2B2B;
	padding:3em 0em 3em;
}
.footer-grid{
	float:left;
	width:31%;
}
.footer-grid:nth-child(2){
	margin:0 1em;
}
.footer-grid h3{
	color:#E4DECA;
	font-size:25px;
	margin:0;
	padding-bottom:.3em;
	border-bottom:1px dashed black;
	font-weight:600;
	font-family: 'Playfair Display', serif;
}
.footer-grid p{
	color:#C3BCAE;
	font-size:14px;
	line-height:23px;
	margin:1em 0 0;
	font-weight:600;
	font-family: 'Lato', sans-serif;
	font-style: normal;
}
.footer-grid ul{
	padding:0;
	margin:0;
}
.footer-grid ul li{
	list-style-type:none;
	margin:1em 0;
}
.footer-grid ul li a{
	text-decoration:none;
	font-size: 14px;
	font-weight: 600;
	color: #C3BCAE;
	font-family: 'Lato', sans-serif;
	font-style: normal;
}
.footer-grid ul li a:hover,.footer-grid ul li.cap1 a{	
	color:#DB7037;
	text-decoration:none;
}

/* TO show active menu selected*/
.logo-right ul li.active a{
	background:#423721;
}

.logo-right ul li.active a {
	padding: 15px 122px 5px;
}
.logo-right ul li.active a {
	padding: 15px 91px 5px;
}


.footer-grid:nth-child(2) {
	margin: 0 6em;
	width: 20%;
}
.footer-grids {
	padding: 0 2em;
}
.footer-bottom{
	background:black;
	padding:1.5em  0;
}
.footer-bottom p{
	color:#C3BCAE;
	font-size:13px;
	margin:0;
	font-weight:600;
}
.footer-bottom p a{
	color:#C3BCAE;
	text-decoration:none;
}
.footer-bottom p a:hover{
	text-decoration:none;
	color:#DB7037;
}
/*-- //footer --*/

@media (max-width: 1440px)
{
	.next {
		margin-left: 8em;
	}
	.content-text {
		width: 100%;
	}
	.content-text {
		left: 8.5%;
	}
	.web-back a {
		padding: 24px 13px;
	}
	.more_pages h3 {
		font-size: 25px;
	}
	.ads h3 {
		font-size: 25px;
	}
}
@media (max-width: 1366px)
{
	.content-text {
		left: 5%;
		width: 100%;
	}
	.contact-left1 {
		padding: 4em 2em 5.6em;
	}
	.articles {
		min-height: 560px;
	}
	.contact-right1 {
		padding: 3.84em 7em;
	}
	.consequat textarea {
		height: 270px;
		margin: 1.5em 0 1.5em;
	}
}

@media (max-width: 1024px)
{
	.border {
		margin-bottom: 3.5em;
	}
	.tilte-grid p {
		margin: 2em 0 0;
	}
	.content-text {
		left: 1%;
		width: 100%;
	}
	.some-title h3 a {
		font-size: 26px;
	}
	.title {
		width: 70%;
	}
	.sidepage {
		width: 27%;
	}
	.ads h3 {
		padding: 2em 0em .5em;
	}
	.ads h3 {
		font-size: 23px;
	}
	.more_pages h3 {
		font-size: 23px;
		margin:2em 0 0;
	}
	.pre {
		width: 8%;
	}
	.next {
		margin-left: 2.5em;
	}
	.number ul {
		padding: 0.1em 0 0;
	}
	.footer {
		padding:10em 0em 3em;
	}
	.footer-grid h3 {
		font-size: 23px;
	}
	.footer-grid:nth-child(2) {
		margin: 0 5em;
	}
	.article {
		left: 1%;
		width: 98%;
	}
	.some-title h3 {
		font-size: 25px;
	}
	.related-posts h3,.consequat h4,.comments h4 {
		font-size: 25px;
	}
	.content-text-bottom h3 {
		margin: 0px 0 0.5em;
	}
	.content-text-bottom {
		margin: 0 0 2em;
	}
	.fig-text-left img {
		min-height: 160px;
	}
	p.phn-bottom {
		font-size: 1.5em;
	}
	p.lom {
		width: 53%;
	}
	.header1 {
		min-height: 170px;
	}
	.in-right input[type="submit"] {
		font-size: 15px;
		padding: 10px 0px;
		width: 68%;
	}
	.contact-left1 h3 {
		margin: 0 0 1.55em;
	}
	.article-grid-left img {
		min-height: 103px;
	}
	.next {
		width: 10%;
		margin-left: 2em;
	}
	.consequat input[type="text"], .consequat input[type="email"], .consequat textarea {
		font-size: 16px;
	}
	.consequat input[type="email"] {
		margin: 0 1.8em;
	}
}
@media (max-width: 768px)
{
	.cmnt-icon-right p {
		width: 100%;
	}
	.cmnt-icon-left {
		width: 14%;
	}
	.cmnt-icon-right {
		width: 79%;
	}
	.logo-right ul li a {
		font-size: 14px;
		padding: 15px 23px;
	}

	.content-text {
		top: -50%;
	}
	.content-text {
		padding: 3em 1em 3em;
	}
	.some-title h3 a {
		font-size: 23px;
	}
	.tilte-grid p span {
		margin: 1.3em 0 0;
	}
	.ads h3 {
		font-size: 19px;
	}
	.ads ul {
		padding: 1.5em 0 0;
	}
	.ads ul li {
		padding-bottom: .5em;
		margin-bottom: .5em;
	}
	.more_pages h3 {
		font-size: 19px;
	}
	.border {
		margin-bottom: 2.5em;
	}
	.more_pages ul {
		padding: 2em 0 0;
	}
	.view {
		width: 60%;
	}
	.web-back a {
		padding: 17px 5px;
		font-size: 18px;
	}
	.number ul li a {
		padding: .5em .56em;
		font-size: 12px;
	}
	.footer-grid h3 {
		font-size: 20px;
	}
	.footer-grid:nth-child(2) {
		margin: 0 4em;
	}
	.footer {
		padding: 10em 0em 3em;
	}

	.some-title h3 {
		font-size: 20px;
	}
	.slogan {
		margin-bottom: 1em;
	}
	.content-text-bottom h3 {
		font-size: 18px;
	}

}
@media (max-width: 667px)	
{
	.logo a img {
		width: 100%;
	}
	.logo {
		width: 30%;
	}
}
@media (max-width: 640px)	
{
	.logo-right ul li a {
		padding: 15px 15px;
	}
	.header {
		background: url(../images/logo.jpg) repeat -38em 0em;
	}

		.content-text {
			top: -1%;
		}
		.title {
			width: 100%;
			float:none;
		}
		.read {
			padding-left: 34em;
		}
		.number {
			margin-left: 5em;
		}
		.next {
			margin-left: 5.5em;
		}
		.sidepage {
			width: 100%;
			float:none;
		}
		.content {
			background: none;
			min-height: 1735px;
		}
		.content-text {
			padding: 2em 1em 2em;
		}
		.web-back {
			margin: 0 0 3em;
		}
		.footer {
			padding: 14em 0em 2em;
		}
		.footer-grid h3 {
			font-size: 18px;
		}
		.footer-grid:nth-child(2) {
			margin: 0 3em;
		}
	}
	@media (max-width: 568px)
	{
		.logo {
			margin-top: .5em;
		}
		.header {
			background: url(../images/header.jpg) no-repeat -40em 0em;
		}
	}
	@media (max-width: 480px)
	{
		.footer {
			padding: 7em 0em 2em;
		}
		.logo {
			width: 40%;
		}
		.logo-right ul li a {
			border-right: none;
		}
		.logo-right ul li.active a {
			background: none;
			border-bottom: 1px solid;
			padding: 15px 191px 5px;
		}
		.logo-right ul li a{
			padding:15px 182px 5px;
		}
		.logo-right ul li a:hover {
			text-decoration: none;
			border-bottom: 1px solid;
			background: white;
			color: black;
		}
		.logo-right ul.nav1 li {
			display: inline-block;
			text-align: center;
			margin: 0;
			width: 100%;
			padding: 17px 0;
		}
		.logo-right ul {
			position: absolute;
			padding: 0;
			margin: 2em 0 0;
			left: 2%;
			width: 96%;
			z-index: 999;
		}
		span.menu {
			display: block;
			cursor: pointer;
			width: 100%;
			position: relative;
			text-align:right;
			margin:11px 0;
		}
		ul.nav1{
			display:none;
			background:#1E8B99;
		}
		.some-title h3 a {
			font-size: 20px;
		}
		.ads h3 {
			padding: 1em 0em .5em;
		}
		.ads ul {
			padding: 1em 0 0;
		}
		.more_pages h3,.ads h3,.some-title h3,.related-posts h3,.consequat h4{
			font-size: 18px;
		}
		.more_pages h3 {
			margin: 1em 0 0;
		}
		.view a {
			font-size: 13px;
		}
		.footer-grid:nth-child(2) {
			margin:2em 0;
			width:80%;
		}
		.footer-grid h3 {
			font-size: 15px;
			padding-bottom: .5em;
		}
		.footer-grid {
			float: none;
			width: 100%;
		}

	}
	@media (max-width: 414px)
	{
		.header {
			background: url(../images/header.jpg) no-repeat -48em 0em;
		}
	}
	@media (max-width: 384px)
	{
		.read {
			padding-left: 17em;
		}
	}
	@media (max-width: 320px)
	{
		.view {
			width: 32%;
		}
		.content-text {
			top: -2.5%;
		}
		.logo {
			width: 48%;
		}
		.header {
			background: url(../images/header.jpg) no-repeat -40em 0em;
		}
		.header-info {
			padding: 2em 0 0;
			min-height: 155px;
		}
		.some-title h3 a {
			font-size: 15px;
		}
		.slogan p {
			font-size: 13px;
		}
		.slogan p span {
			font-size: 11px;
		}
		.tilte-grid p {
			margin: 1em 0 0;
		}
		.tilte-grid p span {
			margin: 0.3em 0 0;
		}
		.read {
			padding-left: 13em;
		}
		.pre {
			width: 17%;
		}
		.number {
			margin-left: 0em;
			padding-left:3.5em;
		}
		.next {
			margin-left: 3.5em;
			width: 16%;
			padding: .6em 0;
		}
		.number ul li a {
			padding: 0em .5em;
		}

		.footer-grids {
			padding: 0 0em;
		}
		.footer {
			padding:10em 0em 1em;
		}
		.footer-grid:nth-child(2) {
			margin:2em 0;
		}
		.footer-bottom p {
			font-size: 12px;
		}
		.footer-grid p {
			font-size: 12px;
		}
		.footer-grid h3 {
			font-size: 14px;
		}
		.footer-grid ul li {
			font-size: 12px;
			margin: .5em 0;
		}
		.footer-grid ul li a {
			font-size: 11px;
		}
		.logo-right ul li.active a {
			padding: 15px 122px 5px;
		}
		.logo-right ul li a {
			padding: 15px 122px 5px;
		}

		.more_pages ul {
			padding: 1em 0 0;
		}
		.more_pages ul li {
			padding-bottom: .5em;
		}

		.header1 {
			background: url(../images/header.jpg) no-repeat -43em 0em;
			min-height: 75px;
		}
		.logo-right ul.nav1 li {
			padding: 12px 0;
		}
		.logo-right ul li a {
			font-size: 12px;
		}
		.header-info {
			min-height: 100px;
		}
		.tilte-grid img {
			border: 3px solid #ECE5D0;
		}

		.footer-grid {
			float: none;
			width: 100%;
		}

	span.menu {
		margin: 6px 0;
	}
	.more_pages h3, .ads h3, .some-title h3, .related-posts h3, .consequat h4 {
		font-size: 15px;
	}
	.content {
		min-height: 1855px;
	}
	
}
@media (max-width: 240px)
{

	.logo-right {
		width: 15%;
	}
	span.menu img{
		width:100%;
	}
	.header {
		min-height: 141px;
	}
	.content-text {
		padding: 1em .5em 0em;
	}
	.some-title {
		float: none;
		width: 100%;
		text-align: center;
	}
	.slogan {
		float: none;
		width: 100%;
		text-align: center;
	}
	.logo-right ul li.active a {
		padding: 15px 91px 5px;
	}
	.logo-right ul li a {
		padding: 15px 91px 5px;
	}
}	



/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
	border-radius: 15px;
}

.carousel-caption {
	/*	background-color: #284E3F;*/
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 0 0 10px 25px;
	color: #fff;
	text-align: left;
}

.carousel-indicators {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	margin: 0;
	padding: 0 25px 25px 0;
	text-align: right;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	color: none;
}

.section-white {
	padding: 10px 0;
}

.section-white{
	background-color: #fff;
	color: #555;
}

@media screen and (min-width: 768px) {

	.section-white {
		padding: 0.5em 0;
	}
}

@media screen and (min-width: 992px) {

	.container {
		/*max-width: 930px;*/
		max-width: 1100px;
	}
}

/*Search box style*/
#custom-search-input {
	margin:0;
	margin-top: 10px;
	padding: 0;
}

#custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#D9230F;
}

.search-query:focus + button {
	z-index: 3;   
}


/*Download images for the app*/
.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	/*background-color: #008CBA;*/

	background-color: #ffffff;
	opacity: .8;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .5s ease;
}

.sacred:hover .overlay {
	bottom: 0;
	padding-bottom: 10px;
	height: 100%;
}
.sacred{
	margin-bottom: 8px !important;
}

.text { 
	color: black;
	font-size: 18px;
	padding: 3px;
	position: absolute;
	overflow: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*Users' Review and Testimonies*/

.carousel-content {
	color:black;
	display:flex;
	align-items:center;
}

#text-carousel {
	width: 100%;
	height: auto;
	padding: 20px;
}

#success_message{ display: none;}


/* Quotes*/
.box {
	background: #fff;
	border-radius: 12px 12px 12px 12px;
	margin: 0 0 20px;
	border: solid 1px #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

/* Social*/
.footer .social {
	text-align: left;
}
.footer .social a {
	margin: 0 10px 0 0;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 26px;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	vertical-align: bottom;
	background-color: #555555;
}
.footer .social a i {
	vertical-align: bottom;
	line-height: 30px;
}
.footer .social a.facebook:hover {
	background-color: #4460ae;
}
.footer .social a.gplus:hover {
	background-color: #c21f25;
}
.footer .social a.twitter:hover {
	background-color: #3cf;
}
.footer .social a.instagram:hover {
	background-color: #cd4378;
}
.footer .social a.email:hover {
	background-color: #4a7f45;
}

/*Top social*/
.slogan .social {
	text-align: left;
}
.slogan .social a {
	margin: 0 10px 0 0;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 26px;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	vertical-align: bottom;
	background-color: #555555;
}
.slogan .social a i {
	vertical-align: bottom;
	line-height: 30px;
}
.slogan .social a.facebook:hover {
	background-color: #4460ae;
}
.slogan .social a.gplus:hover {
	background-color: #c21f25;
}
.slogan .social a.twitter:hover {
	background-color: #3cf;
}
.slogan .social a.instagram:hover {
	background-color: #cd4378;
}
.slogan .social a.email:hover {
	background-color: #4a7f45;
}