@font-face {
    font-family: 'nexa_lightregular';
    src: url('webfonts/nexa_light-webfont.woff2') format('woff2'),
         url('webfonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    margin: 0;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:subpixel-antialiased;
    background-color:#0f0f0f;
    margin:0px;
}
html, body, .container {
    height: 100%;
    margin: 0;
    padding: 0;
}
.background {
    width: 100vw;
    height: 100vh;
}
.logo {
    position: relative;
    z-index: 12;
    top: 3px;
    left: 40px;
    margin-bottom: 10px;
    cursor: pointer;
    width:120px;
}
.justanother {
    display: block;
    width: 40%;
}
#videoloader {
    display:inline-block;
    z-index:1;
    position:absolute;
    text-align:center;
    left:0;
    right:0;
    top:50%;
}
video {
    width:100%;
    height:100%;
    object-fit:cover;
}
.background-video {
    z-index: 0;
  display:block;
  height:100vh;
  width:100%;
  position:absolute;
  min-height: 550px;
}
.imagefill {
    width: 100%;
}
.container {
    overflow-x:hidden;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-areas: "grid_content"
    "grid_menu";
    grid-template-columns: 100%;
    grid-template-rows: 1fr 0px;
}
.container >div {
  position: relative;
}
.container_flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.container_flex:after {
  display: inline-block;
  content: "";
  flex: 999 999 100%;
}
.grid_menu {
    grid-area: grid_menu;
    display: flex;
    align-items: center;
    width: 100%;
    height: 69px;
    padding-top:0px;
    position: absolute;
    border-bottom: 1px solid #0a151f;
    background-color:#fff;
    /*overflow: hidden;*/
}
.menu {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: left;
    width: 100%;
    height: 80px;
    padding-top:25px;
    position: absolute;
    border-bottom: 0px solid #0a151f;
    z-index:2;
    background-color: transparent;
    transition: 0.3s;
    /*overflow: hidden;*/
}
.insidemenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:1200px;
}
.scrolled {
    background-color: #1E1E1E;
    transition: 0.3s;
}
.menubuttons {
    display:inline-block;
    position:relative;
    margin-right:40px;
    color:#fff;
    font-family:Muli;
    font-size:14px;
    font-weight:700;
}
.menubutton {
  display: inline-block;
  position: inline;
  cursor:pointer;
}
.grid_content {
    display: block;
    grid-area: grid_content;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #0a151f;
}
.grid_content_detail {
    display: block;
    grid-area: grid_content_detail;
    background-color:#cfcfcf;
    position:relative;
    width:100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: transparent;
}
.mobilewrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex: 0 0 100%;
    margin: 0px;
    flex-wrap: nowrap;
}
.singleratio {
  min-height:4vh
}
.doubleratio {
  min-height: 20vh
}
.fullheight {
    /*padding-top:auto%;*/
    /*padding-top:100%;*/
    height: calc(100vh - 0px);
    background-size: cover;
    min-height: 550px;
}
.projectblock {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    top: 0px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    font-family: Muli;
    vertical-align: top;
    overflow: hidden;
    will-change: transform;
    -webkit-transform: translate3d(0,0,0);
    -webkit-box-shadow: 5px 8px 15px -2px rgba(0,0,0,0.31);
    -moz-box-shadow: 5px 8px 15px -2px rgba(0,0,0,0.31);
    box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.31);
    transition: box-shadow 0.3s;
}
.flexer {
    height: 100%;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.sociallink {
    padding: 10px;
}
.footerblock {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    align-content: center;
    width: 100%;
    top: 0px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    font-family: Muli;
}
.footertext {
    font-family: muli;
    font-weight: normal;
    font-size: 10px;
    color: #939393;
    margin-right: 20px;
}
.streamers {
    display:flex ;
    flex-direction: column ;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 3px;
    padding: 0px 0px;
}
.streamer {
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    width: 200px;
}
.streamer:hover {
    background-color: #fff;
    cursor: pointer;
}
.str_image {
    display: inline-block;
}
.listen {
    display: inline-block;
    position: absolute;
    background-color: #363636;
    color:#fff;
    padding: 8px;
    font-size: 13px;
    font-family: Muli;
    font-weight: 400;
    left: 150px;
    margin-top: 0px;
    border-radius: 3px;
    border: 1px solid #000;
    cursor: pointer;
}
.header_large {
    display: inline-flex;
    font-family: Source Sans Pro;
    font-size: 5vw;
    font-weight: 700;
    text-align:left;
    width: 1200px;
    margin-top: 100px;
    /*top:calc(100vh - 60vh);*/
    height: auto;
    line-height:1;
    color: #ffbd41;
}
.header2_large {
    display: inline-flex;
    font-family: Source Sans Pro;
    font-size: 2vw;
    font-weight: 400;
    text-align:left;
    width: 1200px;
    margin-top: 0px;
    /*top:calc(100vh - 60vh);*/
    height: auto;
    line-height:1;
    color: #ffbd41;
}
.glow {
    text-shadow: rgba(215,135,0,0.5) 0px 0px 100px;
}
.gradient1 {
    background: rgb(232,129,90);
    background: -moz-linear-gradient(167deg, rgba(232,129,90,1) 0%, rgba(255,165,115,1) 100%);
    background: -webkit-linear-gradient(167deg, rgba(232,129,90,1) 0%, rgba(255,165,115,1) 100%);
    background: linear-gradient(167deg, rgba(232,129,90,1) 0%, rgba(255,165,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8815a",endColorstr="#ffa573",GradientType=1);
}
.gradient2 {
    background: rgb(189,116,96);
    background: -moz-linear-gradient(167deg, rgba(189,116,96,1) 0%, rgba(232,148,109,1) 100%);
    background: -webkit-linear-gradient(167deg, rgba(189,116,96,1) 0%, rgba(232,148,109,1) 100%);
    background: linear-gradient(167deg, rgba(189,116,96,1) 0%, rgba(232,148,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd7460",endColorstr="#e8946d",GradientType=1);
}
.color1 {
    background-color: #B16B5D;
}
.color2 {
    background-color: #0f274b;
}
.header_small {
    font-size: 1.2vw;
    font-weight: 200;
    font-family:Source Sans Pro;
    margin-left: 5px;
    display: inline-block;
}
.titleanim {
    display: inline-block;
    position: relative;
    margin-left: 40px;
}
a.alinks:link {
    color: #FFF0E0;
    padding: 14px 5px 10px 5px;
    border-bottom:0px solid #fff;
    margin: 0px;
    font-size: 15px;
    text-transform:uppercase;
   
}
a.alinks:visited {
    color: #FFF0E0;
    border-bottom:1px solid #fff;
}
a.alinks:hover {
    border-bottom:1px solid #e8e8e8;
    animation: all 1 linear;
}
a.alinks:active {
    color: #FFF0E0;
    background-color: none;
}
@media only screen and (max-width: 800px) {
.logo {
    position: relative;
    z-index: 12;
    top: 3px;
    left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.justanother {
    display: block;
    width: 60%;
}
.menubuttons {
    margin-right: 20px;
}
.mobilewrapper {
    display: flex;
    display: -webkit-flex;
    flex: 0 0 100%;
    margin: 0px;
    flex-wrap: wrap;
}
.singleratio {
  min-height:4vh
}
.doubleratio {
  min-height: 20vh
}
.header_large {
    font-size: 10vw;
}
.header_small {
  font-size: 3vw;
  font-weight: 200;
  font-family:Source Sans Pro;
}
.titleanim {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
}