body{
    background: #f8f8f8;
    color: #272b2e;
}
#main-content{
}
.navbar-toggle{
    border: none !important;
    border-radius: 1px;
    background: inherit !important;
}
.navbar-toggle:hover{
    background: #aaa !important;
}
.navbar-toggle .icon-bar{
    background: #eee !important;
}

.navbar{
    margin-bottom: 0;
    background: #ca9606;
    border: none;
    border-radius: 0 !important;
    border-bottom: 3px solid #fb0000d1;
}
.navbar li a, .navbar .navbar-brand{
    color: #fff !important;
}

a {
    color :#8a8181;
    text-shadow : 0 0 black;
}
a:hover {
    color: #ecd110;
    text-shadow : 0 0 black;
}

.modal, .modal-content{
    border-radius: 1px;
}
.modal-header{
    color: #fff;
    background: #01a3a4;
}
.modal-body{
    color: #555;
    text-align: justify;
}

.designed, .designed:hover{
    color: #fff !important;
    background: inherit;
}
