html,
body {
    background-color: #222222;
    padding: 0px;
    margin: 0px;
    color: white;
    min-width: 550px;
}

h2 {
    text-align: center;
    font-family: 'Bebas';
    font-weight: 100;
    word-spacing: 6px;
}

a {
    color: #e9cb1e;
    font-weight: 700;
}

info {
    font-size: 60%;
}

info a {
    text-decoration: none
}


/* MAIN PAGE */

.TCBanner {
    position: relative;
    height: 212px;
    width: 100%;
    /* background-image: url("img/TC_Particles.svg"); */
    background-color: black;
    background-size: 100%;
    background-position-y: 50%;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.TCBanner .TCTextLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 75%;
}

.wideflex {
    background-color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.wideflex p,
.wideflex a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.videoWrapper {
    background-color: #111111;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
}

.mainVidFlex {
    flex: 4 0 0;
}

.mainVid {
    position: relative;
    padding-top: 56.25%;
}

.mainVid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100%;
}

.vidlist {
    flex: 1 0 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 4%;
}

.vidList>a {
    flex: 1 0 0;
    height: 100%;
    width: 100%;
    padding: 9.50%;
    background-color: #080808;
}

.vidlist a img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 500ms;
}

.vidlist a img:hover {
    transform: scale(1.1);
    transition: transform 500ms;
}

@font-face {
    font-family: "Bebas";
    src: url("font/Bebas.eot?#iefix");
    src: url("font/Bebas.eot?#iefix") format("eot"), url("font/Bebas.woff2") format("woff2"), url("font/Bebas.woff") format("woff"), url("font/Bebas.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
.SDesc p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: #191919;
    max-width: 800px;
    flex-wrap: wrap;
    padding: 30px;
    overflow: hidden;
}

.SDesc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* DOWNLOADS PAGE */

.crumbs {
    background-color: #191919;
    margin-bottom: 15px;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #FFF;
}

.crumbs a {
    text-decoration: none;
    fill: #CCC;
    color: #CCC
}

.crumbs :last-child {
    color: #FFF;
    font-weight: 700;
}

.crumbs a:hover {
    text-decoration: underline;
}

.crumbs a svg {
    height: 13px;
    width: 30px;
}

.dlmain {
    padding: 30px 0px;
}

.dlcont {
    background-color: #111111;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
}

.dlcont h2 {
    margin-top: 0px;
}

.dlcont svg {
    width: 100px;
    height: 100px;
    transition: 0.2s;
}

.dlcont svg:hover {
    cursor: pointer;
    fill: #e9cb1e
}

.dlcont svg:active {
    transform: scale(0.95);
}

.relatedvid {
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.relatedcont {
    width: 100%;
    max-width: 600px;
}

/* EXTRA INFO PAGES */
.eivid {background-color: #191919;width:100%;max-height:450px;overflow:hidden;}
.eivid div {background-color: #111111;padding: 30px;margin:0 auto;position: relative;padding-bottom: 56.25%;max-width: 800px;max-height: 450px;}
.eivid div iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;max-width: 800px;max-height: 450px;margin-left:30px;margin-right:30px;}