.rubik-glitch-regular {
  font-family: "Rubik Glitch", system-ui;
  font-weight: 400;
  font-style: normal;
}

.slabo-27px-regular {
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
}

.crimson-pro-normal {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding:0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  background-color: rgba(127, 255, 212, 0.513);

}

.pink-bg {
  background-color: rgba(236, 12, 16, 0.6);
  background-image: -webkit-repeating-linear-gradient(
    330deg,
    rgba(236, 12, 16, 0.69) 0%,
    rgba(255, 255, 255, 0.6) 22.63%
  );
}

.green {
  background-color: rgba(190, 241, 105, 0.8);
}

/*.blue {
  background-color: #0d6dfd91;
}*/

nav{
    color:black;
    text-align:center;
    margin:0 auto;
}

card{text-align:center;
	border:dashed black thin;
}

.links a{
  color:black;
  letter-spacing:0.2em;
  text-decoration:underline pink wavy 2px;
}

.links a:hover{
    color:white;
}

nav a{
    margin:0.5em 0.5em;
    text-decoration: white underline thin;
    display:inline-block;
    color:white;
    letter-spacing:0.2em;
    padding:0.3em 0.5em;
     background-color: #0d6dfd91;
    border-radius: 0.5rem;
}

nav a:hover{
    color:rgba(190, 241, 105, 0.8);
}

.section-title{
    text-align:center;
    letter-spacing:0.2em;
    color:white;
}

.btn{
	margin:0.5em 0.5em;
    letter-spacing:0.2em;
    padding:0.8em 0.8em;
    border-radius: 50%;
	border:dashed black thin;
	position:fixed;
	top:0;
	right:0;
	color: white;
     background-color: #0d6dfd91;
}

.btn:hover{
     background-color: #0d6dfd91;
	border:dashed rgba(190, 241, 105, 0.8) medium;
	    color:rgba(190, 241, 105, 0.8);

}

.list-group li{
	list-style: none;
}

.list-group li h6{
  color:white;
	text-decoration:none;
	    letter-spacing:0.2em;

}

.list-group li h6 a{
  color:white;
    text-decoration: pink underline thin;
	    letter-spacing:0.2em;
}

.list-group li h6 a:hover{
	color: rgba(190, 241, 105, 0.8);

}

.offcanvas{
  color: #212529;
  background-color: rgba(127, 255, 212, 0.9);
  max-width:50vw;
}

.list-group-item{
	font-family:crimson pro normal;
	border:none;
	background-color: inherit;
border-radius:1em;

}
.list-group-item:hover{
	background-color: rgba(190, 241, 105, 0.8);
	color:white;
}

.list-group{     
	background-color: #0d6dfd91;
	border:dashed black thin;
}


/* gallery */
#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

#front-img {
  display: none;
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:rgba(190, 241, 105, 0.8);
}

.gallery-container img{
	opacity:70%;
}

.gallery-container img:hover {
  animation: fadeIn 0.5s;
animation-direction: normal;
	animation-fill-mode: forwards;
	animation-iteration-count:1;
}

@keyframes fadeIn {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

/* end gallery */
