* {
    margin: 0;
    padding: 0;

}

html {
    width: 100%;
    height: 100%;
    display: table;
}

body {
    overflow-x: hidden;
    /*width: 100%;*/
    /*display: table-cell;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /*background-color: --bs-light;*/
    opacity: 1 !important;
    margin-top: 0;
    -webkit-print-color-adjust: exact;
    /*background-image: url('https://vintanainvestments.com/img/vinimg1.jpg?ver=0.2');*/
    /*!*background-image: url('https://frogdesign.nyc3.digitaloceanspaces.com/wp-content/uploads/2020/10/13192627/DM_ChallengingtheStatusQuo.gif');*!*/
    /*background-position: 40% center;*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}

.container-fluid, .header, .main, .footer {
    /*background-color: #212529;*/
    /*opacity: 0.95;*/

}

html, body {
    margin: 0;
    padding: 0;
}

.parent {
    opacity: 0.95;
    font-family: Calibri, serif;
    letter-spacing: 0.1em;
    line-height: 1.5;
    flex: 1;
}

.sections, .footer {
    min-height: 200px;
}

a {
    text-decoration: none
}

.header a,span {
    transition: 500ms all ease;
}
.header a {
    line-height: 70px;
}

.header a:hover, .header span:hover {
    /*color: green !important;*/
    /*transform: scale(1.1);*/
}

.tile {
    padding: 5px 5px;
    /*color: white;*/
    /*background: #8c8686;*/
    /*-webkit-transform: translateY(50px) rotate(-5deg) translateZ(0);*/
    /*transform: translateY(50px) rotate(-5deg) translateZ(0);*/
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
}

.bottom-right.inView {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(0px) rotate(0deg) translateZ(0);
}

.inView {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(0px) rotate(0deg) translateZ(0);
}

#myBtn {
    opacity: 0.95;
    background-color: #d5d5d5;
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 999999999999;
    font-size: 30px;
    cursor: pointer;
    border-radius: 4px;
    border-color: #c9c9c9;
}

#myBtn:hover {
    background-color: #bdbdbd;
    border-color: #b0b0b0;
}

small {
    font-size: 0.7em;
}

.justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.unique_green {
    color: hsl(145, 33%, 49%) !important;
    /*color: black;*/
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.cur {
    cursor: pointer;
}

.pre-load {
    background: #2a2a2a55;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    opacity: 0.95;
}

.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;

}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.spanner, .overlay {

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


