body {
    font-family: 'Source Sans Pro',sans-serif;
    padding-top: 24px;
    font-size: 18px;
    background-color: #1f1f1f;
}
.main-container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.content-block {
    background: white;
    border-radius: 5px;
    padding: 20px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.main-photo {
    float: left;
    margin: 0 15px 15px 0;
}

.btn-leave-message {

}

#form-leave-message {
    position: absolute;
    top: 45px;
    left: 45px;
    right: 45px;
}

#form-leave-message .panel-body {
    background-color: #ededed;
}

.font-bold {
    font-weight: bold;
}

.title {
    font-family: 'Roboto Condensed',sans-serif;
    margin-bottom: 0;
    font-weight: bold;
}

.title > span.title__underline {
    text-decoration: underline;
}

.title-sub {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}

.title-wrap {
    margin-bottom: 12px;
}

.section-article {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;

}

.section-article > header > img {
    /*margin-top: -10px;*/
    /*margin-left: -10px;*/
}

.section-article {
    border-top: 8px solid #E0E9F3;
}
.message-to-the-world {
    border-radius: 6px;
    padding: 10px 20px;
    background-color: #E0E9F3;
}
.aikido-is {
    border-radius: 6px;
    padding: 10px 20px;
    margin-left: 20px;
    background-color: #E0E9F3;
}

article {
    margin-bottom: 24px;
}

article img {
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}
article:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: .35s ease-in-out;
}

.btn-leave-message-close {
    float: right;
}

.noscroll { overflow: hidden; }

.overlay {
    position: fixed;
    overflow-y: scroll;
    top: 0; right: 0; bottom: 0; left: 0; }

[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }

.overlay {
    background:  rgba(40,40,40, .75);
}

#form-message .alert {
    margin-bottom: 0;
}

#form-message-success .alert {
    margin-bottom: 0;
}
