body {
    font-family: 'Open Sans', sans-serif;
    color: #E9E9E2;
}

label, p {
	font-size: 1.4em;
}

.about {
    padding-top: 2em;
    background: url(../img/flowers1.jpg) no-repeat fixed;
    background-size: cover;
}

.sessions {
    background: url(../img/flowers2.jpg) 0 no-repeat fixed;
    background-size: cover;
}

.retreats {
    background: url(../img/flowers3.jpg) 0 no-repeat fixed;
    background-size: cover;
}

.contact {
    background: url(../img/flowers4.jpg) 0 no-repeat fixed;
    background-size: cover;
    padding-bottom: 2em;
}

#gayatri {
    margin-top: 0;
    margin-bottom: .2em;
}

blockquote span {
    font-size: 150%
}

.formcontainer {
	padding-top: 1.5em;
}

.indent {
    padding-left: 1em;
}

.icon {
    margin-left: .5em;
    font-family: Roboto, sans-serif;
    color: #E9E9E2;
}

label.error {
    color: #CD0000;
    text-shadow: -1px -1px 0 #16161D, 1px -1px 0 #16161D, -1px 1px 0 #16161D, 1px 1px 0 #16161D;
}

#nav {
    list-style: none;
    position: fixed;
    right: 0;
    top: 5%;
    margin-right: 1em;
    z-index: 1;
}

#nav li {
    margin-bottom: 1em;
}

#nav li a {
    font-family: Roboto, sans-serif;
    font-size: 1.8em;
    color: #E9E9E2;
    text-shadow: -1px -1px 0 #16161D, 1px -1px 0 #16161D, -1px 1px 0 #16161D, 1px 1px 0 #16161D;
}

.col-md-12 {
    background: url(../img/transpBlack50.png);
    padding: 2.5em;
}

blockquote {
    border: 0;
}

h1 {
    font-size: 2.5em;
}

h1, h2, h3 {
    font-family: Roboto, sans-serif;
    margin: .5em 0;
    line-height: normal;
    color: #79A165;
}