@charset "utf-8";
/*		
------------------------
KEY:
X.1 	-		HEADER
X.2		-		ABOUT
X.3		-		EXAMPLES
X.4		-		COURSEWORK
X.5		-		CONTACT
X.6		-		
X.7		-		@MEDIA RULES
-----------------------
*/

* {
    box-sizing: border-box;
}

body {
    font-family: 'OpenSansCondensed', cursive;
    color: #000;
}

h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

#peep {
    font-size: 1.5em;
    text-align: center;
    /* width: 100%; */
}
#poop {
    font-size: .5em;
    text-align: center;
    margin-bottom: 3em;
    
}
/*
############################
##	  X.1		-		HEADER		##
############################
*/
.header {
    display: block;
    position: relative;
    width: auto;
    margin: 0px;
    font-size: 1.2em;
}

.smallhead {
    word-spacing: 0.3em;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
}

.largehead {
    font-weight: bold;
    font-style: normal;
    font-size: 3.5em;
    letter-spacing: 2.5px;
    line-height: 1em;
}

.header-image {
    border: none;
    position: relative;
    margin: 100px auto 14em auto;
    padding: 0px;
    width: 100%;
    height: 500px;
}

.header-image img {
    /* border-radius: 50%; */
    /* transition: transform .5s ease; */
    border: none;
    overflow: hidden;
    /* background-color: #838183; */
    /* box-shadow: 0 4px 8px 0 #D29F13, 0 4px 30px 0 #D29F13; */
    display: block;
    padding: 0px;
    margin: auto;
    /* width: 600px; */
    max-width: 100%;
    height: auto;
}

.lego {
    padding: 0;
    width: 600px;
    height: 750px;
    overflow: show;
    margin: auto;
    background: url("../media/nubicon_v3.png") no-repeat;
}

.lego:hover {
    padding: 0;
    width: 600px;
    height: 750px;
    overflow: show;
    margin: auto;
    background: url("../media/nubiconmattelg.gif") no-repeat;
}

.hline1 {
    position: relative;
    width: calc(95% - 100px);
    height: 3px;
    background-color: #3C1053;
    margin: 10px auto;
}

.hline2 {
    position: relative;
    width: calc(85% - 100px);
    height: 2px;
    background-color: #D29F13;
    margin: 10px auto;
}

.hline3 {
    position: relative;
    width: calc(75% - 100px);
    height: 1px;
    background-color: #3C1053;
    margin: 10px auto;
}








/*
############################
##	  X.2		-		ABOUT			##
############################
*/
.about {
    display: block;
    margin: auto;
}

.about h1 {
    padding: 20px 0;
}

.ab-content {
    position: relative;
    text-align: center;
    margin: auto;
    width: 40%;
    font-size: 1.2em;
}
/*
############################
##	  X.2		-		BLOG			##
############################
*/
.bline1 {
    position: relative;
    /* width: calc(85% - 100px); */
    width: 95%;
    height: 10px;
    background-image: linear-gradient(to right, #aca3b1,  #3C1053, #aca3b1);
    margin: 10px auto;
}
.bline2 {
    position: relative;
    width: calc(85% - 100px);
    /* width: 100%; */
    height: 2px;
    background-image: linear-gradient(to right, #3C1053, #ab7ac7, #e4dfe7);
    margin: 5px auto;
}
.post-section {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-color: #eeeeee;
    /* width: 100%; */
    margin-left: 10%;
    margin-right: 10%;
}
.post-section-head {
    display: block;
    position: relative;
    width: auto;
    margin: 0px;
    font-size: 1.2em;
}
.post-section-headline {
    color: #D29F13;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #3C1053;
    font-style: normal;
    font-size: 3.5em;
    letter-spacing: 2.5px;
    line-height: 1em;
}
.post-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    /* display: block;
    margin: auto; */
}
.post-item-headline {
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.post-item-icon {
    width: 95px;
    height: 95px;
    margin-right: 10px;
}
.post-item-title {
    display: block;
}
.post-item-title-text {
    color: #D29F13;
    font-size: 2.5em;
    font-family: 'Anton', sans-serif;
    /* justify-self: flex-start; */
    /* padding: 0em 0em 0em .5em; */
}
.post-item-subtitle-text {
    color: #3C1053;
    font-size: .85em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 2px 2px 3px #D29F13;
    font-weight: bold;
    /* justify-self: flex-end; */

    /* margin: 0 0 0 13%; */
}
.post-item-text {
    display: block;
}

.post-text-p {
    display: block;
    position: relative;
    font-family: 'IBMPlexSansCondensed', sans-serif;
    /* font-weight: bold; */
    text-align: left;
    text-indent: 2.5em;
    padding: 0 10%;
    font-size: 1em;
}
.professional {
    /* font-weight: bold; */
    font-size: 1.2em;
    background-color: #cccccc;
    /* text-decoration-line: overline underline;  */
}
.post-text-span {
    text-indent: 25px;
    position: relative;
}
.post-thumb-url {
    position: relative;
    text-align: center;
    margin: 3% auto;
    width: auto;
    display: block;
}
div.post-thumbs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
 }
div.post-thumbs img {
    width: auto;
    height: 200px;
}
.post-thumbs a:nth-of-type(1) {
    width: auto;
    margin-left: 20%;
}
.post-thumbs a:nth-of-type(2) {
    width: auto;
    margin-right: 20%;
}
.post-thumb {
    outline: 3px outset #3C1053;
    outline-offset: 10px;
    width: 350px;
    height: auto;
}
.readmore-container {
    text-align: center;
    margin: auto;
    /* display: block; */
    width: 350px;
}
.link-container {
    text-align: center;
    margin: auto;
    /* display: block; */
    width: 350px;
}
.post-article-link {
    color: #925ab1;
    text-shadow: 2px 2px 2px #3C1053;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 3.5em;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 0 10%;
    transition: all 1s;
    width: auto;
    margin: auto;
}
.post-article-link:hover {
    color: #D29F13;
    text-shadow: 2px 2px 2px #3C1053;
}





/*
############################
##	  X.3		-		EXAMPLES	##
############################
*/
.examples {
    display: block;
    margin: auto;
}

.examples h2 {
    margin: 2em auto;
}

#mobile-ex-gallery {
    display: none;
}

