﻿@media (min-width: 992px) {
    header .display-6 a { text-decoration: none; color: inherit }
}

.pageheader { min-height: 20vh; position: relative; background-image: url(/s/i/family-dental.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 2; color: #fff }
.pageheader::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(16, 71, 113, 0.5); z-index: 1; }
.pageheader .container { position: relative; z-index: 3; }

#hero { background-image: linear-gradient( rgba(0, 34, 68, 0.8), rgba(0, 34, 68, 0.8) ), url(/s/i/family-dental.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; }

.text-primary { color: #104771 !important;}
.bg-primary, .btn-primary { background-color: #104771 !important }
.bg-warning, .btn-warning { background-color: #E5881C !important;color:#fff !important }

.post img {max-width:100%;height:auto}

.bg-texture-light { background-size: initial; background-repeat: repeat; background-image: url(/s/i/bg.png) !important; background-color: #E5881C !important; }
.bg-texture-dark { background-size: initial; background-repeat: repeat; background-image: url(/s/i/bg.png) !important; background-color: #104771 !important; }
.text-warning { color: #e5881c !important}

.blockquote { border-left:solid 5px #333;padding-left:20px;font-style:italic;padding-top:8px;padding-bottom:6px; }
.blockquote-footer {padding-left:24px;margin-bottom:8px;}
