﻿@charset "utf-8";

body {
    background-color:black;
}
/*
#myCarousel {
	height:500px;
}

.carousel-inner {
	height:500px;
}
*/

/*
these are all attempts to avoid the stretching of the images in the carousel

.carousel-item > img {
  /*overflow: hidden;*/
  /*max-width:100%;
  height:500px;
}

.carousel img {
	width:100%; 
	height:auto;
	min-width: 100%;
    min-height: auto;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display:block;
}
*/

video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  background-color:black;
}

/*
#logo_x a {
    display: block;
    width: 346px;
    height: 77px;
    margin: 14px 0 20px 0;
    padding: 0;
    background: transparent url(../img/degazet.png) no-repeat;
    text-indent: -99999px;
}
*/

/* change the style of the tooltiptext */
.tooltip-inner {
    min-width: 320px; /* the minimum width */
    font-size: 10px;
    line-height: 105%;
    background-color:#1c0463;
}

