 
.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, a {
	    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
}
 

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


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