﻿@charset "UTF-8";

/*@media all {*/
#BB1Logo {
    display: block;
    margin: 0 auto;
    width:800px;
}

#VideoPlaceFigure {
    margin:0 auto;
    text-align:center;
    width:600px;
}
#VPLogo {
    width:600px;
}
#VPMovieList {
    margin:auto;
    text-align:center;
    width:929px;
}
    body {
        background-image: url(/images/stone.jpg);
        text-align: center;
        background-attachment: fixed;
        margin: 0 auto;
        width: 100%;
    }

    a {
        text-decoration: none;
    }

    img {
        border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0 auto;
    /*height: 669px;*/
    /*width: 1141px;*/
}

    ul {
        margin: 0;
        padding: 0;
        text-indent: 0;
    }

    li {
        list-style-type: none;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0;
        line-height: normal;
    }

        li.list {
            display: block;
            list-style-type: circle;
            text-align: left;
            }

.cols-5 {
    text-align: justify;
    columns: 5;
    column-gap: 40px;
}
WA-cols-5 {
    text-align: justify;
    columns: 2;
    column-gap: 20px;
}

   
    .menu li {
        padding:0;
    }

        /*li img {
            margin-top: auto;
            margin-bottom: auto;
        }*/

    /* li.small {
    width:120px;
    text-align:center;
}
li.medium {
    width:250px;
    text-align:center;
}
li.large {
    width:380px;
    text-align:center;
}

li.mediumTall {
	width:250px;
    height:130px;
    text-align:center;
} */

    #ota, #Bizzare, #Bullshavick, #Converter, #VideoPlace {
        width:350px;
    }
    .box {
        border: thin solid #FF9900;
        width: 300px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer_text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #597193;
        margin-top: 0;
        text-align: center;
    }

    .rss_tag {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        border: 1px solid #FF0000;
        margin: 1px;
        padding: 1px;
        background-image: url(../images/stone_shaded.jpg);
        height: 10px;
        width: 20px;
    }

    footer {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        /*position:sticky;
        bottom:0;*/
    }

.page {
    width:100%;
    /*max-width:1000px;*/
    text-align:center;
    margin:0 auto;
}

    .page #SiteHeader {
        width: 98%;
        margin: 0 auto;
        /*position:sticky;*/
        top:0;
        text-align:center;
        clear:both;
        z-index:100;

    }
    

    /*.page ul {
        padding-top:70px;
    }*/

#HeaderLogo {
width:100%;
max-width:400px;
/*position:fixed;
top:0;
left:0;*/
margin:0 auto;
text-align:center;
}

header {
    clear:both;
    margin:0 auto;
    text-align:center;
}

/* FLEX Containers */

.flexBox {
    display:flex;
    flex-flow:row wrap;
}

.flexItem {
    flex: 1 1 auto;
    margin:0 auto;
    text-align:center;

}

.flexBox h2, .flexItem h2 {
    max-width:450px;
    margin:0 auto;
}
div.multiColumn {
    margin:0 auto;
    text-align: center;
    columns: 400px;
    column-gap: 20px;
    width: 100%;
    font-size: .9rem;
    orphans: 2;
    widows: 2;
}

    div.multiColumn p {
        line-height: 1.2rem;
        text-align:left;
    }

    #MobileMenu {
        display:none;
    }
#bcCavemanLogo {
    width: 168px;
}

.bc_text_logo {
    position: relative;
    top: 0;
    left: -50px;
    width:520px;
}
#BizzareProductionsLogo {
    width:500px;
}

#VideoPlaceFigure {
    width: 600px;
}

#CommodoreLogo {
    width: 150px;
}

.fixMenu {
    width: 100%;
    margin: 0;
    /*height: 40px;*/
}

#recordHeaderFigure, #recordHeaderFigure img {
    width: 300px;
    margin: 0 auto;
}

#RecordHeader li a {
    color:white;
    background-color: #465c71;
    padding:5px 10px;
    border-radius:10px;
}

.flexBoxForFigures {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content:center;
}

    .flexBoxForFigures figure {
        flex: 0 1 auto;
        /*width: 300px;*/
    }

        .flexBoxForFigures figure img {
            width: 300px;
        }

    .flexBoxForFigures figcaption {
        text-align: left;
    }


#PCs {
    display: flex;
    flex-flow: row wrap;
    gap:1rem;
}
#PCs .flexItem {
    flex-basis: 331px;
    text-align: center;
}
    #PCs .flexItem figcaption {
        text-align: left;
        text-indent: 10px;
        width: 100%;
        padding:5px 10px;
    }
.logosContainer {
    max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    gap:1rem;
}

#PCsFlexContainer {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content:normal; /* was space-around */
}

.pcFlexItem {
    flex: 1 1 424px; /*was 350px*/
}

.pcFlexItem figure {
    width:unset;
    margin:0;
}

.logosContainer li {
    flex: 0 0 auto;
    padding: 10px;
}

/*} end of media="all" media query */
@-webkit-keyframes IWKY_Rollover {
    0% {
	width:191px;
	}
	20% {
	width:221px;
	}
	40% {
	width:241px;
	}
	80% {
	width:221px;
	}
	100% {
	width:191px;
	}
}

@-moz-keyframes IWKY_Rollover {
	0% {
	width:191px;
	}
	20% {
	width:221px;
	}
	40% {
	width:241px;
	}
	80% {
	width:221px;
	}
	100% {
	width:191px;
	}
}

@-o-keyframes IWKY_Rollover {
	0% {
	width:191px;
	}
	20% {
	width:221px;
	}
	40% {
	width:241px;
	}
	80% {
	width:221px;
	}
	100% {
	width:191px;
	}
}

@keyframes IWKY_Rollover {
	0% {
	width:191px;
	}
	20% {
	width:221px;
	}
	40% {
	width:241px;
	}
	80% {
	width:221px;
	}
	100% {
	width:191px;
	}
}
#IWannaKillYou:hover {
    -webkit-animation-name: IWKY_Rollover;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: IWKY_Rollover;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: IWKY_Rollover;
    -o-animation-timing-function: ease-in-out;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -ms-animation-name: IWKY_Rollover;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    animation-name: IWKY_Rollover;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
/* ----------------------- MEDIA QUERIES------------------ */
/*PORTRAIT */
@media screen and (orientation: portrait) {

    /*.page {
        max-width: 200px;
    }*/
    .title {
        display: none;
    }
	
	/*li.large img {
	    width:98%;
	    height:98%;
	}*/
	
	/*#pageCenterBox {
	max-width:98%;
    }*/

} /* END PORTRAIT */

/*@media screen and (orientation: portrait) and (max-width:500px) {
    .page {
        text-align:center;
        width:100%;
        margin:0 auto;
    }

    .page ul {
        text-align:center;
        width:100%;
        margin:0 auto;
        position:relative;
        /*top:70px;*/

 /*   } */

/*    .page li {
        margin:0 auto;
        float:none;
        display:block;
        width:100%;
    }

    #HeaderLogo {
       width:370px;
       margin:0 auto;
       max-width:none;*/
       /*position:fixed;*/
       /*padding-left:5px;*/
	/*    }   HERE 777777777777777777777777777*/

/* } */

/* LANDSCAPE */
/*@media screen and (orientation: landscape) {
    .page ul {
        max-width: 1000px;
    }*/

    /*#pageCenterBox {
        max-width: 1000px;
        text-align: center;
        margin:0 auto;
    }

    .page #SiteHeader {
        position:relative;
    }
    .page ul {
        padding-top:0;
    }*/
}
/*@media screen and (orientation: landscape) and (min-width:1000px) {

}*/

