body{
	font-size: 16px;
	color: #fff;
	background-color: #36454f;
	font-family:'Oxygen',sans-serif;
}

main {
	margin: 50px;
	padding: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	font-family: sans-serif;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;

}
main.table{
	width: 82vw;
	height: 90vw;
	background-color: #fff5;
	backdrop-filter:blur(7px);
	box-shadow:  0 .4rem .8rem #0005;
	border-radius: .8rem;
	overflow: hidden;

}
.table_head{
	width: 100%;
	height: 10%;
	background-color: #fff4;
	padding : .8rem 1rem;
}

.table_body{
	width: 95%;
	max-height: calc(89% - .8rem);
	background-color:#fffb;

	margin: .8rem auto;
	border-radius: .6rem;
	overflow: auto;
}
.table_body::-webkit-scrollbar{
	width: 0.5rem;
	height: 0.5rem;
}
.table_body::-webkit-scrollbar-thumb{
	border-radius: .5rem;
	background-color: #0004;
	visibility: hidden;
}
.table_body:hover::-webkit-scrollbar-thumb{
	visibility: visible;
}
table{
	width: 100%;
}
td img{
	border-radius: 50%;
}
table, th, td{
	border-collapse: collapse;
	padding: 1rem;
	text-align: left;
}
thead th{
	position: sticky;
	top: 0;
	left: 0;
	background-color: lightgrey;

}

tbody tr:nth-child(even){
	background-color: darkgrey;
}
tbody tr:hover{
	background-color: #fff6;
}
.status{
	padding: .4rem 0 ;
	border-radius:  .8rem;
}

.status.HOD{
	background-color: #86E49D;
	color: #006b21;
}
.status.AP{
	background-color: #D893A3;
	color: #b30021;

}
.status.CAS{
	background-color: #6fcaea;
	color: black;

}
.status.AC{
	background-color: #666666;
	color: black;
}
#header-nav{
	background-color:#00022e;
	border: 0;
	border-radius: 0;
	overflow: auto;
}

#logo-img{
	background:url('../images/logo.png') no-repeat;
	width: 220px;
	height: 250px;
	margin: 10px 15px 10px 0;
}
.navbar-brand{
	padding-top: 25px;

}

.navbar-brand h1{
	font-family:'Lora',serif;
	color: #ffff;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 2px 2px 2px #222;
	margin-top: 0;
	margin-bottom: 0;
	line-height: .75;
	overflow: left;
}
.navbar-brand a:hover,.navbar-brand a:focus{
	text-decoration: none;
}
.navbar-brand p {
	color: #000;
	text-transform: uppercase;
	font-size: .7em;
	margin-top: 15px;
}
.navbar-brand p span{
	vertical-align: middle;
}
#nav-list{
	margin-top: 10px;
}
#nav-list a{
	columns: #951c49;
	text-align: center;
}
#nav-list a:hover{
	background: #e7e7e7;
}
#nav-list a span{
	font-size: 1.8em;
}
#phone{
	margin: 5px;
}
#phone a{
	text-align: right;
	padding-bottom: 0;

}
#phone div{
	color: #557c3e;
	text-align: right;
	padding-right: 15px;
}

.navbar-header button.navbar-toggle,.navbar-header .icon-bar{
	border: 1px solid white;
}

.navbar-header button.navbar-toggle{
	clear:both;
	margin-top: -40px;
	

}
.panel-footer div.row{
	margin-bottom: 35px;
	color:springgreen;
}

#hours,#address{
	line-height: 2;
}
#hours >span,#address >span{
	font-size: 1.3em;
}

#address p{
	color:springgreen;
	font-size: .8em;
	line-height: 1.8;
}

#Admissions{
    font-style: italic;
}

#Admissions p:nth-child(2){
	color: white;

}
.container .jumbotron{
	box-shadow: 0 0 50px  #3f0c1f;
	border: 2px solid #3f0c1f;
}

#course-tile ,#special-course, #map-tile{
	position: relative;
	border: 2px solid #00022e;
	border-radius: 20px;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin-top: auto;
	margin: auto;
}

#course-tile:hover,#special-course:hover,#map-tile:hover{
	box-shadow: 0 10px 30px 10px black;
}

#course-tile{
	background: url('../images/course.jpg') no-repeat ;
	background-position:center;
}
#special-course{
	background: url('../images/special.jpg');
	background-position: center;
}

#course-tile span,#special-course span,#map-tile span{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	opacity: .7;
}

