@font-face {
    font-family: 'SuisseIntlRg';
      src: url('../font/SuisseIntl-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SuisseIntlIt';
    src: url('../font/SuisseIntl-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

a {
    color: black;
    /* text-decoration: none; no underline */
  }


Button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;

    background: transparent;

    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;

    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;

    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;

    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
}

/* Remove excess padding and border in Firefox 4+ */
::-moz-focus-inner {
    border: 0;
    padding: 0;
}


html {
  height: 100%;
}

body{
    font-size: 20px;
    font-family: "SuisseIntlRg";
    margin: 0;
    height: calc(100vh);
    overflow: hidden;
    background: #ff3131;
}

#full {
    width: 100%;
    height: 100%;
    float: left;
    z-index: 3;
    position: relative;
}

#right {
    background: #007aee;
}

#right > .container > div {
    height: 100%;
    width: 100%;
}

#schema{
    height: 85vh;
    margin-top: 2vh;
}

@media only screen 
and (max-width : 400px) {
    #left,
    #right {
        width: 100%;
    }       
}
path {
    mix-blend-mode: difference;
}
.bulle {
    border: 2px solid black;
    /* border-radius: 20px; */
    display: inline-block;
    padding: 5px 15px 5px 15px;
    height: 49%;
    width: 29%;
    cursor: pointer;
  
}


.linkSpanner{
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
    display: inline-block;
}  

.bulle:hover{
    mix-blend-mode: difference;
    border-color: white;
    color: white;
    mix-blend-mode: difference;
    opacity: 0;
}
#filter > div{
    display: inline-block;
    font-family: 'SuisseIntlRg';
    padding: 0;
    z-index: 3;
    cursor: pointer;

}

#filter{
    font-size: 3vw;
margin: 0 auto;
width: 62%;
}

.container {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 0 5px 5px 5px;

}

.line {
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

#overlay{

    position: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
    background: radial-gradient(circle, rgba(0,0,0,0.4486928560486695) 0%, rgba(255,255,255,0) 100%); 
}
.video{
    position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;

}

#network{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }

#made-in-ny{
    position: absolute;
   height:80%;
   margin-top: 5%;
   width: 100%;
   /* box-shadow: 0px 0px 20px rgba(0,0,0,0.20), 0px 10px 20px rgba(0,0,0,0.15), 0px 20px 20px rgba(0,0,0,0.15), 0px 30px 20px rgba(0,0,0,0.15); */

}

iframe{
    height: 79%;
    width: 100%;
    margin-top: 1%;
}

#shortDescription{
    left: 20px; 
    right: 20px;
    bottom: 30px; 
    position: absolute;
    width: calc(100% - 40px); /* Need a specific value to work */
    z-index: 10;
    font-size: 15px;
    text-align: center;

}


.player .vp-video-wrapper {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.20), 0px 10px 20px rgba(0,0,0,0.15), 0px 20px 20px rgba(0,0,0,0.15), 0px 30px 20px rgba(0,0,0,0.15);
    }

#player {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.20), 0px 10px 20px rgba(0,0,0,0.15), 0px 20px 20px rgba(0,0,0,0.15), 0px 30px 20px rgba(0,0,0,0.15);
    }

.loading{
    position: fixed;
    top: 49%;
    left: 49%;
    transform: translate(-50%,-50%);
    z-index: 0;
}