footer {	
	background-image: url(../img/slider-bg2.jpg);
	background-position: center;
	background-repeat:  no-repeat;
	background-size: cover;
}

.footer-description {
	color: #abb7c4;
	background-color: #0f1c27;
	border-top: 2px solid #1e2c3b;
	padding: 15px 0;
	font-size: 11pt;
}

.footer-content {
	padding: 20px 0;
	width: 100%;

}

.tag {
	color: #abb7c4;
	font-size: 10pt;
	display: block;
	padding-top: 5px;
}

.tag > a  {
	color: white;
	text-decoration: underline;
}

.site {
	color: white;
	display: block;
	font-size: 12pt;
	margin: 0 auto;
}

.site > a {
	color: white;
}

.connect {
	color: #abb7c4;
	font-size: 10pt;
	padding-top: 10px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
	
	.site > a, .site {
		font-size: 10pt;		
	}
	
	.tag > a, .tag > span{
		font-size: 8pt;
	}
	

}
/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { 
	.footer-description {
		padding: 10px 0;
		font-size: 8pt;
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
	
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
	
}

@media (min-width: 1500px) { 
	.connect {
		font-size: 12pt;
	}
}