@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&subset=latin-ext');

html, body {	
	font-family: 'Raleway', sans-serif;
	color: #464646;	
    overflow-x: hidden;
    /*overflow-y: hidden;*/
	background: #F3F3F3 url('../images/serduszko-background.png');
}
canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.text-gradient {
	background: -webkit-linear-gradient(left, #fb0078, #ff3c30);
	background: linear-gradient(left, #fb0078, #ff3c30);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#hashPS {
	position: absolute;
	top: 2px;
	right: 20px;
	z-index: 999;
	font-size: .8em;
}
#social-link {
	text-align: left;
	position: relative;
}
#social-link a {
	background: #b5b5b5;		
	display: inline-block;	
	width: 60px !important;
	height: 60px !important;
	margin-bottom: 20px;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space:normal !important;
    word-wrap: break-word; 	
}
#social-link a:hover {
	background: #fb0078;
}
#social-link a img {
	width: 60px;
	height: 60px;
}
#footer {
	background: #FFF;
}

@media only screen and (min-width: 1199px) {		
	#social-link {
		position: absolute;
		top: 70px;
		right: -100px;
		z-index: 999;
	}	
	#social-link a {
		display: block;	
		width: 60px !important;
		height: 60px !important;
	}
	/*
	#social-link a img {
		width: 45px;
	}
	*/	
	#hashPS {
		top: 2px;
	}
	#hashPS {
		font-size: 1em;
	}
}

@media only screen and (max-width: 767px) {	
	#social-link a {	
		width: 45px !important;
		height: 45px !important;
	}
	#social-link a img {
		width: 45px;
		height: 45px;
	}
}

.cc-message, .cc-btn {
	font-family: 'Raleway', sans-serif;
	color: #464646;
	font-size: .8em !important;
}

.cc-window.cc-banner {
    padding: .2em .5em; 
}