/*Styles for DWCSJ Website*/
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaijaan');
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
*{
	scroll-behavior:smooth;
}
html{
	margin:0;
	padding:0;
	background:#fff;
}

body{
	position:absolute;
	background-image:url(../../../images/bg/dwcsj-campus.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	color: #505050;
	font:normal 14px/1.8em Segoe UI, Century Gothic, sans-serif;
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	width:100%;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}

#wrapper{
	position:relative;
	background:rgba(255,255,255,0.5);
	padding-top:10px;
	padding-bottom:15px;
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}
#top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 3;
}
#address {
	position: relative;
	font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
	top: -90px;
	left: 133px;
	font-size: 100%;
	color: #000;
	letter-spacing: 1px;
}

#contacts {
	position: relative;
	font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
	top: -90px;
	left: 133px;
	font-size: 100%;
	color: #000;
	letter-spacing: 1px;
	display: flex;
}
.tel, .mobile {
	padding-right: 20px;
}
.fas, #address .fa{
	color: #f54e34;
	font-size: 14px;
	padding-right: 5px;
}
.dept_label.fa {
	color: #f54e34;
	font-size: 14px;
	padding-right: 5px;
}
header{
	position:relative;
	width:100%;
	height:143px;
	margin:0 auto;
}
header div h1 {
	position:relative;
	font-family: 'Archivo Black', sans-serif;
	font-size:40px;
	color:#000;
	top:-17px;
	left:133px;
	letter-spacing:2px;
	width:70%;
}

header div span{
	position:relative;
	font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
	top:-36px;
	left:133px;
	font-size:100%;
	color:#000;
	letter-spacing:1px;

}

header img{
	position:absolute;
	top:-27px;
	left:10px;
	width:113px;
}
#dept, #institutional{
	position:relative;
	top:25px;
	font-family: 'Lobster', cursive;
	font-size:50px;
	color:#dd872b;
	left:133px;
	letter-spacing:2px;
	text-shadow:-1px 1px 1px #1E2D06, 1px -1px 0 #E8E1BE;
	width:70%;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
section {
    position: relative;
    width:99%;
	top:0;
    margin:0 auto;
    clear: both;
    padding-top:10px;
    z-index: 0;
}
.span{
	position:absolute;
	font-size:small;
	color:gray;
	text-align:left;
	top:20px;
}
	
#news_titles{
	text-align:center;
	}
	
#news_titles a{
	font-family:Century Gothic;
	font-size:14px;
	display:block;
	text-decoration:none;
	border-bottom:1px dashed gray;
	padding: 5px 0;
	
	}
	
#news_titles a:link {
	color:navy;
}

#news_titles a:visited {
	color: rgb(102,102,102);
}
	
#news_titles a:hover{
	font-size:16px;
	color:F54E34;
}
	
.scrollToTop{
	position:fixed;
	bottom:80px;
	right:50px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background:#fd0b33;
	color:#fff;
	display:none;
}
.scrollToTop {
	padding-top:20px;
}
.scrollToTop:hover{
	background:#09cc26;
}
#school-links{
	position:relative;
	float:left;
	bottom:1px;
	width:98%;
	height:175px;
	background:#2a2a2a;
	margin:10px 0 0 12px;
	color:white;
	z-index:1;
}

#school-links ul{
	list-style:none;
}

#school-links li{
	display:inline;
}

#school-links li:not(:last-child){
	padding-right:10px;
}

#school-links a{
	text-decoration:none;
	color:white;
	font-size:small;
}

#school-links a:hover, #copyright a:hover{
	color:#f54e34;
	text-decoration:none;
}

#copyright p{
	text-align:center;
	font-size:12px;
}

#copyright p a{
	color:#ffc300;
	text-decoration:underline;
}

.news-content img{
	box-shadow:0 0 10px black;
}
#copyright{
	position:relative;
	top:60px;
	text-align:center;
}
.dwc_school{
	position:relative;
	top:60px;
	width:900px;
	margin:0 auto;
}
#social-media{
	position:relative;
	top:100px;
	width:600px;
	margin:0 auto;
}
#social-media a{
	font-size:18px;
}
.social-icon{
	margin:0;
	padding:0;
	position:absolute;
	bottom:45px;
	left:0;
	display:flex;
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}
.social-icon li{
	width:20%;
	text-align:center;
	list-style:none;
}
.social-icon li a{
	display:block;
	font-size:200px;
	color:#fff;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	transition:.5s;
}
.social-icon li a i{
	position:relative;
	top:10px;
}
.social-icon li a:hover{
	background:#fc2827;
}

/********************************** Start of Responsive Styles *********************************************/
@media (max-width:1150px){
	header img{
		top:-21px;
		left:-31px;
	}
	header{
		width:90%;
	}
	header div h1 {
		font-size:30px;
		top:-12px;
		left:83px;
		width:90%;
	}
	header div span{
		font-size:90%;
		top:-30px;
		left:83px;
	}
	#dwcsj_news {
    width:69%;
	}
}