@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');
html,body{  

}
.txt-oswald{ font-family: "Chiron GoRound TC", sans-serif; font-weight:600}

.menu-body .txt-big{ letter-spacing:0.05em; font-size:2.5vw; padding:.35em 0; }
.menu-body .txt-big:nth-child(1){ width:27.4%;}
.menu-body .txt-big:nth-child(2){ width:14%;}
.menu-body .txt-big:nth-child(3){ width:23.6%;}
.menu-body .txt-big:nth-child(4){ width:23.2%;}

.menu-body .txt-big:nth-child(5){ width:27.5%;}
.menu-body .txt-big:nth-child(6){ width:14%; margin-left:10%; margin-right:10%; }
.menu-body .txt-big:nth-child(7){ width:24%;}

.menu-body .txt-big:nth-child(8){ width:23.6%;}
.menu-body .txt-big:nth-child(9){ width:23.6%;}
.menu-body .txt-big:nth-child(10){ width:14%;}
.menu-body .txt-big:nth-child(11){ width:23.2%;}

.menu-body .txt-big:nth-child(12){ width:25%;}
.menu-body .txt-big:nth-child(13){ width:33.6%;}
.menu-body .txt-big:nth-child(14){ width:23.6%;} 


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


.disclaimer-button-label{   width:4.5em;  text-align:right}

@media only screen and (min-width:0px)  and (max-width:767px) { 
	.menu-body .txt-big:nth-child(1){ width:44.9%;}
	.menu-body .txt-big:nth-child(2){ width:22.7%;}
	.menu-body .txt-big:nth-child(3){ width:22.7%;}
	
	.menu-body .txt-big:nth-child(4){ width:38.6%;}
	.menu-body .txt-big:nth-child(5){ width:38%;}
	
	.menu-body .txt-big:nth-child(6){ width:45%;  margin-left:0%; margin-right:0%;}
	.menu-body .txt-big:nth-child(7){ width:38%;}

	.menu-body .txt-big:nth-child(8){ width:22.7%;}
	.menu-body .txt-big:nth-child(9){ width:24.8%;}
	.menu-body .txt-big:nth-child(10){ width:38.6%;}
	
	.menu-body .txt-big:nth-child(11){ width:38.6%;}
	.menu-body .txt-big:nth-child(12){ width:38.6%;}
	
	.menu-body .txt-big:nth-child(13){ width:38.3%;}
	.menu-body .txt-big:nth-child(14){ width:55%;} 
	
	.menu-body .txt-big{   font-size:4.75vw; padding:.3em 0; letter-spacing:0.05em    } 
	
	.hole-container:nth-child(1) .speech-bubble-container{  background-image:url("../img/holes/bubble-sb-tc-m.png");   }
	.hole-container:nth-child(3) .speech-bubble-container{   background-image:url("../img/holes/bubble-anm-tc-m.png"); }
	.hole-container:nth-child(13) .speech-bubble-container{ background-image:url("../img/holes/bubble-psd-tc-m.png");  }
	.hole-container:nth-child(14) .speech-bubble-container{ background-image:url("../img/holes/bubble-sbfps-tc-m.png");  }
}