body {
	background-color: black;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

.topblock {
	margin-top: 30px;
	margin-bottom: -20px;
	background-color: #7d0b04;
	height: 200px;
	padding: 20px;
}

#piplog {
	vertical-align: center;
	height: 65%;
	width: 20%;
	margin-top: 10px;
}

#slogan {
	margin-left: 230px;
	color: white;
	font-style: italic;
	font-family: "Comic Sans MS", cursive, sans-serif;
	
}

.strip {
	height: 80px;
	border: solid black 2px;
}

.strip img {
	width: 100%;
	height: 375%;
}

.card-img-top {
	height: 100px;
	width: 100%;
}

.card {
	color: white;
	background-color: black;
}

.blabla {
	background-color: black;
	color: white;
	padding:10px;
	}

.blabla img {
	vertical-align: center;
	}

.specialstrip {
	margin-top: 50px;
	height: 65px;
	padding: 10px;
	color: yellow;
	text-align: center;
	
	font-style: italic;
	font-weight: bold;
}

.blinking {
    animation:blinkingText 1.2s infinite;
	}
	@keyframes blinkingText{
	    0%{     color: yellow;    }
	    49%{    color: yellow; }
	    60%{    color: transparent; }
	    99%{    color:transparent;  }
	    100%{   color: yellow;    }
	}

.board {
	width: 100%;
	height: 500px;
	background-color: black;
	margin-bottom: -220px;
	margin-top: 0px;
	padding:15px;
	text-align: center;
	display: flex;
  	justify-content: space-between;
  	overflow: hidden;
}

  .wrapper {
      
      margin: 0 auto;
    }
    .circle {
      
      border-radius: 5%;
      margin: 50px;
      padding: 10px;
      
      display: inline-block;
    }
    .circle:first-child {
      margin-left: 0px;
    }
    .circle:last-child: {
      margin-right: 0px;
    }

#brandy {
	
	text-align: center;
	padding: 5px;
	color: #ebe8e8;
	transform: skewY(-15deg);
}

#draught {
	
	text-align: center;
	padding: 5px;
	color: #ebe8e8;
	transform: skewY(-5deg);
}

#gin {
	
	text-align: center;
	padding: 5px;
	color: #ebe8e8;
	transform: skewY(5deg);
}

#shooters {
	
	text-align: center;
	padding: 5px;
	color: #ebe8e8;
	transform: skewY(10deg);
}

.container {
	background-color: black;
}

.glow {
  font-size: 40px;
  color: white;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6;
  }
}

.glow2 {
  font-size: 15px;
  color: white;
  text-align: center;
  -webkit-animation: glow2 1s ease-in-out infinite alternate;
  -moz-animation: glow2 1s ease-in-out infinite alternate;
  animation: glow2 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow2 {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 12px #e60073, 0 0 16px #e60073, 0 0 18px #e60073;
  }
  
  to {
    text-shadow: 0 0 10px #fff, 0 0 12px #ff4da6, 0 0 16px #ff4da6, 0 0 18px #ff4da6, 0 0 20px #ff4da6;
  }
}

#bar1 {
	margin-top: -80px;
	height:75%;
	width:75%;
	transform: skewY(10deg);
}

#music {
	text-align: center;
	padding: 5px;
	color: #ebe8e8;
	transform: skewY(-5deg);
}

.circle2 {
      
      border-radius: 5%;
      margin: -10px 20px 10px 20px;
      padding: 0px;
      
      display: inline-block;
    }
    .circle2:first-child {
      margin-left: 0px;
      margin-right: 20px;
    }
    .circle2:last-child: {
      margin-right: 0px;
    }

#karaoke {
	margin-top: -100px;
	text-align: center;
	padding-right: 15px;
	color: white;
	transform: skewY(-15deg);
}

#live {
	margin-top: -40px;
	text-align: center;
	padding: 15px;
	color: #ebe8e8;
	
}

#dates {
	
	text-align: center;
	padding: 15px;
	color: #ebe8e8;
	transform: skewY(5deg);
}

#joinmsg {
	margin-top: 10px;
	margin-right: 10px;
	color: #7d0b04;
}

.button{
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);

}

.btn{
	border-radius: 5px;
	border: 2px solid blue;
	background-color: #1a2040;
	padding: 6px 12px;
	color: white;
	text-decoration: none;
	transition: 0.4s ease;
}
.btn:hover{
	background-color: #669aed;
	color: #7d0b04;
}

.getinfo {
	vertical-align: center;
	border: 2px solid white;
	border-radius: 10px;
}