/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.navbar-default {
	background-color: #f5fffa;
	background-repeat: repeat-x;
	/*border-radius: 4px;*/
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	border-color: #D9E6DF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-color:#cde4d1;
	background-repeat: repeat-x;
}
body {
	padding-top:50px;
	font-family: "Lato";
	font-size:15px;
	font-weight:300;
	color:#555;

}
.services{
	padding-top:50px;
}
.services h2{
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Roboto Condensed";
    font-weight: 300;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../../img/berkeley_sign.jpg) no-repeat center top;
	/*margin-top: -10px; old*/
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 751px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	font-weight: 700;
	font-size: 70px;
	color: #494848;
	margin-bottom: 20px;
}

#headerwrap h4 {
	color: #494848;
	font-size: 26px;
	font-weight: 700;
}
.custom-service {
	text-align:center;
}
.custom-service p {
    text-align:left;
	line-height:28px;
	margin-bottom: 25px
}
.custom-service h4 {
    font-size:25px
}
.footer{
	background-color:#f5fffa;
	border:1px solid #d9e6df;
	margin-top: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.btn{
	margin:5px 0;
}

.check-images .overlay, .check-images .backdrop {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center; }
.check-images .backdrop {
  z-index: 100;
  background: black; }
.check-images .overlay {
  z-index: 101;
  padding-top: 15%; }
.check-images .item {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px; }
  .check-images .item:hover .backdrop, .check-images .item:hover .overlay {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    visibility: visible; }
  .check-images .item:hover .backdrop {
    opacity: 0.7; }
  .check-images .item:hover .overlay {
    opacity: 1; }

	.modal.and.carousel {
  position: fixed; // Needed because the carousel overrides the position property
}
