/* Hacks to make Bootstrap4 work */

/*
h3{
    font-size: 1.4rem;
}
*/

.dropdown-item{
	padding-left:5px;
	padding-right:5px;
}

#page_block{
	top:0px;
}

.dropdown-menu{
  margin:0px;
}

li.dropdown.open{

  background-color: #bbbbff;
}

li.dropdown.open>a{

  color: white !important;
}
a.dropdown-item {
    margin-left: 0px;
}

.dropdown-item {
    padding-left: 10px;
    padding-right: 10px;
}

a.dropdown-item{
	margin-left:1px;
	color:#bbbbff;;
	text-decoration: none;
}

a.dropdown-item.active, a.dropdown-item:active {
	color:white !important;
  margin-left: 0px;
}


dropdown-item.active>a,dropdown-item:active>a{
	color:white !important;
	text-decoration: none;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #bbbbff;
}

a.dropdown-item:focus, a.dropdown-item:hover,.dropdown-item:focus>a,.dropdown-item:hover>a{
	color:white !important;
	text-decoration: none;
}

li:hover {
    border: none;
}
.video_block {
    height: 300px;
}
