body {font-family: 'Lato', sans-serif;}
.bg-black {background: #000;}
.bg-light-50 {background: #e0e0e0;}
.btn-outline-pink { color: #fff; border-color: #0070c1; background: #0070c1;}
.btn-outline-pink:hover {color: #000; background:#0070c1; }
.list-color {color:#0070c1;}
.bg-content {background: #1a1a1a;}
.not-selected {border: 1px solid rgba(255, 255, 255, 0.6);}
.big-list {font-size:1.2vw;}
.img-bg {background: url("../images/bg-list.png") top center no-repeat; background-size:cover; }
.container {max-width:800px;}
.text-black-100 {color: #000;}
.opacity-8 {background-color:rgba(0, 0, 0, 0.5);}
.opacity-white {background-color:#ffffff9b}

#video {
  object-fit:cover;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.wrapper {
	position: relative;
	min-height: 100%;
	top: 0;
	width: 100%;
	z-index: 1;
	
}

@media screen and (max-width: 800px) {
    h3 {font-size:1.2rem !important;}
    
}