/* <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 300 to 700
 */

 a {
 text-decoration: none;
 transition: 0.3s ease-in;
 }

 a:hover{
    text-decoration: none;
    color:brown;
 }

.mainf {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.location {
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  font-weight:700;
  font-style: normal;
  padding-left:20px;
  /* background:gray; */
}

.citsta {
  position: relative;
  margin-left:250px;
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  font-weight:700;
  font-style: normal;
  display: inline;
}

.dates {
    font-family: "Londrina Outline", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    padding-left:20px;
	font-size:30px;
    /* background:gray; */
  }

  .buyticket{
    width: 150px;
    height: 50px;
    line-height: 25px;
    background-color: rgb(244, 247, 244);
    border: 3px solid rgb(0, 0, 0);
    text-align: center;
    color: rgb(0, 0, 0);
    transition: 0.2s ease-in;
    position: absolute;
    margin-left: 250px;
    margin-top: -68px;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight:700;
    font-style: normal;
  }

  .buyticket:hover{
    width: 150px;
    height: 50px;
    background-color: rgb(0, 0, 0);
    border: 3px solid rgb(144, 1, 1);
    text-align: center;
    color: red;
  }

/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 300 to 700
*/

.dates2 {
  font-family: "Quicksand", sans-serif;
  /*font-optical-sizing: auto;*/
  font-weight: 100px;
  font-style: normal;
}

.scheduleContainer {
 width:100%;
 height: 100px;
 border: 1px dotted red;
 cursor:pointer;
 transition: 0.4s ease-in;
 position: relative;
}

.scheduleContainer:hover {
    background: rgba(154, 116, 116, 0.253);
    width: 100%;
    height: 100px;
    border: 1 solid red;
    cursor: pointer;
    color: rgb(144, 1, 1);
   }
#lister{
	height:200px;
	width: 350px;
	background: #2B0404;
	border-radius: 5px;
	border: thin #201212 solid;
}