body{
	background-color: #000000;
        color: #999;
	scrollbar-width: thin;
	scrollbar-color: #4d7fff #ddd;
	font-family: Arial, Roboto, "Montserrat", "Open Sans";
}
body::-webkit-scrollbar{
	width:6px;
	height:6px;
}
body::-webkit-scrollbar-thumb{
	background:#999;
	border:1px solid #FFF;
	border-radius:2px;
}
body::-webkit-scrollbar-track{
	background-color:#000;
	border:1px solid #AAA;
}
body::-webkit-scrollbar-button{
	width:0px;
	height:0px;
	/*background-color:#777;
	border:1px solid #AAA;
	border-radius:4px;*/
}
body::-webkit-scrollbar-button-hover{
	background-color:#999;
}

h1,h2,h3,h4,h5,h6{
        font-weight:bold

}

.row {
        display: flex;
}
.row0 {
        display: flex;
        padding-top: 2px;
        padding-left: 2px;
        padding-right: 2px;
        box-shadow:rgba(127,127,127,1) 0px 0px 8px;
}
.column {
        flex: 20%;
        padding: 5px;
}
.column0 {
        flex: 10%;
        padding: 5px;
}

.top {
        display: flex;
        padding-top: 20px;
        padding-left: 20px;
        width: 98%;
	min-width:1280px;
}

.logo {
        display: inline;
        width: 450px;
	margin-top:50px;
	margin-left:20px;
}

.vidHldr {
	display:flex;
	width:calc(100% - 470px);
	justify-content:center;
}
.video {
        /*display: inline;
        position: relative;*/
        height: 480px;
        box-shadow:rgba(127,127,127,1) 0px 0px 8px;
}

.place {
        display: block;
        position: relative;
        width: 450px;
        text-align: left;
        font-size:1.5rem;
        color:#CCC;
	text-shadow: 3px 3px 6px #888;
}

.vidChoose {
        display: block;
        position: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-width: 1280px;
        background-color: #222;
}

.vidDesc {
	display: flex;
	position: relative;
	justify-content: center;
        align-items: center;
        text-align: center;
        width: 80%;
        padding: 1rem;
}

main{
        position: absolute;
        top: 420px;
        left: 5%;
        width: 90%;
        padding-top:1rem;
        margin-top:1rem;
}

footer{
	position:fixed;
        display:flex;
        bottom: 0px;
        width: 100px;
        justify-content:left;
        align-items:bottom;
        padding-bottom:5px;
	z-index:-1;
}
.ntoo {
	width:40px;
}
