html,
body {
    font-family: 'Lato', sans-serif;
    color: #1d1d1d;
    padding: 0px;
    margin: 0px;
}

body {
    height: 100vh;
}

.example-marquee {
    position: relative;
}

.content {
    display: table;
    width: 100% !imporant;
    min-height: 100vh;
    z-index: 1;
    position: relative;
    color: white;
}

.content .inner {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    padding-left: -6px;
    padding-right: 16px;
    color: white;
}

.content .inner2 {
    width: 2600px;
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    padding-left: 6px;
    padding-bottom: 16px;
    background-color: rgba(0, 0, 0, 0.5);
}

.content .inner h1 {
    font-size: 62px;
    color: white;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.content .inner2 h1 {
    font-size: 62px;
    color: white;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.col-md-3 {
    display: inline-block;
    margin-left: -4px;
}

.col-md-3 img {
    width: 100%;
    height: auto;
}

body .carousel-indicators li {
    background-color: red;
}

body .carousel-indicators {
    bottom: 0;
}

body .carousel-control-prev-icon,
body .carousel-control-next-icon {
    background-color: red;
}

body .no-padding {
    padding-left: 0;
    padding-right: 0;
}

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header 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%);
}

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

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

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}

#pull-up {
    position: absolute;
    margin-top: -5px;
    z-index: 5;
}
.scrooling a > span > img {
  
    opacity: 1;
    z-index: 5;
 
}

.scrooling {
    height: 90px;
    background-color: rgb(0, 0, 0);
    opacity: 1;
    /* position: fixed; */
    /* top: 200; */
    /* width: 100%; */
    transition: all 0.5s;
}

.scrooling-alt {
    height: 100px;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    /* position: fixed; */
    /* top: 200; */
    /* width: 100%; */
    transition: all 0.5s;
}

.scrooling>a{
    opacity: 1;
}
.fontcolor{
    color: rgba(255, 255, 255, 5) !important;
    opacity: 1;
    z-index: 5;
}

.tt-open{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 10px;
    width: auto;
}

