.logoyazi {
	font-family: Bauhaus; font-size: 42px; color: #000000; 
	text-shadow: 3px 2px 1px #fff;
}



@font-face {
     font-family:Bauhaus;
    src: url(Bauhaus.ttf);
}

@font-face {
	font-family: 'Lato', sans-serif;
    @import url('https://fonts.googleapis.com/css?family=Lato);
}

.menu_alt{
	width:100%;
	height:300px;
	min-height:300px;
	background:url(../images/menu_alt.jpg)
	}

	.probootstrap-image {
  width: 67%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0px;
  position: relative;
}

.probootstrap-image .btn-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.probootstrap-image .btn-video i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 70px;
  color: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.probootstrap-image .btn-video:before {
  -webkit-transition: .3s all;
  transition: .3s all;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.probootstrap-flex-block .probootstrap-image .btn-video:hover:before {
  background: rgba(0, 0, 0, 0.3);
}