@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');

html,body{   
	font-family:'Helvetica','Noto Sans SC','Arial', sans-serif;
}
.txt-brewery{ /*font-family:'Local Brewery'!important;*/ font-family:'Oswald','Noto Sans SC','Arial', sans-serif!important; } 
.txt-gothic{ font-family: 'Century Gothic','Noto Sans SC','Arial', sans-serif;} 
.txt-inter{  font-family: 'Inter','Noto Sans SC','Arial', sans-serif;}

.txt-oswald{ font-family: "Chiron GoRound TC", sans-serif; }
.disclaimer-txt-box, .footer-notes{ font-family: 'Century Gothic','Noto Sans SC','Arial', sans-serif; }

.hole-container:nth-child(1) .speech-bubble-container{  background-image:url("../img/holes/bubble-sb-sc.png") }
.hole-container:nth-child(2) .speech-bubble-container{  background-image:url("../img/holes/bubble-ap-sc.png")}
.hole-container:nth-child(3) .speech-bubble-container{  background-image:url("../img/holes/bubble-anm-sc.png") }
.hole-container:nth-child(4) .speech-bubble-container{   background-image:url("../img/holes/bubble-sa-sc.png")}
.hole-container:nth-child(5) .speech-bubble-container{   background-image:url("../img/holes/bubble-r-sc.png") }
.hole-container:nth-child(6) .speech-bubble-container{   background-image:url("../img/holes/bubble-td-sc.png") }
.hole-container:nth-child(7) .speech-bubble-container{   background-image:url("../img/holes/bubble-domc-sc.png") }
.hole-container:nth-child(8) .speech-bubble-container{   background-image:url("../img/holes/bubble-pl-sc.png") }
.hole-container:nth-child(9) .speech-bubble-container{   background-image:url("../img/holes/bubble-rot-sc.png")    }
.hole-container:nth-child(10) .speech-bubble-container{   background-image:url("../img/holes/bubble-g-sc.png") }
.hole-container:nth-child(11) .speech-bubble-container{   background-image:url("../img/holes/bubble-br-sc.png") }
.hole-container:nth-child(12) .speech-bubble-container{   background-image:url("../img/holes/bubble-vt-sc.png")  }
.hole-container:nth-child(13) .speech-bubble-container{   background-image:url("../img/holes/bubble-psd-sc.png")   }
.hole-container:nth-child(14) .speech-bubble-container{   background-image:url("../img/holes/bubble-sbfps-sc.png") }

@media only screen and (min-width:0px)  and (max-width:767px) { 
	.hole-container:nth-child(1) .speech-bubble-container{  background-image:url("../img/holes/bubble-sb-sc-m.png");   }
	.hole-container:nth-child(3) .speech-bubble-container{   background-image:url("../img/holes/bubble-anm-sc-m.png"); }
	.hole-container:nth-child(13) .speech-bubble-container{ background-image:url("../img/holes/bubble-psd-sc-m.png");  }
	.hole-container:nth-child(14) .speech-bubble-container{ background-image:url("../img/holes/bubble-sbfps-sc-m.png");  }
}