/* Add here all your CSS customizations */

#outer {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

#home-top-video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    
    ttom: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(46, 56, 63, 0.6), rgba(60, 73, 82, 0.3));
}

#home-top-video {
    left: 0%;
    top: 0%;
    height: 300vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#home-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
}

#home-text h1 {
    color: #fff;
    font-size: 30rem;
    font-weight: normal;
    letter-spacing: 20px;
    text-transform: lowercase;
    font-family: calibri;
    opacity: 0.5;
}

#darker-opacity {
    opacity: 0.5;
}

ul {
    list-style-position: outside;
    padding-left: 16px;
}

#home-text h4 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: calibri;
    opacity: 0.6;
    padding-top: 55px;
}

.h-700 {
    min-height: 700px;
}

.thumb-info-work td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
    color: #000;
    font-size: 12px
}

.thumb-info-work td:nth-child(1) {
    text-transform: uppercase;
}

li {
    text-transform: none
}