html {
    font-family: "Lucida Sans", sans-serif;
}

body{
background: url("../images/theater-1713816_1920.jpg");
font-size: 1.1em;
    line-height: normal;
    background-size: cover;
}

a.btn{
    text-decoration: none;
}

div{
    border-radius: 10px;
}
h1,h2,h3,h4{
    margin-bottom:15px;
    color: #970368;
}

h1, .logo{
    font-family: 'Fascinate Inline', cursive;
    font-size: 2em;
    
}


#header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: url("../images/popcorn-1433327_1280.jpg");
    background-size: cover;
    color: #000000;
    padding: 30px;
    text-align: right;
    min-height: 400px;
}
#header span{
    width: 100%;
}
#header h1{
    color: #960000;
    font-size: 30pt;
}

.intropage{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 30px;
    text-align: center;
    min-height: 400px;
    
}
.intropage h1{
    
    color: #FFFFFF;

    
}

.container{
    max-width: 1024px;
    margin: auto;
    margin-top:15px;
    background: #ffffff;
    border: solid 1px #d0d5d8;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 63px -8px rgba(102,102,102,1);
    -moz-box-shadow: 0px 0px 63px -8px rgba(102,102,102,1);
    box-shadow: 0px 0px 63px -8px rgba(102,102,102,1);

    filter: alpha(opacity=90);
    /* IE */
    -moz-opacity: 0.9;
    /* Mozilla */
    opacity: 0.9;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    margin-bottom: 15px;
    background: #970368;
}



.menu a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 8px;
    margin-bottom: 7px;
    background-color: #be006f;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}

.menu a:hover {
    background: #ff68cd;
}

.logo{
    max-width: 400px;
    padding: 15px;
}

.aside {
    background-color: #be006f;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.aside h3{
color: #ffffff;
}
#footer {
    background-color: #be006f;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}

.right{
    float: right;
}


@media only screen and (max-width: 600px) {
.logo{width:100%;}

}