html, body {
	height: 100%;
}
.navbar {
  padding: 0 !important;
}
.full-height {
	height: auto;
	align-content: center;
  padding-left: 3%;
  padding-right: 3%;
  overflow: hidden;
}
/* mobile/tablet */
@media (hover: none) and (pointer: coarse) {
  .full-height {
    margin-top: 65px !important;
  }
}
/* mouse (PC/laptop) */
@media (hover: hover) and (pointer: fine) {
  .navbar {
    height: 38px;
  }
  .full-height {
    margin-top: 41px !important;
  }
}

.youtube {
  max-width: 100%;
}

.chat-full {
  margin-top: 5px;
  height: 40vmax;
  align-content: center;
  padding-left: 3%;
  padding-right: 3%;
}
.chat-min {
  margin-top: 5px;
  height: 20vmax;
  align-content: center;
  padding-left: 3%;
  padding-right: 3%;
}

.p-center {
	text-align: center;
} 
.f20 {
	font-size: 20px;
}
.f16 {
	font-size: 16px;
}
p{
	color: #e6e6e6
}

.fb-comments{
	background-color: #cccccc;
}
.fb-page{
  max-width: 100%;
}

.alink{
	color: rgb(1, 17, 87);
  background-color: white;
}

.no-sc {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none; /* IE y Edge */
  background: transparent;
}

.no-sc::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Opera */
  background: transparent;
}