@font-face {
    font-family: Fantasque;
    src: url(/static/Roboto-Regular.ttf);
}

h1,
h2,
h3 {
    text-align: left;
}

body {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding-bottom: 400px;
    color: #e3dfde;
    font-family: Fantasque;
    padding-top: 10px;
    text-align: justify;
    margin-right: 12px;
    margin-left: 12px;
    animation: scrollingIn 1.5s linear forwards;
    transition: opacity 0.7s linear;
    -webkit-transition: opacity 0.7s linear;

}

a:link {
    color: #e6e2e1;
    font-weight: bold;
}

/* visited link */
a:visited {
    color: #e6e2e1;
    font-weight: bold;
}


ul {
    list-style-type: disc;
    margin-left: -2px;
    margin-right: 25px;
    font-size: 14px;
    text-align: left;
}

@media (min-width: 801px) {
    body {

        margin-right: 270px;
        margin-left: 270px;
    }

    ul {
        font-size: 15px;
    }
}

#movie_table {
    table-layout: fixed;
}
#movie_table a {
	text-decoration: none;
}

th,
td {
    padding: 5px;
}

#movie_table td {
    width: 100%;
}

#movie_table td div {
    overflow: hidden;
}


#search_input {
    background-image: url('/static/search_icon.png');
    background-position: 10px 9px;
    background-repeat: no-repeat;
    width: 70%;
    font-size: 13px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #e6e2e1;
    margin-bottom: 12px;
    background-color: #e6e2e1;
}

.navbar {
    overflow: hidden;
    font-family: Fantasque;
}

.navbar a {
    float: left;
    font-size: 15px;
    color: #e6e2e1;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-family: Fantasque;
    font-size: 15px;
    font-weight: bold;
    border: none;
    outline: none;
    color: #e6e2e1;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn,
.dropbtn:focus {
    background-color: #787366;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e6e2e1;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


.show {
    display: block;
}
.contenedor
{
	display: flex;
}

input[type='number']
{
	margin-left: 1rem;
	align-self: flex-start;
	visibility: hidden;
	opacity: 0.7;
	width: 8rem;
}

#reqButton
{
	visibility: hidden;
	margin-left: 0.2rem;
	opacity: 0.7;
	align-self: flex-start;
}

.contenedor:hover > #reqButton, .contenedor:hover > input[type='number']
{
	visibility: visible;
}
