 
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


p, h3, h4, a {
    color: white;
    text-shadow: 2px 2px 4px #000000;

}

a {
	color: #007bff;
}

@font-face {
    font-family: GanstaUfuk;
    src: url('../fonts/jmh-beda.ttf');
}


.logo {
	font-family: GanstaUfuk;	
	font-size: 2em;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 5em;
	height: 5em;
}

.nav-link {
    border: 1px solid white;
	padding-left: 1em !important;
	padding-right: 1em !important;
}

.linked-list {
	font-weight: bolder;
	
}
    