@import url('/static/fonts/stylesheet.css');

body {
    font-family: 'montserrat';
    font-weight: 200;
    font-size: 12pt;
}

h1 {
    padding: 0.5em 0;
}

h1, h2, h3, h4, h5 {
    zoom: 1;
    font-family: 'montserrat';
    font-weight: bold;
    font-size: 18pt;
    text-transform: uppercase;
}

.page-title {
    display: inline-block;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover, a:active {
    color: #000;
}

.row img.left {
    width: initial;
    height: auto;
    margin: 0 20px 20px 0;
}

.meta-date {
    display: inline-block;
    vertical-align: super;
    padding-left: 2em;
}

.tile {
    position: relative;
}

.photo.tile {
    padding-bottom: 30px;
    /* min-height: 315px; */
}

.video.tile {
    padding-bottom: 20px;
    min-height: 280px;
}

.rich-text {
    padding: 1em 0;
}

.entry:last-child {
    border: none !important;
}

.contact-page label {
    display: block;
}

.contact-page .helptext {
    display: none;
}

.contact-page textarea, .contact-page input[type='text'], .contact-page input[type='email'] {
    width: 400px;
}

.contact-page input[type='submit'] {
    width: 100px;
}

.contact-page input, .contact-page textarea {
    border: solid 1px #ccc;
}

.thank-you-page h3 {
    padding-top: 70px;
}

.navbar {
    border-top: 5px solid #424242;
    border-bottom: 1px solid #e8e8e8;
    min-height: 56px;
    padding: 20px;
    position: relative;
}

/*.navbar-header {
    float: left;
}*/

.icon-bar {
    background: #000;
}

.tile a {
    color: #000;
    text-decoration: none;
}

.writing-index-page .tile a.link {
    color: #000;
    text-decoration: underline;
}

.navbar-header a {
    color: #000;
    text-decoration: none;
}

.navbar-brand {
    font-family: 'montserrat';
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
}

.navbar-nav {
    float: right;
    font-size: 16px;
}

.navbar-nav li {
    margin: 1px;
}

@media (min-width: 768px)
.navbar-collapse {
    margin-left: -15px !important;
}

.sub-menu li a {
    line-height: 8px;
    text-decoration: none;
}


.sub-menu {
    float: right;
    font-size: 14px;
}

.sub-menu li {
    float: right;
}

.navbar-nav .active {
    background-color: #999;
}

/*
.sub-menu li {
    border: solid 1px #ccc;
    margin: 1px;
}

.sub-menu .active {
    background-color: #ccc;
}
*/

.navbar-nav .active a {
    color: #fff;
}

.navbar-nav .active a:hover {
    color: #fff;
    background-color: #999;
}

.nav li a {
    font-family: 'montserrat';
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 95%;
    text-align: right;
}

.row img {
    width: 100%;
    height: auto;
}

.text-entry img {
    width: inherit;
    height: inherit;
}

.video-gallery-page .glyphicon-play {
    position: absolute;
    margin-left: 40%;
    margin-top: 18%;
    zoom: 400%;
    color: white;
    opacity: .5;
}

.video-two-column-gallery-page .glyphicon-play {
    position: absolute;
    margin-left: 45%;
    margin-top: 20%;
    zoom: 600%;
    color: white;
    opacity: .5;
}

.video-two-column-gallery-page .sub-text {
    padding-bottom: 15px;
}

.video-two-column-gallery-page .video.tile {
    padding-top: 10px;
}


.home-page .glyphicon-play {
    position: absolute;
    margin-left: 40%;
    margin-top: 24%;
    zoom: 1000%;
    color: white;
    opacity: .5;
}

.video p, .photo p {
    margin-top: 3px;
}

.glyphicon-play:hover {
    opacity: 1;
}

.text-entry .continue-reading {
    text-align: right;
}

.video_entry .continue-reading {
    text-align: right;
}

.continue-reading a {
    text-decoration: underline;
}

.home-page .entry {
    border-bottom: 1px solid #e8e8e8;
    /* margin-bottom: 40px; */
    margin-top: 20px;
    padding-bottom: 20px;
}

.home-page .entry h2 {
    padding-bottom: 10px;
}

.writing-index-page .entry {
    border-bottom: 1px solid #e8e8e8;
    /* margin-bottom: 40px; */
    margin-top: 20px;
    padding-bottom: 20px;
}

.writing-index-page .entry h2 {
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.single-entry {
    margin-bottom: 20px;
    /* margin-top: 20px; */
    padding-bottom: 20px;
}

.line {
    border-bottom: 1px solid #e8e8e8;
}

.single-entry h2 {
    padding-bottom: 10px;
}

.photo-gallery-page .single-entry {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/*
.modal-footer p {
    font-size: 120%;
}
*/

.footer {
    height: 100px;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 50px;
    margin-top: 50px;
}

.footer p {
    display: inline;
}

.footer a {
    padding: 0 2px;
    text-decoration: underline;
}

.modal-content {
    border-radius: initial;
}

.locale {
    display: inline-block;
    font-size: 12px;
    line-height: 50px;
}

.locale a {
  text-decoration: none;
}

.locale span {
    margin: 5px 0;
    padding: 2px 4px;
}

.locale .active {
    background-color: #999;
    color: #fff;
}

@media screen and (max-width: 1140px) {
    .navbar {
        padding: 6px 0;
    }
    .navbar-brand {
        font-size: 1.6em;
        padding: 15px 10px;
    }
}
