body{
	background-color: #f2effc;
}

.navbar{
	background-color: #636363;
	color: white;
	border-radius: 8px;
	margin-bottom: 0px;
}

.nav.navbar-nav li a {
   color: #fff;
 }

 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      color: black;
      background: #f2effc;
 }
.jumbotron{
	height:400px;
	padding:0px!important;
	margin: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron > .Safeco{
	background-image: url("images/Safeco2.jpg");
	height:400px;
	padding:0px!important;
	margin: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron > .Safeco2{
	background-image: url("images/Safeco.jpg");
	height:400px;
	padding:0px!important;
	margin: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron > .Safeco3{
	background-image: url("images/Seattle.jpg");
	height:400px;
	padding:0px!important;
	margin: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron > .Safeco4{
	background-image: url("images/Fries.jpg");
	height:400px;
	padding:0px!important;
	margin: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron > .Safeco5{
	background-image: url("images/SafecoNav.jpg");
	height:400px;
	padding:0px!important;
	margin: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.jumbotron > .Safeco6{
	background-image: url("images/pier.jpg");
	height:400px;
	padding:0px!important;
	margin: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.navbar-xs .navbar-primary .navbar { min-height:28px; height: 28px; }
.navbar-xs .navbar-primary .navbar .navbar-brand{ padding: 0px 12px;font-size: 16px;line-height: 28px; }
.navbar-xs .navbar-primary .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 28px; }

.container{
	width:80%;
	background-color: white;
	padding-bottom:10px;
}

.col-sm-8 h1{
	text-align: left;
}


@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');

.panel-heading {
    cursor: pointer;
}

.panel-heading a{
	text-align: center;
	text-decoration: none;
}
