body
{
    margin:0px;
}
@font-face
{
    font-family:font1;
    src:url(../font/ArsenicaTrial-Bold.ttf);
}
@font-face
{
    font-family:font2;
    src:url(../font/MTCORSVA.ttf);
}
@font-face
{
    font-family:font3;
    src:url(../font/Cheese_Toast.ttf);
}
#left-sider
{
    position:fixed;
    width:calc(18% - 2px);
    height:calc(100% - 2px);
    border:1px solid transparent;
}
#right-sider
{
    margin-left:82%;
    position:fixed;
    width:calc(18% - 2px);
    height:calc(100% - 2px);
    border:1px solid transparent;
}
#left-sider ul, #right-sider ul
{
    margin:0px;
    padding:0px;
    background-color:transparent;
}
#left-sider ul li, #right-sider ul li
{
    margin-top:2px;
    list-style:none;
    text-align:center;
    color:#ffffff;
    line-height:18px;
    height:calc(8.33% - 2px);
    background-color:#0099ff;
    justify-content:center;
    flex-direction:column;
    display:flex;
}
#left-sider ul li:hover, #right-sider ul li:hover
{
    background-color:#0033ff;
}
a
{
    text-decoration:none;
    color:#000000;
}
#header
{
    position:fixed;
    margin-left:18%;
    width:calc(64% - 2px);
    height:78px;
    border:1px solid #ffffff;
}
#header h4
{
    margin:0px;
    width:122px;
    line-height:78px;
    font-size:18px;
    font-family:font1;
    text-align:center;
    float:left;
    color:#ffffff;
    background-color:#999999;
}
#header h4:hover
{
    background-color:#cccccc;
    color:#000000;
}
#header h1
{
    margin:0px;
    padding-top:30px;
    padding-bottom:30px;
    width:calc(100% - 244px);
    color:#ffffff;
    font-family:font1;
    font-size:18px;
    line-height:18px;
    text-align:center;
    background-image:linear-gradient(to right, #0033ff, #0099ff, #0033ff);
    float:left;
    user-select:none;
}
#logo-div
{
    width:120px;
    height:76px;
    background-color:#ffffff;
    border:1px solid #ffffff;
    float:left;
    background-image:url(../img/logo.jpg);
    background-size:96% 96%;
    background-repeat:no-repeat;
    background-position:center;
}
iframe
{
    width:100%;
    height:100%;
    border:none;
}
#mobile-menu, #mobile-menu-heading
{
    display:none;
    width:calc(100% - 2px);
    height:142px;
    border:1px solid transparent;
}
h6
{
    margin:4px;
    float:left;
    width:calc(16.66% - 8px);
    color:#ffffff;
    line-height:24px;
    text-align:center;
    border-radius:2px;
    background-color:#0099ff;
}
h6:hover
{
    background-color:#0033ff;
}
#debdesign, #competitive, #networking
{
    margin-left:18%;
    width:calc(64% - 2px);
    border:1px solid transparent;
}
#debdesign h1, #competitive h1, #networking h1
{
    margin:0px;
    color:#ff3300;
    font-size:24px;
    line-height:60px;
    text-align:center;
    font-family:font3;
    background-color:#ffcc00;
}
#debdesign h2, #competitive h2, #networking h2
{
    margin:0px;
    color:#ffcc00;
    font-size:18px;
    line-height:42px;
    text-align:center;
    background-color:#ff3300;
}
#competitive h1
{
    color:#ffffcc;
    background-color:#336600;
}
#competitive h2
{
    color:#f2e4fb;
    background-color:#660066;
}
#networking h1
{
    background-color:#ffffcc;
}
#networking h2
{
    background-color:#ff3300;
}
#debdesign h1:hover, #debdesign h2:hover, #competitive h1:hover, #competitive h2:hover, #networking h1:hover, #networking h2:hover
{
    background-color:#0099ff;
    color:#ffffff;
}
.mid-section-textarea
{
    margin-left:18%;
    width:calc(64% - 2px);
    border:1px solid transparent;
}
.mid-section-textarea h1
{
    margin-top:10px;
    margin-left:10px;
    font-size:22px;
    font-family:font2;
    user-select:none;
}
.mid-section-textarea p
{
    text-align:justify;
    padding:10px;
    font-size:18px;
    user-select:none;
}
.mid-section-textarea .sized
{
    color:#ffffec;
    font-size:8px;
    user-select:none;
}
#mid-section-textarea
{
    padding-top:80px;
}
#footer
{
    margin-left:18%;
    width:calc(64% - 2px);
    height:78px;
    border:1px solid transparent;
    background-image:linear-gradient(to right, #0033ff, #0099ff, #0033ff);
    display:flex;
    align-items:center;
    justify-content:center;
}
#footer p
{
    color:#ffffff;
    font-size:24px;
}
@media only screen and (max-width:600px)
{
    #left-sider, #right-sider
    {
        display:none;
    }
    #header, #debdesign, #competitive, #networking, .mid-section-textarea, #footer
    {
        margin-left:0px;
        width:calc(100% - 2px);
    }
    #header
    {
        height:50px;
    }
    #header h4
    {
        font-size:16px;
        width:74px;
        line-height:50px;
    }
    #header h1
    {
        padding-top:13px;
        padding-bottom:13px;
        width:calc(100% - 148px);
        font-size:12px;
        line-height:12px;
    }
    #logo-div
    {
        width:72px;
        height:48px;
    }
    #mobile-menu, #mobile-menu-heading
    {
        display:block;
    }
    #debdesign h1, #competitive h1, #networking h1
    {
        font-size:18px;
        line-height:40px;
    }
    #debdesign h2, #competitive h2, #networking h2
    {
        font-size:12px;
        line-height:28px;
    }
    .mid-section-textarea h1
    {
        font-size:18px;
    }
    .mid-section-textarea p
    {
        font-size:14px;
    }
    #mid-section-textarea
    {
        padding-top:0px;
    }
    iframe
    {
        height:34%;
    }
    #footer
    {
        height:48px;
    }
    #footer p
    {
        font-size:16px;
    }
}