.ex-nav {
    display: block;
    margin: auto;
    width: 95%;
    height: 100px;
    background-image: linear-gradient(to bottom, #9050b2, #ab7ac7, #bb90d4);
}

.ex-tabs {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: center;
    margin: 0em 4em;
}

.ex-links {
    margin: 5px 20px;
    align-items: center;
    position: relative;
    /* bottom: 25px; */
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
    font-weight: bold;
    font-size: 4.5em;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 0px 5px;
    transition: all 0.5s;
    /* background: black; */
    /* background-image: linear-gradient(to bottom, #9050b2, #925ab1); */
    border-radius: 5px;
    /* font-size: 2em; */
}

.ex-links:hover {
    /* background-image: linear-gradient(to bottom, #3C1053, #925ab1); */
    color: rgb(240, 195, 73);
    text-decoration: none;
}

.ex-links.active-tab {
    /* background-image: linear-gradient(to bottom, #3C1053, #54236e, #925ab1); */
    color: #D29F13;
    /* box-shadow: inset 0px -3px 10px #925ab1; */
    text-decoration: none;
}

.close {
    text-align: center;
    display: block;
    width: 10%;
    margin: auto;
}

#ex-close {
    display: none;
    padding: 10px;
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease;
}

#ex-close:hover {
    border-bottom: 2px solid #925ab1;
    cursor: pointer;

}

#ex-leftline {
    display: none;
    position: absolute;
    left: 3%;
    background-color: #bb90d4;
    width: 2px;
    height: 100%;
}

#ex-rightline {
    display: none;
    position: absolute;
    margin: auto;
    right: 3%;
    background-color: #bb90d4;
    width: 2px;
    height: 100%;
}

#dCalc,
#sEase,
#rTool,
#pediabuilder,
#monomano {
    display: none;
}

#mm-clips {
    width: 100%;
    margin: auto;
}

.ex-content {
    display: block;
    position: relative;
}

/* .ex-tile {
    display: block;
    width: 70%;
    margin: auto;
} */
.ex-tile {
    display: block;
    width: 95%;
    margin: auto;
}

.ex-tiledesc {
    display: block;
    width: 70%;
    margin: auto;
}

.ex-tilegallery {
    display: block;
    width: 70%;
    margin: auto;
}

.ex-thumbs {
    width: 70%;
    border: 3px solid #9050b2;
    margin: 3em auto auto auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.ex-thumb {
    margin: 1em;
    max-width: 200px;
    height: 133.33px;
    transition: all 0.5s ease;
}

.ex-thumb:hover {
    cursor: pointer;
    box-shadow: 0 0 10px;
}

.ex-imgdisplay {
    display: block;
    margin-top: 1em;
}

#pb-image,
#mm-image,
#dc-image,
#se-image,
#rt-image {
    display: none;
    max-width: 600px;
    /* height: 624px; */
    margin: auto;
}

