@font-face {
    font-family: Bitmap;
    src: url(../../../../../../media/Fonts/bitmap.TTF);
} 

html{
    background-image: url("../../season40fall.png");
    background-repeat: repeat;
    margin-left:auto;
    margin-right:auto;
}
body {
    width: 1350px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    font-family: Bitmap;
} 

/*Begining of page*/
    #title{
        position:absolute;
        top: 30px;
        left: 300px;
        height: max-content;
        width: 800px;
        background-image: url("../../paper.png");
        border: 4px solid pink;
        border-radius: 20px;
        font-size: large;
        padding: 10px;
    }
        .askseason{
            font-size: x-large;
        }

/*Fall Exclusive*/
    #seasonbox{
        position:absolute;
        top: 270px;
        left: 300px;
        height: max-content;
        width: 800px;
        background-image: url("../../season41fall.JPG");
        border: 4px solid #a52a2a;
        font-size: xx-large;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        color: #a52a2a;
    }

/*Week*/
    #weekview{
        position: absolute;
        top: 420px;
        height: max-content;
        width: 100%;
        background-image: url("../../season41fall.JPG");
        border: 4px solid #a52a2a;
        font-size: medium;
        padding: 10px;
    }

        .daybox{
            position: relative;
            box-sizing: border-box;
            height: max-content;
            width: 300px;
            background-image: url("../../paper.png");
            margin: 15px;
            float: left;
        }
            .dayweek{
                position: relative;
                width: 300px;
                height: 30px;
                font-size: large;
            }
            .image{
                border: 2px solid #a52a2a;
                width: 300px;
                height: 180px;
            }
            .details{
                position: relative;
                width: 300px;
                height: 120px;
            }

                .friday{
                    background-color: #fb4046c1;
                }
                .saturday{
                    background-color: #fe9a27c1;
                }
                .sunday{
                    background-color: #E7E533c1;
                }
                .monday{
                    background-color: #B9E529c1;
                }
                .tuesday{
                    background-color: #89EAFBc1;
                }
                .wednesday{
                    background-color: #2C8BD9c1;
                }
                .thursday{
                    background-color: #8F4298c1;
                    color: white;
                }
                