body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #423F3F;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn {
    padding: 0.59375rem 2rem;
    font-size: 18px;
    font-weight: 300;
    color: #423F3F;
    border-color: #423F3F;
}

.hero-img-5 .btn {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.btn:hover,
.hero-img-5 .btn:hover {
    background-color: #0070C9;
    color: #FFFFFF;
    border: 1px solid #0070C9;
}

.btn-outline-secondary:active {
    background-color: #005AA3;
    color: #FFFFFF;
    border: 1px solid #005AA3;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #005AA3;
    color: #FFFFFF;
    border: 1px solid #005AA3;
}

.col,
.container,
.col-12,
.col-sm {
    padding: 0px;
}

.row,
figure {
    margin: 0;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
}

header nav ul {
    float: right;
    margin: 1.5rem 0;
}

header nav {}

header .title {
    visibility: hidden;
    opacity: 0;
    font-size: 1.25rem;
    font-weight: 500;
    float: left;
    margin: 1.3125rem 0;
    letter-spacing: 0.5px;
}

.title.show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s linear;
}

footer {
    background-color: #EFF1EF;
    color: #423F3F;
    border-top: 1px solid #C6C5C5;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 300;
}

.about footer {
    background-color: #EFF1EF;
    color: #423F3F;
    border-top: 1px solid #C6C5C5;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 300;
}

footer p {
    margin: 24px 0;
}

hr.grey {
    border-color: #C6C5C5;
}

nav li {
    display: inline;
    font-size: 18px;
    margin: 0 0 0 2.5rem;
}

nav li a {
    font-weight: 300;
    color: #423F3F;
}

nav li a.active {
    color: #0070C9;
}

nav li a.badge-pill {
    font-weight: 400;
    font-size: 16px;
}

.home h1,
.about h1 {
    text-align: center;
    line-height: 1.5;
}

.about h1 {
    font-weight: 500;
}

.home h3 {
    text-align: center;
    font-weight: 300;
    color: #423F3F;
}

.about h3 {
    font-weight: 300;
    color: #423F3F;
}

body.work {
    background-color: #666666;
}

.work-background {
    background-image: url(../img/work-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);

}

.was-validated :invalid~.invalid-feedback {
    text-align: left;
    margin: 0px auto;

}

.work footer {
    display: none;
}

.badge-pill {
    padding: .4rem .85rem;
    margin-right: 6px;
}

.home h3 a,
.about h3 a,
.work a.mail,
.work a:hover.mail {
    color: #0070C9;
}

.was-validated :valid~.valid-feedback {
    display: block;
}

.hero-img-5 h5,
.hero-img-5 p {
    color: #FFFFFF;
}

.scroll-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 0 3.75rem 0;
}

.scroll {
    width: 2rem;
    height: 1.0625rem;
    margin: auto;
    background: url(../img/icon-scroll.svg) no-repeat;

}

.full-width {
    border: none;
    background-color: #EFF1EF;
}

.full-width h5,
.hero-img-5 h5,
.dark-theme.more-about-me h5 {
    margin: 7.5rem 0 1rem 0;
    font-size: 2rem;
    text-align: center;
}

.full-width p,
.hero-img-5 p {
    width: 50rem;
    margin: auto;
    text-align: center;
    line-height: 2;
}

.full-width p,
.hero-img-5 p,
.content p,
.dark-theme p {
    font-weight: 300;
}

.dark-theme p {
    text-align: center;
    margin: 0 0 7.5rem 0;
    line-height: 2;
}

.about .dark-theme p {
    color: #423F3F;
    text-align: left;
    font-weight: 300;
}

.description {
    font-weight: 300;
}

.dark-theme p.contact {
    text-align: center;
    color: #423F3F;
}

.action-btn {
    text-align: center;
}

a.read-casestudy {
    color: #0070C9;
    text-align: center;
}

.content h5,
.content p {
    text-align: left;
}

.content h5 {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
}

.content p {
    line-height: 2;
}

.action-btn .btn {
    margin: auto;
}

.hero-img-1 img,
.hero-img-2 img,
.hero-img-3 img,
.hero-img-4 img {
    width: 100%;
    height: auto;
}

.hero-img-1 img {
    margin: 0 0 110px 0;
}

.hero-img-5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/hero-5.png");
}

.hero-img-5 .project-date {
    color: #757575;
}

.col-sm.blue {
    background-color: #66C1FC;
}

.col-sm.alabaster {
    background-color: #F3ECE2;

}

.col-sm.gray {
    background-color: #F9F9F9;
}

.alabaster {
    background-color: #F5F5F5;
}

.col-sm.darkblue {
    background-color: #5783B6;
}

.col.white {
    background-color: #FFFFFF;
}

.content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dark-theme {
    background-color: #EFF1EF;
    color: #423F3F;
    text-align: center;
}

.about .dark-theme {
    background-color: #EFF1EF;
    color: #423F3F;
    text-align: left;
}

a.mail,
a:hover.mail,
.hero-img-5 .read-casestudy {
    color: #423F3F;
}

.chevron-right {
    background-image: url("../img/chevron-right.svg");
    background-repeat: repeat;
    background-size: auto;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

a.social,
a:hover.social {
    color: #423F3F;
}

a:hover.mail,
a:hover.social {
    text-decoration: underline;
}

.gallery {
    font-size: 0;
    text-align: center;
}

.badge-secondary {
    color: #423F3F;
    background-color: #D5D8D9;
    margin: 0 8px 8px 0;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12.5px;
}

.col-12.tags {
    font-size: 0;
}

.light .badge-secondary {
    background-color: #F2F2F2;
}

.dark .badge-secondary {
    background-color: #343434;
    color: #FFFFFF;
}


.img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}

.MorePhotos,
.MoreIllustration {
    display: none;
}

.ribbon>img {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.card {
    text-align: center;
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072),
        0 41.8px 33.4px rgba(0, 0, 0, 0.086),
        0 100px 80px rgba(0, 0, 0, 0.12);
}

.card-subtitle,
.work label {
    font-weight: 300;
}

.work label {
    text-align: left;
}

.work .form-control {
    margin: 0px auto;
    text-align: center;
    border: 1px solid #6c757d;
}

.btn.authenticate {
    background-color: #0070C9;
    color: #FFF;
    border: 1px solid #0070C9;
}

.work hr {
    margin: 0;
}

p.card-title {
    font-weight: 500;
}

p.card-subtitle {
    margin: 0;
}

.password-icon {
    background-image: url("../img/restricted.svg");
    display: block;
    margin: 0 auto;
}

.hamburger {
    width: auto;
    height: auto;
}

#CollapsePhotos,
#CollapseIllustration {
    display: none;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .sm-hidden {
        display: none;
    }
}

/* Highlight.js Tomorrow Night style */
.hljs-comment,
.hljs-quote {
    color: #969896
}

.hljs-deletion,
.hljs-name,
.hljs-regexp,
.hljs-selector-class,
.hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
    color: #c66
}

.hljs-tag {
    color: #f8f8f2
}

.hljs-built_in,
.hljs-builtin-name,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-type {
    color: #de935f
}

.hljs-attr {
    color: #f0c674
}

.hljs-addition,
.hljs-bullet,
.hljs-string,
.hljs-symbol {
    color: #b5bd68
}

.hljs-section,
.hljs-title {
    color: #81a2be
}

.hljs-keyword,
.hljs-selector-tag {
    color: #b294bb
}

.hljs {
    display: block;
    overflow-x: auto;
    background: #1d1f21;
    color: #c5c8c6;
    padding: .8em
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}