body {
    font-family: 'Montserrat', sans-serif;
}

p {
    color: darkslategray;
}

a {
    color: #;
}

.internal {
	margin-top: 5%;
	margin-bottom: 5%;
}

.internal a {
	font-size: 16px;
}

.img-rounded {
    max-width: 500px;
}

.header_image {
	max-width: 100%;
	height:  325px;
	background: url(../images/zen_garden.jpg);
}

h1 {
color: darkkhaki;
font-weight: 900;
font-size: 18px;
font-kerning: 10%;
}

h2 {
color: dimgrey;
font-weight: bold;
font-size: 1.6em;
}

h3 {
color: #8594a4;
font-weight: 900;
font-size: 20px;
}

h4 {
    color: white;
font-weight: 900;
font-size: 14px;
font-kerning: 10%;
}

h5 {
color: #8594a4;
font-size: 5em;
letter-spacing: -2px;
font-family: 'Bree Serif', serif;
}

.btn-primary {
    color: #8594a4;
    background-color: #dde3d8;
    border-color: #dde3d8;
    margin-top:25px; 
}

.bg_blue {
    background-color: aqua;
}

.nav > li > a {
    color: darkslategray;
    font-size: 1.1em;
}


.bg_content {
    background: url(../images/contentbg.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #94a594;
    background-color: white;
}

.center-block {   
  display: block;
  margin-left: 600px;
  margin-right: auto;
  margin-top: 100px;
  padding: 50px

}

.lead {
    font-size: 1.3em;
    color: black;
    text-align:left;
    padding-left: 250px;
    padding-right: 250px;
    line-height: 2;
}

.sectionclass {
    max-width: 20%
}


.top-buffer { 
margin-top:3%; 
}

.media img {
    width: 200px;
    padding-left: 15px;
}

.footer p {
    color: white;
    font-size: 16px;
}

.footer a {
	color: #d5d5d5;
}

.footer {
	background-color: #8594a4;
	height: 100px;
    margin-top: 50px;
    padding-top: 2em;
}

@media (max-width: 767px) {
    .header_image {
    max-height: 150px;
	background: url(../images/zen_garden_sm.jpg) no-repeat;
	}
    
    h5 {
    font-size: 3.5em;
    }
    
    .img-rounded {
        max-width: 100%;
    }
    
    .lead {
        font-size: 1.2em;
        text-align:left;
        line-height: 1.4;
		padding: 3%;
	}
	
	.footer {
		padding: 3%;
		margin-bottom: 0;
		bottom: 0;
	}
    
}

