::selection {background: #ffdd00;}
::-moz-selection { background: #FFDE00; }
ul, li {list-style: none;padding:0px;margin:0px;}
a {color: #ffffff;border-bottom: 2px solid rgba(255,255,255,0.2);text-decoration: none;}
a:hover {color: #d04000;border-bottom: 2px solid rgba(208, 64, 0, 0.2);}
a.dashed {color: #000;border-bottom: 0px dashed #D9D9D9;}
a:hover.dashed {color: #39C;border-bottom: 1px dashed #D9D9D9;}
* a:link, * a:link *, * a:visited, * a:visited * {
transition: color 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out, box-shadow 0.25s ease-out;
}

html, body {
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.full-screen-video-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.full-screen-video-container video {
    z-index: -1;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-screen-video-content {
    background-color: white;
    color: #333;
    padding: 20px;
    font-size: 70px;
    margin-top: 100px;
}

.info {
	max-width: 800px;
	bottom: 5%;
	position: absolute;
	margin-left: 5%;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-style: normal;
	font-size: 1.9em;
}

