head {
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
}

* {
  box-sizing: border-box;
   font-family: 'Montserrat';    
}

body {
color: #bb1122;
    width: 100%;
    height:100%; margin:0; padding:0;
   
} 


body::-webkit-scrollbar {
  display: none;
}

html {
    height: 100%;
    height:100%; margin:0; padding:0;
    display: flex;
  	justify-content: center;
    box-sizing: border-box;
    font-size:15px; 
    background:#000000; 
    margin-right: 20px; 
    margin-left: 20px;
		font-family: 'Montserrat', sans-serif;    
}

h1 {
    color: white;
}
.ul{
margin: 0 auto !important;
}

#St_text {
	color: #000000;
	background: red;
	writing-mode: vertical-rl;
	font-size: 20px;
	text-orientation: upright;
	text-align: center;
	flaot: center;
	width: 5%;
}

.table_title {
	text-align: center;
}

#showtimes {
	width: 100%;
	background: #000000;
	color: #dddddd;
	font-size: 200%;
	text-align: center;
	float: right;
	
}
.time_table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
	text-align: center;
	width: 100%;
	color: #cccccc;
	margin: 0 0 3px 0;
	padding: 5px;
}

.tt_time {
	margin: 0 0 8px 0;
	
}
.location_text{
	font-size: 15px;
	color: #888888;
	text-align: center;
}

.td_showtimes{
	width: 100%;
	text-align: center;
}

.top_table{
	text-align: center;
	padding: 0;
}

.top_line {
   width: 100%;
  background: #000000;
  text-align: center;
  top: 0px;
}

.top_area {
	text-align: center; 
	width: 100%;
}

.link_ul {
	text-align: center;
	padding: unset;
}

.command_tables {
	text-align:	center; 
	width: 100%;
	height: 90%;
	background: #eeeeee;
	border-spacing:0;
	border-collapse: collapse;
	table-layout: fixed;
}

.cmd_td {
	width: 20%;
}

.info_td {
	text-align: center;
	width: 80%;
}

.command_table_even{
	background: #882222;
	color: #888888;
}

.command_table_odd {
	color: #000000;
	background: #885555
}


.command_tables_full {
	width: 100%;
	height: 90%;
	overflow: auto;
	
}



	
	
.st_genre{
color: #cc0033;		
}

.se_date{
color: #555555;		
}


ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}


a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: white;
  text-decoration: none;
}


.left_devil {
	float: left;
	height: auto; 
  width: auto; 
  max-width: 50px; 
  max-height: 50px;
}

.right_devil {
	left: -160px;
	height: auto; 
  width: auto; 
  max-width: 50px; 
  max-height: 50px;
}

.row {
	height: 100%;
}
.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}


/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%; height: 950px;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


.command_tables_full::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
}
.time_table {
font-size: 75%;
	margin: 0 0 3px 0;
}

.links {
font-size: 95%;
}

.info_td {
padding-left: 27px;
text-align: left;
}

  }
  
.top_image {
    max-width: 100%;
    max-height: 100%;
    height: 100%; 
    width: 100%; 
    object-fit: contain;
  }
  
  