@import url(fontawesome-all.min.css);


/* Type */

body,
input,
select,
textarea,
a {
    color: #585858;
    font-family: sans-serif, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.75;
}

@media screen and (max-width: 1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 14pt;
    }
}

@media screen and (max-width: 1280px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

a {
    -moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
    -webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
    -ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
    transition: border-bottom-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
    color: #585858;
}

a:hover {
    border-bottom-color: transparent;
    color: #73cbe7 !important;
}

strong,
b {
    font-weight: 900;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1 {
    font-size: 2.75em;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1em 0;
    letter-spacing: -0.035em;
}

h1 a {
    color: inherit;
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
        margin: 0 0 1em 0;
    }
}

@media screen and (max-width: 360px) {
    h1 {
        font-size: 1.75em;
    }
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 2em 0;
    text-transform: uppercase;
    letter-spacing: 0.35em;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.8em;
}

h5 {
    font-size: 0.8em;
}

h6 {
    font-size: 0.8em;
}

@media screen and (max-width: 980px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1em;
    }
    h3 {
        font-size: 0.8em;
    }
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

blockquote {
    border-left: solid 4px #c9c9c9;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-radius: 4px;
    border: solid 1px #c9c9c9;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

hr {
    border: 0;
    border-bottom: solid 1px #c9c9c9;
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

.align-left {
    text-align: left;
}

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

.align-right {
    text-align: right;
}

.title {
    font-family: sans-serif;
    font-weight: 900;
    letter-spacing: 6px;
    -webkit-text-stroke-color: black;
    color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 1.5em;
}
/* 
header {
    padding: 156px 0 100px;
} */

section {
    padding: 50px 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    position: relative;
    min-height: 100%;
}

.spacer {
    padding-top: 80px;
}

.carousel-item {
    position: relative;
    /* background-color: black; */
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.carousel-item video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.carousel-item .container {
    position: relative;
    z-index: 2;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.1;
    z-index: 1;
}

/* @media (pointer: coarse) and (hover: none) {
    .container.h-100 {
        width: 85%;
    }
} */

.carousel-control-next, .carousel-control-prev {
    z-index: 10;
}

footer a {
    color: #979ad6;
}footer a

.herotitle {
    -webkit-text-stroke: .5px rgba(0, 0, 0, 0.911);
}


@media (min-width: 768px) {
    .img-hover-zoom {
        height: 307px;
        overflow: hidden;
    }
    
    .img-hover-zoom img {
        transform-origin: 50% 65%;
        transition: transform 5s, filter 3s ease-in-out;
        /* filter: brightness(150%); */
    }
    
    .img-hover-zoom:hover img {
        /* filter: brightness(100%); */
        transform: scale(1.5);
    }
}
.carousel-item {
    background: linear-gradient(-45deg, #979ad6, #979ad6, #73cbe7, #73cbe7);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    animation: movement 10s ease infinite;
}

.rise img {
    animation-direction: reverse;
}
@keyframes movement {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -55%) scale(1.2);
        
    }
    
}

.logo .symbol img {
    vertical-align: sub;
}