/*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;
	margin:0;
	padding:0;
	margin:0 auto;
	font-family:"Lucida Grande", "Lucida Sans Unicode",
	"Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow-x: hidden;
}
	
#wrapper{
	position:relative;
	background:rgba(255,255,255,0.5);
	padding-top:1px;
	width: 100%;
	max-width:1200px;
	height: 1500px;
	margin: 0;
	padding: 0;
	margin:0 auto;
	overflow-x: hidden;
}
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: -10px;
	left: 133px;
	letter-spacing: .5px;
	width: 100%;
}
header div span {
	position: relative;
	font-style: italic;
	top: -26px;
	left: 133px;
	font-size: 100%;
	color: #000;
	letter-spacing: 1px;
}
header img{
	position:absolute;
	top:-27px;
	left:10px;
	width:113px;
	box-sizing: border-box;
}
#top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 3;
}
span.designation{
	position: relative;
	font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
	font-size: 23px;
	top: -12px;
}
#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;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.phrase{
	position:relative;
	text-align:center;
}
section{
	position:relative;
	width: 100%;
	max-width:1152px;
	background:rgba(255,255,255,0.5);
	margin:0 auto;
	height:1037px;
}
#school-links {
	position: absolute;
	bottom: 10px;
	width: 98%;
	height: 175px;
	background:#2a2a2a;
	margin: 8px 12px 0 12px;
	color: white;
}

#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;
}
#header_title {
	font-size: 50px;
	font-family: Georgia, Century Gothic, Verdana, serif;
	letter-spacing: .1em;
	text-shadow: 3px 3px 3px gray;
	text-align: center;
	position: relative;
	top: 50px;
	width: 100%;
	max-width: 650px;
	left: 50%;
	transform: translateX(-50%);
}
#header_title_administrator {
	font-size: 50px;
	font-family: Georgia, Century Gothic, Verdana, serif;
	letter-spacing: .1em;
	text-shadow: 3px 3px 3px gray;
	text-align: center;
	position: relative;
	top: 50px;
	width: 100%;
	max-width: 650px;
	left: 50%;
	transform: translateX(-50%);
}
#header_title_finance {
	font-size: 50px;
	font-family: Georgia, Century Gothic, Verdana, serif;
	letter-spacing: .1em;
	text-shadow: 3px 3px 3px gray;
	text-align: center;
	position: relative;
	top: 50px;
	width: 100%;
	max-width: 650px;
	left: 50%;
	transform: translateX(-50%);
}
#header_title_vp_acad {
	font-size: 50px;
	font-family: Georgia, Century Gothic, Verdana, serif;
	letter-spacing: .1em;
	text-shadow: 3px 3px 3px gray;
	text-align: center;
	position: relative;
	top: 50px;
	width: 100%;
	max-width: 650px;
	left: 50%;
	transform: translateX(-50%);
}
#header_title span{
	text-align:center;
}	
#entrance_mark{
	position:absolute;
	top:390px;
	right:320px;
	z-index:5;
	}

/* Page */

#page {
	position:relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	top:60px;
}

#content {
	margin:0px auto;
	width: 100%;
	max-width: 650px;
}

#content p{
	text-indent:2em;
	text-align:justify;
	letter-spacing:.1em;
	line-height:180%;
	font-family:Century Gothic, Tahoma, Verdana;
	font-size:14px;
}

#sidebar {
	font-family:Tahoma, Century Gothic, serif;
	font-size:13px;
	letter-spacing:.1em;
	line-height:150%;
	position:absolute;
	top:1150px;
	left:120px;
	width: 270px;
	border:3px dashed gray;
	padding:5px;
	background-color:white;
}

#sidebar li, #sidebar2 li{
	margin-top:5px;
	margin-bottom:5px;
	}
	
#sidebar li a, #sidebar2 li a{
	color:black;
	}

#sidebar li a:hover, #sidebar2 li a:hover{
	font-weight:bold;
	letter-spacing:.2em;
	font-family:Century Gothic;
	}
	
#sidebar2 {
	font-family:Tahoma, Century Gothic, serif;
	font-size:13px;
	letter-spacing:.1em;
	line-height:150%;
	position:absolute;
	top:1150px;
	left:450px;
	width: 270px;
	border:3px dashed gray;
	padding:5px;
	background-color:white;
}
#poptrox {
	position: relative;
	padding: 0;
	margin: 0 auto;
	top: 90px;
	width: 100%;
	max-width: 745px;
}

