
.navbar{
	background-color:#434444;
	margin-bottom: 0px;
}
.navbar-brand{
	font-size: 25px;
	color:#dddddd;
}
.collapse{
float:right;
font-size: 18px;
}
.jumbotron {
	/*width:1500px;*/
	height:650px;
	background: url('../Images/header.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;

}
.jumbotron h1 {
	color:white;
	text-align:center;
	padding-top: 90px;
	font-family:"Open Sans","Helvetica Neue",Arial,sans-serif;
	font-weight: bolder;
}
.jumbotron p {
	color:white;
	text-align:center;
	padding:10px;
}
.jumbotron hr {
	max-width: 80px;
	border: 1px solid #dddddd;
}
#about_jumbotron {
	height:850px;
	background: url('../Images/about.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;
}
#about_jumbotron h3 {
	color:#dddddd;
	text-align:left;
	text-decoration: underline;
	margin-left: 50px;
	margin-top: 0px;
	font-family:"Open Sans","Helvetica Neue",Arial,sans-serif;
	font-weight: bolder;
}
#about_info {
	color:white;
	text-align:left;
	padding:10px;
}
#about_jumbotron p, #about_jumbotron ul{
	color:white;
	text-align:left;
	padding:0px;
	margin: 0px;
	font-size: 20px;
}
#project_jumbotron {
	height:100%;
	background: url('../Images/project.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;
}
#project_heading {
	color:white;
	text-align:center;
	margin-left: 50px;
	margin-top: 0px;
	font-family:"Open Sans","Helvetica Neue",Arial,sans-serif;
	font-weight: bolder;
	font-size: 42px;
}
#project_info {
	color:#dddddd;
	text-align:left;
}
#classes_jumbotron {
	height:100%;
	background: url('../Images/classes.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;
}
#week_jumbotron {
	height:100%;
	background: url('../Images/project.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;
}
#week5_jumbotron {
	height:100%;
	background: url('../Images/project.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;
}
#week6_jumbotron {
	height:100%;
	background: url('../Images/project.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;
}
#week8_jumbotron{
	height:100%;
	background: url('../Images/project.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;
}
#week10_jumbotron{
	height:100%;
	background: url('../Images/project.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 0px;
}
#week_heading {
	color:white;
	text-align:center;
	margin-left: 50px;
	margin-top: 0px;
	font-family:"Open Sans","Helvetica Neue",Arial,sans-serif;
	font-weight: bolder;
	font-size: 42px;
}
#week_assignment {
	color: white;
	text-align:left;
	font-size: 17px;
}
#topic_heading {
	color: white;
	text-align:left;
	font-size: 17px;
}

#week_jumbotron h2 {
	color:white;
	text-align:left;
	margin-left: 10px;
}
/*#info h2{
	color:black;
	text-align:center;
	margin-top: 70px;
}
#info p{
	color:black;
	text-align:center;
}
#info hr {
	max-width: 80px;
	border: 1px solid #dddddd;
}
#info {
	height:300px;
	background: #ea4b23;
}
#info a:hover{
text-decoration: none;
}
#exercise h2 {
	color:black;
	text-align:center;
	margin-top: 70px;
}
#exercise {
	height:550px;
	background: red;
}
#Row1Col1 {

}
#Row1Col1 a:hover .text-content {
opacity: 1;
}
.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
*/
#image {
	height: 300px;
  width: 357px;
  border: 4px solid #ddd;
}
.imgWrap {
  position: relative;
  height: 300px;
  width: 357px;
  margin-left: 10px;
}
.imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.72);
  visibility: hidden;
  opacity: 0;

  /*remove comment if you want a gradual transition between states
      -webkit-transition: visibility opacity 0.2s;
      */
}
.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
  text-align: center;
  color: white;
}
pre {
    background: #f5f5f5;
    border: 1px solid #eee;
    display: block;
    font-size: 14px;
    margin: 0 10px 20px 10px;
    overflow: auto;
    padding: 10px;
}
body a:hover{
text-decoration: none;
	}