/* Colors so I don't forget them */

/*
.cola_green {
    color:  #ccffe6;
}

.bright_red {
    color: #ff4000;
}

.pale_blue {
    color: #e6faff;
}

.hot_pink {
    color: #ff4da6;
}

.lime {
    color: #00ff00;
}

.purp {
    color: #8c1aff;
}
*/

/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
    margin: 0px;
    width: 100%;
    overscroll-behavior: none;
    overflow-x: hidden;
 }

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Actual Stylez */

.inline {
    display: inline-block;
    vertical-align: middle;
}

.seasonal2 {
    background-color: #be2727;
    color: #000000;
    min-height: 120px;
    text-align: center;
    background-image: url("images/xman_tree.gif");
    background-size: 100px;
    background-repeat: repeat-x;
}

.seasonal {
    background-color: #92ddef;
    background-image: url("images/xman_lights2.gif");
    background-repeat: repeat-x;
    min-height: 110px;
    background-size: 400px;
}

.header {
    background-color: #000000;
    color: #52ac00;
    margin: auto;
    text-align: center;
    padding: 15px;
}

.main {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.5), rgb(255 255 255 / 0.5)),
        url("images/tapestack.png"), 
        url("images/tapestack.png"), 
        url("images/memorex-dbs.png");
    background-repeat:
        repeat,
        repeat-x,
        repeat-x,
        repeat;
    background-position:
        top,
        top,
        bottom,
        bottom;
    }

.tapes {
    background-color: #52ac00;
    color: #000000;
    margin: auto;
    max-width: 70%;
    min-height: 45%;
    padding: 20px;
    text-align: center;
}

.footer {
    background-image: url("images/Neon_Lights_80s_Tron_Scene_Side.png");
    background-size: contain;
    background-repeat: repeat-x;
    min-height: 30%;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 3.2em;
    font-family: 'Courier New', Courier, monospace;
    vertical-align: middle;
    font-weight: bold;}

p {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.tape-img {
    width: 95%;
    margin: auto;
}

.foot_text {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    h1 {
        font-size: 2em;
    }
    .pinkcat {
        max-width: 95%;
        text-align: center;
    }
}
