nav {
    background: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    color:#795035;
    text-decoration: none;
    letter-spacing: 2px;
    font-size:0.9rem;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:1px;
    padding-top: 0px;
}

.active .nav-link  {
    border-bottom: 1px solid #795035;
}



.bullrush-row {
    height: 33vh;
    max-height: 400px;

}


.col-bullrush {
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url('../img/bullrush-vertical.svg');
    background-size: 20px 400px;
}
/*
.col-bullrush {
    border-right: 12px solid #795035;
    padding-right: 0px;


}
*/
.grey-box {
    background-color: #f1f1f2;
    height: 100%;
}

.white-box {
    background-color: #ffffff;
    height: 100%;
}

html {
    height: 100%;
    min-height: 100%;

}
body {
    font-family: Georgia;
    color:#795035;
    min-height: 100%;
    height:100%
}

h2 {
    font-size:1.6em;
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-size:0.9rem;
    font-weight: 600;
}

h4 {
    margin-bottom: 1.5rem;
    line-height: 2rem;
}

 a {
    color:#795035;
    text-decoration: underline;

}


.title {
 padding:10px 30px 0px 10px;
}

.title img {
   max-width: 65%;
    cursor:pointer;
}


.home-big-links a {
    display: block;
    font-size:1.6em;
    color:#795035;
    text-decoration: underline;
    line-height: 2.3em;
}

dt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-size:0.9rem;
    font-weight: 500;
    padding-top: 10px;

}

dd {
    font-size:1.6rem;
}

.form-control::placeholder {
    color:#795035;

}

input.form-control {

    border-color:#795035;
}

.btn-outline-secondary {
    color: #795035;
    border-color:#795035;
}

.btn-outline-secondary:hover {
    background-color: #795035;
}

.fb-icon {
    width: 25px;
    float:right;
    margin-top:20px;
    margin-left:10px;
}

.podcast-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #795035;
}

.podcast-font {
    font-family: Georgia;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1rem;
}

.podcast-font-small {
    font-size: 0.92rem;
}

.white-logo {
    display: none;
}

.top-box {
    padding-top: 20px;
}

.formtools_error_text {
    color:red;
}

.fb-avatar {
    max-width:100%;
}

.downloads img {
    width: 13px;
    list-style: none;
}

.downloads {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-size:0.9rem;
    font-weight: 700;
    border-bottom: 2px solid #795035;
}

.downloads a {
    text-decoration: none;
}

.share-button{
    cursor: pointer !important;
}

#page_bottom {
    flex-shrink: none;
}

#page-content {
    flex: 1 0 auto;
}