@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}
.beercont {
  background-color: black;
  background-image: url("../img/chalkbg.png");
  background-size: contain;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative;}
.beeroverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 15px 10px 15px;
}
.col-1 {width: 25%;}
.col-2 {width: 20%;}
.col-3 {width: 15%; text-align: center;}
.col-4 {width: 10%; text-align: center;}
.col-5 {width: 10%; text-align: center;}
.col-6 {width: 10%; text-align: center;}
.col-7 {width: 10%; text-align: center;}

.col-1.pintonly {width: 30%;}
.col-2.pintonly {width: 25%;}
.col-3.pintonly {width: 15%; text-align: center;}
.col-4.pintonly {width: 15%; text-align: center;}
.col-5.pintonly {width: 15%; text-align: center;}

.beertitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.0rem;
}
.breakline {
/*
	padding: 0px 15px 15px 0px;
	margin-bottom: 10px;
*/
	border-bottom: dotted 1px white;
}
.beeritem {
	font-family: 'Permanent Marker' !important;
	font-size: 1.8rem;
	line-height: 1.2rem;
	height: 20px;
	color: #fff;
	margin: 14px 0px;
}


.myrounded {border-radius: 20px;}
.nomob {display: inline;}
.title {font-size: 17px; margin-left: 10px;}
.key-feature .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
    font-size: 24px;
}
.text-primary {
    color: #2f55d4 !important;
}
.monitor {
    position: relative;
    overflow: hidden;
    /* box-shadow: 5px 5px 5px darkgrey; */
    z-index: 999;
    border: none;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
}
.inner {height: 350px !important;}
.innertxt {margin-top: 75px;}
.team {display: none !important;}

#eventlist {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.eventitem {
  width: 33%;
  cursor: pointer;
}
.eventitem div {
  width: 100%;
  text-align: center;
}
.eventitem img {
  display: block;
  width: 100%;
  flex-shrink: 0; 
}

.eventitem .event-title {
  
}
/* iPad Landscape */
@media (max-width: 1200px) {
	
}

/* iPad Portrait */
@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

/* iPhone Landscape */
@media (max-width: 767px) {

}
@media (max-width: 580px) {
	
}	

/* iPhone Portrait */
@media (max-width: 480px) {
.nomob {display: none;}
.monitor {
        width: 100% !important;
    }
.feats {text-align: center; margin-top: 15px;}
.arrow_1 {display: none;}
.team {display: inline !important;}
}