/* Bright red #e60013 */
/* Darker red #b3000f */

body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  font-size: 15px;
}
main {
  padding: 30px !important;
  padding-top: 130px !important;
}
main a {
  text-decoration: none;
}
.g-header {
  position: fixed;
  left: 0;
  top: 0 !important;
  width: 100%;
  z-index: 10;
}
.g-header-top {
  line-height: 125%;
  background-color: #8f4242 !important;
}
.g-header-top span {
  padding: 16px 0px !important;
}
.g-header-top .g-wide-title .g-narrow-title {
  margin-left: 4px !important;
}
.g-header-top a {
  padding: 0px 16px !important;
}
.g-header-top a:hover {
  color: #fff !important;
  background-color: #793535 !important;
}
.g-home-btn {
  clear: both !important;
  font-size: 28px;
  margin-top: 0px;
  padding-top: 4px;
}
.g-header-bottom {
  background-color: #793535 !important;
  line-height: 125%;
}
.g-header-bottom a {
  float: right !important;
}
.g-header-bottom a:hover {
  color: #fff !important;
  background-color: #8f4242 !important;
}
.g-heading {
  font-family: "Roboto Serif", serif;
  color: black;
  font-weight: 400;
  line-height: 1.2em;
  text-align:start;
  font-size: 3em;
  margin-top: 30px;
}
h2 {
  font-family: "Roboto Serif", serif;
  margin-top: 30px;
}
.text-centre {
  text-align: center;
}
.g-footer {
  position: fixed;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  background-color: white !important;
  color: darkgray !important;
}
.g-footer a {
  float: right !important;
}
.g-footer .w3-bar-item {
  padding-right:0;
}
.g-wide-title {
  display: block !important;
}
.g-narrow-title {
  display: none !important;
}

/* Sidebar */

.g-menu-btn {
  float: left;
  display: none;
  clear: both !important;
  font-size: 28px;
  margin-top: 0px;
  padding-top: 4px;
}      
#g-sidebar {
  background-color: #793535 !important;
  padding-top: 150px;
  display: none;
}
#g-sidebar a {
  color: #fff !important;
}
#g-sidebar a:hover {
  color: #fff !important;
  background-color: #8f4242 !important;
}
#g-sidebar hr {
  margin-left: 16px;
  margin-right: 16px;
  height: 2px;
  /* background-color:black !important; */
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}      

@media only screen and (max-width: 600px) {
  .g-home-btn, .g-header-bottom, .g-footer {
    display: none;
  }
  main {
    padding-top: 90px !important;
  }
  .g-menu-btn {
    display: block;
  }
  .g-wide-title {
    display: none !important;
  }
  .g-narrow-title {
    display: block !important;
  }
} 

/* Dark theme */

@media (prefers-color-scheme: dark) {
  body {
    background-color: #303030;
    color: white;
  }
  .g-heading {
    color: #fbf4dd;
  }
  h2 {
    color: #fbf4dd;
  }
  .g-footer {
    background-color: #303030 !important;
  } 
  .g-footer a:hover {
    color: #fff  !important;
    background-color: #303030 !important;
  } 
}

