html, body {
    font-size: var(--memo-text-font-size);
    font-family: 'Mulish Regular', sans-serif;
    font-weight: 300;
    color: var(--memo-color-dark-blue);
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mulish Bold', sans-serif;
    font-weight: 700;
}
h1 {
    margin-top: var(--memo-title-mt);
    font-size: var(--memo-title-font-size);
}
h2 {
    margin-top: var(--memo-title-mt);
    font-size: var(--memo-subtitle-font-size);
}


b, strong {
    font-family: 'Mulish Bold', sans-serif;
    font-weight: 700;
}

h1 > .bi {
    color: var(--memo-color-rust) !important;
}

header,
footer {
    background-color: var(--memo-color-dark-blue) !important;
}
.memo-navbar-dropdown {
    background-color: var(--memo-color-dark-blue) !important;
    font-size: 85%;
    border-color: var(--memo-color-blue) !important;
}
.memo-navbar-dropdown li a {
    color: var(--memo-color-salmon) !important;
}
.navbar li:hover, .navbar li a:hover, .memo-navbar-dropdown li a:hover, .nav li a:hover {
    color: var(--memo-color-rust) !important;
    background-color: var(--memo-color-dark-blue) !important;
    transition: all .35s ease;
}

.img-head {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.article {
    margin-top: 3em;
    margin-bottom: 2em;
}

a.footer-external-link {
    color: #ddd !important;
    text-decoration: none !important;
}
a.footer-external-link i {
    color: #aaa !important;
    font-size: 70%;
    margin-bottom: 4px:
}

a.dark-link {
    color: var(--memo-color-dark-blue) !important;
    text-decoration-color: var(--memo-color-dark-blue);
    text-decoration-thickness: .5px;
}

#header_memo_logo {
    height: 100%;
    min-height: 32px;
}

footer p {
    color: #fff !important;
}
.footer-logo-container {
    width: 20hw;
    max-width: 130px;
}
.footer-logo-container > img {
    width: 100%;
}

.fade-in-out {
    animation: fadeIn linear 1.25s infinite;
}
@keyframes fadeIn {
    0% {opacity:0.5;}
    50% {opacity:1;}
    100% {opacity:0.5;}
}

.hover-bright, .hover-light-bright {
    filter: brightness(1) saturate(1);  
    transition: all 1.5s ease;
}

.hover-bright:hover {
    filter: brightness(1.1) saturate(1.5); 
    transition: all .5s ease;
}
.hover-light-bright:hover {
    filter: brightness(1.07) saturate(1.25); 
    transition: all .5s ease;
}

.small-caption {
    font-size: 75%;
    line-height: 14px;
    color: #999;
}

.tiny-caption {
    font-size: 50%;
    line-height: 14px;
    color: #aaa;
}


a {
    color: var(--memo-color-rust);
    text-decoration: underline;
    text-decoration-color: var(--memo-color-rust);
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: var(--memo-color-rust); /* Safari */
    -webkit-text-decoration-thickness: 3px; /* Safari */
}
a:hover {
    color: #333;
    text-decoration-color: var(--memo-color-salmon);
    transition: all .35s ease;
}
a.btn-light:hover {
    color: #000;
    background-color: #eee;
    border-color: var(--memo-color-light-blue);
    transition: all .35s ease;
}

.btn-dark-primary {
    background-color: var(--memo-color-blue);
    border-color: var(--memo-color-blue);
    color: white;
}
.btn-dark-primary:hover {
    background-color: var(--memo-color-light-blue);
    border-color: var(--memo-color-light-blue);
    color: var(--memo-color-dark-blue);
    transition: all .35s ease;
}
.btn-dark-primary:active {
    background-color: var(--memo-color-light-blue);
    border-color: var(--memo-color-light-blue);
    color: var(--memo-color-dark-blue);
}

.image-border {
    padding: 5px;
    border: solid 1px #efefef;
}

.memo-tag {
    padding: .25rem .5rem;
    margin: 1px;
    font-size: .65rem;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
}
.memo-tag-salmon {
    color: var(--memo-color-rust);
    border-color: var(--memo-color-rust);
}
.memo-tag-blue {
    color: var(--memo-color-blue);
    border-color: var(--memo-color-blue);
}

.external_logo {
    max-width: 45px;
}


.border-rust {
    border-color: var(--memo-color-rust) !important;
}
.text-salmon {
    color: var(--memo-color-salmon) !important;
}
.bg-salmon {
    background-color: var(--memo-color-salmon) !important;
}
.bg-light-salmon {
    background-color: var(--memo-color-light-salmon) !important;
}

.text-rust {
    color: var(--memo-color-rust) !important;
}
.bg-rust {
    background-color: var(--memo-color-rust) !important;
}

.border-dark-blue {
    border-color: var(--memo-color-dark-blue) !important;
}
.border-blue {
    border-color: var(--memo-color-blue) !important;
}
.bg-dark-blue {
    background-color: var(--memo-color-dark-blue) !important;
}
.bg-blue {
    background-color: var(--memo-color-blue) !important;
}
.bg-light-blue {
    background-color: var(--memo-color-light-blue) !important;
}

.bg-very-light-gray {
    background-color: var(--memo-color-very-light-gray) !important;
}

