@import 'https://fonts.googleapis.com/css?family=Tangerine';
@import url(/assets/css/memorial-mobile.css) (max-width: 780px);


#header-wall {
    height: 450px !important;
    overflow: hidden;
}

#header-wall .brick {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

#main-content {
    position: relative;
    top: -450px;
}

#content-header {
    height: 450px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    display: table;
    width: 100%;
}

#content-header .overlay {
    display: table-cell;
    vertical-align: middle;
}

#content-header .title {
    display: inline-block;
    margin: 0 auto 0;
    background: rgba(255, 255, 255, 0.68);
    width: 50%;
    padding: 1em;
    border: ridge 2px whitesmoke;
    box-shadow: 0 0 3px black;
    font-size: x-large;
    font-family: 'Tangerine', cursive;
    font-weight: bolder;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}

#content-header .username {
    font-size: 2.5em;
    display: block;
    line-height: 1.75em;
    font-weight: bold;
}

#eulogy {
    background: #0c0c0c;
    color: #aaa;
    padding: 6em;
    text-align: center;
}

#eulogy .wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: none;
}

#eulogy img {
    margin-right: 2em;
    margin-bottom: 2em;
    float: left;
}

#eulogy p {
    text-align: justify;
}

#main-content .container {
    color: #ccc;
    margin-top: 100px;
}

h2 {
    margin-top: 0;
}

iframe.preview {
    width: 100%;
    height: 90vh;
}

#main-content .row {
    margin-bottom: 70px;
}

#what-she-means .row{
    margin-bottom: 50px;
}

#what-she-means .copy{
    background: rgba(51, 51, 51, 0.5);
    padding: 20px;
    margin-bottom: -20px;
    text-align: justify;
}

#what-she-means .copy .tagline{
    text-align: center;
    font-style: italic;
    font-size: large;
}

#what-she-means h2{
    text-align: center;
    margin-top: 20px;
}

#what-she-means h3{
    display:inline-block;
}

#what-she-means .subheader {
    float: right;
    margin-top: 1.85em;
    margin-right: 1.1em;
    color: #999;
}

p,
h1,
h2 {
    text-shadow: 0 0 2px black;
}

.alert {
    display: none;
}

.subnote {
    color: #888;
    margin-top: 3em;
}

.footnote {
    color: #888;
    text-align: right;
}

