/* line 1, variables.scss */
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "MKAbel";
  src: url("fonts/MKAbel.ttf");
}

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Thin.otf");
}

/* line 3, jilbyeong_cinema.scss */
body {
  background: black;
  color: white;
}

/* line 8, jilbyeong_cinema.scss */
#cinema {
  width: 100%;
}

/* line 12, jilbyeong_cinema.scss */
#cinema_left {
  width: 50%;
  float: left;
}

/* line 17, jilbyeong_cinema.scss */
#cinema_right {
  width: 50%;
  float: right;
}

/* line 22, jilbyeong_cinema.scss */
#game_box {
  float: clear;
  text-align: center;
}

/* line 27, jilbyeong_cinema.scss */
h2 {
  font-size: 4em;
  font-weight: 100;
  padding: 10px 30px 25px 30px;
  font-family: "Raleway", Century Gothic, Helvetica, sans-serif;
  color: #433c36;
}

/* line 35, jilbyeong_cinema.scss */
h2.right {
  text-align: right;
}

/* line 39, jilbyeong_cinema.scss */
p {
  font-size: 1.2em;
  padding: 5px 15px 5px 15px;
}

/* line 44, jilbyeong_cinema.scss */
a {
  text-decoration: none;
  color: #433c36;
  font-family: "MKAbel", Verdana, sans-serif;
}

/* FADE CLASS */
/* line 52, jilbyeong_cinema.scss */
.fade {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

/* line 59, jilbyeong_cinema.scss */
.fade:hover {
  opacity: 0.5;
}
