@charset "UTF-8";

body {
    background-color: black;
    /*font-family: 'Comic Sans MS';*/
    font-family: 'Comic Sans MS';
    font-weight: bold;
}

/* Style the video: 100% width and height to cover the entire window */
#videoIndex {
  position: fixed;
 /* top: -90%;*/
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 25%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#texto {
    font-family: '';
    /*  background-color: #aa21ff;*/ /*
    background-color: yellow;*/
    width: 700px;
    min-height: 300px;
    padding: 5px;
    display: block;
    align-items: center;
    line-height: 1em;
    /* position the div in center */
    position: absolute;
    top: 61.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*color: #1D6FCA;*/
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 3.5em;
    /*font-size: 2.7em;*/
    /*text-shadow: white 2px 2px;*/
    text-shadow: Black 2px 2px;
    font-family: 'Sedgwick Ave', cursive;
    font-weight: bold;
}

#BTN_ENTRAR {
    /*background-color: yellow;*/
    width: 300px;
    max-height: 1em;
    max-width: 6em;
    padding: 0.005em;
    padding-bottom: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position the div in center */
    position: absolute;
    top: 90.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*    color: #ff0000;*/
    /*font-family: 'Allerta+Stenci';*/
    font-family: 'Saira Stencil One';
    font-weight: bold;
    color: black;
    text-align: center;
    /*    transform: rotate(-5deg);*/
    font-weight: bolder;
    /*    font-size: 1.5em;*/
    font-size: 3.5em;
    /*    text-shadow: #1D6FCA 2px 2px;*/
}

#BOX {
    width: 20em;
    height: 4em;
    rotate:-2deg;
    background-color: #FED201;
    padding: 0.005em;
    padding-bottom: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position the div in center */
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#BRANDING_ASSET_1 {
    width: 400PX;
    background-blend-mode: multiply;
    position: absolute;
    top: 40%;
    left: 65%;
}

#BRANDING_ASSET_2 {
    width: 200PX;
    background-blend-mode: multiply;
    position: absolute;
    top: 80%;
    left: -5%;
}

#BRANDING_ASSET_3 {
    /*width: 100PX;*/
    max-width: 100%;
    height: auto;
    background-blend-mode: multiply;
    position: absolute;
    top: 50%;
    left: 15%;
    visibility: hidden;
}

#BRANDING_ASSET_4 {
    width: 150PX;
    height: auto;
    background-blend-mode: multiply;
    position: absolute;
    margin-top: -30%;
    left: 25%;
}

#LOGO {
    width: 200px;
    filter: invert(100%);
    position: absolute;
    top: 1EM;
    left: 1EM;
}
#BTN_INKOMORISSETTE {
    width: 10em;
    /*    filter: invert(100%);*/
    position: absolute;
    top: 1EM;
    left: 100%;
    margin-left: -12EM;
    font-size: 1em;
    font-family: Roboto;
    font-weight: bold;
    text-align: right;
/*    color: black;
*/    /*background-color: white;*/
    padding: 4px;
}

a:hover {
    background-color: yellow;
/*    color: black;
*/    font-family: 'Roboto';
    font-weight: bold;
    /*font-size: 18px;*/
    text-align: right;
    padding: 4px;
    background-color: #fed201;
}
/* unvisited link */
a:link {
    /*color: green;*/
    color: white;
}

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

/* mouse over link */
a:hover {
    color: black;
    font-weight: bold;
}

/* selected link */
a:active {
    color: BLACK;
}