@charset "UTF-8";


* {box-sizing: border-box}


@font-face {
    font-family: PublicSans;
    src: url('PublicSans-Light.ttf');
    src: url('PublicSans-Light.woff2') format('woff2'),
        url('PublicSans-Light.woff') format('woff');
    font-weight: 300;
}

html{
    color: #131313;
    font-style: normal;
    font-weight: 300;
}

body {
    height: 100vh;
    color: #000000;
    margin: 0px;
    background-color: #000000;
    
}

.slideshow-container {
    height: 100vh;
    position: relative;
    width: 100vw;
    z-index: 2;
    background-color: #000000;
}

.name{
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    text-transform: uppercase;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
}

.bio{
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    text-transform: uppercase;
     margin-top: 40vh;
    position: fixed;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
}

.video {
	max-height: 80vh;
    top: 50%;
    left: 50%;
    -ms-transform: translate(50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    max-width: 80%;
	}

.info{
    position: fixed;
    z-index: 1;
    margin-top: -57vh;
    left: 50%;
    transform: translateX(-50%);
    /* [disabled]padding-right: 14%; */
    max-width: 75%;
    color: white;
}


a{
    color: #ffffff;
    text-decoration: none;
}

a:visited {
  color: #ffffff;
}

input{
    border: none;
    border-bottom: .7px solid #131313;
}



@media only screen and (max-width: 500px) {
  .mySlides {
    top: 43%;
  }


}