#gallery {
	position:relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align:center;
}
#gallery img {
	border: 5px solid #5DA23D;
	box-shadow: 3px 0px 10px black;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
    max-width: 100%;
    height: auto;
}
#gallery img:hover {
    transform: scale(1.05); /* Zoom in slightly */
}

#gallery li {
	margin: 0px auto;
	padding: 10px;
}

/*****************************************************
  Poptrox
*****************************************************/

.poptrox_popup
{
	position: relative;
	padding: 1em 1em 3em 1em;
	background: #ffffff;
}

.poptrox_popup .loader
{
	display: block;
	margin: 55px 0 0 0;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption
{
	position: absolute;
	bottom: 1em;
	left: 1em;
}

.poptrox_popup .closer
{
	position: absolute;
	bottom: 1em;
	right: 1em;
}

#footer {
	overflow: hidden;
	height: 100px;
	background: #1E5148 url(images/wrapper-bg.png) repeat;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	color: #45776E;
}

#footer a {
	text-decoration: none;
	color: #45776E;
}

/*Organizational Charts*/
#slide1_png{
	margin:0px auto;
	}
	
#slide1_png img, #slide2_png img, #slide3_png img, #slide4_png img, #slide5_png img{
	position:absolute;
	top:350px;
	left:150px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:650px;
	height:550px;
	border:1px solid gray;
	padding:5px;
	}
	
#slide2_png{
	margin:0px auto;
	}
	
#slide3_png{
	margin:0px auto;
	}
	
#slide4_png{
	margin:0px auto;
	}
	
#slide5_png{
	margin:0px auto;
	}
	
#slide_link{
	position:absolute;
	top:350px;
	left:150px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:650px;
	height:550px;
	border:1px solid blue;
	padding:5px;
	z-index:1;
	}
#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:hover{
	background:#fc2827;
}
#school-links{
	position:absolute;
	float:left;
	bottom:10px;
	width:98%;
	height:175px;
	background:#2a2a2a;
	margin:8px 12px 0 12px;
	color:white;
}
.dwc_school{
	position:relative;
	top:60px;
	width:900px;
	margin:0 auto;
}

#school-links ul{
	list-style:none;
}

#school-links li{
	display:inline;
}

#school-links li:not(:last-child){
	padding-right:10px;
}

#school-links a{
	font-family:'Oxygen', Segoe UI, Tahoma, sans-serif;
	text-decoration:none;
	color:white;
	font-size:small;
}

#school-links a:hover{
	color:#f54e34;
	text-decoration:underline;
}

#copyright a:hover{
	color:#f54e34;
	text-decoration:none;
}

#copyright{
	position:relative;
	top:60px;
	text-align:center;
}
#copyright p{
	font-family:'Oxygen', Segoe UI, Tahoma, sans-serif;
}

#copyright p a{
	font-family:'Oxygen', Segoe UI, Tahoma, sans-serif;
	color:#ffc300;
	text-decoration:underline;
}

#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:hover{
	background:#fc2827;
}
#message-highlight{
	border: 5px double gray;
	width: 600px;
	padding:10px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: rgb(255,255,255);
}
div.school_header {
	text-align:center;
	font-weight:bold;
}
div.ptext-center{
	text-align:center;
	font-weight:bold;
}

#pres-message{
	position:relative;
	left:-60px;
}

@media (max-width: 1000px){
	.container3 {
		left: 31%;
	}
	#page_title p{
		position: relative;
		top: -27px;
	}
}
@media (max-width: 950px){
	.container3 {
		left: 29%;
	}
}
@media (max-width: 900px) {
	header div h1 {
		font-size:35px;
		left: 120px;
	}
	header div span {
		font-size: 100%;
		left: 120px;
	}
	header img {
		top: -14px;
		width: 95px;
	}
	#contacts {
		top: -93px;
		left: 123px;
		font-size: 90%;
	}
	#address{
		left: 123px;
		font-size: 90%;
	}
	.container {
		left: 30%;
	}
	.container .content {
		padding: 0 20px;
	}
	.container3 .content p {
		font-size: 13px;
	}
}
@media (max-width: 850px) {
	#tabs div p {
		width: 95%;
	}
}