/* My own styles */
body {
	font-family: "Quicksand";
	font-weight: 300;
}
.custom-bg {
/*
	background-color: #fdba2a;
	background-color: #e7d09f;
*/
	background-color: #858a7e;
}

.container {
	max-width: 1200px
}

.bigmargin {
	margin-bottom: 15em!important;	
}

.btn-custom {
	background-color: #fdba2a;
}
.btn-custom:hover {
	background-color: #fdba2a;	
}

@media (min-width:800px){
	.navbar-brand {
		font-size: 10px;	
}
}
	
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}


/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
}

.icon-big {
	font-size: 4em;
}

@media (max-width: 400px) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 0.7rem;
    line-height: 1.4;
  }


}


