.main-header {
  border-bottom: none;
}

header .top-bar {
  border-bottom: none;
}

header .border-right {
  border-right: none;
}

header .border-left {
  border-left :none;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root {
--primary-dark-color: #282827; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #282827;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #fff; /* lighter colour or secondary colour */
--topbar-background-color: #fff; /* background colour for the top bar of the navigation */
--menu-background-color: #fff; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #fff; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #50504e; /* font colour used in the menu bar */
--link-color: #4c7979;
--toc-link-color: #4c7979; /* Colour used by text on TOC sidebar elements */
--figure-caption-background-color: #003DAC; 
--figure-caption-color: #FFFFFF;
}

body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h4, h6, h8 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4c7979
}

h3, h5, h7 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #4c7979
}

.box {
  background-color: #FFFFFF;
  padding: 12px;
}

.box .content {
  padding: 1.3rem 0 1.3rem 0 ;
}

.box img {
  height: 200px;
}

footer {
  color: #000;
  font-family: 'Roboto', sans-serif;
}

footer p, footer ul li a, footer a {
  color: #000;
  font-family: 'Roboto', sans-serif;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #ecf2ec transparent transparent;
}

.homepage-element-about {
  margin-top: 0px;
  background-image: url('/media/journals/6/pattern-reflection-teal-1920px.png');
}

.homepage-element-about .dark-primary-bg {
  background-color: transparent;
}

header .top-bar {
  border-bottom: none;
}

a:hover {
  color: var(--link-color);
}

#about_journal .large-12 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pillar-image {
  width: 30px;
  padding-bottom: 20px;
}

.homepage-element-html {
  background-color: #282827;
  color: #FFF;
}

.homepage-element-html p {
   line-height: 1.2;
}

#about_journal .large-12 p {
  padding-left: 200px;
  padding-right: 200px;
}

#about_journal .large-12 h2 {
  font-weight: 200;
}

#missionheader {
  font-weight: 200;
  color: white;
  padding-bottom: 30px;
}

.summary .bottom {
  background: #4c7979;
}

.summary .top {
  background: #4c7979;
}