body {
  /*padding-top: 70px;*/
  padding-top: 5px;
  padding-bottom: 0px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.banner {
background: transparent;

}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/logo.png");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
#block-menu-menu-quick-links {

	position: relative;
    margin: 0.5em;
    overflow: hidden;
	padding: 9px 5px 7px 10px;
	
}

#block-menu-menu-quick-links ul {
	text-align: right;

}

#block-menu-menu-quick-links ul li {
	display: inline;

	flex-grow: 0.25;
    flex-basis: 0.25;
    margin: .1em 0;
    padding: 0 0em;
    text-align: center;
    border-left: .1px solid #ccc;
    background-color: #fff;
	
}

#block-menu-menu-quick-links ul li a {
	display: inherit;

	color: #555555;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	
}

div.banner {
	background-color: #0C592D;
	background-image: url("images/student_banner2.jpg"); 
	
	height: 250px; 
	width: 100%;
	
	padding: 1em 5em;
	
	font-size: 450%;
	font-family: "Open Sans", sans-serif;
	font-weight: 200;
	
	color: white;
	
}


div.row.row_bread {

	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;	
	width: 100%;
}


.container_bread {
	
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	
	padding: 0 10em;
		
	color: #000000;
	background-color: transparent;
	
	width: 100%;
	
	outline: none;
	outline-offset: -2px;
	
}
 
.bread {
	background-color: rgba(255, 255, 255, 0.25 );
	font-size: 0.25em;
	font-weight: 600;
	
	color: black;
	
	padding: 0.5em;
	
	position: absolute;
	bottom: 26em;
	left: 0;
	
	width: 100%;
} 

.bread a {

	text-decoration: none;
	color: inherit;
	
}
 
.bread_wrapper{

}

.col-md-4{
	
	color:;
}


h3{

	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	background-color: #0A4881; 

}

div.copyright {
	background-color: #0A4881;

	height: 60px;

	width:100%;
	
	font-size: 13px;
	color: white;
	text-align: center;
	padding: 1.5em 4em;
}