.btn-h1-spacing{
	margin-top: 18px;
}
.img-responsive{
    margin:0 auto;
}
.navbar{
	background-color:#006aa7;
}
.navbar-default .navbar-brand{
	color:#ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.jumbotron{
	background-color:#1a79b0;
	color: #ffffff;
}
.navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #ffffff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #1a79b0;
}
.assignment_heading{
	color: #1a79b0;
}
.side_bar_links{
	color: #000000;
}
.assignment_description{
	color: #000000;
}
.about-hr{
	border: 0.5px solid lightgrey;
	margin-top: 0;
}
.about_lists{
	margin-bottom: 5px;
	text-align: left;
}
.about_heading{
	color: #1a79b0;
}
.home_link:hover{
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
.epson_title{
	font-weight: bold;
}
.enquiry_link{
	font-size: 18px;
}
.epson_hr{
	border: 0.5px solid lightgrey;
}
/*Youtube video styling*/
.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  margin: 0; /* remove outer spacing */
  border: none;
  overflow: hidden;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*End of youtube video styling*/

