<br />
<font size='1'><table class='xdebug-error xe-warning' dir='ltr' border='1' cellspacing='0' cellpadding='1'>
<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Warning: Undefined array key "user" in /var/www/website/include/classes/theme.php on line <i>80</i></th></tr>
<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>
<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0008</td><td bgcolor='#eeeeec' align='right'>358856</td><td bgcolor='#eeeeec'>{main}(  )</td><td title='/var/www/website/design/css/shade.css.php' bgcolor='#eeeeec'>.../shade.css.php<b>:</b>0</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0032</td><td bgcolor='#eeeeec' align='right'>430808</td><td bgcolor='#eeeeec'>classes\theme->getShade(  )</td><td title='/var/www/website/design/css/shade.css.php' bgcolor='#eeeeec'>.../shade.css.php<b>:</b>34</td></tr>
</table></font>
<br />
<font size='1'><table class='xdebug-error xe-warning' dir='ltr' border='1' cellspacing='0' cellpadding='1'>
<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Warning: Trying to access array offset on null in /var/www/website/include/classes/theme.php on line <i>80</i></th></tr>
<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>
<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0008</td><td bgcolor='#eeeeec' align='right'>358856</td><td bgcolor='#eeeeec'>{main}(  )</td><td title='/var/www/website/design/css/shade.css.php' bgcolor='#eeeeec'>.../shade.css.php<b>:</b>0</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0032</td><td bgcolor='#eeeeec' align='right'>430808</td><td bgcolor='#eeeeec'>classes\theme->getShade(  )</td><td title='/var/www/website/design/css/shade.css.php' bgcolor='#eeeeec'>.../shade.css.php<b>:</b>34</td></tr>
</table></font>
/* Shade Dark */
svg path{
    fill: rgba(0,0,0,.73);
    -webkit-transition: fill 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: fill 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: fill 400ms cubic-bezier(.55,0,.1,1);
    transition: fill 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}


body {
    background-color: rgba(238,238,238,1) !important;
    color: rgba(0,0,0,1);

    -webkit-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    transition: color,background 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */

}

p {
    color: rgba(0,0,0, .87);
    -webkit-transition: color 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: color 400ms cubic-bezier(.55,0,.1,1);
    transition: color 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(0,0,0,.87);
    -webkit-transition: color 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: color 400ms cubic-bezier(.55,0,.1,1);
    transition: color 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

.background {
    background-color: rgba(34,34,34,1) !important;
    -webkit-transition: color,background 400ms cubic-bezier(.55,0,.1,1),box-shadow 300ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color,background 400ms cubic-bezier(.55,0,.1,1),box-shadow 300ms cubic-bezier(.55,0,.1,1);;
    -o-transition: color,background 400ms cubic-bezier(.55,0,.1,1),box-shadow 300ms cubic-bezier(.55,0,.1,1);;
    transition: color,background 400ms cubic-bezier(.55,0,.1,1),box-shadow 300ms cubic-bezier(.55,0,.1,1);; /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

.card-background {
    background-color: rgba(255,255,255,1) !important;
    -webkit-transition: color,background 400ms cubic-bezier(.55,0,.1,1),box-shadow 300ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color,background 400ms cubic-bezier(.55,0,.1,1),box-shadow 300ms cubic-bezier(.55,0,.1,1);;
    -o-transition: color,background 400ms cubic-bezier(.55,0,.1,1),box-shadow 300ms cubic-bezier(.55,0,.1,1);;
    transition: color,background 400ms cubic-bezier(.55,0,.1,1),box-shadow 300ms cubic-bezier(.55,0,.1,1);; /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

.card-text-body {
    color: rgba(0,0,0,.57);
    -webkit-transition: color 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: color 400ms cubic-bezier(.55,0,.1,1);
    transition: color 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

.button-entry:hover, .button:hover, .button-entry-sub:hover {
    background-color: rgba(0,0,0,.12);
    border-right: 3px solid rgba(0,0,0,.12);
    -webkit-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    transition: color,background 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

.main-nav .text {
    color: rgba(0,0,0,.73);
    -webkit-transition: color 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: color 400ms cubic-bezier(.55,0,.1,1);
    transition: color 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

#nav-bar #top {
    background-color: white !important;
    -webkit-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: color,background 400ms cubic-bezier(.55,0,.1,1);
    transition: color,background 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

#user-menu svg path {
    fill: rgba(0,0,0,.73);
    -webkit-transition: fill 400ms cubic-bezier(.55,0,.1,1);
    -moz-transition: fill 400ms cubic-bezier(.55,0,.1,1);
    -o-transition: fill 400ms cubic-bezier(.55,0,.1,1);
    transition: fill 400ms cubic-bezier(.55,0,.1,1); /* custom */
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
    -o-transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-timing-function: cubic-bezier(.55,0,.1,1); /* custom */
}

#user-menu svg path {

}

