/* Lohocla Research Corporation
   Base CSS definitions
*/

@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,500,500i&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');*/

@font-face {
    font-family: 'adam.cg_proregular';
    font-style: normal;
    font-weight: 400;
    src: url('adam.cg_pro-webfont.woff2') format('woff2'), url('adam.cg_pro-webfont.woff') format('woff');
}

:root {
    --lohocla_red: #f00;
}

body, body > * {
    font-weight: 300;
}

body > * {
    color: #333;
    font-family: Lato, 'Segoe UI', 'San Francisco', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.2rem;
}

p.indent, div.indent {
    /*font-family: Merriweather, Palatino, Georgia, Garamond, serif;*/
    /*font-weight: 200;*/
}

body {
    width: auto;
}

header {
    display: flex;
    flex-direction: column;
    margin-top: 55px;
}

footer {
    background: #f7f7f7 linear-gradient(to bottom, #fff, #bbb) no-repeat center;
    margin-top: 4em;
    padding: 2em;
    text-align: center;
    width: 100%;
}

article {
    margin-bottom: 1rem;
}

figcaption {
    font-size: 0.75rem;
    font-weight: 400;
}

/* from https://codepen.io/tholman/pen/KEzbq
    TODO: decide on whether to use floated blockquotes on key pages and how to style them */
/*blockquote {
    transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -120px;
    opacity: 0;
}

.line {
    transition: width 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0px;
    height: 1px;
    background: #fff;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 18px;
}

.quote.active {
    transform: translateY(-30px);
    opacity: 1;
}

.quote.active .line {
    width: 100px;
}

img {
    animation: adjustHue 10s infinite;
}*/

/* source: https://codepen.io/mattpopovich/pen/pbYwvQ */
q {
    /*font-family: 'Gotham SSm A', 'Gotham SSm B', 'Proxima Nova', Futura, Helvetica, sans-serif;*/
    font-family: 'adam.cg_proregular', Futura, Helvetica, sans-serif;
    font-weight: 400;
    /*letter-spacing: 1.5px;*/
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.25em;
    /*text-transform: uppercase;*/
    /*color: #a32b68;*/
    float: right;
    max-width: 25vw;
    margin: -0.5rem -1rem 0.5rem 1.5rem;
    color: #281919;
    padding: 1rem 0 0.75rem 1.5rem;
    border: rgba(0, 0, 0, 0.5) thin solid;
    border-radius: 0 2rem;
    /*background: -webkit-linear-gradient(top, #fd0b58 0px, #a32b68 100%);*/
    /*background: linear-gradient(top, #fd0b58 0px, #a32b68 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

q::before, q::after {
    content: "";
}

/*q::before {
    position: absolute;
    top: 0;
    content: "&ldquo;";
    font-size: 200px;
    color: rgba(0, 0, 0, 0.1);
}*/

hr {
    width: 95%;
}

strong {
    font-weight: 500;
}

.hero_text, .subheading_hero, h1, h4 {
    font-family: 'adam.cg_proregular', Futura, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
}

h1 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.subheading, h4 {
    color: #281919;
    font-size: 1.25rem;
}

p.indent {
    text-indent: 2rem;
}

#Kindolor, #Nezavist {
    content: url('/img/logos/Kindolor_K.svg');
    height: 2rem;
    margin: 1.5rem 0 0.5rem;
    width: auto;
}

#Nezavist {
    content: url('/img/logos/Nezavist_dark_v2.svg');
}

#carouselRotationIndicators {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
}

#slide_1_text, .slide-text {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    color: #fff;
    display: inline-block;
    font-family: 'Shadows Into Light', cursive;
    font-size: 1.33rem;
    left: 10%;
    letter-spacing: 1px;
    line-height: 1.25em;
    padding: 0.75rem;
    position: absolute;
    top: 10%;
    transform-origin: left top;
    transform: scale(1.2, 1);
    width: 45%;
}

