/* Globals */
body {
  position: relative;
  padding-top: 3.5rem;
}
h1 {
	margin-top: 2rem;
}
h2 {
	margin-top: 1.5rem;
}
h2.card-header  {
	margin-top: 0;
}
h3 {
	margin-top: 1rem;
}

.sec-link {
	margin-top: 0rem;
    margin-bottom: 2rem;
}
/* Page Name hidden for navbar-nav */
#page_name {
	display: none;
}

/* Lab */
div.lab li {
	padding: 4px 0px 4px 8px;
}

/* Course Schedule */
.schedule .week h6 {
	text-transform: uppercase;
	font-weight: 700;
}
.schedule .week  {
	display: none;
}
@media (max-width: 576px) {
	.schedule .week {
		display: block;
	}
}
.schedule .card {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.schedule .card h2 {
	float: right;
	font-size: 1.0rem;
	margin: 0 0 0.25rem 0.5rem;
}
.schedule .card h3 {
	display: none;
	float: right;
	font-weight: 700;
	font-size: 1.0em;
	margin: 0 0.5rem 0.25rem 0;
	text-transform: uppercase;
}
.schedule .card h3::after {
	content: ": "; 
}
@media (max-width: 576px) {
  .schedule .card h3 {
    display: block;
  }
}
.schedule .card h4 {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0.25rem;
}
.schedule .card h5 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.schedule .card.card-primary h6 {
	text-transform: uppercase;
	font-weight: 500;
}
.schedule .card h6 {
	font-size: 0.9rem;
	font-weight: 900;
	margin-bottom: 0.25rem;
}
.schedule .card p {
	font-size: 0.9rem;
	font-weight: 400;
	margin-bottom: 0.25rem;
	line-height: 1.2rem;
}
.schedule .card.jan {
 background-color: rgba(73,71,140,0.3);
}
.schedule .card.feb {
 background-color: rgba(204,64,124,0.3);
}
.schedule .card.mar {
 background-color: rgba(141,107,156,0.3);
}
.schedule .card.apr {
 background-color: rgba(207,153,77,0.3);
}
.schedule .card.may {
 background-color: rgba(69,156,81,0.3);
}
.schedule .card.none {
 background-color: rgba(0,0,0,0.3);
}
.schedule .card.card-primary {
 color: #fff;
 text-align: center;
}
.schedule .card .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.9rem;
	border-radius: 0.2rem;	
}

@media (max-width: 576px) {
  .schedule .day-head {
    display: none;
  }
}


/*	$brand-primary:	#49478C !default;
		$brand-success:	#459C50 !default;
		$brand-info:		#8C6A9C !default;
		$brand-warning:	#CF994D !default;
		$brand-danger:	#CC3F7C !default;	 */


/* Custom */
.main-section {
	font-weight: 300;
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-top: 1rem;
	margin-bottom: 1rem;
}
/* Custom Cards */
.card-header {
	color: #fff;
	border: none;
}
.card-block {
	background-color: #fff;
	border-radius: 0 0 0.25rem 0.25rem;
}
.card .list-group:last-child .list-group-item:last-child {
	border-bottom: none;
}

/* Jumbotron */
.jumbotron {
	color: #fff;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0)), url("../img/bg1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	border-radius: 0;
}

/* Navbar */
.navbar-title {
	display: inline;
	font-size: 1.3rem;
}

/* Contact biography */
.contact-name {
 font-size: 1.6rem;	
}
.contact-title {
 font-size: 1.2rem;	
}
.biography {
	text-align: justify;
	font-size: 1rem;
}
.bio-image {
	padding-right: 1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .biography {
        font-size: 0.9rem;
    }
}

