@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	color: #fff;
	text-decoration:none;
}
a:hover, a:active {
	color: #ff5200;
	text-decoration:none;
}
header img {
	width:100%;
}
.whttxt {
	color: #eee;
}
.bg-sal {
	background: rgba(34, 34, 34, 0.9);
}
.noticeboard {
	position:relative;
}
.noticeboard-img {
	max-height:500px;
}
.top-left {
	position: absolute;
	top: 5%;
	left: 5%;
	background-color:black;
 padding:.25rem .5rem;
}
.border {
	border-width:5px !important;
}
.cookie-alert {
 padding:.25rem .5rem;
	margin-bottom:0px;
	font-size:small;/* 
	position:relative;
	border:1px solid transparent;
	border-radius:.25rem
	*/
}
.parallax {
	background-image: url("img/sal-parallax-bg.jpg");
	height: auto;
	max-width: 100%;
	padding-top: 50px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
.hexa {
 width:100#;
	height:auto;
}
/*
#share-nav {
	width: 100%;
	margin: auto;
	text-align: center;
}
#share-nav a {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	margin: 0.5rem;
	border-radius: 50%;
	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
}
#share-nav a:hover {
	opacity: 1;
}
#share-nav i {
	position: relative;
	/*top: 30%;
  	transform: translateY(-30%); /* was -50%
}
*/
#share {
	width: 100%;
	margin: 10px;
	text-align: center;
}
#share a {
	display: inline-block;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
	padding: 5px;
}
#share a:hover {
	opacity: 1;
}
/*
#share i {
	position: relative;
	top: 35%;
	transform: translateY(-50%);
	margin: 5px;
}
*/
.facebook {
	background: #3b5998;
}
.soundcloud {
	background:#ff5200;
}
.soundcloud i {
	margin:-4px;
}
.googleplus {
	background: #dd4b39;
}
.whatsapp {
	background: #4dc247;
}
.instagram {
	background: #e95950;
}
.pinterest {
	background: #cb2027;
}
.mixcloud {
	background: #ffffff;
}
.youtube {
	background: #ff0000;
}