
body {
    font-size: 12pt;
    font-family: 'Source Sans Pro', sans-serif;
    color: #6B5248;
    overflow: auto;
}

.popover{
        max-width:400px;
        width:400px;
        min-width:400px;
    }


.v-btn {
    background-color: #008854;
}

.v-btn:hover {
    background-color: #008854;
}


a {
    color: #008854;
}

a:hover {
    color: #008854;
}

a:focus {
    color: #008854;
}

.container{
    margin-bottom:120px;
}

.v-header {
    position: relative;
    min-height: 100px;
    background-color: #EAE0D9;
}

.v-header > .whitespace {
    position: absolute;
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    padding: 5px 24px 5px 60px;
    margin-top: 20px;
}
.v-header > .whitespacer {
    position: absolute;
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    padding: 5px 24px 5px 24px;
    margin-top: 20px;
}

.v-header-shadow {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 100;
    box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
}


.v-header > .whitespace .text{
    font-size: 36px;
    vertical-align: middle;
    font-weight: 300;
}

.v-menu {
    margin: 80px 0;
}

.v-menu-card {
    display: block;
    background-color: #EAE0D9;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
    padding: 0 12px 24px;
    color: inherit;
    margin-bottom: 30px;
}
.v-menu-card-popover {
    display: block;
    background-color: #EAE0D9;
    border-radius: 4px;
    min-width: 120px;
    text-align: center;
    color: inherit;
    margin-bottom: 10px;
}


.paginate_button {
    margin-left:5px;
    cursor: pointer;
}

.v-menu-card:hover, .v-menu-card:focus, .v-menu-card:active {
    text-decoration: none;
    color: white;
    background-color: #6B5248;
}

.v-menu-card:hover .v-menu-card-circle{
    background-color: #6B5248;
}

.v-menu-card:focus .v-menu-card-circle{
    background-color: #6B5248;
}

.v-menu-card:active .v-menu-card-circle{
    background-color: #6B5248;
}

.v-menu-card .v-menu-card-circle {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    background-color: #E6DFDC;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.v-menu-card .icon {
    font-size: 50px;
    padding-top: 5px;
    color: inherit;
}

.v-menu-card .glyphicons-cloud {
    font-size: 60px;
    margin-top: -10px;
}

.v-blog {
    margin: 120px 0 90px;
    width: 100%;
}

.v-blog-entry {
    position: relative;
    background-color: #EAE0D9;
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
    overflow: hidden;
    height: 150px
}

.v-blog-entry:hover, .v-blog-entry:focus, .v-blog-entry:active {
    color: #6B5248;
    text-decoration: none;
}

.v-blog-entry:hover .v-blog-img, .v-blog-entry:focus .v-blog-img, .v-blog-entry:active .v-blog-img{
    top: -50px;
    padding-bottom: 50px;
}

.v-blog-entry .v-blog-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition:top .3s ease-in-out;
    -moz-transition:top .3s ease-in-out;
    -o-transition:top .3s ease-in-out;
    transition:top .3s ease-in-out
}

.v-blog-entry .title {
    position: absolute;
    bottom: -50px;
    font-size: 14pt;
    font-weight: 400;
    padding: 6px;
    line-height: 1.1;
    -webkit-transition:top .3s ease-in-out;
    -moz-transition:top .3s ease-in-out;
    -o-transition:top .3s ease-in-out;
    transition:top .3s ease-in-out
}

.v-blog-entry:hover .title, .v-blog-entry:focus .title, .v-blog-entry:active .title{
    bottom: 0;
}

.sub-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #EAE0D9;
    text-align: center;
    padding: 12px 0;
    box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px;){
     .sub-nav {
        position: relative;
    }
}

.sub-nav-item {
    margin-right: 12px;
    font-size: 10pt;
}

.socialbar{
    height: 54px;
    display: inline-block;
width:100%;
    position: absolute;
    top: 0;
    padding: 6px;
}

.social-img{
    max-width: 50px;
    display: inline-block;
}

.social-tag {
    padding: 6px 12px;
    color: #6B5248;
    display: inline-block;
    border-radius: 3px;
    line-height: 1;
    margin-top: 2px;
    margin-right: 2px;
    border: 1px solid transparent;
    font-weight: 700;
}

.social-tag:hover,.social-tag:focus {
    color: #6B5248;
    background-color: #EAE0D9;
    text-decoration: none;
    border: 1px solid #6B5248;
}

.title {
    font-size: 16pt;
    font-weight: 700;
    position: relative;
    
}

.title-popover {
    position: relative;
    
}

.title-action {
    font-size: 24pt;
    font-weight: 300;
    line-height: 0.7;
}

.v-error-container {
    margin: 40px 0;
    background-color: #EAE0D9;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
    padding: 36px 12px 24px;
}