:root {
  --border: 0px;
  --bg: rgba(25,25,25,0.7);
  --gold_var: #655014;
}

@font-face {
    font-family: "Arial Black";
    src: url("/fonts/8984ea7fcbebdcfe77fbbc1b86e7cfe6.eot"); /* IE9*/
    src: url("/fonts/8984ea7fcbebdcfe77fbbc1b86e7cfe6.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/8984ea7fcbebdcfe77fbbc1b86e7cfe6.woff2") format("woff2"), /* chrome、firefox */
    url("/fonts/8984ea7fcbebdcfe77fbbc1b86e7cfe6.woff") format("woff"), /* chrome、firefox */
    url("/fonts/8984ea7fcbebdcfe77fbbc1b86e7cfe6.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("/fonts/8984ea7fcbebdcfe77fbbc1b86e7cfe6.svg#Arial Black") format("svg"); /* iOS 4.1- */
}

html {
    width: 100vw;
}


body {
    margin: 0px;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-family: 'VG5000', sans-serif;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 255); 
    /*background-color: #ff99cc; background-color: rgba(30, 25, 20, 255);*/
    color: rgb(0,0,0,1);
    font-size: 1.3em;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
}

div {
    box-sizing: border-box;
}

b {
    font-weight: 700 !important;
    font-style:normal;
    padding:0vw 0.3vw;
    background-color:#eee;
    color: black;
    line-height:1.55em;
}

h1 {
    font-weight: 300 !important;
    font-style:normal;
    background-color:#;
    color: #eee;
    line-height:1.3em;
    font-size:1.25em;
}

.scroll_down {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    position: fixed;
    bottom: 2.5vh;
    width: 100%;
}


.sub-header {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #000;
    width: 100%;
    padding: 2vh 0vh;
    font-family:"Arial Black" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-style: italic;
    font-size: 7.15vw ; /* 2.5vw */
    text-align: center;
    line-height: 1em;
}

.sub-header > span {
	padding: ;  
    font-weight: 300 !important;
    font-size: large;
    font-style: italic;
}


#menu_title {
    font-size: 1em;
    font-weight: 2vh;
}

#container {
    /*position: fixed;*/
    border: var(--border) solid #cf0;
    color: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0vh;
    width: 100vw;
    z-index: 1;
}


#header {
    border: var(--border) solid #cc0;
    background-color: rgba(0,0,0,0);
    width: 96vw;
    margin-left: 2vw; 
    margin-right: 2vw; 
    padding-left: 1vw;
    padding-right: 1vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vh;
}

.menu_item > a {
    text-decoration: none;
}

#header_left, #header_right {
    border: var(--border) solid #cc0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding-bottom:0.5em;
    padding top:0.5em;
}

#header_right > div {
    border: var(--border) solid #cc0;
    background-color: var(--bg);
    padding: 0vh 0vh 0vh 0;
    border-radius: 0.5vh;
    cursor: pointer;
    font-size: 1em;
    line-height: 1em;	
}

#header_right a {
    color:#eee; 
}

#live {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#live_view {
    height: 100vh;
    border-top: 1px solid #665544;
    border-bottom: 1px solid #665544;
}

.text_info {
    padding: 15vh 6vw 15vh 6vw;
    margin: auto;
    /*width:130vh;*/
    width:100vw;
    min-height: 100vh;
    /*max-width:100vw;*/
}

.grey_text {
    color: #aaa;
}

.sub_title {
    font-size: 0.8em;
    line-height: 0.8em !important;
}

#live_view, .info_block {
    display: flex;
    flex-direction: column;
}

.info_block {
    display: flex;
    flex-direction: column;
    margin: 0vh 0vw;
    min-height: 100vh;
    width: 100vw;
}

.img {
    width: 100vw;
    height: 100vh;
}
.img > img {
   object-fit: cover; 
   width: 100%;
   height: 100%;
   border: 0px;
}

.img2 > img {
   object-fit: contain; 
   width: 100%;
   height: 100%;
   border: 0px;
}

iframe {
    border: 0px;
    width: 100vw;
}

a:link {
    color:#aaa;
    text-decoration:none;
}

/* visited link */
a:visited {
    color:#aaa;
}

/* mouse over link */
a:hover {
    color:#aaa;
    text-decoration:underline;
}

/* selected link */
a:active {
    color:#aaa;
}



/* Squary */
@media (min-aspect-ratio: 1/1) {

    #data {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    #data_left, #data_right {
        width: auto;
    }
    body {
        
    }

    
}


@media (max-aspect-ratio: 10/16) {
    body {
        font-size: 1em;
        line-height:1em;
    }

    .img1 { max-height: 85vh ;
    }
}

@media (min-aspect-ratio: 3) {
    body {
        font-size: 1em;
        line-height:1em;
    }


}

@media only screen and (min-width : 321px) {
 body {
        font-size: em;
    }


}

@media (min-aspect-ratio: 3/44) {
    body {
        font-size: 1em;
         line-height:1.3em;
    }
    #data {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    #data_left, #data_right {
        width: auto;
    }

   
}

@media (min-aspect-ratio: 3/4) {
    body {
        font-size: 1.3em;
        line-height:1.3em;
    }


}



