@font-face {
	font-family: 'Bergen-Regular';
	src: url('fonts/Bergen-Regular.eot');
	src: local('☺'), url('fonts/Bergen-Regular.woff') format('woff'), url('fonts/Bergen-Regular.ttf') format('truetype'), url('fonts/Bergen-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Niebla-Regular';
	src: url('fonts/Niebla-Regular.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'LanguesMortes-Regular';
	src: url('fonts/LanguesMortes-Regular.eot');
	src: local('☺'), url('fonts/LanguesMortes-Regular.woff') format('woff'), url('fonts/LanguesMortes-Regular.ttf') format('truetype'), url('fonts/LanguesMortes-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'Sector';
	src: url('fonts/SectorGX.ttf');
	src: local('☺'), url('/fonts/SectorGX.ttf') format('truetype');
	font-weight: 100 900;
}

@media only screen and (max-width: 414px)  {

     @viewport {
   width: device-width;
   zoom:1;
}
     
    html {
    height:100%; 
    max-height:100%; 
    padding:0; 
    margin:0; 
    border:0; 
    font-size:100%; 
    overflow: hidden; 

    }
    smallcaps { font-size: 90%; }
    
    ::-moz-selection { /* Code for Firefox */
  color: springgreen;
  background: whitesmoke;
}

::selection {
  color: springgreen;
  background: whitesmoke;
}

    navtext {
        font-size: 14px;
        line-height: 1.2rem;
        font-weight: 400;
        color: white;
        word-spacing: 0.5em;
        font-family: ibm-plex-mono, sans-serif;

    }

    nav {
        width: 94vw;
        padding: 5px 3% 5px  3%;
        background-color: dimgrey;
/*        whitesmoke*/
        box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.9);
        margin-top: -1px;
        margin-bottom: 1px;
    }
    
    body {
        width:100%; 
        height:100px; 
        max-height:100px; 
        overflow:hidden; 
        padding:0; 
        margin:0; 
        border:0; 
        z-index:10;
        cursor:crosshair;
        background-color: #151515;


    }

    #left2, #left3, #left4 {
        position:absolute; 
        top:0px;
        bottom:0px; 
        font-style: normal; 
        z-index:-10; 
        overflow:auto;
        font-family: ibm-plex-mono, neue-haas-unica, helvetica, sans-serif;
    }

    #left2 {
        padding: 3%;
        padding-top: 13%;
        width: 94vw;
/*        background: RGBA(255,25,255,0); */
        color:black; 
    }

cv_title {
        font-style: normal; 
        z-index:-10; 
        overflow:auto;
        font-family: Sector, neue-haas-unica, times, helvetica, sans-serif; 
        font-weight: 100;
        line-height: -100px;
        color:black;
    }
    
    #left_cv {
        padding: 3%;
        width: 54vw;
        position:absolute; 
        top:40px;
        padding-top: 13%;
        bottom:0px; 
        font-style: normal; 
        z-index:-10; 
        overflow:auto;
        font-family: neue-haas-unica, times, helvetica, sans-serif; 
        background: grey; 
        color:black;
        padding-bottom: 100px

    }

    #right_cv {
        padding: 0%;
        width: 40vw;
        position:absolute; 
                padding-top: 13%;
        top:40px;
        bottom:0px; 
        font-style: normal; 
        z-index:-10; 
        overflow:auto;
        font-family: neue-haas-unica, times, helvetica, sans-serif;
        left:60%; 
        background: grey; 
        color:black;
        padding-bottom: 100px;
    }

       intro {
        font-family:'LanguesMortes-Regular',Sans-Serif;
        font-size: 15em;
        line-height: 0.65em;
        text-align:left;
        vertical-align: text-top;
        color: black;
        letter-spacing: 0px;
        text-shadow: 0 0 10px RGBA(1, 54, 221,100);
        transition-duration: 2s;
        transition-timing-function: ease-in;
        text-decoration: none;

        }  

        intro:hover, intro:link, intro:visited{
        font-family:'LanguesMortes-Regular',Sans-Serif;
        font-size: 15em;
        line-height: 0.65em;
        text-align:center;
        vertical-align: text-top;
        color: greenyellow;
        letter-spacing: 0px;
        text-shadow: 0 0 30px RGBA(255, 23, 25,100);
        transition-duration: 1s;
        transition-timing-function: ease-in;
        text-decoration: none;
        }    

    .inner {
        display:block; 
        padding:0% 0% 0% 0%;
        word-break:keep-all; 
        text-align: justify;
        }

    .inner_info {
        display:block; 
        padding:0% 0% 0% 0%;
        word-break:keep-all; 
        text-align: left;
        width:100%;
        font-size:2em;
        color: whitesmoke;
        overflow:auto;
        font-family: neue-haas-unica, sans-serif;
        }

    .inner-text {
        display:block; 
        padding:0 3% 0 0; 
        min-width: 190px; 
        max-width: 1200px; 
    }

    .inner-photo {
        display:block; 
        padding:0 0 10px 0px;
        min-width: 190px; 
        max-width: 100%; 
    }

    .bold {font-size:2em; font-weight:bold;}

    .inner_menu {
        display:block; 
        padding:0% 0% 0% 0%;
        word-break:keep-all; 
        text-align: justify;
        font-size: 2em;
        text-transform: uppercase;
        line-height: 1.5em;
        letter-spacing: 5px;
        animation-name: kern;
        animation-duration: 6s;
        animation-direction: alternate;
        animation-iteration-count:infinite;
        
        }
    
       .inner_menu2 {
        display:block; 
        padding:0% 0% 0% 0%;
           padding-top: 5%;
        word-break:keep-all; 
        text-align: justify;
        font-size: 1em;
        text-transform: uppercase;
        line-height: 1.5em;
        letter-spacing: 5px;
        animation-name: kern;
        animation-duration: 6s;
        animation-direction: alternate;
        animation-iteration-count:infinite;
        }
    
    @keyframes kern {
  from {letter-spacing: 4px;}
  to {letter-spacing: 5px;}
}

    hr { 
        display: block;
        margin-top: 0.5em;
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: 0;
        border-width: 1px;   
    } 

    

    h1 {
        font-family: Sector, ibm-plex-mono, sans-serif;
        font-size: 2rem; 
        text-transform: uppercase; 
        color: whitesmoke; 
        font-weight: 100;
        line-height: 1em; 
        margin-top:0.5em;
    }

    h2 {
        font-family: times; 
        font-size: 1.4em; 
        color: black; 
        font-style:italic; 
        font-style: oblique;
    }

    h3 {
        font-size: 1.5em; 
        color: blue; 
        font-weight: 100; 
        line-height: 1.2em; 
        margin-top:1.5em;
    }

    p {
        font-size: 0.9rem;
        line-height: 1.5em;
        color: whitesmoke; 
        margin-bottom:1.5em;
        max-width: 550px; 
    }
    
    

    p1 {
        font-family: times;  
        font-size: 1.2em; 
        color: black; 
        margin-bottom:1.5em;
    }

    ficha {
        font-family: neue-haas-unica,  sans-serif;
        font-size: 0.8rem;
        line-height: 1.5em;
        letter-spacing: 2%;
        color: grey;      
    }

    photo {
        font-family: neue-haas-unica, sans-serif;
        font-size: .8em; 
        letter-spacing: 2%;
        color: #ced3db; 
        font-style:oblique;
        margin-bottom:1em;

    }

    .embed-container {
      --video--width: 1920;
      --video--height: 1080;

      position: relative;
      padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
      overflow: hidden;
      max-width: 100%;
      background: black;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }



    a:-webkit-any-link {
        color: whitesmoke;
        text-decoration-color: lightgray;

        }

    a:hover {
        color: springgreen;
        text-decoration: underline;
        -webkit-transition: all 500ms cubic-bezier(01, 0, 0, 1);
        -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
        cursor: pointer;
    }


    span.line_wrap {
        position: relative;
        display: inline-block;
    }
    span.line {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        border-top: 5px solid springgreen;
        -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
    }
    span.line_wrap:hover span.line {
        width: 100%;
    }

    .blur {
        color: black;
        letter-spacing: 3.5px;
        filter:blur(07px);
        -webkit-transition: all 500ms cubic-bezier(0.5, 0, 0, 1);
        -moz-transition: all 500ms cubic-bezier(0.5, 0, 0, 1);
    }

    .blur:hover {
        color: blue;
        letter-spacing: 0px;
        filter:blur(0px);

    }
    
    
}