/**course page**/
.category-tile{
	position: relative;
	border: 2px solid #3f0c1f;
	border-radius: 20px;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin :0 auto 15px; 
}
.category-tile span{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	opacity: .9;
}
.category-tile:hover{
	box-shadow: 0 1px 5px 1px #cccccc;
}
.other-tile:hover{
	box-shadow: 0 1px 5px 1px #cccccc;
	}
#course-offered-tile+div{
	margin-bottom: 50px;
}

.other-tile{
	position: relative;
	border: 2px solid #3f0c1f;
	border-radius: 20px;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin :0 auto 15px; 
}
.other-tile span{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	opacity: .9;
}

/**single category pages**/
.course-item-title{
	margin-bottom: 25px;
}
.course-item-title hr{
	width: 100%;
}
.course-item-title .course-item-type{
	font-size: 1.1em;
	text-align: right;;
	margin-top: -15px;
	margin-right: -15px;
}
.course-item-title .course-item-type span{
	font-size: .6em;
}

.course-item-photo{
	position: relative;
	border: 2px solid #3f0c1f;
	overflow: hidden;
	padding: 0;
	margin-right: -15px;
	margin-left: 0;
	margin-bottom: 20px;
	max-width: 250px;
}
.course-item-photo div{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
	font-size: 1.5em;
	background-color: gray;
	text-align: center;
}
.course-item-description{
	padding-right: 30px;
}
h3.course-item-title{
	margin: 0 0 10px;
}
.course-details{
	font-size: 1.2em;
	font-style: italic;
}

/**Larger deivces**/
@media(min-width: 1204px){
.container .jumbotron{
	background: url('../images/Front_lg.png');
	height: 675px;
	
}
}

/**Medium devices **/
@media(min-width: 992px) and (max-width: 1199px){
#logo-img{
	background:url('../images/logo.png') no-repeat;
	width: 220px;
	height: 300px;
	margin: 5px 5px 5px 0;
}

/**home page**/
	.jumbotron{
		background: url('../images/Front.png') no-repeat;
		height: 558px;
		
	}
}
/**Small Devices**/
@media(min-width: 768px) and (max-width: 991px){
	.jumbotron{
		background: url('../images/Front_small.png') no-repeat;
		height: 432px;
		
	}
}

/**Extra Small devices**/
@media(max-width: 767px){	
	#call-btn >a{
		font-size: 1.5em;
		display: block;
		margin: 0 20px;
		padding: 10px;
		border: 2px solid #fff;
		background-color:gray;
		color: black;
	}
	#xs-deliver{
		margin-top: 5px;
		font-size: .7em;
		letter-spacing: .1em;
		text-transform: uppercase;
	}
	#home-tiles section{
		margin-bottom: 30px;
		text-align: center;

	}
	.panel-footer section{
		margin-bottom: 30px;
		text-align: center;
	}

	.panel-footer section:nth-child(3){
		margin-bottom: 0;
	}
	.panel-footer section hr{
		width: 50%;
	}
	.container .jumbotron{
		margin-top: 30px;
		padding: 0;
		box-shadow: 0 0 50px #3f0c1f;
	}
	#course-tile,#special-course{
		width: 360px;
		margin: 0 auto;
	}
}

/**super small **/
@media (max-width: 479px){
	.navbar-brand h1{
		padding-top: 5px;
		font-size: 5vw;
	}
	#course-tile,#special-course {
		width: 280px;
		margin: 0 auto;
	}

	.col-xxs-12{
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 100%; 
	}
	.category-tile{
		position: relative;
		border: 2px solid #3f0c1f;
		border-radius: 20px;
		overflow: hidden;
		width: 150px;
		height: 200px;
		margin:center; 
	}
	.category-tile img {
		width: 150px;
	}
	.other-tile{
		position: relative;
		border: 2px solid #3f0c1f;
		border-radius: 20px;
		overflow: hidden;
		width: 150px;
		height: 170px;
		margin:center;
	}
	.other-tile img {
		width: 150px;
	}
}
@media (max-width: 320px){
	.navbar-brand h1{
		padding-top: 5px;
		font-size: 5vw;
	}
	#course-tile,#special-course {
		width: 280px;
		margin: 0 auto;
	}

	.col-xxs-12{
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 100%; 
	}
	.category-tile{
		position: relative;
		border: 2px solid #3f0c1f;
		border-radius: 20px;
		overflow: hidden;
		width: 150px;
		height: 150px;
		margin :0 auto 15px; 
	}
	.category-tile img {
		width: 150px;
	}
}
