body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-stretch: expanded;
	-webkit-font-smoothing: antialiased;


}

.img:hover{
	color: #424242; 
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 1;
	transform: scale(3);
	-ms-transform: scale(2); /* IE 9 */
	-webkit-transform: scale(2); /* Safari and Chrome */

}

.image-column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.image-row::after {
  content: "";
  clear: both;
  display: table;
}


.container {
	margin: 0 auto;
	max-width: 940px;
	padding: 0 10px;
}

a {
    text-decoration: none;
		color: #00A1F1;
}

.header .container {
	overflow: auto;
	position: relative;
	display: block;
	top: 50px;
	left: 0;
	right: 0;
	text-align: left;
	margin-bottom: 30px;
}

.header h1 {
	font-size: 47px;
	line-height: 100px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #292F33;
}

.header h2 {
	font-size: 24px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #00A1F1;
}

.header p {
	font-size: 20px;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 30px;
	color: #F65314;
	font-weight: 500;
}

@media (min-width:850px) {
	.header h1 {
		font-size: 47px;
	}
}

.nav {
	background: #e4e4e4;
	height: 50px;
	width: 100%;
	border-top: 4px solid #00a69c;
	letter-spacing: 1.2px;
}


.nav ul {
	height: 80px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.nav ul li {
	color: #fff;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	list-style: none;
	padding: 0 10px;
	transition: background .5s;
}


.main .container {
	position: relative;
}

.headerphoto {
	border-radius: 50%;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 5px;
}

.logo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border-radius: none;
	border: none;
}

figure figcaption {
    text-align: center;
}

figure {
    display: inline-block;
    margin: 20px; /* adjust as needed */
}

.main h1 {
	color: #00A1F1;
	text-align: left;
	font-size: 30px;
}

.main h2 {
	color: #55ACEE;
}

body {
  padding: 1em;
}

table {
  width: 100%;
	border-collapse: collapse;
	
}

td, th {
  padding: .25em;
  border: 1px solid #002f56;
}

tbody:nth-child(odd) {
  background: #CCC;
}

.table-syllabus {
	border-collapse: collapse;
	margin: 25px 0;
	/* font-size: 0.9em; */
	min-width: 400px;
}


/*
tbody:hover td[rowspan], tr:hover td {
   background: red; 
}*/

tbody:hover,
tr.hover,
th.hover,
td.hover,
tr.hoverable:hover {
    background-color: #ecec0085;
}

.grading {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	width: 50%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.grading td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

.grading th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2f9fd0;
  color: white;
}

.grading tbody:last-of-type {
	border-bottom: 2px solid #2f9fd0;
}

.grading tbody:nth-child(odd) {
  background: #ffffff;
}

.team {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	width: 80%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.team td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

.team th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2f9fd0;
  color: white;
}

.team tbody:last-of-type {
	border-bottom: 2px solid #2f9fd0;
}

.team tbody:nth-child(odd) {
  background: #ffffff;
}

.content-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
	background-color: #6da04b;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.content-table th,
.content-table td {
	padding: 12px 15px;
}

.content-table tbody tr {
	border-bottom: 1px solid #666666 ;
}

/* .content-table tbody:nth-child(odd) { 
	background-color: #f3f3f3f3;
} */

.content-table tbody:last-of-type {
	border-bottom: 2px solid #6da04b;
}

/* .content-table tbody tr.active-row {
	font-weight: bold;
	color: #FFBB00;
} */
.content-table tbody:nth-child(odd) {
  background: #e4e4e4;
}
.content-table tbody:hover,
tr.hover,
th.hover,
td.hover,
tr.hoverable:hover {
    background-color: #ebec00;
}

.content-table td, th {
  padding: .5em;
  border: none;
}





.label {
  color: white;
  padding: 5px;
}

.date {background-color: #2f9fd0;} /* Green */
.due {background-color: #DA3C28;} /* Blue */
.warning {background-color: #ff9800;} /* Orange */
.released {background-color: #427D10;} /* Red */
.other {background-color: #e7e7e7; color: black;} /* Gray */



.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.footer .container {
	height: 80px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFBB00;
}

.footer p {
	color: #66757F;
	font-size: 16px;
	line-height: flex;
	top: 5px;
	display: inline-block;
	float: left;
}

.footer .heart {
	color: #66757F;
	text-align: center;
	float: right;
	font-size: 18px;
}

.love {
    display: inline-block;
    /*position: relative;*/
    top: .2em;
    font-size: 1.4em;
    color: #e74c3c;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-animation: love .5s infinite linear alternate-reverse;
    -moz-animation: love .5s infinite linear alternate-reverse;
    animation: love .5s infinite linear alternate-reverse;
}

@-webkit-keyframes love {
    to {-webkit-transform: scale(1.2);}
}

@-moz-keyframes love {
    to {-moz-transform: scale(1.2);}
}
@keyframes love {
    to {transform: scale(1.2);}
}

@media (max-width: 500px) {
  .header h1 {
    font-size: 20px;
    line-height: 20px;
  }
	.header h2 {
		font-size: 10px;
		line-height: 20px;
	}

  .main, .jumbotron {
    padding: 0 30px;
  }

  .main img {
    width: 70%;
    height: 70%;
	}


	
}