@media only screen and (min-width: 415px)  {


    html {
    height:100%; 
    max-height:100%; 
    padding:0; 
    margin:0; 
    border:0; 
    font-size:100%; 
    overflow: hidden; 
    }
    smallcaps { font-size: 90%; }
    
::-moz-selection { /* Code for Firefox */
  color: springgreen;
  background: black;
}

::selection {
  color: springgreen;
  background: black;
}

    body {
        width:100%; 
        height:100px; 
        max-height:100px; 
        overflow:hidden; 
        padding:0; 
        margin:0; 
        border:0; 
        z-index:10;
        cursor:crosshair;

    }

    #left2, #left3, #left4 {
        position:absolute; 
        top:0px;
        bottom:0px; 
        font-style: normal; 
        z-index:-10; 
        overflow:auto;
        font-family: neue-haas-unica, times, helvetica, sans-serif;

    }

    #left2 {
                background: smokewhite; 
        padding: 3%;
        width: 94vw;
/*        background: RGBA(255,25,255,0); */
        color:black; 
    }


    cv_title {
        font-style: normal; 
        z-index:-10; 
        overflow:auto;
        font-family: Sector, neue-haas-unica, helvetica, sans-serif; 
        font-weight: 100;
        line-height: -100px;
        color:black;
    }
    #left_cv {
        padding: 03%;
        width: 44vw;
        position:absolute; 
        top:0px;
        bottom:0px; 
        font-style: normal; 
        z-index:-10; 
        overflow:auto;
        font-family: neue-haas-unica, times, helvetica, sans-serif; 
        background: whitesmoke ; 
        color:black;
        padding-bottom: 100px

    }

    #right_cv {
        padding: 3%;
        width: 44vw;
        position:absolute; 
        top:0px;
        bottom:0px; 
        font-style: normal; 
        z-index:-10; 
        overflow:auto;
        font-family: neue-haas-unica, times, helvetica, sans-serif;
        left:50%; 
        background: whitesmoke; 
        color:black;
        padding-bottom: 100px;
    }
    


       intro {
        font-family:'LanguesMortes-Regular',Sans-Serif;
        font-size: 28em;
        line-height: 0.95em;
        text-align:left;
        vertical-align: text-top;
        color: black;
        letter-spacing: 0px;
        text-shadow: 0 0 10px RGBA(1, 54, 221,100);
        transition-duration: 2s;
        transition-timing-function: ease-in;
        text-decoration: none;

        }  

        intro:hover, intro:link, intro:visited{
        font-family:'LanguesMortes-Regular',Sans-Serif;
        font-size: 28em;
        line-height: 0.75em;
        text-align:center;
        vertical-align: text-top;
        color: greenyellow;
        letter-spacing: 0px;
        text-shadow: 0 0 30px RGBA(255, 23, 25,100);
        transition-duration: 1s;
        transition-timing-function: ease-in;
        text-decoration: none;
        }    

    .inner {
        display:block; 
        padding:0% 0% 0% 0%;
        word-break:keep-all; 
        text-align: justify;
        }

    .inner_info {
        font-family: neue-haas-unica, sans-serif;
        display:block; 
        padding:0% 0% 0% 0%;
        word-break:keep-all; 
        text-align: left;
        width:100%;
        font-size:3em; 
        overflow:auto;
        }

    .inner-text {
        display:block; 
        padding:0 3% 0 0; 
        min-width: 190px; 
        max-width: 1200px; 
    }

    .inner-photo {
        display:block; 
        padding:0 0 10px 0px;
        min-width: 190px; 
        max-width: 80%; 
    }

    .bold {font-size:2em; font-weight:bold;}


    .inner_menu {
        display:block; 
        padding:0% 0% 0% 0%;
        word-break:keep-all; 
        text-align: justify;
        font-size: 4rem;
        text-transform: uppercase;
        line-height: 2em;
        letter-spacing: 5px;
        animation-name: kern;
        animation-duration: 6s;
        animation-direction: alternate;
        animation-iteration-count:infinite;

        }
    
     .inner_menu2 {
        display:block; 
        padding:0% 0% 0% 0%;
        word-break:keep-all; 
        text-align: justify;
        font-size: 4rem;
        text-transform: uppercase;
        line-height: 1.5em;
        letter-spacing: 5px;
        animation-name: kern;
        animation-duration: 6s;
        animation-direction: alternate;
        animation-iteration-count:infinite;
         overflow: hidden;

        }
    
    @keyframes kern {
        from {letter-spacing: 3px;}
        to {letter-spacing: 5px;}
        }

    hr { 
        display: block;
        margin-top: 0.5em;
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: 0;
        border-width: 1px;   
    } 

    navtext {
        font-size: 12px;
        font-weight: 400;
        color: black;
        word-spacing: 0.5em;
        font-family: "ibm-plex-mono", sans-serif;

    }

    nav {
        width: 94vw;
        padding: 5px 3% 5px  3%;
        background-color: white;
        box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.9);
        margin-bottom: 1px;
    }

    h1 {
        font-size: 3.rem; 
        font-family: Sector, Helvetica, sans-serif;
        text-transform: uppercase; 
        color: black; 
        font-weight: 100;
        line-height: 1em; 
        margin-top:5rem;
    }

    h2 {
        font-family: times; 
        font-size: 2.2em; 
        color: black; 
        font-style:italic; 
        font-style: oblique;
    }

    h3 {
        font-size: 1.5em; 
        color: blue; 
        font-weight: 100; 
        line-height: 1.2em; 
        margin-top:3em;
        max-width: 750px;
    }

    p {
        font-size: 1em;
        line-height: 1.5em;
        color: black; 
        margin-bottom:1.5em;
        max-width: 550px; 
    }
    
    

    p1 {
        font-family: times;  
        font-size: 1.5em; 
        color: black; 
        margin-bottom:1.5em;
    }

    ficha {
        font-family: ibm-plex-mono, sans-serif;
        font-size: 0.8rem;
        line-height: 1.5em;
        color: grey;      
    }

    photo {
        font-family: neue-haas-unica, sans-serif;
        font-size: .8em; 
        color: #ced3db; 
        font-style:oblique;
        letter-spacing: 0.5px;
        margin-bottom:1em;

    }


    .embed-container {
      --video--width: 1920;
      --video--height: 1080;

      position: relative;
      padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
      overflow: hidden;
      max-width: 100%;
      background: black;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }



    a:-webkit-any-link {
        color: black;
        text-decoration: underline;

        }

    a:hover {
        color: springgreen;
        text-decoration: underline;
        -webkit-transition: all 500ms cubic-bezier(01, 0, 0, 1);
        -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
        cursor: cell;
    }


    span.line_wrap {
        position: relative;
        display: inline-block;
    }
    span.line {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        border-top: 5px solid springgreen;
        -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
    }
    span.line_wrap:hover span.line {
        width: 100%;
    }

    .blur {
        color: black;
        letter-spacing: 3.5px;
        filter:blur(07px);
        -webkit-transition: all 500ms cubic-bezier(0.5, 0, 0, 1);
        -moz-transition: all 500ms cubic-bezier(0.5, 0, 0, 1);
    }

    .blur:hover {
        color: blue;
        letter-spacing: 0px;
        filter:blur(0px);

    }
    
  
    
}