@font-face {
    font-family: HurmeSemi;
    src: url("resources/font/HurmeSemi.otf");
}
@font-face {
    font-family: Daydream;
    src: url("resources/font/daydream.ttf");
}
@font-face {
    font-family: GrapeSoda;
    src: url("resources/font/GrapeSoda.ttf");
}

.DaydreamFont {
    font-family: Daydream; 
    color: #fff9e4; 
    font-size: 40px; 
    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: #000000 !important; 
    paint-order: stroke fill;
}
.bg {
    background-image: url("resources/img/bg/bg7.png");
    background-attachment: fixed;
    background-position: center;     
}
* {
    image-rendering: crisp-edges;    
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;   
    text-decoration: none;    
}
.smooth {
    image-rendering: auto;
}
.Marquee {
    font-family: GrapeSoda; 
    color: #00b3eb; 
    font-size: 35px; 
    -webkit-text-stroke: 6px #000000; 
    paint-order: stroke fill;
}


.container {
    width: 800px;
    margin: 0 auto;
    background-image: url("resources/img/bg/bg3large.png");
    background-position: center;
    border: 5px solid #5505bc;
    background-color: #000000;    
    min-height: 100px;
    position: relative;
    background-attachment: fixed;
    background-position: top;     
}
.containerLeft, .containerRight {
    width: 370px;
    left: -200;
    border: none;
    white-space: nowrap;
    min-height: 100px;
    position: relative;    
    margin: 0 auto;
}
.containerRight {
    left: 410px;
    position: absolute;
    top: 273;
}
.SidebarLeft {
    background-color: #fff9e4;
    background-image: url("resources/img/bg/bg3small.png");
    width: 200px;
    min-height: 100px;
    position: absolute;
    left: -220px;
    border: 5px solid #5505bc;
    color: #080808; 
    text-align: center;
}
.SidebarRight {
    background-color: #fff9e4;
    background-image: url("resources/img/bg/bg3small.png");
    width: 200px;
    min-height: 100px;
    position: absolute;
    right: -220px;
    border: 5px solid #5505bc;
    color: #080808; 
    text-align: center;
}





.Title {
    font-family: Daydream; color: #fff9e4; 
    font-size: 15px; 
    -webkit-text-stroke: 6px #000000; 
    paint-order: stroke fill;
}

.Date {
    font-family: Daydream; 
    color: #fff9e4; 
    font-size: 10px; 
    -webkit-text-stroke: 6px #000000; 
    paint-order: stroke fill;
}
.year, .description {
    font-family: Daydream; 
    color: #fff9e4; 
    font-size: 20px; 
    -webkit-text-stroke: 10px #000000; 
    paint-order: stroke fill;
    position: relative;
    top: 5px;
    z-index: 3;
    text-align: center;
    display: block;

}
.description {
    font-size: 14px; 
    top: 8px;
}

.image {
    image-rendering: auto;
    z-index: 2;
    position: relative;
    border: none;
}

a:link {
    color: #2f2fc7 ;     
}
a:visited {
    color: #7d2fc7 ;     
}
a:hover {
    color: #a981f3 ;     
}


/* gallery stuff */

.containerQuad, .containerDouble, .containerWide, .containerTriple, .containerDoubleMix {
    width: 800px;
    margin: 0 auto;
    height: 204px;
    position: relative;    
    display: flex;
    flex-wrap: wrap;
}
.containerDouble {
    height: 399px;
}
.containerWide {
    height: 445px;
}
.containerDoubleMix {
    height: 424px;
}
.containerTriple {
    height: 270px;
}



/* guestbook */

#gb-name, #gb-message {
    width: 500px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    outline: 5px solid #000000;
    background-color: #fff9e4;
    font-family: HurmeSemi;
    font-size: 20px;
    color:#000000;
    text-align: center;
    justify-content: center;
    border: none;
}
#gb-message {
    height: 100px;
}
#gb-form button {
    width: 75px;
    height: 30px;
    background-color: #00b3eb;
    font-family: HurmeSemi;
    font-size: 15px;
    outline: 4px solid #000000;
    border: none;

}
#gb-entries {
    font-family: HurmeSemi;
    font-size: 20px;
    color:#414141;  
    border-top: 2px dashed #1f1f1f;  
    background-color: #fff9e4;
}
#gb-entries > div {
    padding: 10px;
    border-bottom: 2px dashed #1f1f1f;
}
#gb-entries > div > strong, small {
    color:#0f0f0f;  

}


/* Game stuff */
.buttonborder, .buttonborder1 {
    border: 5px solid #000000;
}
.buttonborder1 {
    border-top: none;
}
.containerCatetgory {
    width: 380px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
#game .ejs_start_button {
    font-family: Daydream;
    font-size: 15px;
    background-color: #000000;
}
#game .ejs_game {
    background-color: #000000;
    background-image: url("megadrive sonic1.png");
    border: #000000 5px solid;
}

/*    
    background-attachment: fixed;
    background-position: center; 
*/