@media screen and (max-width: 1200px) {
    body .outer .content .references .reference {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 800px) {
    body .section.info content {
        flex-direction: column
    }

    body .head .claim {
        width: 60vw;
    }

    body .section.info div.title {
        padding-top: 120px;
        padding-left: 0;
        min-width: none;
    }
}

/* noscript {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 10% 10%;
    border: 4px solid gray;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    z-index: 10000;
    text-align: center;
    padding: 1em 1em;
    font-size: 50px
} */

body {
    margin: 0 0 48px;
    padding: 0;
    font-family: 'Source Sans Pro', '-apple-system', 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    /* font-weight: 300; */
    font-style: normal;
    color: white;
    font-family: "Segoe UI", sans-serif;
    font-weight: 200;

    background-color: #121617;
}

div,
ul,
ol,
li,
p {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

h1,
h2,
h3 {
    font-size: 24px;
    font-weight: 200;
    margin: 0;
    text-transform: uppercase
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 42px;
    text-transform: uppercase;
    background-color: none
}

ul,
li {
    margin: 0;
    padding: 0
}

p {
    margin: 0
}

a {
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-weight: 400;
}

a.link {
    color: black;
    /* font-weight: 400; */
    padding: 2px 0px
}

a.link:hover {
    color: black;
    border-bottom: 1px solid black
}

@media screen and (max-width: 680px) {
    .bg-images video {
        display: none
    }
}

.outer {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: auto
}

.outer .centered-content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.head {
    position: relative;
    display: block;
    height: 60vw;
    width: 100%;
    margin: 0;
    display: flex;
}





/* ----------------------------------- */

.section {
    padding: 20px;
    background-color: #121617;
    display: flex;
    justify-content: space-evenly;
}

.section.info content {
    padding-top: 50vh;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.section.info {
    /* height: 100vh; */
    width: 100vw;
    background: #888 url("images/top-background-01.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    /* position: fixed; */
    z-index: -200;
}


.section.info div.title {
    background-image: url(images/T3-logo.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    padding-left: 120px;
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 0.9em;
    min-width: 420px;
}

.section.info div.title b {
    font-weight: 600;
}

.section.info div.links {
    border: 1px
}

.section.info div.links a {
    display: block;
    text-transform: uppercase;
    line-height: 0.8em;
    opacity: 0.6;
    margin-bottom: 1.5em;
}

.section.info div.links a:hover {
    opacity: 1;
}

.section.info p {
    margin: 0 0 20px 0px;
    max-width: 400px;
}

.section.info p.socialmedia {
    margin-top: 20px;
}

.section.info p.socialmedia a {
    display: inline-block;
    height: 41px;
    width: 41px;
    opacity: 0.6;
    background-size: contain;
    margin-right: 10px;
}

.section.info p.socialmedia a:hover {
    opacity: 0.8;
}


.section.info p.socialmedia a.youtube {
    background-image: url(images/social-icon-youtube.png);
}

.section.info p.socialmedia a.discord {
    background-image: url(images/social-icon-discord.png);
}

.section.info p.socialmedia a.github {
    background-image: url(images/social-icon-github.png);
}

.section .songkick {
    /* width: 450px; */
    flex: 0.8;
}

body.jsEnabled figure.video iframe {
    display: block !important;
    opacity: 1 !important;
    transition: all 1s;
    transition-delay: 2s
}

/* ------------------------------------------------ */

figure.video {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 */
    position: relative;
    /* border: 1px solid #000; */
}

figure.video a {
    display: block;
    position: relative;
}

/* figure.video a:before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/play-button.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: " ";
} */

/* figure.video img.placeholder {
    width: 100%;
} */

figure.video iframe {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    /* hide iframes in front of placeholders images as fallback for no javascript */
    opacity: 0;
}

body.jsEnabled figure.video iframe {
    display: block !important;
    opacity: 1 !important;
    transition: all 1s;
    transition-delay: 2s;
}

/* ------------------------------------------------ */

.contact.footer {
    color: #888;
    display: flex;
    flex-direction: column;
}

.contact.footer a {
    color: #888;
}

.contact.footer .legal {
    font-size: 12px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.contact.footer .legal p {
    margin-bottom: 5px
}

/* 
@font-face {
    font-family: 'Source Sans Pro';
    src: url("http://framefield.com/fonts/sourcesanspro-regular.woff") format("woff"), url("http://framefield.com/fonts/sourcesanspro-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url("http://framefield.com/fonts/sourcesanspro-light.woff") format("woff"), url("http://framefield.com/fonts/sourcesanspro-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url("http://framefield.com/fonts/sourcesanspro-extralight.woff") format("woff"), url("http://framefield.com/fonts/sourcesanspro-extralight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url("http://framefield.com/fonts/sourcesanspro-semibold.woff") format("woff"), url("http://framefield.com/fonts/sourcesanspro-semibold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url("http://framefield.com/fonts/SourceSansPro-Black.woff") format("woff"), url("http://framefield.com/fonts/SourceSansPro-Black.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'iconfield';
    src: url("http://framefield.com/fonts/iconfield-v03.woff") format("woff"), url("http://framefield.com/fonts/iconfield-v03.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
} */