/*
===========================================================================================
===========================================================================================
 Welsummer Club - Website  (www.welsummer.club)
 ==========================================================================================
 Copyright:	Tempest Technology  (Pete Tempest)
 		Code from this website must not be used by 3rd parties without permission
===========================================================================================
 FILENAME: 	ws_notices.css
 DESCRIPTION:	CSS page
===========================================================================================
 NOTES
 Dependency:	none
===========================================================================================
 | HISTORY
 |-----------------------------------------------------------------------------------------
 | Date		| Author		| Details
 |--------------|-----------------------|--------------------------------------------------
 | 05/03/2020   | Pete Tempest		| First created
 |              |             		|
 |              |             		|
 |              |             		|
===========================================================================================
===========================================================================================
*/

.news_heading {
	margin:1vw 0.3vw 0 0.5vw;
	font-family:'noto_sansbold','sans serif'; 
	font-weight:400;
	color:#000050; 
	font-size:1.4vw;
}

.notice_div {
	font-family:'noto_serifregular','serif'; 
	color:#000050; 
	font-weight:900;
	margin:6vw 2vw 3vw 5vw;
}

.sponsor-link-format {
	background-color:#eeeeee;
	padding:0.5vw 0.5vw 0.5vw 0.5vw;
	border:0.5vw solid #0000f0;
}



* {
	box-sizing: border-box;
}

img {
	vertical-align: middle;
}

.active {
	background-color:#000050;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 3s;
}

@-webkit-keyframes fade {
	from {opacity: .3} 
	to {opacity: 1}
}

/* ------------------------------ */

/* Slideshow 1 */

.spon1_slides {
	display: none;
}

/* Slideshow container */
.spon1_slideshow8container {
	height:27vw;
	position: relative;
	text-align:center;
	margin: none;
}

/* ------------------------------ */

/* Slideshow 2 */

.spon2_slides {
	display: none;
}

/* Slideshow container */
.spon2_slideshow_container {
	height:28vw;
	position: relative;
	text-align:center;
	margin: none;
}