.full_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header_image {
    background-color: var(--memo-color-light-blue);
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header_image > p {
    font-family: 'Courier New', monospace;
    font-style: italic;
    letter-spacing: -1px;
    position: relative;
    top: 450px;
    color: var(--memo-color-blue);
    font-size: 65%;
    text-align: right;
    padding-right: 1rem;
    padding-left: 1rem;
}

h1.page-title {
    margin-bottom: 2rem;
}

h2.page-title {
    margin-bottom: 1rem;
}

.page-title small {
    margin-left: 0rem;
    font-size: 60%;
}

.page-title > img {
    height: 85px;
    vertical-align: sub;
}
.page-title > img.svg_monument {
    margin-bottom: -5px;
}
.page-title > img.svg_map {
    margin-bottom: -8px;
}
.page-title > img.svg_join {
    margin-bottom: -11px;
}
.page-title > img.svg_press-kit {
    margin-bottom: -5px;
}
img.svg_big {
    height: 125px;
}
img.svg_small {
    height: 26px;
    margin-bottom: 5px;
}

.memo-btn {
    height: var(--memo-button-height);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 2em;
    border: 0;
    padding: .4em 2em .4em 2em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--memo-button-font-size);
}
.memo-pill {
    padding: .4em .7em !important;
}
.memo-btn-squared {
    border-radius: 0 !important;
}
.memo-btn-tiny {
    height: 2em;
    padding: .4em 1em .4em 1em;
}
.memo-btn-blue {
    color: white;
    background-color: var(--memo-color-dark-blue);
}
.memo-btn-blue:hover {
    color: white;
    background-color: var(--memo-color-blue);
    transition: all .35s ease;
}
.memo-btn-light-blue {
    color: white;
    background-color: var(--memo-color-blue);
}
.memo-btn-light-blue:hover {
    color: white;
    background-color: var(--memo-color-dark-blue);
    transition: all .35s ease;
}
.memo-btn-salmon {
    color: var(--memo-color-dark-blue);
    background-color: var(--memo-color-salmon);
}
.memo-btn-salmon:hover {
    color: white;
    background-color: var(--memo-color-light-rust);
    transition: all .35s ease;
}
.memo-btn-light-salmon {
    color: var(--memo-color-dark-blue);
    background-color: var(--memo-color-light-salmon);
}
.memo-btn-light-salmon:hover {
    color: white;
    background-color: var(--memo-color-blue);
    transition: all .35s ease;
}
.memo-btn-rust {
    color: white;
    background-color: var(--memo-color-rust);
}
.memo-btn-rust:hover {
    color: white;
    background-color: var(--memo-color-light-rust);
    transition: all .35s ease;
}

.memo-btn-light {
    color: var(--memo-color-dark-blue);
    border-color: var(--memo-color-light-blue);
    background-color: white;
}
.memo-btn-light:hover {
    color: var(--memo-color-blue);
    border-color: var(--memo-color-blue);
    transition: all .35s ease;
}

.tooltip {
    font-size: 55%;
    line-height: 1em;
}

.btn-group > .dropdown-menu {
    font-size: 100% !important;
}

.container-mb {
    margin-bottom: 5rem !important;
}

.container-pb {
    padding-bottom: 5rem !important;
}

.blockquote-container {
    border-width: 1px 0 1px 0;
    border-color: var(--memo-color-dark-blue);
    border-style: solid;
    background-color: var(--memo-color-very-light-gray);
    text-align: right;
    padding: 1em 2em 0.5em 2em;
    margin-bottom: 1em;
}
.blockquote-footer > cite {
    white-space:nowrap;
}

.small-note {
    font-size: 66%;
    color: var(--memo-color-blue);
    background-color: var(--memo-color-light-blue);
    padding: 1em;
}

.memo-link {
    text-decoration: none;
    text-transform: none;
    padding: .4rem !important;
    margin-bottom: .4rem;
    color: var(--memo-color-rust);
    background-color: var(--memo-color-salmon);
    text-align: left;
}

.memo-link:hover {
    border-width: 1px;
    border-color: var(--memo-color-rust);
    color: var(--memo-color-rust);
    background-color: var(--memo-color-light-blue) !important;
    transition: all .35s ease;
}

.memo-link-info {
    margin: 0 .4rem;
    padding: 0;
    color: var(--memo-color-rust);
}

.memo-link-subinfo {
    margin: -2px .4rem 0 .4rem;
    padding: 0;
    font-size: 75%;
    color: var(--memo-color-rust);
    opacity: .7;
    text-align: right;
}

.memo-link-subinfo i {
    opacity: .8;
}

.very-small {
    font-size: .75em;
}

.very-very-small {
    font-size: .65em;
}

.tiny {
    font-size: .55em;
}

.big {
    font-size: 1.15em;
}

.very-big {
    font-size: 1.35em;
}

.very-very-big {
    font-size: 1.6em;
}

.huge {
    font-size: 1.85em;
}


.book p {
    margin-bottom: .2em;
    font-size: 75%;
}
.book h2 {
    margin-top: .25em;
    margin-bottom: .25em;
}
.book h2 .book-edition {
    font-size: 75%;
}

.book .book-area {
    opacity: .75;
}

.pointer {
    cursor: pointer;
}


.excerpt-hidden {
    height: 75vh;
    overflow: hidden;
    position: relative;
    
    &:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 82px;
	background: linear-gradient(to bottom, rgba(79, 97, 90, 0) 0%, rgba(79, 97, 90, 1) 100% );
    }
}

.excerpt-visible {
    height: auto;
    overflow: auto;
}

.js-show-more {
    padding: .25rem .5rem .5rem .5rem !important;
    height: auto !important;
    font-variant: none;
    text-transform: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 9rem;
    border-radius: 0px 0px 2em 2em;
}
