a {
    text-decoration: none;
}

strong {
    color: #f9333f;
    font-weight: inherit;
}

label {
    font-size: 1.8rem;
}

hr {
    border-top: 1px solid #eeeeee;
}

code {
    background: #f7f7f7;
}

pre code {
    padding: 1.5rem !important;
    background: #f7f7f7 !important;
}

.navbar {
    display: block;
    height: inherit;
}

.navbar .active .navbar-link {
    color: #777;
}

.navbar-item.logout a {
    display: block;
    margin-top: 22px;
    width: 18px;
    height: 18px;
    background: url(../images/logout.svg);
    background-size: 18px;
    opacity: 0.7;
}

.navbar-item.logout a:hover {
    opacity: 0.9;
}

.navbar-item.user {
    float: right;
    margin-top: 7px;
}

.navbar-item.user img {
    height: 50px;
}

.header {
    margin-top: 10rem;
    padding-bottom: 6rem;
}

.banner {
    max-width: 100%;
    margin-bottom: -4rem;
}

.docs-section p, .docs-section blockquote, .docs-section li, .docs-section .redactor-placeholder {
    color: #333;
    line-height: 1.7;
    font-size: 1.8rem;
    font-family: Georgia, serif;
}

.docs-section blockquote {
    font-style: italic;
    color: #777;
    margin-left: 0;
    padding-left: 20px;
    border-left: 3px solid #ccc;
}

.docs-section img {
    max-width: 100%;
}

.docs-section img.u-pull-left {
    margin-right: 20px;
}

.docs-header {
    font-size: 1.8rem;
    color: #999;
}

.docs-section .redactor-box {
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

.docs-section .redactor-editor {
    border: none;
}

.docs-section .redactor-toolbar {
    box-shadow: none;
    border-bottom: 1px solid #d1d1d1;
}

.code {
    padding: 1.5rem;
    font-size: 14px;
    font-family: monospace;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.comment {
    margin: 35px 0;
}

.user_photo {
    width: 100%;
    max-width: 400px;
}

.comment .meta {
    margin: 0 0 1rem;
}

.footer {
    text-align: center;
    padding-bottom: 2.5rem;
}

.meta {
    margin-bottom: 2rem;
}

.meta .tag {
    background: #DAEFFF;
    border-color: #BBDFFB;
}

.meta .video {
    background: #ffe5e5;
    border-color: #ffcccc;
}

.meta .notice {
    background: #FFF8DA;
    border-color: #EFDF9E;
}

.pull-up {
    margin-top: -1rem;
}

.post {
    border: none;
    padding-top: 0;
}

.profile {
    margin-bottom: 3rem;
}

.profile img {
    width: 80%;
}

.heading-font-size {
    line-height: 2.5rem;
}

.text {
    height: 25rem;
    resize: vertical;
}

.modal {
  position: relative;
  background: #FFF;
  border-radius: 3px;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Medium screens */
@media (max-width: 750px) {
    .navbar > .container {
        width: 100% !important;
        padding: 0 15px;
    }
    .navbar-item.logout a {
        margin: 7px 0;
    }
    .navbar-link {
        margin-right: 13px;
        line-height: 3.5rem;
        letter-spacing: 0.12rem;
    }
    .header {
        margin-top: 8rem;
        padding-bottom: 4rem;
    }
    .docs-section img.u-pull-left {
        display: none;
    }
}
