body {
  background: url("../img/web-elements/fotolia_61812103-smaller-13.jpg") no-repeat;
  background-color: #684e3b;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding:0;
  margin:0;
  position:relative;
}

/* NAVIGATION */

#topnavigation-skewed {
margin-bottom:150px;
}

/* MAIN CONTENT */

#skewed {
	top:-60px;
	width:100%;
  -ms-transform: skewY(-3deg);
  -webkit-transform:skewY(-3deg); 
  transform: skewY(-3deg);
  background-color: #f9f7f1;
}

#skewed  .container{
	-ms-transform: skewY(3deg);
	-webkit-transform:skewY(3deg); 
	transform: skewY(3deg);
	padding-top:100px;
	padding-bottom:140px;
}

.circular {
	width: 100%;
	height: 100%;
	max-width:300px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: url("../img/web-elements/fotolia_61277858-smaller-1380.jpg") no-repeat;
	margin-top:50px;
	}
	
.portraits .col-md-3 {
	text-align:center;
}

.teamtext {
margin-top:50px;
}


/* ----- MICRO Screens ----- */
@media (max-width: 400px) {
	body {
  background-image: none;
  background-color: #684e3b;
  }
}

@media (min-width: 1380px) {
body {
  background: url("../img/web-elements/fotolia_61277858.jpg") no-repeat;
  background-color: #684e3b;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;

}