#logo span.header1{
    margin-left: 30%;
    top: 50px;
    position: absolute;
    z-index: 2;
    font-size: 1.0em;
    font-weight: bold;
    color: #572609;
    padding: 10px 20px 20px 10px;
    font-family: "Comic Sans MS", Calibri, "Sans Serif";
}
#logo {
    width: 100%;
    padding: 0px;
    margin: 0px;
    }

.logoheader {
    min-height: 0px;
    margin: 0;
    }
    
body {
    background-image:linear-gradient(#98ccfe 0%, #ffcc67 20%);
    }
    
#all {
    background: #fff8eb;
    }
    
.moduletable_menu {
    border: solid 2px #98CCFE;
    background: #ffcc67;
}

#footer {
    background: #fff8eb; 
    box-shadow: none; 
    color: #444;
}

html {
    background: #ffcc67;
}

#header {
    padding: 4em 0 0 0;
    }
    
#line {    
background: transparent;
}
    
/*Tablet*/
@media (min-width: 768px) and (max-width: 979px) {
#logo span.header1{
    font-size: 0.7em;
    }
}

/*Handy*/
@media (max-width: 767px) {
#logo span.header1{
    font-size: 0.5em;
    }
}