/* your styles go here */

/* jumbotron */



.main-jumbotron {
	position: relative;
	padding-top: 0px;
	padding-bottom: 80px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-align: center;
	background: url('../img/naples-beach-tree.jpg') center center no-repeat;
	background-size: cover;
}
	


.jumbotron.main-jumbotron #scottsvideo {
	position: relative;
	float: right;
	z-index: 9;
	width: 300px;
	width:   ;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
}	
	
	
.main-jumbotron .content {
	position: relative;
	vertical-align: middle;
	margin-top: 10%;
}







.main-jumbotron2 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-align: center;
	background: url('../img/boatsonthelake.jpg') no-repeat;
	background-size: cover;
}

.main-jumbotron3 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #92CAE7;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-align: center;
	background: url('../img/minnetonka-rental-with-view.jpg') center center no-repeat;
	background-size: cover;
}



h2.greatfamily {
color:#f5cd00;
}


section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* universal box */
.box {
	background: #fff;
	margin: 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	border: medium solid #FFFFFF;
}

.box2 {
	background: #fff;
	margin: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}









.heading {
	margin-bottom: 20px;
	color: #000000;
	text-align: center;
}
.box-simple p {
  color: #000000;
}
=====================
FOOTER AND COPYRIGHT
=====================

*/
.footer__block {
  background: #cccccc;
  padding: 80px 0;
}
.footer__block .heading:after {
  background-color: #333333;
}
.footer__block h4 {
  font-size: 18px;
  color: #000000;
}
.footer__block h5 {
  color: #000000;
}
.footer__block ul {
  padding-left: 0;
  list-style: none;
}
.footer__block ul li {
  margin-bottom: 2px;
}
.footer__block ul a {
  color: #000000;
  margin-bottom: 2px;
}
.footer__block ul a:hover {
  color: #000000;
  text-decoration: none;
}
.footer__block p {
	color: #000000;
	font-style: italic;
}
.footer__block p a {
  color: #000000;
}



#portfolio .vcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.videos {
	align-content: ;
	width: auto;
	height: auto;
	text-align: ;
	margin-left: ;
	margin-right:;
	margin-left: -12px;
}
.videos .left {
	float: left;
	align-content: ;
	text-align: ;
	
}
.videos .right {
	float: left;
	align-content: ;
	text-align: ;
	
}
.videos .middle {
	float: left;
	align-content: ;
	text-align: ;
	
}


.lead2 {
	margin-bottom: 21px;
	font-size: 22px;
	text-align: center;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}






@media (min-width: 992px) {
  .footer__block .row {
    margin-bottom: 40px;
  }
}
.footer__block p.social {
  text-align: left;
}
