/*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: 3100px;
	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;
}
#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;
}
#address {
	position: relative;
	font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
	top: -90px;
	left: 133px;
	font-size: 100%;
	color: #000;
	letter-spacing: 1px;
}
.fas, #address .fa {
	color: #f54e34;
	font-size: 14px;
	padding-right: 5px;
}
h1.office-title{
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size:40px;
	letter-spacing:2px;
	text-shadow:3px 3px 3px gray;
	color:#4f4a46;
}
		
.office-title{
	background:rgba(255,255,255,0.5);
	width:98%;
	padding:15px 0;
	margin:0 auto;
	margin-bottom:10px;
}
.box{
	width: 100%;
	background:rgba(255,255,255,0.5);
	margin:10px 0 0 9px;
	height: 100%;
	max-height: 965px;
}

.box p span{
	line-height:1em;
	color:#4f4a46;
	font-style:italic;
	font-size:12px;
}
#dwcsj_list{
	border-radius:10px 10px;
    background-color:white;
    padding-left:5px;
    padding-right:5px;
	letter-spacing:.1em;
	line-height:200%;
	font-family:Segoe UI Symbol, Century Gothic;
	font-size:16px;
	text-align:center;
	width:760px;
	margin:20px auto;
}
	
.dwcsj_table{
	border:1px solid #000;
	border-collapse:collapse;
	background-color:#fff;
	color:#111;
	margin:0;
	padding:0;
	font:1em "Lucida Grande", "Lucida Sans Unicode",
		"Lucida Sans", Verdana, Tahoma, sans-serif;
	width:90%;
	margin:20px auto 40px auto;
}

.dwcsj_table  td, .dwcsj_table th {
	border:1px solid #000;
}

.dwcsj_table td {
	padding:1em;
}

.dwcsj_table th {
	background-color:#bcbcbc;
}

.dwcsj_table caption {
	font-size:120%;
	font-weight:bold;
	background-color:rgb(0,0,0);
	color:rgb(255,255,255);
	padding:1em 0 1em 0;
	border:1px solid #000;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}

.dwcsj_table tr:nth-child(odd) {
	background-color: rgb(255,255,255);
	color:#000000;
}

.dwcsj_table tr:hover {
	background-color:#dfe7f2;
	color:#000;
}
#dwcsj_goals{
        background-color:white;
        border:2px solid black;
		-moz-border-top-right-radius:10px;
		-webkit-border-top-right-radius:10px;
        border-top-right-radius:10px;
		-moz-border-bottom-left-radius:10px;
		-webkit-border-bottom-left-radius:10px;
        border-bottom-left-radius:10px;
        padding-left:5px;
        padding-right:5px;
		text-align:left;
		letter-spacing:.1em;
		line-height:200%;
		font-family:Segoe UI, Century Gothic;
}
	
#dwcsj_seal{
        border:2px solid black;
		-moz-border-top-right-radius:10px;
		-webkit-border-top-right-radius:10px;
        border-top-right-radius:10px;
		-moz-border-bottom-left-radius:10px;
		-webkit-border-bottom-left-radius:10px;
        border-bottom-left-radius:10px;
        background-color:white;
		letter-spacing:.1em;
		line-height:200%;
		font-family:Segoe UI, Century Gothic;
		font-size:18px;
		text-align:justify;
		width:750px;
		margin:0px auto;
		padding:15px;

}
	
#dwcsj_seal p{
	text-indent:5em;
	}
	
#dwcsj_seal_pic{
    border:2px solid white;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
    background-color:white;
	width:300px;
	margin:20px auto;
}
	
#dwcsj_seal_pic img{
	width:300px;
	height:340px;
	margin:0px auto;
}
	
#dwcsj_enrollment{
	text-indent:1em;
	letter-spacing:.1em;
	line-height:180%;
	font-family:Century Gothic;
	font-size:16px;
	text-align:justify;
	width:750px;
	margin:0px auto;
	border-radius:5px;
	padding:15px;
	
	-webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 7px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 7px rgba(50, 50, 50, 0.75);
}	

figcaption>span{
	line-height:1em;
	color:#4f4a46;
	font-style:italic;
	font-size:12px;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#school-links{
	position:relative;
	width:100%;
	height:175px;
	background:#2a2a2a;
	margin:10px 0 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;
}
section{
	position:relative;
	width: 98%;
	max-width:1152px;
	height:2600px;
	background:rgba(255,255,255,0.5);
	margin:0 auto;
	clear:both;
	padding-top:10px;
	padding-bottom: 20px;
}
section h1 {
  position: relative;
  padding: 20px;
  width: 90%;
  background-color: #fbfcf9;
  -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
  -moz-border-radius: 10px 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px 10px;
  text-align: center;
  margin: 10px auto;
  font-family: Century Gothic, Bookman Old Style, Verdana;
  color: rgb(0,0,0);
}
#dwcsj_admission {
  position: relative;
  border: 2px solid gray;
  line-height: 180%;
  font-family: Century Gothic;
  font-size: 16px;
  text-align: justify;
  width: 80%;
  margin: 0px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  -moz-box-shadow: 2px 2px 2px 2px white;
  -webkit-box-shadow: 2px 2px 2px 2px white;
  box-shadow: 2px 2px 2px 2px white;
}
.course_poster{
	position:relative;
	top:77px;
	width: 35%;
	margin-left:1%;
	clear:both;
}
.course_poster img{
	width: 100%;
}
.dept_news{
	position:absolute;
	top:87px;
	left:33.5%;
	width: 35%;
	background:#fff;
	padding-left:10px;
	padding-top:10px;
	height:75%;
	overflow-y:auto;
}
.dept_title p{
	font-weight:bold;
	margin-top:0;
	font-size:25px;
    padding-bottom: 5px;
}
.dept_news .features{
	position:relative;
	width: 100%;
	max-width:398px;
}
.dept_news .features .image-container img {
    box-shadow: 2px 2px 10px black;
    border-radius: 0 5px 5px 0;
	border: 5px solid #ffffff;
}
.features {
    position: relative;
	top:-28px;
    padding-bottom: 20px;
    height: 200px;
    border-bottom: 2px dotted #9bba6c;
    clear: both;
}
.image-container{
	position:relative;
	padding-top:10px;
}
.features:last-child {
    border: none;
}
.features>h2{
margin-top:4px;
font-size:14px;
line-height: 1em;
}
.features>p{
	position:relative;
    font-family: 'Oxygen', Segoe UI, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
	top:-8px;
}

.dept_events{
	position:absolute;
	top:87px;
	left:70%;
	padding-top:10px;
	width: 30%;
	background:#fff;
	clear:both;
	height: 75%;
    overflow-y: auto;
}
.events_title p{
	font-weight:bold;
	margin-top:0;
	font-size:25px;
	margin-left:10px;
}

.container{
	position:absolute;
	top:16px;
	left:50%;
	width:100%;
	transform:translate(-50%,50%);
	text-align:center;
	margin:0 auto;
	padding:0;
	font-family:"ARIAL BLACK";
	z-index:0;
}
.container span{
	font-size:3em;
	color:#f5ffff;
	position:relative;
	text-shadow:-1px 0 0 rgba(0,0,0,.2);
}
.container span:before{
	content:attr(data-title);
	position:absolute;
	top:21px;
	left:0;
	transform-origin:left;
	color:#ff8128;
	transition:.5s cubic-bezier(0,1.88,.83,.67);
	transform:rotateY(25deg);
}
.container span:after{
	content:attr(data-title);
	position:absolute;
	top:21px;
	left:0;
	transform-origin:left;
	color:rgba(0,0,0,.1);
	transition:.5s cubic-bezier(0,1.88,.83,.67);
	transform:rotateY(5deg) scale(1.07, 1) skewY(3deg);
	z-index:1;
	opacity:.5;
}
.container span:hover:before{
	transform:perspective(1000px) rotateY(-45deg);
}
.container span:hover:after{
	transform:rotateY(0deg) scale(1.11,1) skewY(6deg);
}
.social-media-links{
	position: relative;
	width: 100%;
    top: 102px;
    left: -32%;
}
.social-media-links ul{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0;
	padding:0;
}
.social-media-links ul li{
	position:relative;
	list-style:none;
	float:left;
}
.social-media-links ul li a{
	width:30px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	transition:width 0.5s;
	box-sizing:border-box;
}
.social-media-links ul li:hover a{
	width:120px;
}
.social-media-links ul li a .fa{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	box-sizing:border-box;
	color:#fff;
	border-right:2px solid #fff;
}
.social-media-links ul li a span{
	color:#fff;
	padding-left:10px;
}
.social-media-links ul li:nth-child(1) a{
	background:#3b5999;
}
.social-media-links ul li:nth-child(2) a{
	background:#55acee;
}
.social-media-links ul li:nth-child(3) a{
	background:#dd4b39;
}
.social-media-links ul li:nth-child(4) a{
	background:#0077B5;
}
.social-media-links ul li:nth-child(5) a{
	background:#e4405f;
	border-right:transparent;
}
.social-media-links div {
  position: relative;
  top: -22px;
  left: 32%;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 1.5em;
  width: 34%;
  text-align: center;
}
a.read-more{
	position:absolute;
	top:87%;
	left:67%;
	transform:translate(-50%,-50%);
	padding:10px 25px 10px 20px;
	border:2px solid #262626;
	text-decoration:none;
	color:#262626;
	transition:.5s;
}
a.read-more span:nth-child(1){
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:#262626; */
}
a.read-more span:nth-child(1):before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#262626;
	z-index:-1;
	transform:scale(0);
	transition:.5s;
}
a.read-more:hover{
	color:#fff;
}
a.read-more:hover span:nth-child(1):before{
	transform:scale(1);
}
a.read-more span:nth-child(2){
	position:absolute;
	top:50%;
	right:-16px;
	display:block;
	transform:translateY(-50%);
	padding:2px 5px;
	border:2px solid #262626;
	background:#fff;
}
a.read-more span:nth-child(2):before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#4c8aff;
	z-index:-1;
	transition:.5s;
	transform:scale(0);
}
a.read-more:hover span:nth-child(2):before{
	transform:scale(1);
}
.promotional_video{
	position:relative;
	width: 34%;
	top:111px;
} 
.promotional_video iframe{
	width: 100%;
}
.sub-section{
	height:345px;
	border-bottom:1px dotted #690;
}

.sub-section1{
	height:380px;
	border-bottom:1px dotted #690;
}

.sub-section2{
	height:1100px;
	border-bottom:1px dotted #690;
}

#part-time{
	margin:0 auto;
	width:600px;
	height:730px;
	padding:10px;
	border:1px solid  #999;
	background:#FFF;
	border-radius:10px;
	
}

#part-time>li{
	text-align:center;
	list-style:none;
	border-bottom: 1px solid #663;
	font-family: Arial, Helvetica, sans-serif;
	line-height:2em;
}

#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;
	bottom:10px;
	width:98%;
	height:175px;
	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;
}
@media (max-width: 1000px){
	.container span {
  		font-size: 2.5em;
	}
	.container span::before {
  		top: 14px;
	}
	.container span::after {
  		top: 14px;
	}
}

@media (max-width: 900px){
	header img {
		top: -19px;
	}
	header div h1 {
		font-size: 35px;
	}
	.container span {
  		font-size: 2em;
	}
	.container span::before {
  		top: 10px;
	}
	.container span::after {
  		top: 10px;
	}
}
