#main-header .logo-link span {
  font-family: 'Montserrat', sans-serif;
}

.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: white;
  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;
}

.ga-head-main {
  display: grid;
  justify-content: space-between;
  align-items: center;
  font-family: 'Chango', sans-serif;
  font-size: 50px;
}

body[layout^='layout-home'] #main-header,
.color-band,
.ga-head2-side {
  background-color: cadetblue;
  position: sticky;
  top: 0px;
}

.side-top {
  background-color: coral;
}

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

#main-header.header-grid-area {
  font-family: 'Montserrat', sans-serif;
  background-color: cadetblue;
  margin: 0px;
}

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

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

html {
  font-family: 'Source Sans Pro', sans-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: 'Source Sans Pro', sans-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: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}
