/* 
Site Name: United we Fansite
Designer: Never Enough Design
Designer URI: https://neverenoughdesign.org
*/

body {
	background-color: #2F3A41;
	margin: 0;
	padding: 0;
	font-family: "Lato", Arial, sans-serif;
	font-size: 12px;
	color: #B5B5B5;
	font-weight: 400;
	overflow-x:hidden!important;
	white-space:normal;
}

#wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#content {
	width: 100%;
}

/*------------------------------------
-----------top----------------------*/

@font-face {
font-family: "Avenger";
src: 
url("font/AVENGER.ttf") format("truetype"),
url("font/AVENGER.otf") format("opentype");
}

#title {
	text-align: center;
	margin: 0;
	padding: 55px 0 25px 0;
	}
	
#title span {
	font-size: 55px;
	line-height: 28px;
	margin: 8px auto;
	padding: 20px auto;
	letter-spacing: 2px;
	font-family: 'Avenger', cursive;
	color: #8beffe;
}

	
/*------------------------------------
----------------links---------------*/

a, a:link, a:visited, a:focus {
	color: #646464;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-weight: 700;
}

a:hover {
	color: #000;
	
}

/*------------------------------------
---------------sites----------------*/

#sites {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#site {
  display: inline-block!important;
  margin: 5px 5px 10px 5px;
  width: 180px;
}

.sites-body {
  margin: -55px 0 0 0;
  display: block;
  z-index: 2;
  text-align: center;
}

h2 {
  font-family: 'Playfair Display', sans-serif;
  color: black;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
}
	

.background {
	z-index: -2;
	position: relative;
}

.background img {
	-webkit-filter: grayscale(1);
  	width: 180px;
}

.marker {
	position: relative;
	z-index: -1;
	padding: 50px 10px 10px 10px;
	margin: -50px auto 0 auto;
	text-align: center;
	background: #fff;
}

.divider-one {	
	border-bottom: 8px #972b98 solid;
}

.divider-two {
	border-bottom: 8px #8b56c2 solid;
}

.sites-body img {
	border-radius: 200px;
	text-align: center;
	margin: 0 auto;
	width: 35%!important;
	border: 5px #fff solid;
	background: #fff;
	z-index: 1;
}

.date {
	display: block;
  	font-family: 'Cousine', serif;
  	color: grey;
  	font-size: 13px;
  	text-transform: normal;
	font-weight: 400;
}

.socials-one,
.socials-two {
	background: #fff;
	margin: 0;
	padding-bottom: 8px;
}

.socials-one a,
.socials-two a {
  	font-family: 'Cousine', serif;
	font-size: 9px!important;
	margin-right: 5px;
	font-weight: 400;
	color: #000!important;
	z-index: 3;
}

.socials-one a:hover {
	color: #972b98!important;
}


.socials-two a:hover {
	color: #8b56c2!important;
}

/*------------------------------------
---------------footer---------------*/

#footer {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
}

.footer {
	text-align: left;
	width: 1100px!important;
}

.footer h3 {
	font-size: 15px;
	font-family: 'Roboto Condensed';
	text-transform: lowercase;
	color: #fff;
	font-weight: 400;
}

.footer i {
	font-size: 12px;
	color: #ffc066;
	vertical-align: middle;
}

.footer a {
	border-bottom: 3px solid #000;
	color: #fff;
	font-family: 'Cousine';
	text-transform: capitalize;
	font-weight: 400!important;
	font-size: 11px;
	margin: 0 2px;
	padding: 1px 3px;
}

.footer a:hover {
	background: #ffc066;
	border-bottom: 0px;
}

.footer .credits a  {
	border-bottom: 0px;
	background: #e2adbf;
	color: #000!important;
	font-family: 'Cousine';
	text-transform: capitalize;
	font-weight: 400!important;
	font-size: 11px;
	margin: 0 2px;
	padding: 1px 3px;
}

.footer .credits {
	margin-top: 15px;
}

.footer .credits a:hover {
	background: #a598e7;
}

/* ------------------ 

R E S P O N S I V E    C S S

 --------------------- */
 
@media  only screen and (max-width: 240px), only screen and (max-device-width: 200px) {
	
body,
#wrapper,
#content,
#title,
#footer {
	overflow-x: hidden!important;
}
	
#wrapper {
	max-width: 100%!important; 
}

.date,
#title span {
	font-size: 4.5vw;
}

.footer {
	width: 100%!important;
}

.site-body,
.background img {
	width: 100%!important;
}

}
 
@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body,
#wrapper,
#content,
#title,
#footer {
	overflow-x: hidden!important;
}

#wrapper {
	max-width: 100%!important; 
}

.footer {
	width: 100%!important;
}

.site-body,
.background img {
	width: 100%!important;
}

}