body {
    padding-bottom: 30px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

h1, h2, h3 {
    font-family: 'Roboto Slab', 'Georgia', 'Times New Roman', serif;
    font-weight: 400;
}

h1 {
    font-weight: 700;
}

.meta {
    font-size: 13pt;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.navbar a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar a:hover {
    background: none;
    color: rgba(255, 255, 255, 1.0);
}

.navbar .fa {
    padding-right: 4px;
}


.jumbotron, .minitron {
    margin-top: -25px;
    margin-bottom: 25px;
    background-position: 50% 50%;
    background-size: cover;
}

.jumbotron a {
    color: #ffffff;
    font-weight: bold;
}

.jumbotron {
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    background-image: url(lake.jpg);
    color: #ffffff;
    padding-top: 120px;
}

.jumbotron p {
    color: rgba(220, 220, 220, 1.0);
    margin-bottom: 30px;
}

.jumbotron .btn {
    text-shadow: none;
    font-weight: normal;
}

.minitron {
    height: 100px;
    background-image: url(lake-sm.jpg);
}

.images-block h3, .attachments-block h3, .address-block h3 {
    margin-top: 0px;
}

.transparent-block, .light-block, .grey-block, .images-block, .attachments-block, .address-block, .pullquote-block, .youtube-block {
    padding: 20px;
}

.full-width, .over-wide {
    margin-top: 20px;
    margin-bottom: 20px;
}

.grey-block, .images-block, .attachments-block, .address-block, .youtube-block {
    background-color: #EAEAEA;
}

@media print {
  .grey-block, .images-block, .attachments-block, .address-block, .youtube-block {
    border: 1px solid #EAEAEA;
  }
}

.images-block img {
    margin: 2px 0px 2px 0px;
}

.youtube-block .embed-responsive {
    margin: 15px;
    margin-top: 0px;
}

.light-block {
    border: 1px solid #EAEAEA;
}

.attachments-block ul {
    padding-left: 0px;
    list-style-type: none;
}

.windfinder-block .row .embed-responsive {
    width: 715px;
    height: 300px;
    margin: auto;
}

.windy-block .row .embed-responsive {
    height: 600px;
    margin: auto;
}

.label.label-xs {
    font-size: 40%;
}

blockquote {
    font-size: 14px;
    background-color: #fafafa;
}

.pullquote-block blockquote {
    font-family: 'Roboto Slab', 'Georgia', 'Times New Roman', serif;
    border: none;
    margin: 0;
    padding: 10px;
    font-size: 140%;
    font-weight: 400;
    letter-spacing: 1px;
}

.pullquote-block blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 80px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.15);

    /*Positioning*/
    position: absolute;
    left: 20px;
    top: 8px;
  }

footer {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #EAEAEA;
}

.contact div {
    padding-bottom: 10px;
}

.build, .build a {
    color: #E9E9E9;
}

.col-md-16 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-16 {
        width: 133.33%;
    }
}

@media (max-width: 768px) {
    .sm-embed-responsive-4by3 {
        padding-bottom: 75%;
    }
}

@media print {
    .minitron, .jumbotron, .wiki-edit, footer {
        display: none;
    }
}

.alert a {
    text-decoration: underline;
    font-weight: 700;
}

main a[href^='tel:']:after {
    font-family: 'FontAwesome';
    content: ' \f098';
}

main a[href^='geo:']:after {
    font-family: 'FontAwesome';
    content: ' \f0ac';
}

@media screen {
    main a[href*='//']:not(.plain):after {
        font-family: 'FontAwesome';
        content: ' \f14c';
        font-weight: normal;
    }
}

main a[href*='//'].map:after, main .edit-buttons a[href*='//']:after {
    content: '';
}

@media print {
    main a[data-lightbox]:after {
        content: '';
    }

    .breadcrumb, .edit-buttons {
        display: none;
    }
}

main a.nodecorate:after, main a.map:after, main .edit-buttons a:after {
    content: none !important;
}

.anchorjs-link, .anchorjs-link:link, .anchorjs-link:visited, .anchorjs-link:hover {
    color: #aaaaaa;
    text-decoration: none;
}

  .calendar-block small {
    color: #D0D0D0;
}

  .calendar-block small code {
    color: #D0D0D0;
    background-color: #F8F8F8;
}

  .calendar-block small a:hover {
    text-decoration: none;
}

@media print {
    a#lektor-edit-link {
        display: none;
    }
}

.rss-icon a:link, .rss-icon a:visited {
    color: #CACACA;
}

.rss-icon a:hover, .rss-icon a:active {
    color: #999999;
}

.blogpost {
    margin-bottom: 30px;
}
