body {
  margin: 0px;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

header {
  margin-top: 12px;
  margin-bottom: 2px;
  background-color: #767676;
  height: 80px;
  text-align: center;
  box-shadow: 1px 1px #555555, 2px 2px #555555;
  position: relative;
  left: -2px; }
  header .logo {
    cursor: pointer;
    background-color: #ff8e92;
    border: 1px solid #555555;
    box-shadow: 1px 1px #555555, 2px 2px #555555;
    height: 80px;
    width: 210px;
    float: left;
    padding-top: 12px;
    position: relative;
    bottom: 2px;
    left: -2px; }
    header .logo h1 {
      color: #fff;
      font-family: 'Fredoka One', cursive;
      font-weight: 400;
      font-size: 43px;
      text-shadow: 1px 1px #555555, 2px 2px #555555, 3px 3px #555555; }
      header .logo h1:hover {
        transform: translate(1px, 1px);
        text-shadow: 1px 1px #555555, 2px 2px #555555; }

h3 {
  color: #ffffff; }

.emoji-row {
  padding: 13px;
  margin: 20px auto 20px auto;
  height: 75px;
  background-color: #ffffff;
  border: 1px solid #dfe2e5;
  border-radius: 3px; }

.container {
  width: 800px;
  margin: auto; }

.mini-container {
  float: left;
  width: 500px; }

.drink-container {
  float: left;
  margin-left: 15px;
  width: 260px; }

.drinks-view {
  width: 185px;
  width: 100%;
  height: 281px;
  background-color: #747474;
  border: 1px solid #555555;
  box-shadow: 1px 1px #555555, 2px 2px #555555;
  margin: 15px auto; }

#movie-trailer {
  width: 500px;
  height: 281px;
  margin: 15px auto;
  background-color: #747474;
  border: 1px solid #555555;
  box-shadow: 1px 1px #555555, 2px 2px #555555;
  overflow: hidden; }

.movie-title, .drink-title {
  text-align: center;
  padding: 10px;
  border: 1px solid #555555;
  background-color: #fff;
  box-shadow: 1px 1px #555555, 2px 2px #555555; }

.option-buttons {
  width: 100%;
  background-color: yellow;
  margin: 0px auto;
  display: inline-block; }

.tableImg {
  width: 50px;
  height: 75px; }

thead {
  transform: translate(-2px, -2px);
  background-color: #fff;
  box-shadow: 1px 1px #555555, 2px 2px #555555; }

table {
  box-shadow: 1px 1px #555555, 2px 2px #555555, 3px 3px #555555;
  width: 800px; }

table {
  border-collapse: collapse;
  background-color: #fff;
  margin: 0px auto; }

td, th {
  border: 1px solid #dadada;
  padding: 0.5rem;
  text-align: left; }

th {
  border-right: 0px;
  text-align: center; }

td {
  border-right: 0px; }

.row {
  background-color: #ffffff;
  width: 100%;
  display: inline-block;
  float: left;
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 5px;
  border-radius: 0px;
  border-style: solid;
  border-top-width: 4px;
  border-top-color: #555555;
  border-left-width: 4px;
  border-left-color: #767676;
  border-right-width: 1px;
  border-right-color: #767676;
  border-bottom-width: 1px;
  border-bottom-color: #767676;
  background-color: #eaeaea; }

.row1 {
  margin-top: 0px; }

.row2, .row1 {
  background-image: url("../images/test6.png"); }

.row3 {
  background-image: url("../images/bg.png");
  background-size: 5px 5px; }

.row4 {
  border-top-width: 6px;
  border-left-width: 2px;
  background-color: #ababab;
  background-image: url("../images/test10.png");
  background-size: 10px 10px;
  padding: 50px 0px; }

.card {
  background-color: #eaeaea;
  float: left;
  border: 1px solid black;
  overflow: hidden; }

.movie {
  width: 598px; }

.drink {
  width: 200px; }

.trash-style {
  color: #fff; }

.trash-btn {
  background-color: #767676;
  height: 29px;
  width: 29px;
  margin: auto;
  border-radius: 14px;
  padding-top: 5px;
  box-shadow: 1px 1px #555555; }
  .trash-btn:hover {
    box-shadow: 0 0 0;
    background-color: #f44336;
    transform: translate(1px, 1px); }

.genre-button, .button {
  display: inline-block;
  background-color: #ffffff;
  padding: 6px 12px;
  margin: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #555555;
  color: #555555;
  text-transform: uppercase;
  box-shadow: 1px 1px #555555, 2px 2px #555555; }
  .genre-button:active, .button:active {
    transform: translate(2px, 2px);
    box-shadow: none;
    background-color: #efefef; }

.button {
  padding: 0;
  float: left; }
  .button .text {
    background-color: #fff;
    float: left;
    padding: 6px 10px; }
  .button .icon {
    height: 27px;
    min-width: 27px;
    background-color: #767676;
    border-left: 1px solid #625e5f;
    float: right;
    color: #fff;
    padding: 7px;
    text-shadow: 1px 1px 0 #333; }
    .button .icon svg {
      filter: drop-shadow(1px 1px 0px #333); }
  .button:active .text {
    background-color: #efefef; }
  .button:active .icon {
    background-color: #8c8c8c; }
  .button:active svg {
    filter: drop-shadow(0 0 0); }

.save-pairing .icon {
  float: left;
  border-left: none;
  border-right: 1px solid #625e5f; }

/*# sourceMappingURL=main.css.map */
