

h1 {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Cutive Mono', monospace;
    font-family: 'Libre Baskerville', serif;
}

h2, h3, p, li, div, select, .ui-autocomplete, #movie_search_box, button, .context-menu-default-text {
    font-family: 'Cutive Mono', monospace;
}

#title {
    display: flex;
    justify-content: center;
    font-size: 60px;
    margin-bottom: -5px
}

#question {
    display: flex;
    justify-content: center;
    /* font-style: italic; */
}

p, li {
  font-size: 18px;
}

img {
  transition:transform 0.7s ease;
}

img:hover {
  -webkit-transform:scale(1.25); /* or some other value */
  transform:scale(1.25);
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000 !important;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover, .ui-state-active, .ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#container {
    display: flex;
    flex-flow: row wrap;
}

#vis0 {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 60%;
}

#comic_explanation {
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 5%;
    width: 45%;
}

#comic {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 30%;
    padding-top: 100px;
    padding-right: 10%;
}

#placeholder {
    width: 30%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
}

#explanation {
    width: 100%;
}

#user_list {
    width: 100%;
    display: none;
}

#stats {
    display: flex;
    flex-flow: row wrap;
}

#movie_search_container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#movie_search_box {
    width: 40%;
    font-size: 24px;
    padding: 3px;
    padding-left: 10px;
}

button {
    width: 100%;
    font-size: 16px;
    padding: 4px;
}

#genre {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
}

.genre_vis {
    width: calc(100% / 3);
}

.genre_select {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
}

#genre_question {
    padding-left: 10%;
    padding-right: 10%;
}

footer {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  text-align: center
}