video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}


body{
  background-image: url(/assets/backgroundblue.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 95vw;
  min-height: 100vh;
  height: auto;
  letter-spacing: 0.1em;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #231f20dd;
    z-index: -1;
}

.icon {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.logo {
	height: 80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

h1{
	font-size: 25px;
	font-family: inter, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #231f20;
}

h2 {
	font-size: 20px;
	font-family: inter, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px #231f20;
	margin-bottom: 15px;
}

h3 {
	font-size: 16px;
	font-family: inter, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #231f20;
}

h4{
	font-size: 25px;
	font-family: inter, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #231f20;
}

h5{
	font-size: 20px;
	font-family: inter, sans-serif;
	vertical-align: middle;
	font-weight: 40;
	font-style: italic;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #231f20;
	margin-bottom: 10px;
}

p{
	font-size: 20px;
	font-family: inter, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	margin-bottom: 15px;
	line-height: 1.5;
}


.links__item{
	display: block;
	max-width: 550px;
	margin: 0 auto 15px;
	margin-bottom: 5px;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	color: #231f20;
	font-family: inter, sans-serif;
}

.links__item .links__item--button {
border-bottom: 3px solid #ffcc33;
border-radius: 50px;
border: 3px solid #231f20;
background-color: #ffffff;
vertical-align: middle;
text-align: center;
}


.links__item .links__item--button:hover{
  transform: scale(1.1);
  border: 3px solid #0263e4;
  background-color: #231f20;
  color: #0263e4;
}

.links__item .links__item--buttoninv {
border-bottom: 3px solid #ffcc33;
border-radius: 50px;
border: 3px solid #ffffff;
background-color: #231f20;
vertical-align: top;
text-align: center;
color: #ffffff;
}


.links__item .links__item--buttoninv:hover{
  transform: scale(1.1);
  border: 3px solid #0263e4;
  background-color: #231f20;
  color: #0263e4;
}

.channels {
  display: flex;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}

.channels .channels__item {
  flex: 1;
  transition: transform 0.2s;
  vertical-align: middle;
  text-align: center;
}

.channels__item:hover {
  transform: scale(1.5);
}

.carousel-container{
	width: 80%;
	margin: auto;
	border: 5px solid #ffcc33;
}


.carousel-slide{
	display: flex;
	width: 100%;
	height: 500px;
}