﻿body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

.burger {
    width: inherit;
}

.button {
    cursor: pointer;
}

.floating_text_formatter {
    padding-top: 35px;
    padding-left: 167px;
    z-index: -1 !important;
}

@media only screen and (max-width: 1100px) and (min-width: 801px) {
    .floating_text_formatter {
        padding-top: unset;
        padding-left: unset;
    }
}

@media only screen and (max-width: 801px) {
    .floating_text_formatter {
        padding-top: unset;
        padding-left: unset;
    }
}

@media only screen and (min-width: 991px) {
    .three_way_split {
        display: inline-grid !important;
        grid-template-columns: 19% 48% 29%;
        grid-row-gap: 2%;
    }

    .burger {
        width: 80%;
    }

    .four_way_split {
        flex-direction: row !important;
    }

    .flex_100 {
        flex-direction: row !important;
    }

    .pad10 {
        padding-left: 10% !important;
    }


    .padding_r10 {
        padding-right: 10%;
    }

    .two_way_split {
        display: inline-grid !important;
        grid-template-columns: 50% 50%;
        height: 165px;
        width: 100%;
    }

    .split_80_20 {
        display: inline-grid !important;
        height: 100%;
        grid-template-columns: 80% 20%;
        align-content: center;
        max-width: 1200px;
        padding-left: 12%;
    }

    .blue_section {
        padding-left: 22%;
        padding-right: 22%;
        flex-direction: row;
    }

    .carousel_padding {
        padding: .4em 12% 4em 12% !important;
    }


    .split_50_50 {
        display: inline-grid;
        grid-template-columns: repeat(2,50%);
        width: 100%;
    }

    .split_50_50_row {
        display: inline-grid;
        grid-template-rows: repeat(2,50%);
    }

    .middle_align {
        display: flex;
        vertical-align: middle;
        align-items: center;
    }

    .group_label {
        width: 33%;
    }

    .card {
        width: 33%;
    }

    .notice_container {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .text1 {
        padding-left: 3em;
        border-left-color: #ceefff;
        border-left-width: 2px;
        border-left-style: solid;
    }

    .logo {
        max-width: 100%;
    }

    .static {
        margin-bottom: 4em;
        padding: 4em 15% !important;
    }
}

@media only screen and (max-width:560.9px) {
    .strech_navbar {
        display: contents;
    }
}

.alert_absolute {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    left: 0;
    opacity: 50%;
    transition-duration: 2s;
}

.alert.fade {
    transition: opacity 0.5s ease-in-out;
}

.home_container_1 {
    background-color: rgb(40,176,232);
    height: 500px;
}

.home_container_2 {
    background-color: rgb(40,176,232);
    height: 50px;
}

.blue_section {
    background-color: #00a0e4;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    padding-top: 4em;
    padding-bottom: 4em;
}

.static {
    margin-bottom: 4em;
    padding: 4em 10%;
}

.blue_section .floating_text {
    color: transparent;
    -webkit-text-stroke: 1px #1db2f0;
    opacity: 20%;
    text-shadow: none;
}

.blue_section .four_way_split {
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.center_container {
    justify-self: center;
    align-items: center;
    align-content: center;
}

.image_block {
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
}

.image_block_padding {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.text_container {
    position: relative;
    width: 100%;
    height: 100%;
}


.logo {
    max-width: 50%;
}

#blisstext {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    pointer-events: none;
    transition: transform 0.15s ease-out;
}

.h2 {
    /*font-family: 'Karla';*/
    font-weight: 700;
    color: #00a1e4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8em;
    margin: 0;
}

.text1 {
    font-size: 1.2em;
    color: #758ca0;
    text-align: justify;
    padding-right: 2em;
}


.h1 {
    margin-bottom: .6em;
    margin-top: 0px;
    line-height: 1.2;
}

.h3 {
    font-size: 1.2em;
    color: #758ca0;
    font-family: 'Karla',sans-serif !important;
    font-weight: 400;
}

.h1_bold {
    font-size: 3em;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: .6em;
    line-height: 1.2;
}

.notice_container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
}

.floating_text {
    font-size: 10em;
    color: #ffffff;
    position: absolute;
    top: 68px;
    left: 5%;
    z-index: 0;
    line-height: 0;
    text-shadow: -1px -1px 0 #daebf4, 1px -1px 0 #daebf4, -1px 1px 0 #daebf4, 1px 1px 0 #daebf4;
    pointer-events: none !important;
    font-weight: 500;
    font-family: 'Gotham',sans-serif !important;
    animation: move-right linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
    will-change: transform, opacity;
}

@keyframes slide-right {
    to {
        transform: translateX(300px);
    }
}


.clipped-text-container {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header_container {
    height: 100%;
    background: white;
    padding-left: 15%;
}

.card {
    display: grid;
    grid-template-rows: 80% 20%;
    overflow: hidden;
    border-radius: 10%;
    margin: 20px;
    /*min-height: 242px;*/
    background-color: transparent;
    max-width: 600px;
}

    .card:hover {
        transform: scale(1.05);
        transition-duration: 1s;
    }

    .card .card_image {
        object-fit: fill;
        height: 100%;
    }

    .card .card_text {
        background-color: white;
        color: black;
        font-weight: bold;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.group_label {
    position: relative;
    z-index: 2;
    justify-content: center;
    text-align: left;
    align-items: center;
}

    .group_label .group_text {
        margin-bottom: .6em;
        margin-top: 0px;
        line-height: 1.2;
        color: #ffffff;
        font-size: 3em;
        font-weight: 800;
    }

.blue_header {
    left: 190px;
    top: 100px;
    height: 100%;
}

.flex_100 {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.input_m {
    padding: 10px;
    font-family: 'Karla', sans-serif !important;
}

.lab {
    margin-bottom: .5em;
    flex-direction: unset;
    display: inline-block;
    font-weight: 700;
}

.input_l {
    padding: 10px;
    font-family: 'Karla', sans-serif !important;
}

.input_edt {
    font-family: Karla;
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1.5em;
    margin-bottom: .7em;
    border-top-color: #cfe6f1;
    border-right-color: #cfe6f1;
    border-bottom-color: #cfe6f1;
    border-left-color: #cfe6f1;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    width: calc(100% - 10px);
}

.btn_submit {
    font-family: Karla;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #00a1e4;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    color: #ffffff;
    margin-top: 1em;
}

.header_container_label {
    z-index: 8;
    font-family: Karla;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    /*white-space: nowrap;*/
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 22px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.landing_image_container {
    width: 100%;
    height: 80%;
    display: inline-grid;
    justify-content: space-between;
    align-items: center;
}

.landing_image_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 156px;
    background-image: url(../resources/images/bliss_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.landing_image_block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 200px;
    background-image: url(../resources/images/bgBox.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}


.hover_image_swirl {
    width: 100%;
}

.bliss_logo {
    background-image: url(../resources/images/WhiteLogoSpaced.svg);
    /* position: absolute; */
    padding: 0;
    width: auto;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.bliss_logo_text {
    position: absolute;
    display: flex;
    overflow: visible;
    justify-self: center;
    align-self: center;
    height: 300px;
    top: 150px;
}

.footer-splitter {
    background-color: #00a3dc;
    height: 60px;
    width: 100%;
}
