/*!
 * Internet Avenue
 * Graphic Web Design by Chabelly Cespedes
 *
 * Copyright (C) 2018 Internet Avenue, https://??.com
 */

body {
	background-image: url(../images/space.jpg);
	color: #fff;
	margin-top: 40px;
}
.navbar-expand-lg .navbar-nav {
	margin: auto;
	text-align: left;
	padding-left: 16px;
}
.space {
	padding: 50px;
}
video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/space.jpg) no-repeat;
	background-size: cover;
	transition: 1s opacity;
}

/*--Responsive--*/
@media (min-width: 1200px) {
.wrapper {
	padding: 20px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 576px) and (max-width: 767px) {
}

/* MOBILE */
@media (max-width: 575px) {
}
/*--Responsive--*/