/*.carousel-inner .carousel-item:nth-child(2) .slide-text {*/
#slide_2_text {
    left: 2%;
    top: 5%;
    width: 40%;
}

/*.carousel-inner .carousel-item:nth-child(3) .slide-text {*/
#slide_3_text {
    /*left: 50%; */
    margin-left: auto;
    margin-right: auto;
    top: 5%;
    width: 65%;
}

/*.carousel-inner .carousel-item:nth-child(4) .slide-text {*/
#slide_4_text {
    left: 3%;
    top: 5%;
    width: 27%;
}

#slide_5_text {
    margin: auto;
    top: 30%;
    width: auto;
}

#legalese_links {
    margin-top: 2em;
}

#legalese_links > * {
    font-size: 0.8rem;
    margin: 0 1em;
    white-space: nowrap;
}

#footer_software_logo {
    padding-left: 5%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    /*column-gap: 1em;*/
}

#copyright, #copyright > * {
    font-size: 0.75rem;
}

#copyright.software_footer_small {
    margin-right: 2em;
    align-self: flex-end;
    /*display: none !important;*/
}

.inverted {
    filter: invert(1);
}

.btn {
    min-width: 6rem;
}

.rad-1 {
    border-radius: calc(1rem * 0.25);
}

.rad-2 {
    border-radius: calc(1rem * 0.5);
}

.rad-3 {
    border-radius: calc(1rem * 0.75);
}

.rad-4 {
    border-radius: 1rem;
}

.rad-5 {
    border-radius: 2rem;
}

.rad-6 {
    border-radius: 3rem;
}

.msg_flash_scalene {
    vertical-align: middle !important;
    padding: 0.5rem;
    text-align: center !important;
    border-radius: 2rem 0.25rem;
}

/* Boostrap extensions */
.bg-primary-pastel {
    background-color: #80bdff !important;
}

.bg-secondary-pastel {
    background-color: #6c757d !important;
}

.bg-success-pastel {
    background-color: #8fb !important;
}

.bg-info-pastel {
    background-color: #a1f3ff !important;
}

.bg-warning-pastel {
    background-color: #ffe055 !important;
}

.bg-danger-pastel {
    background-color: #db6e79 !important;
}

.error {
    border: #f00 medium solid;
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
    background-color: #ffc6c6;
    overflow: visible;
}

.emphasis_modest {
    font-weight: 400;
}

.icon-row-container {
    margin: 2em 0 0 0;
}

.breadcrumb {
    /* background-color: #F8F9FA; */
    background-color: #272b2a;
    font-size: 1rem;
    padding: 0.9rem 0.75rem 0.5rem 0.75rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0.063rem 0.3rem rgba(0, 0, 0, 0.2);
    border-radius: unset;
    -webkit-border-radius: unset;
}

.breadcrumb-item, .breadcrumb-item.active, .breadcrumb-item::before, .breadcrumb > li {
    color: #fff;
}

.breadcrumb > li > a {
    color: #80bdff;
}

#social_shares_wrapper {
    /*zoom: 0.6;*/
    transform: scale(0.6);
    transform-origin: left top;
    margin-top: -1rem;
}

.icon-row {
    background-color: #f7f7f7;
    border-radius: 1rem;
    display: flex;
    justify-content: space-evenly;
    margin: 2rem 0;
    padding: 2em 0;
}

.icon-circle, .icon-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.icon-container {
    align-self: flex-start;
    flex-direction: column;
    width: 100%;
}

.icon-circle {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #6f6f6f;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    height: 8vmax;
    min-height: 60px;
    min-width: 60px;
    width: 8vmax;
}

.icon-circle img {
    height: auto;
    min-width: 30px;
    width: 50%;
}

.icon-text {
    margin: 0.5em 0 0 0;
    text-align: center;
}

.news-container {
    align-items: flex-start;
    background-color: #f2faff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2em;
}

