body {
	background-color: rgb(41, 44, 54);
}

#oda {
	color: white;
	right: 20px;
	bottom: 20px;
	position: fixed;
	width: 75px;
}

#mixpanel {
	left: 20px;
	bottom: 20px;
	position: fixed;
	width: 75px;
}

#social-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 300;
    bottom: 90px;
    position: fixed;
    width: 100%;
}

.footer {
	text-align: center;
	color: white;
	bottom: 20px;
	position: fixed;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}

.social {
	max-width: 50px;
	max-height: 100%;
    text-align: center;
}

.flex-container {
    padding: 0; 
	margin: 0; 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
}

.row {
    width: auto;
}

.flex-item {
	max-width: 80%;
    text-align: center;
}

#logo {
	min-width: 350px;
    min-height: auto;
    max-width: 30%;
    max-height: 30%;

	display: block;
    margin-left: auto;
    margin-right: auto
}

#appstore {
	width: 178px;
	height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-device-width: 800px) {
    #bgvid {
        display: none;
    }
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
/*     background: url(poster.png) no-repeat; */
/*     background-size: cover;  */
};

/*
		background-image: url("background.gif");
		background-size:cover;
*/



