@charset "utf-8";
/* CSS Document */

.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('Site_Images/W_tin_can_tulips.jpg');
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
	position: relative;
	top:300px;
	font-family: Arial, Helvetica, sans-serif;
}

.jumbotron h1 {
	color: #fff;
	font-size: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}


.learn-more {
  background-color: #f7f7f7;
  text-align: center;
}

.learn-more h3 {
	font-family: 'Shift', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.learn-more a {
  color: #00b0ff;
  text-align: center;
}
}

.learn-more p {
  color: #00b0ff;
  text-align: center;
}

#h3 {
	color: #666;
}
.container .row .col-md-4.portfolio-item h3 {
	color: #666;
}