.news-item {
    align-content: normal;
    align-items: stretch;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width: 100%;
}

.news-container .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news-date {
    font-size: 0.9em;
    margin-right: 2em;
    white-space: nowrap;
}

.news-text {
    width: 100%;
}

.button-container {
    text-align: center;
}

.button-container:hover {
    cursor: pointer;
}

.hero_container {
    position: relative;
    overflow: hidden;
}

.hero_container, .hero_container > img, .hero_text {
    transition: transform 750ms ease-in-out;
}

.hero_container > img {
    height: auto;
    width: 100%;
    top: 0;
}

.hero_text {
    color: #fff;
    font-size: 4vmax;
    left: 1em;
    position: absolute;
    top: 30%;
}

.hero_container.shrink {
    height: 40%;
}

.hero_container.shrink img {
    transform: translateY(-40%);
}

.hero_container.shrink > div.hero_text {
    vertical-align: middle;
    margin: auto 0;
}

.subheading {
    font-family: Lato, 'Segoe UI', 'San Francisco', sans-serif;
    font-weight: 400;
}

.figure img {
    max-width: 25vmax;
}

/* People Profiles */
.executive-profile-container {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-evenly;
    margin: 1em 0 0 0;
}

.executive-profile {
    align-items: center;
    background: #f7f7f7;
    border-radius: 1em;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 1em;
    padding: 0.5em !important;
}

.officers .executive-profile {
    width: 33%;
}

.advisory .executive-profile, .directors .executive-profile {
    width: 25%;
}

.advisory .executive-profile:nth-child(n-3) {
    margin-bottom: 3em;
}

.advisory {
    flex-wrap: wrap;
}

.container {
    max-width: 95% !important;
}

.executive-profile > img {
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: auto;
    margin-bottom: 0.5em;
    width: 10vmax;
}

.executive-profile > div:nth-child(2) {
    margin-bottom: 0.5em;
    text-align: center;
}

#contact-container, .executive-profile .modal-footer {
    justify-content: center;
}

hr.executive-divider {
    margin: 3em 0;
}

.modal-body p {
    text-align: left;
}

.space_v {
    margin: 1rem 0;
    min-height: 1px;
}

.space, .space_h {
    margin: 0 1rem;
    min-height: 1px;
}

.space {
    margin: 1rem;
    min-width: 1px;
}

#contact-container {
    align-content: center;
    display: flex;
}

#contact-container div {
    margin: 0 0.5em;
}

/* "EXTENSIONS" OF BOOTSTRAP CSS */
.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 3.5rem;
}

.nav-item.dropdown {
    padding-bottom: 0 !important;
}

.wordmark_text {
    font-family: 'adam.cg_proregular', sans-serif;
}

@media screen and (max-width: 639px) {
    q {
        display: none;
    }

    header {
        margin-top: 0;
    }

    .figure, figure {
        float: none !important;
        display: block;
        clear: both;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #contact-container {
        flex-direction: column;
    }

    #contact-container div {
        margin: 0.25em 0;
    }

    .hero_container > img {
        height: auto;
        width: 100%;
    }

    /* .hero_text,*/
    #carouselRotationIndicators li {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }

    .slide-text {
        display: none !important;
    }

    .icon-row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .icon-container {
        width: 50%;
    }

    .icon-circle {
        height: 20vmin;
        width: 20vmin;
    }

    .news-item {
        flex-direction: column;
    }

    .figure img {
        max-width: 100%;
    }

    /* People Profiles */
    .officers,
    .directors,
    .advisory {
        flex-wrap: wrap;
    }

    .advisory .executive-profile, .directors .executive-profile, .officers .executive-profile {
        height: auto;
        margin-bottom: 2em !important;
        width: 50%;
    }

    #social_shares_wrapper {
        transform: scale(1);
        transform-origin: left top;
        margin-top: 0;
        margin-bottom: -0.75rem;
    }
}