html {
    height: 100%;
}
body {
    height: 100%;
    background-color: #e9ebee;
    /* font-family: 'Archivo Narrow', sans-serif; */
    font-family: 'Cabin Condensed', sans-serif;
    color: #404040;
    font-size: 12pt;
    letter-spacing: 1px;
}

a {
    color: #606060;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.color-light {
    color: #D8D0CB;
}

a:hover {
    color: black;
    /* text-decoration: none; */
}

.orange {
    color: #ed5001;
}

h1, h2, h3, h4, h5, h6, .color-heading {
    color: #ed5001;
    font-family: 'Signika', sans-serif;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 1rem;
}

.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.topbar {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-size: 9pt;
}
.topbar a, .footer a {
    color: #fff;
}
.topbar a:hover, .footer a:hover {
    color: #ed5001;
}

.thumbnail {
    margin: 2em;
    max-width: 250px;
}

.color-trineria-orange {
    color: #f7631d;
}
.color-trineria-grey {
    color: #415053;
}

.subtitle {
    font-size: 22pt;
    /* color: #D3D2D1; */
    /* color: #9E948C; */
    color: #80665B;
}

.icon-l {
    color: #80665B;
    font-size: 55pt;
}

.icon-xl {
    color: #80665B;
    font-size: 70pt;
}

.content {
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    /* background-color: rgba(255,255,255,.01); */
    padding: 10px 15px;
}

.parallax {
    background-size: cover;
}

.block {
    min-height: 400px;
    padding-bottom: 50px;
    z-index: 100;
    /* background-color: rgba(255,255,255,.05); */
    background-position: center center;
    position: relative;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.overlay.b50 {
    background-color: rgba(0,0,0,0.5);
}
.overlay.b60 {
    background-color: rgba(0,0,0,0.6);
}
.overlay.b75 {
    background-color: rgba(0,0,0,0.75);
}

.footer {
    background-color: rgba(0,0,0,0.5);
    font-size: 11pt;
}

.color-default {
    color: #9E948C;
}




.parallax-mirror {
    z-index: 0 !important;
}

.modal-backdrop {
   background-color: rgba(0,0,0,0.5);
}

.footer {
    background-color: #2C3C44;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10pt;
}
.footer .fa {
    width: 30px;
}