body
{
    background-color: black;
    
}
h1
{
    color:red;
}

.theater
{
    font-size: 2rem;
    color: rgb(218, 210, 2);
    font-family: "blood";

}
.show_info
{
    font-size: 2rem;
    font-family: "slop";
    color: palevioletred;
}
.event-butt-1
{
   font-family: "nm";
}

@font-face {
    font-family: "df";
    src: url("https://home.blrocky.com/fonts/DoubleFeature20.ttf") format("truetype");
}
@font-face {
    font-family: "blood";
    src: url("fonts/BLOODY.ttf") format("truetype");
}
@font-face {
    font-family: "slop";
    src: url("fonts/slop.ttf") format("truetype");
}
@font-face {
    font-family: "nm";
    src: url("fonts/nm.ttf") format("truetype");
}
.df {
    font-family: "df";
}
@font-face {
	font-family: "CS";
	src: url("https://home.blrocky.com/fonts/Can-stamp.ttf") format("truetype")
}
.nm-font
{
    font-family: "nm" ;
}
.CS {
	font-family: "CS";
}
.nAv
{
    position: relative;
    left: 220px;
}
.slop-font
{
    font-family: "slop";
}
.blood-font
{
    font-family: "blood";
}
@font-face {
  font-family: 'os';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Ns';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  .NS
  {
      font-family: 'Ns';
  }

  .collapsible {
    font-family: "nm";
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: paleturquoise;
  }
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    color:white;
    font-family: "Verdana";
  }
 
 
  small{color:grey;}

.albany-title
{
font-family: "blood";
	color:red;
	font-size:2rem;
}
 