#pb-close,
#mm-close,
#dc-close,
#se-close,
#rt-close {
    display: none;
    padding: 10px;
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease;
}

#pb-close:hover,
#mm-close:hover,
#dc-close:hover,
#se-close:hover,
#rt-close:hover {
    border-bottom: 2px solid #925ab1;
    cursor: pointer;
}

/*
######################################
##	  X.7		-		CINEMA   	##
######################################
*/

.mobile-menu {
    display: none;
}
.mobile-hamburger {
    display: none;
}
.cinema-header {
    display: block;
    width: 100%;
    margin: auto;
    padding: 1em 0;
    background-image: linear-gradient(to right, #333333, #4f4f4f, #333333);
}
.cinema-logo {
   margin: auto;
   position: relative;
   background: url("../media/vhslogo800x234.png") no-repeat;
   background-size: cover;
   width: 45%;
   height: 234px;
   animation: 7s logoanim infinite step-end;
   padding: 1em 0;
}
@keyframes logoanim {
   0%  {background: url("../media/vhslogo800x234.png") no-repeat; }
   50% {background: url("../media/vhslogoOFF800x234.png") no-repeat;}
   60% {background: url("../media/vhslogo800x234.png") no-repeat;}
   75% {background: url("../media/vhslogoOFF800x234.png") no-repeat;}
   78% {background: url("../media/vhslogo800x234.png") no-repeat;}
   100% {background: url("../media/vhslogo800x234.png") no-repeat;}
 }

.cinema-titles {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    /* background-image: linear-gradient(to right, #1dc7fa, #f5d556, #1dc7fa); */
    background-image: linear-gradient(to right, #333333, #4f4f4f, #333333);
    padding: 0 0 2.5em 0;
}

.nowplaying {
    padding: 0 0 1em 0;
}
.nowplaying h2 {
    border: .2em solid #f60984;
    border-radius: .3em;
    font-weight: bold;
    padding: .3em 2em;
    margin: .5em 0 0 0;
    font-family: 'FJallaOne', sans-serif;
    font-size: 3em;
    color: #00c8ff;
    text-shadow:
   -1px -1px 0 #2f92b6,  
    1px -1px 0 #00bbff,
    -1px 1px 0 #0495ca,
     1px 1px 0 #00bbff;
    background-image: linear-gradient(to bottom, #9b9898, #bbb8b8, #9b9898);
    box-shadow: -.07em -.07em .8em #fa67b3, .07em .07em .8em  #fa67b3;
}
.movieitems {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    width: 100%;
    list-style-type: none;
    position: relative;
    margin: 0 1em;
    padding: 0;
}
.movieitem {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.leftrightitems {
    width: 75%;
}

.itembutton {
    font-family: 'Inconsolata', sans-serif;
    border-left: .5em solid black;
    border-right: .5em solid black;
    border-top: .2em solid black;
    border-bottom: .2em solid black;
    box-shadow: -1em -.07em 1em rgb(253, 243, 208), 1em .07em 1em  rgb(253, 243, 208);
    font-size: 2em;
    font-weight: bold;
    width: 100%;
    text-align: left;
    background-color: #fff;
    color: #000;
    transition: .4s;
}
.movieitem:nth-last-of-type(1) .itembutton {
    border-bottom: .5em solid black;
}
.movieitem:nth-of-type(1) .itembutton {
    border-top: .5em solid black;
}
.itembutton:hover {
    font-family: 'Inconsolata', sans-serif;
    border-left: .5em solid black;
    border-right: .5em solid black;
    border-top: .2em solid black;
    border-bottom: .2em solid black;
    box-shadow: -.1em -.1em 1em rgb(253, 243, 208), .1em .1em 1em  rgb(253, 243, 208);
    font-size: 2em;
    background-color: #cab781;
    cursor: pointer;
}
.btext {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cinema {
    display: flex;
    flex-flow: row nowrap;
    height: auto;
}
.cinema-content {
    border-radius: 0 0 3em 3em;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(to right, #641112, #8b181a, #641112);

}
.theater {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 0 0 0 5em; */
    /* background-image: linear-gradient(to right, #707070, #C0C1C1, #707070);     */
}
#theaterheader {
    visibility: hidden;
}
.theater-header h2 {
    font-family: 'Staatliches', sans-serif;
    font-size: 2.5em;
    color: #9f1a1c;
    text-shadow:
   -1px -1px 0 #D29F13,  
    1px -1px 0 #D29F13,
    -1px 1px 0 #D29F13,
     1px 1px 0 #D29F13;
     /* padding: 0 0 0 5em; */
}
.theater-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    /* align-self: center; */
    /* background-color: #C0C1C1; */
    background-color: #000;
    /* background-image: linear-gradient(to right, #707070, #C0C1C1, #707070); */
    /* padding: 0 0 0 5em; */
    width: 75%;
}
.customplayer {
    display: flex;
    flex-flow: column nowrap;
}
.controls {
    display: flex;
    flex-flow: row nowrap;
}
.vid {
    /* object-fit: fill; */
    /* padding: 0 0 2em 0; */
}
.cinema-sidebar-sp {
    /* display: none; */
}
#descriptionbar {
    visibility: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}
.description-header {
    /* border: 2px solid #000; */
    display: flex;
    font-family: 'Inconsolata', sans-serif;
    font-weight: bold;
    letter-spacing: .2em;
    /* font-weight: bold; */
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}
.description-header h3 {
    font-family: 'Pacifico', sans-serif;
    font-size: 2em;
    letter-spacing: .1em;
    text-decoration: underline;
    color: #fff;
    text-shadow:
   -1px -1px 0 #707070,  
    1px -1px 0 #707070,
    -1px 1px 0 #707070,
     1px 1px 0 #707070;
}
.description {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    border: .5em solid black;
    background-color:#cfcccc;
    border-radius: 1em;
    /* margin: 0 5em; */
}
.description-details {
    list-style-type: none;
    width: 60%;
    
}
.description-detail {
    
}
.description-text {
    font-family: 'Inconsolata', sans-serif;
    /* font-style: italic; */
    color: #000;
}

/*
################################
##	  X.7		-		@MEDIA RULES	##
################################
*/
/*
	##################################################
	##						VIEWPORT SIZE CHART								##
	##	------------------------------------------	##
	##			iPhone XR/XS Max	-		414 x 896					##
	##			iPhone X/XS				-		375 x 812					##
	##			iPhone 7P/8P			-		414 x 736					##
	##			iPhone 7/8				-		375 x 667					##
	##			iPhone 6P/6SP			-		414 x 736					##
	##			iPhone 6/6S				-		375 x 667					##
	##################################################
	*/

    @media screen and (max-width: 900px) {
        .cinema-logo {
            display: block;
            margin: auto;
            background: url("../media/vhslogo800x234.png") no-repeat;
            background-size: cover;
            width: 800px;
            height: 234px;
            overflow: show;
            animation: 7s logoanim infinite step-end;
         }
         @keyframes logoanim {
            0%  {background: url("../media/vhslogo800x234.png") no-repeat; }
            50% {background: url("../media/vhslogoOFF800x234.png") no-repeat;}
            60% {background: url("../media/vhslogo800x234.png") no-repeat;}
            75% {background: url("../media/vhslogoOFF800x234.png") no-repeat;}
            78% {background: url("../media/vhslogo800x234.png") no-repeat;}
            100% {background: url("../media/vhslogo800x234.png") no-repeat;}
          }
          .itembutton {
            font-size: 1em;
        }
        .itembutton:hover {
            font-size: 1em;
        }
        .cinema-titles {
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            /* background-image: linear-gradient(to right, #1dc7fa, #f5d556, #1dc7fa); */
            background-image: linear-gradient(to right, #333333, #4f4f4f, #333333);
            padding: 0 0 2.5em 0;
        }
        
        .nowplaying {
            padding: 0 0 1em 0;
        }
        .nowplaying h2 {
            border: .2em solid #f60984;
            border-radius: .3em;
            font-weight: bold;
            padding: .3em 2em;
            margin: .5em 0 0 0;
            font-family: 'FJallaOne', sans-serif;
            font-size: 1.5em;
            color: #00c8ff;
            text-shadow:
           -1px -1px 0 #2f92b6,  
            1px -1px 0 #00bbff,
            -1px 1px 0 #0495ca,
             1px 1px 0 #00bbff;
            background-image: linear-gradient(to bottom, #9b9898, #bbb8b8, #9b9898);
            box-shadow: -.07em -.07em .8em #fa67b3, .07em .07em .8em  #fa67b3;
        }
    }
    @media screen and (max-width: 750px) {
        .cinema-logo {
            display: block;
            margin: auto;
            background: url("../media/vhslogo-650x190.png") no-repeat;
            background-size: cover;
            width: 650px;
            height: 190px;
            overflow: show;
            animation: 7s logoanim infinite step-end;
         }
         @keyframes logoanim {
            0%  {background: url("../media/vhslogo650x190.png") no-repeat; }
            50% {background: url("../media/vhslogoOFF650x190.png") no-repeat;}
            60% {background: url("../media/vhslogo650x190.png") no-repeat;}
            75% {background: url("../media/vhslogoOFF650x190.png") no-repeat;}
            78% {background: url("../media/vhslogo650x190.png") no-repeat;}
            100% {background: url("../media/vhslogo650x190.png") no-repeat;}
          }
    }
    @media screen and (max-width: 550px) {
    .header-image {
        /* margin: 0px, 10px; */
        /* padding: 0px; */
        max-width: 100%;
        height: 150px;
    }

    .lego {
        width: 300px;
        height: 400px;
        /* margin: auto; */
        background: url("../media/nubicon_sm3.png") no-repeat;
    }

    .lego:hover {
        width: 300px;
        height: 400px;
        /* margin: auto; */
        background: url("../media/nubiconmattesm.gif") no-repeat;
    }
    .bline2 {
        width: 90%;
    }
    /* .post-item-sm {

    } */
    .post-section-sm {
        margin: 2%
    }
    .post-item-headline-sm {
        flex-flow: row nowrap;
        align-items: flex-start;
        width: 90%;
    }
    .post-item-title-text-sm {
        font-size: 20px;;
    }
    .post-item-icon-sm {
        width: 55px;
        height: 55px;
    }
    .post-text-p {
        padding: 0 5%;
        text-indent: 1.5em;
        font-size: .85em;
        text-align: left;
    }

    .post-thumbs {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
     }
    div.post-thumbs img {
        width: 150px;
        height: auto;
        margin: 5% auto;
    }
    .post-thumbs a:nth-of-type(1) {
        width: 100%;
        margin: auto;
        /* margin-left: 20%; */
    }
    .post-thumbs a:nth-of-type(2) {
        width: 100%;
        margin: auto;
        /* margin-right: 20%; */
    }
    .post-thumb {
        outline: 3px outset #3C1053;
        outline-offset: 10px;
        width: 150px;
        height: auto;
    }
    .professional {
        font-size: 1em;
    }
    .readmore-container {
        text-align: center;
        margin: auto;
        /* display: block; */
        width: 250px;
    }
    .post-article-link {
        font-size: 2.5em;
    }

    .hline1 {
        width: 95%
    }

    .hline2 {
        width: 85%
    }

    .hline3 {
        width: 75%
    }

    .ab-content {
        width: 75%;
    }

    #ex-leftline {
        display: none;
    }

    #ex-rightline {
        display: none;
    }

    .ex-tilegallery {
        width: 100%
    }

    .ex-thumb {
        margin: 1em;
        max-width: 75px;
        height: 50px;
        transition: all 0.5s ease;
    }

    .close {
        width: auto;
    }

    #pb-close,
    #mm-close,
    #ex-close,
    #dc-close,
    #se-close,
    #rt-close {
        font-size: 2em;
        border-bottom: 2px solid #9050b2;
    }

    .ex-thumbs {
        flex-flow: row wrap;
    }

    #pb-image,
    #mm-image,
    #ex-image,
    #dc-image,
    #se-image,
    #rt-image {
        max-width: 325px;
        margin: auto;
    }
    .cinema-body {
        margin: 0;
        padding: 0;
        background-image: linear-gradient(to right, #8d1719, #9f1a1c, #8d1719);

    }
    .cinema-header {
        display: block;
        width: 100%;
        margin: auto;
        background-image: linear-gradient(to right, #333333, #4f4f4f, #333333);
    }
    .cinema-logo {
       display: block;
       margin: auto;
       background: url("../media/vhslogo-V2-356x275.png") no-repeat;
       background-size: cover;
       width: 356px;
       height: 275px;
       overflow: show;
       animation: 7s logoanim infinite step-end;
    }
    @keyframes mobilelogo {
       0%  {background: url("../media/vhslogo-V2-356x275.png") no-repeat; }
       50% {background: url("../media/vhslogoOFF-V2-356x275.png") no-repeat;}
       60% {background: url("../media/vhslogo-V2-356x275.png") no-repeat;}
       75% {background: url("../media/vhslogoOFF-V2-356x275.png") no-repeat;}
       78% {background: url("../media/vhslogo-V2-356x275.png") no-repeat;}
       100% {background: url("../media/vhslogo-V2-356x275.png") no-repeat;}
     }

    .cinema-curtains {
        max-width: 100%;
        height: auto;
        /* position: relative; */
        z-index: 1;
        /* top: 100px; */
    }
    .cinema {
        flex-flow: column wrap;
    }
    .cinema-content {
        width: 100%;
        margin: auto;
    }
    .mobile-hamburger {
        display: block;
        position: relative;
        left: 0;
        width: 40px;
        height: 30px;
        background-color: inherit;
        margin: 5px 0;
    }
    .burgerbutton {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: inherit;
        border: 0;
        box-shadow: 0;
        transition: all .1s;
    }
    .burgerbutton:focus {

    }
    .hamburger {
        width: 40px;
        background-color: #D29F13;
        height: 8px;
        margin: 1px;
    }
    .mobile-menu {
        display: none;
        flex-flow: column wrap;
        align-items: center;
        width: 100%;
        padding: 1em 1em;
        height: auto;
    }
    .cinema-sidebar {
        display: none;
    }
    .cinema-sidebar-sp {
        display: none;
    }

    .theater {
        flex-flow: column wrap;
    }
    .theater-content {
        flex-flow: row wrap;
    }
    .controls {
        flex-flow: row wrap;
    }
    .description-bar {
        flex-flow: column wrap;
        width: 90%;
    }
    .description-header {
        flex-flow: column wrap;
        width: 100%;
    }
    .description-details {
        /* flex-flow: column wrap; */
        width: 100%;
    }
    .description {
        flex-flow: column wrap;
        width: 100%;
    }
}
@media screen and (max-width: 393px) {
    .cinema-body {
        margin: 0;
        padding: 0;
        background-image: linear-gradient(to right, #8d1719, #9f1a1c, #8d1719);

    }
    .cinema-header {
        display: block;
        width: 100%;
        margin: auto;
        background-image: linear-gradient(to right, #333333, #4f4f4f, #333333);
    }
    .cinema-logo {
       display: block;
       margin: auto;
       background: url("../media/vhslogo-V2-328x256.png") no-repeat;
       background-size: cover;
       width: 328px;
       height: 256px;
       overflow: show;
       animation: 7s logoanim infinite step-end;
    }
    @keyframes mobilelogo {
       0%  {background: url("../media/vhslogo-V2-328x256.png") no-repeat; }
       50% {background: url("../media/vhslogoOFF-V2-328x256.png") no-repeat;}
       60% {background: url("../media/vhslogo-V2-328x256.png") no-repeat;}
       75% {background: url("../media/vhslogoOFF-V2-328x256.png") no-repeat;}
       78% {background: url("../media/vhslogo-V2-328x256.png") no-repeat;}
       100% {background: url("../media/vhslogo-V2-328x256.png") no-repeat;}
     }

    .cinema-curtains {
        max-width: 100%;
        height: auto;
        /* position: relative; */
        z-index: 1;
        /* top: 100px; */
    }
    .cinema {
        flex-flow: column wrap;
    }
    .cinema-content {
        width: 100%;
        margin: auto;
    }
    .mobile-hamburger {
        display: block;
        position: relative;
        left: 0;
        width: 40px;
        height: 30px;
        background-color: inherit;
        margin: 5px 0;
    }
    .burgerbutton {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: inherit;
        border: 0;
        box-shadow: 0;
        transition: all .1s;
    }
    .burgerbutton:focus {

    }
    .hamburger {
        width: 40px;
        background-color: #D29F13;
        height: 8px;
        margin: 1px;
    }
    .mobile-menu {
        display: none;
        flex-flow: column wrap;
        align-items: center;
        width: 100%;
        padding: 1em 1em;
        height: auto;
    }
    .cinema-sidebar {
        display: none;
    }
    .cinema-sidebar-sp {
        display: none;
    }

    .theater {
        flex-flow: column wrap;
    }
    .theater-content {
        flex-flow: row wrap;
    }
    .controls {
        flex-flow: row wrap;
    }
    .description-bar {
        flex-flow: column wrap;
        width: 90%;
    }
    .description-header {
        flex-flow: column wrap;
        width: 100%;
    }
    .description-details {
        /* flex-flow: column wrap; */
        width: 100%;
    }
    .description {
        flex-flow: column wrap;
        width: 100%;
    }

}
