
body {
    /*background: -moz-linear-gradient(center top , #47a9ff 0px, #ffffff 500px) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
    background: #777;*/
background: rgb(73,192,240);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5YzBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyY2FmZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(73,192,240,1) 0%, rgba(44,175,227,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(73,192,240,1)), color-stop(100%,rgba(44,175,227,1)));
background: -webkit-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
background: -o-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
background: -ms-linear-gradient(left,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
background: linear-gradient(to right,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=1 );

}

header h1 {
    text-decoration: none;
    margin-top: 50px;
    display: none;
}
header h1 a {
    
    font-family: 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
    text-decoration: none !important;
    text-shadow: 1px 0 0 #999, 1px 0 0 rgb(23, 23, 23), 0 -1px 0 rgb(23, 23, 23), 0 1px 0 rgb(23, 23, 23), 0 0 10px rgba(0, 0, 0, 0.99);
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px;
    padding:0px;
    margin-left: 3%;
    
}
header h2 {
    color: #dbdbdb !important;
    font-family: 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(23, 23, 23, 0.5);
    text-transform: uppercase;
    margin: 0px;
    padding:0px;
    margin-bottom: 40px;
    margin-left: 3%;
    display: none;
}

#sidebar {
    display:none;
    
}

#sidebar .list-group {
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    h1, h2, #sidebar {
        display: block !important;
    }
    
}

.navbar {
    margin-bottom: 0px;
}

#page_content {
    background: #FFF;
    min-height: 500px;
}

header h1 a {
    color: #FFF !important;
}
.row h2 {
    color: #fc6f03;
    font-family: 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0 20px;
    text-align: left;
}

.col-md-9 {
    padding-right: 35px;
}

footer a {
    color: #FFF !important;
