body {
		font-family:Arial,sans-serif;
		background-image:url('https://cdn.ontourmedia.io/fanfire/images/ABDsplash/background.jpg');
		background-repeat:no-repeat;
		background-position: top center;
		background-size: cover;
		background-attachment: fixed;
}
.logo {
		background: url("https://cdn.ontourmedia.io/fanfire/images/ABDsplash/abbey_dawn.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		height: 214px;
		margin-top:15px;
}
#myCarousel {
		margin-top: 15px;
		max-width: 1100px;
		margin: 0px auto 0px auto;
}
img {
		background-size: 100%;
}
.links_rows {
 		margin-top: 35px;
 		max-width: 1100px;
 		min-height: 300px;
}
.store_link {
		text-transform: uppercase;
		text-align: center;
		color: #bc2ec3;
		background-color: #f5e0f1;
		font-size: 27px;
		line-height: 45px;
		padding-top: 4px;
		padding-bottom: 3px;
	  	margin: 0 auto;
}

.store_link:hover {
	background-color: #f100ff;
	
}

.store_link:hover>a {
	color: #ffffff;
}
.store_link a:link , .store_link a:visited, .store_link a:hover {
	color: #bc2ec3;
	text-decoration: none;
}
.social {
	/* max-width:450px; */
}

.social a {
	margin-right:5px;
	margin-left:15px;
	margin-top: 5px;
}

.social a:hover {
	color: #ffffff;
}

.smGlobalBtn{ /* global button class box-shadow: 0 2px 2px #999; */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 41px;
    height: 42px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #f5e0f1;
    font-size: 21px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}

.bg_socialIcon {background:#f5e0f1;}

.bg_socialIcon:hover {
	background: #f100ff;
}

a i.fa {
	color: #bc2ec3;
	font-size:21px;	
	
}

a:hover i.fa {
	color: #bc2ec3;
}

.article_content {
	 width:1100px;	
}



.center {
	text-align:center;
}


/* MEDIA QERIES */
@media all and (max-width: 1200px) {
	.store_link {
	max-width: 670px;
	margin-bottom: 20px;
	}
}

@media all and (max-width: 768px) {
	body {
	background-size: auto;
	}
	
	.store_link {
	max-width: 500px;
	font-size: 20px;
	}
}
	
@media all and (max-width: 520px) {
	.hide_mob {
	display:none;
	}
	.store_link {
	font-size: 18px;
	border: 1px solid #8e0896;
	}
} 