@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
html {
  scroll-behavior: smooth;
}


#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.text-shadow {
	text-shadow: #000 2px 2px 1px;
}
#myVideo {
    width: 100%;
    height: 100%;
    float: left;
}

video {
  object-fit: cover; // Set the magic
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.top-logo {max-width:100px; max-height:100px;}

.main-menu {border-bottom:solid 2px white}

/*.carousel-caption {
z-index: 10;
	
}
.carousel .carousel-item {
background-color: #777;
}
.carousel .carousel-inner .bg {
background-repeat:no-repeat;
background-size:cover;
}
.carousel .carousel-inner .bg1 {
background-color:#7036FF;
background-image:url('../images/fondo.png');
background-position: center center;
	
}*/