/* Schedude my-schedule */
.my-schedule .day {
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}
.my-schedule .hour {
	font-weight: 900;
	text-align: right;
	font-size: 0.9rem;
}
.my-schedule .half {
	font-weight: 400;
	text-align: right;
	font-size: 0.9rem;
	color: #888;
}
.my-schedule .item {
	font-size: 0.9rem;
	line-height: 1.1rem;
	border-radius: 5px;	
	padding: 0.5rem 0;
	text-align: center;
	margin: 0.5rem 5rem;
	color: #666;
}
.my-schedule .item b {
	font-size: 1.0rem;
	color: #373a3c;
}
.my-schedule .item i {
	font-style: normal;
}
.my-schedule .item u {
	text-decoration: none;
	font-weight: 700;
	color: #373a3c;
}
.my-schedule .free, .my-schedule .hour, .my-schedule .half {
	display: none;
}
@media (min-width: 576px) {
	.my-schedule .item {
		font-size: 0.7rem;
		margin: 0;
	}
	.my-schedule .item b {
		font-size: 0.8rem;
	}
	.my-schedule .free, .my-schedule .hour, .my-schedule .half {
		display: block;
	}
}
@media (min-width: 768px) {
	.my-schedule .item {
		font-size: 0.8rem;
	}
	.my-schedule .item b {
		font-size: 0.9rem;
	}
}
@media (min-width: 992px) {
	.my-schedule .item {
		font-size: 0.9rem;
	}
	.my-schedule .item b {
		font-size: 1.1rem;
	}
}
.my-schedule .course-1 {
  background-color: #cdf;
  height: 6rem;
}
.my-schedule .course-2 {
  background-color: #dcf;
  height: 6rem;
}
.my-schedule .course-3 {
  background-color: #ccf;
  height: 12rem;
}
.my-schedule .office {
  background-color: #ffc;
}
.my-schedule .lunch {
  background-color: #ddd;
}
.my-schedule .free-period {
  background-color: #bbb;
}

/* Course color-sort */
#colorsort th {
	background-color: #eee;
	color: #000000;
}
#colorsort th.colorsort-active {
	background-color: #373a3c;
	color: #fff;
}
#colorsort thead th b {
	display: none;
}
#colorsort thead th abbr {
	display: inline;
}
@media (min-width: 768px) {
	#colorsort thead th b {
		display: inline;
	}
	#colorsort thead th abbr {
		display: none;
	}
}


/* Scholarship pub-list */
.pub-list li u {
	display: block;
	text-decoration: none;
}
.pub-list li p {
	margin-left: 0;
}

@media (min-width: 768px) {
	.pub-list li u {
		float: left;
	}
	.pub-list li p {
		margin-left: 5rem;
	}
}

/* Vita */
.vita-updated {
	font-weight: 300;
	font-size: 0.8rem;
}
.vita-name {
	font-weight: 300;
}
.vita-title {
	font-weight: 400;
	font-size: 1.2rem;
	color: #666;
}
.vita-section {
	font-size: 1.1rem;
}
.vita-button {
	float: right;
	font-size: 1.2rem;
}

/* Footer */
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 5rem;
  color: #888;
  text-align: center;
  background-image: linear-gradient(to top, #373a3c 0%, #121314 100%);
  background-color: #202830;
}
footer a {
	color: #75bd7f
}
footer a:hover {
	color: #5cbd79
}
.footer-links {
  padding-left: 0;
  margin-bottom: 20px;
}
.footer-links li {
  display: inline-block;
}
.footer-links li + li {
  margin-left: 15px;
}

/* Carousel */
.carousel h2 {
	font-size: 1.4rem;
}

.carousel, .carousel-item {
  height: 300px;
}
.carousel .carousel-item .carousel-caption {
	bottom: auto;
	top: 30px;
	left: 15%;
	right: auto;
	display: inline;
	padding: 10px 20px;
	background-color: rgba(0,0,0,.3);
	border-radius: 5px;
}
#main-carousel .carousel-item .bottom-caption {
	top: auto;
	bottom: 50px;
}

@media (min-width: 576px) {
	.carousel, .carousel-item {
		height: 400px;
	}
}
@media (min-width: 768px) {
	.carousel, .carousel-item {
		height: 500px;
	}
}
@media (min-width: 992px) {
	.carousel, .carousel-item {
		height: 600px;
	}
}
.carousel .item1 {
	background: #000 url('../img/background1.jpg') no-repeat center center;
}
.carousel .item2 {
	background: #000 url('../img/background2.jpg') no-repeat center center;
}
.carousel .item3 {
	background: #000 url('../img/background3.jpg') no-repeat center center;
}



