.main-header {
  border-bottom: none;
}

header .top-bar {
  border-bottom: none;
}

header .border-right {
  border-right: none;
}

header .border-left {
  border-left :none;
}

:root { 
  --primary-dark-color: #0C5542;
  --very-dark-primary-color: #0C5542;
  --primary-light-color: #0C5542;
  --link-color: #487F69;
  --toc-link-color: #487F69;
  --figure-caption-background-color: #487F69;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  color: #487F69;
  border-color: #487F69 transparent transparent;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  color: #0C5542;
  border-color: #0C5542 transparent transparent;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
:root {
}

body {
  font-family: 'Raleway', sans-serif;
}

html body {
  font-family: 'Raleway', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=PTSerif&display=swap');
:root {
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', sans-serif;
}