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;
}

body {
	line-height: 1;
    color: white;
    font-family: "main";
}

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;
}

html {
    background-color: rgb(65, 6, 6)
}

footer {
    display: flex;
    width: 100%;
    text-align: left;
    height: 50px;
    align-items: center;
    background-color: #191919;
    box-shadow:
    0 0 5px #262626,
    0 0 10px rgb(7, 0, 0);
}

p, ul {
    font-family: "main";
    background-color: rgba(39, 0, 0, 0.6);
    margin: 20px;
    padding: 10px;
    box-shadow:
    0 0 5px #26262694,
    0 0 10px rgba(7, 0, 0, 0.6);
}

ul {
    list-style: disc;
    list-style-position: inside;
}

h2 {
    font-family: "spooky";
    margin-bottom: 5px;
}

iframe {
    display: block;
    margin: auto;
    margin-top: 30px;
}

video {
    width: 700px;
    display: block;
    margin: auto;
    margin-bottom: 80px;
    box-shadow:
    0 0 5px #26262694,
    0 0 10px rgba(7, 0, 0, 0.6);
}

form {
    width: 350px;
    height: 630px;
    margin: auto;
    background-color: rgba(39, 0, 0, 0.6);
    box-shadow:
    0 0 5px #26262694,
    0 0 10px rgba(7, 0, 0, 0.6);
}

input, textarea {
    border: 0px;
    padding: 10px;
    background-color: rgb(19, 19, 19);
    color: rgb(255, 138, 138);
    border-radius: 2px;
    font-size: 24px;
    font-family: "spooky";
    width: 90%;
}

textarea {
    width: 90%;
    max-width: 90%;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    text-wrap: nowrap;
}

input:focus, textarea:focus {
    outline: 1px solid white;
}

::placeholder {
    color: rgb(190, 190, 190);
}

.submit:hover {
    filter: brightness(1.2);
    animation: hover 0.25s;
}

input:hover, textarea:hover {
    filter: brightness(1.2);
}

form > p {
    background-color: transparent;
    box-shadow: none;
}

/* GRID */
.img-a { grid-area: img-a; }
.side-a { grid-area: side-a; }
.side-b { grid-area: side-b; }
.img-b { grid-area: img-b; }
.img-c { grid-area: img-c; }
.side-c { grid-area: side-c; }

.grid {
    display: grid;
    grid-template-areas:
        'img-a side-a'
        'side-b img-b'
        'img-c side-c';
    grid-template-rows: 250px 250px 250px;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    width: 700px;
    margin: auto;
}

.grid > div > img {
    height: 100%;
}

.grid > div:hover {
    animation: hover 0.3s;
}

/* CLASSES */

.main {
    overflow: hidden;
}

.topnav {
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    background-color: rgb(79, 29, 29);
    width: 100%;
    height: 70px;
    max-height: 70px;
    text-wrap: nowrap;
    box-shadow:
    0 0 5px #3b0000,
    0 0 10px rgb(7, 0, 0);
}

.title {
    font-size: 42px;
    margin-right: 20px;
    font-family: "header";
}

.header {
    font-size: 90px;
    font-family: "header";
    text-wrap: nowrap;
    text-align: center;
    margin-bottom: 20px;

    text-shadow:
    3px 3px #ff0000,
    7px 7px rgb(0, 0, 0),
    0 0 10px red,
    0 0 12px red;
}

.horizontal-scroll-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -999;
    background-image: url(images/header-footer.jpg);
    background-size: 300px;
    filter: brightness(0.5);
    overflow: hidden;
}

.horizontal-scroll {
    background: url("images/horizontal-scroll.png") repeat;
    width: 1000vw;
    height: 100%;
    background-size: 300px;
    animation: horizontal-scroll 2s linear infinite;
}

.scrolling-bg-container {
    overflow: hidden;
    margin: 0%;
    padding: 0%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
}
  
.scrolling-bg {
    background: url("images/bg.jpg") repeat;
    width: 1000vw;
    height: 1000vh;
    background-size: 200px;
    animation: bg 20s linear infinite;
    filter: brightness(0.4);
}

.scrolling-bg-2 {
    background: url("images/bg2.png") repeat;
    width: 1000vw;
    height: 1000vh;
    background-size: 200px;
    animation: bg2 30s linear infinite;
    filter: brightness(0.01) sepia(100%) hue-rotate(310deg) saturate(9999%);
}

.footer-text {
    display: inline;
    text-wrap: nowrap;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    margin: 8px 0 6px 20px;
}

.logo {
    height: 55px;
    margin: 5px;
}

.logo:hover {
    filter: brightness(0.9);
    animation: hover 0.3s;
}

.yelp {
    margin-left: 10px;
    border-radius: 8px;
}

.yelp:hover {
    filter: brightness(0.9);
    animation: hover 0.3s;
}

.house {
    width: 650px;
    display: block;
    margin: auto;
    margin-bottom: 50px;
    filter: brightness(.6) sepia(100%) hue-rotate(310deg) saturate(500%);
}

.main-img {
    box-shadow:
    0 0 5px #3b0000,
    0 0 10px rgb(7, 0, 0);
}

.airbnb-container {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
}

.google-font {
    background-color: rgba(39, 0, 0, 0.6);
    padding: 15px;
    box-shadow:
    0 0 5px #26262694,
    0 0 10px rgba(7, 0, 0, 0.6);
}

.google-font:hover {
    filter: brightness(0.7);
}

/* IDS */

#pages {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: "spooky";
    font-size: 28px;
}

#pages a {
    text-decoration: none;
    color: white;
}

#pages a:hover {
    filter: brightness(0.9);
    animation: hover 0.3s;
}

/* ANIMATIONS */

@keyframes hover {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes horizontal-scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-300px);
    }
}

@keyframes bg {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-200px, -200px);
    }
}

@keyframes bg2 {
    0% {
        transform: translate(-200px, -200px);
    }
    100% {
        transform: translate(0, 0);
    }
}

/* FONTS */

@font-face {
    font-family: "header";
    src: url(font/header.ttf);
}

@font-face {
    font-family: "spooky";
    src: url(font/spooky.otf);
}

@font-face {
    font-family: "main";
    src: url(font/main.ttf);
}