/* dark mode begin */
/*body {
    background-color: #333;
    color: #ddd;
}
.icon {
    fill: #aaa !important;
}*/
/* dark mode end */

#content, .breadcrumb {
    max-width: 50em;
}

.logo-container .rounded-logo {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.intro {
    text-shadow: 0px 0px 8px #333;
}

img[src*="#logo"] {
   width:48px !important;
   /* height:48px !important; */
   display:inline !important;
   margin: 0 0 !important;
   vertical-align: middle;
}

/* sf.net support this project logo */
img[src*="project-support.jpg"] {
   width:88px !important;
   height:32px !important;
   display:inline !important;
   margin: 0 0 !important;
}

/* header stuff */
nav {
    position: fixed;
    width: 70%;
    left: 30%;
    background-color: #fff;
    text-align: right;
    font-size: 14px;
}
nav > a {
    font-weight: 400 !important;
    padding: 10px;
}

/* footer stuff */

footer .footer-wrapper {
    max-width: 50em;
}
.box-info {
    display: inline-block;
    width: 49%;
    padding: 0em 1em;
    margin-bottom: 30px;
    vertical-align: top;
    font-size: 14px;
    border-radius: 20px;
}
.box-info h4 {
    margin-top: 8px;
}
