.ga-head-main{
  display: flex;
  justify-content: space-around;
}


#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding-left: 1.2em;
}

#sidebar li {
  margin: 0.25em 0;
}

#sidebar a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: var(--primary-color);
}

#sidebar a:hover {
  text-decoration: underline;
}

#sidebar ul ul a {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: var(--primary-text-color);
}


.navOne {
  display: block;
  height: 30px;
  line-height: 20px;
  font-size: 12px;
}
/* Remove bullets, margin and padding */
.navOne ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navOne li {
  float: left;
  /* Or you can use display: inline; */
}
/* Define the block styling for the links */
.navOne li a {
  color: black;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0px 5px;
}
/* This is optional, however if you want to display the active link differently apply a background to it */
.navOne li a.active {
  background-color: #3786E1;
}
body[layout^='layout-home'] #main-header {
  top: 0px;
  position: sticky;
}

.sidebar-grid-area {
  position: sticky;
  top: 30px;
}


#main-header.header-grid-area {
  font-family: 'Montserrat', sans-serif;
}

#main-header .logo-link {
  font-family: 'Special Elite', serif;
}

.logo-text {
  font-family: 'Special Elite', serif;
  font-size: 36px;
  border-bottom: solid 5px black;
  margin: 0px 5px;
  padding-bottom: 5px;
}

html {
  font-family: 'Cardo', serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--black);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

body {
  font-family: 'Cardo', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: var(--primary-text-color);
  background-color: var(--page-background);
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--markdown-body, --page-background);
  line-height: 1.5;
  font-family: 'Cardo', serif;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}


