body {
	background-color: #fff;
}

.card {
	    background-color: #faf7f4;
}

.container {
	padding-top: 1em;
    padding-bottom: 1em;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ebd6cc;
    font-weight: 350;
}

h1 {
	font-family: 'Arial';
	font-size: 40px;
	line-height: 1;
	color: #333;
	text-transform: none;
	font-weight: 400;
	padding-bottom: 11px;
}

h2 {
	font-family: 'Arial';
	font-size: 21px;
    margin-top: 20px;
    line-height: 26px;
    font-weight: 600;
}


h4.underline {
	font-family: 'Arial';
	font-size: 17px;
	line-height: 1;
	color: #333;
	text-transform: none;
	font-weight: 600;
	border-bottom: 1px dotted #73746f;
	padding-bottom: 3px;
}

p {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	text-transform: none;
	font-weight: 400;
}

p.sidebar {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	text-transform: none;
	font-weight: 400;
}

  .carousel {
    max-width: 100%; 
    margin: 0 auto;
    box-shadow: 0 6px 12px rgba(0,0,0,0.07);
  }
  
  .carousel-item img {
    width: 100%;
    height: 700px; 
    object-fit: cover;
  }
  
  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    padding: 15px 25px;
    bottom: 40px; 
  }
  
  .carousel-caption h3 {
    font-size: 2rem;  
    text-shadow: 2px 2px 4px #000;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;  
    height: 3rem;
    background-size: 100% 100%;
  }

 .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: .05;
}