body{
    background-color: var(--themebackground);
    background: linear-gradient( var(--themebackground) 0%, var(--themeforeground) 2500px);
}
html.transparentbanner  main.page, html.transparentbanner  main.module, html.transparentbanner  main.document, html.transparentbanner  main.learningresource, html.transparentbanner  main.supermodule, html.transparentbanner  main.learningresource, html.transparentbanner.contentwithoutnavigation  main, html.transparentbanner  header > .breadcrumbs, html.transparentbanner  nav.main{
    background: none !important;
}
body::before{
    box-shadow: none;
}

body > nav.global a.setlanguage img{
  display: none;
}

body > nav.global a.setlanguage:after{
  content: "\f7a2";
  font-family:  var(--fontawesome);
}

body .banner +.statusbar{
      color: var(--link-color);
    background-color: var(--themeforeground);
       background-image: none;
        border-top: 1px solid var(--hairlinecolor);
         border-bottom: 1px solid var(--hairlinecolor);
}

.anonymous body .banner, .banner, .banner > .banner{
    background: none;
}

.anonymous body .banner + .statusbar{
    display: none;
}

.anonymous .breadcrumbs{
     border-top: 1px solid var(--hairlinecolor);
}

body > footer.page{
    background-image: none;
     background: none;
    border-top: 1px solid var(--hairlinecolor);
}

html{
    --themebackground: #09352e;
    --themefooterbackground: rgba(0,0,0,0.2);
    --themesubduedforeground: #eee;
    --linkcolor: #fff;
     --link-color: #fff;
    --themetextcolor: #f7f4f0;
    --pagethumbnail-background-color: #000;
    --reversethemebackground: #fff;
    --reversethemeforeground: #333;
    --reverselinkbackground: #006838;
    --linkbuttonbackgroundcolor: #b35612;
    --themeerror: #b35612;
    --hairlinecolor: #4e8278;
    --hairlinecolordark: #000;
    --linkcoloremphasized: #fff;
    --content-action-toolbar-background-color: #000;
    --content-action-toolbar-border: #101c1a;
    --bannerbackground: #09352e;
    --buttonbackgroundhover: #102623;
    --buttonbackgroundfocus: #101c1a; /* background color of button element when element is focused */
	--buttonbackgroundactive: #000; /* background color of button element when element is activated */
	--buttonbackgrounddisabled: #eee; /* background color of button element when element is disabled */
	--buttoncolordisabled: #000; /* text color of button element when element is disabled */
    --forminputborderradius: .2rem;
    --themeforeground: #101c1a;
    --navglobalbackgroundwithbackdrop: rgba(0,0,0,0.2);
}

body > nav.global > .messages, body > nav.global > .notifications, #personmenutoggle{
    background: var(--reversethemebackground);
}

.menu.popup{
    background: var(--reversethemebackground);
    color: var(--reversethemeforeground);
}

.menu.popup li a{
    color: var(--reversethemeforeground);
}

.menu.popup li a:hover{
    background-color: var(--themebackground);
    color: var(--link-color);
}

article.haspopupmenus > header .menutoggle:hover{
background-color: var(--reverselinkbackground);
}

article.haspopupmenus.popupmenuopen > header .menutoggle, article article.haspopupmenus.popupmenuopen:not(.module) > header .menutoggle{
background-color:var(--reverselinkbackground);
}

main.page{
    padding-bottom: 5rem;
}

main.page aside article.module{
    border: none;
    border-left: 1px solid var(--hairlinecolor);
    padding-bottom: 1.5rem;
    border-radius: 0;
    margin-top: 1.5rem;
}


main.page aside article.module > header{
    background: none;
    color: #000;
}

main.page aside article.module > header a:link{
    color: var(--reverselinkbackground);
}


html.transparentbanner h1.toplevel.hasbannerdropdown{
    margin-left: 0 !important;
    min-height: 6rem;
    min-width: 20rem;
}

html.transparentbanner h1.toplevel a > span{
    position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;    
}

html.transparentbanner h1.toplevel a:link, html.transparentbanner h1.toplevel a:visited{
    display: block;
       min-height: 6rem;
    min-width: 20rem;
    background: none;
}

html.transparentbanner h1.toplevel a img{
    display: none;
}

.breadcrumbs > div > span{
    background: none;
    color: var(--themetextcolor);
    text-align: center;
}

.createnew li > div > a.help{
    background-color: var(--reverselinkbackground);
}

.createnew li > div > a > span{
    color: var(--reverselinkbackground);
}

