body {
	/*background-image: url(redbrick.jpg);
	background-size: cover;
	background-position: center;*/
	background-color: #fd1c15;
	background-image: url("https://www.transparenttextures.com/patterns/broken-noise.png");
	overflow: hidden;
}


.tapList.center {
	/*border-right: 2px dashed #f8f6e8;*/
	
}
.screenBorder {
	/*background: #d51614;*/
	padding: 10px;
	padding-top: 0;
}

.screenBorder > .screenInner {
	/*border: 2px dashed #f8f6e8;*/
	min-height: 200px;
	
}
.screenBorder .tapList .beerItem:nth-child(0) {
	margin-top: 10px;
}

.tapList.left {
    /*border-right: 2px dashed #f8f6e8;*/
}

.beerItem {
	padding-left: 10px;
	border-bottom: 2px dashed #f8f6e8;
	background: #000;
}

.beerItem > .tapNo {
    font-family: "Londrina Sketch", cursive;
    font-size: 3.4em;
    line-height: 98%;
	color: #FFF;
}

.beerName {
    color: #588dce;
    font-family: "Cabin Sketch", cursive;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-top: 7px;
}

span.beerStyle {
    line-height: 0.9;
    font-family: "Cabin Sketch", cursive;
    text-transform: uppercase;
    color: #f8f6e8;
	display: block;
}
.beerItem .price {
    color: #FFF;
    font-family: "Cabin Sketch", cursive;
    font-size: 22px;
	padding-right: 15px;
}

/* BEER NAME COLORS */
.screenBorder .beerItem:nth-child(3n+0) .beerName {
    color: #ff5b78;
}

.screenBorder .beerItem:nth-child(2n+0) .beerName {
    color: #4aff0f;
}
.headerText {
    font-size: 24px;
    font-family: titling-gothic-fb-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
	color: #f8f6e8;
	margin-bottom: 0;
	overflow: hidden;
}



/* CAN FORMATTING */
/*#canWrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 0;
}*/



.canImage { max-height: 100px; width: auto !important;padding: 5px 15px; margin: 0 auto;    display: block;}
.canName, .canStyle, .canAbv {
	line-height: 0.9;
	color: #FFF;
	font-family: "Cabin Sketch", cursive;
	text-align: center;
	text-transform: uppercase;
}

.canName {
    color: #f8f6e8;
	font-size: 30px;
	font-weight: 700;
}
.canStyle {
    font-size: 18px;
}
.canAbv {
    font-size: 18px;
}
div#canWrapper-ow > button {
    display: none;
}
.box {
	margin-bottom: 10px;
}

.toGoRow {

  
    margin-top: 60px;

}

.splide__pagination__page.is-active {
	background: #d51614;
}
.splide__track>.splide__list>.splide__slide.is-active {
    border-color: #f6f8e8 !important;
}
ul.splide__pagination {
    position: absolute;
    bottom: -20px;
}
.slideContain {
    background: #f6f8e8;
    border-radius: 4px;
    border: 3px solid #fd1c15;
    transition: border-color .15s cubic-bezier(.54,.01,.1,1),background-color .15s cubic-bezier(.54,.01,.1,1);
    margin-left: 20px;
    padding-bottom: 30px;
	box-shadow: 1px 1px 7px;
	background-image: url(../../images/pattern6.png);
	background-size: 75px 75px;
}

.canName, .canStyle, .canAbv {
	line-height: 0.9;
	color: #d51614;
	font-family: titling-gothic-fb,sans-serif;
    font-weight: 300;
    font-style: normal;
	text-align: center;
	text-transform: uppercase;
}

.canName {
    color: #fd1c15;
	font-size: 22px;
	font-weight: 700;
font-family: titling-gothic-fb-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;	
	margin-bottom: 3px;
}
.canStyle {
    font-size: 14px;
}
.canAbv {
    font-size: 12px;
}

.headerText.togocans {
    font-size: 24px;
    font-family: titling-gothic-fb-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
	color: #d51614;
	margin-bottom: 0;
	
    
	
}

div#FirstColumn .beerItem {
    border-left: 2px dashed #f6f8e8;
	border-right: 2px dashed #f8f6e8;
}

div#FirstColumn .d-flex.beerItem:first-child, div#SecondColumn .d-flex.beerItem:first-child, div#ThirdColumn .d-flex.beerItem:first-child {
    border-top: 2px dashed #f6f8e8;
} 
div#SecondColumn .beerItem {
	border-right: 2px dashed #f8f6e8;
}

div#ThirdColumn .beerItem {
	border-right: 2px dashed #f8f6e8;
}

div#foodSplide .splide__slide.pic {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 160px;
}

div#foodSplide {
    border-radius: 4px;
    overflow: hidden;
    border: 3px solid #fd1c15;
    transition: border-color .15s cubic-bezier(.54,.01,.1,1),background-color .15s cubic-bezier(.54,.01,.1,1);
}

.loading-message {
	font-family: titling-gothic-fb-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
	color: #f6f8e8;
}

@media screen and (-webkit-min-device-pixel-ratio: 2.5) and (-webkit-max-device-pixel-ratio: 3) {

body > .row.firstRow {
	margin-left: 0;
	margin-right: 0;
}

}