input.t,
input.tcustom,
input.n,
input.short-answer-task-question,
input.short-answer-task-answer,
input.short-answer-task-points,
textarea,
.xhtmleditor,
div.disabled-input,
select
{
    background-color: var(--reversethemebackground);
    color: var(--reversethemeforeground);
}

article.document.haspopupmenus > header + div.main, article.document.haspopupmenus > header + nav.actions, article.learningresource.haspopupmenus > header + div.main, article.learningresource.haspopupmenus > header + nav.actions{
    margin-top: calc(1 * var(--gap));
}

div.main .content{
    font-size: 112.5%;
}

div.main .content p:first-child{
    margin-top: 5rem;
}

div.main .content p{
    max-width: 48rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

div.main .content h1, div.main .content h2, div.main .content h3{
    margin-bottom: 1.8rem;
    margin-top: 3rem;
    font-weight: 900;
    font-family: "Libre Baskerville", serif;
}

article > header > h1{
    font-size: 2rem;
    font-weight: 500;
     font-family: "Libre Baskerville", serif;
}


div.main .content h2{  
    font-size: 1.75rem;
}

div.main .content h3{
    font-size: 1.5rem;
}

span.center.medium {
    max-width: 100%;
    margin-bottom: 3rem;
}

span.center.medium img{
    max-width: 120%;
}

span.left {
    margin: 0.25rem 1.5rem 1rem 0.0rem;
}

div.main .content a img{
    box-shadow: var(--boxshadow);
}

span.button.disabled {
  cursor: not-allowed;
}

main.page article.supermodule > header, main.page article.supermodule > footer, article.supermodule article.module > header, article.supermodule article.module > footer, main.page article.module > header, main.page article.module > footer, main.page article.assignment > header, main.page article.assignment > footer, article.page.subscriptions > .main > article > header, article.page.subscriptions > .main > article > footer{
    color: var(--link-color);
    background-color: var(--themeforeground);
}

main.page article.supermodule > header a:link, main.page article.supermodule > header a:visited, main.page article.module > header a:link, main.page article.module > header a:visited, main.page article.assignment > header a:link, main.page article.assignment > header a:visited, article.supermodule article.module > header a:link, article.supermodule article.module > header a:visited{
    color: var(--link-color);
}

main.page aside article.module > header a:link {
  color: var(--link-color);
}


main.page article.supermodule > header h1, 
main.page article.module > header h1, 
main.page article.assignment > header h1,
article.supermodule article.module > header h1{
    font-size: 1.5rem;
}

main.page article.supermodule > .main, main.page article.module > .main, main.page article.assignment > .main, article.supermodule article.module > .main, article.page.subscriptions > .main > article > .main{
    margin: 0;
    padding: 1.5rem 1rem;
}

.shortened::after {
    background: linear-gradient(180deg, rgba(9, 53, 46, 0), rgb(9, 53, 46));
}
nav.main .togglechildren{
    background-image: url(https://peda.net/:static/521/icon/opennav-white.svg);
}


nav.main ul.sitemap li.current.open > .item > a.togglechildren:link, nav.main ul.sitemap li.current.open > .item > a.togglechildren:visited{
    
    background-image: url(https://peda.net/:static/521/icon/closenav-white.svg);
}

nav.main li.open > .item > .togglechildren{
     background-image: url(https://peda.net/:static/521/icon/closenav-white.svg);
}

nav.main li.open > .item > .togglechildren{
   background-image: url(https://peda.net/:static/521/icon/closenav-white.svg);
}

.jsexpandmaincontent .actions.important .expandmaincontent a{
     background-color: var(--themeforeground);
}

h1.link a[target="_blank"]::after, ul.responsesummary article.link div.link > a[target="_blank"]::after{
    background-image: none;
    content:  "\f08e";
    font-family:  var(--fontawesome);
    margin-left: .65rem;
    vertical-align: top;
}

details{
    border-color: var(--hairlinecolor);
}

details.open, details[open]{
    padding: 0 1rem 1rem;
}

details > summary{
    background: var(--themeforeground);
}

details > summary:hover{
    color: var(--link-color);
    background-color: var(--buttonbackgroundhover);
}

details.open > summary, details[open] > summary, details.open > summary:focus, details[open] > summary:focus{
border-bottom-color: var(--hairlinecolor);
}

details > summary h1, details > summary h2, details > summary h3{
    color: var(--themetextcolor);
}

.popovertoggle {
  color: var(--themetextcolor);
}

ul.organize li.jsorganize span{
    color: var(--reversethemeforeground);
}