html {
  box-sizing: border-box;
  font-family: Roboto, sans-serif; }

*, *::before, *::after {
  box-sizing: inherit;
  font-family: inherit; }

body {
  background-color: #EFEFEF;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden; }

h1 {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
  margin-top: .67em; }

h2 {
  font-size: 1.5em;
  margin: 0;
  margin-top: .75em; }

h3 {
  font-size: 1.17em;
  margin: 0;
  margin-top: .83em; }

ol {
  list-style-type: decimal; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  margin: 1.12em 0; }

pre {
  background-color: #222222;
  border-radius: 5px;
  font-weight: 400;
  margin: 0.8em 0;
  padding: 20px;
  overflow: scroll; }
  pre code {
    border: none;
    border-radius: 0;
    color: #e8dba6; }

code {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  color: #B2361E;
  font-family: monospace;
  font-size: 0.9em;
  padding: 2px; }

blockquote {
  border-left: 5px solid #EEEEEE;
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px; }
  blockquote :first-child {
    margin-top: 0; }
  blockquote :last-child {
    margin-bottom: 0; }

.container {
  display: flex;
  align-items: flex-start; }

.left-column {
  display: inline-block;
  width: 15%; }
  @media screen and (max-width: 980px) {
    .left-column {
      display: none; } }

.side-menus-bottom {
  display: none;
  padding-bottom: 4em; }
  .side-menus-bottom .side-menu {
    display: inline-block;
    margin-top: 2em;
    min-width: 30%;
    vertical-align: top;
    width: auto; }
    .side-menus-bottom .side-menu:first-child {
      margin-top: 2em; }
  @media screen and (max-width: 980px) {
    .side-menus-bottom {
      align-items: flex-start;
      display: flex;
      justify-content: space-around; } }

.text-block {
  display: inline-block;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
  padding: 1em 4em;
  padding-bottom: 10em;
  position: relative;
  width: 70%; }
  @media screen and (max-width: 980px) {
    .text-block {
      padding: 1em 2em;
      width: 100%; } }

.text-block p {
  font-weight: 300; }

.text-block a {
  color: #101010; }
  .text-block a:hover {
    color: #101010; }

.kev-img-placeholder {
  border: 1px solid #222222;
  border-radius: 40px;
  display: block;
  font-size: 3em;
  line-height: 13em;
  margin-top: 0.7em;
  text-align: center;
  vertical-align: middle; }

a, a:link, a:active, a:visited {
  color: #2B8279;
  text-decoration: none; }
  a:hover, a:link:hover, a:active:hover, a:visited:hover {
    color: #2B8279;
    text-decoration: underline; }

.text-container a {
  color: #101010; }
  .text-container a:hover {
    color: #2B8279; }

.side-text {
  font-style: italic;
  margin: auto;
  width: 80%; }

.side-text-caption {
  text-align: right;
  padding: 9px;
  width: 90%; }

.side-menu {
  border-left: 3px solid #2B8279;
  list-style-type: none;
  margin-left: 1em;
  margin-top: 2em;
  padding-left: 1em;
  width: 80%;
  /* Top menu */ }
  .side-menu:first-child {
    margin-top: 56px; }

.side-menu li {
  font-weight: 300;
  margin-top: 0.2em; }

.side-menu .side-menu-heading {
  font-weight: 700; }

.side-menu a {
  color: #000000; }

.side-menu-active {
  color: #101010;
  font-style: italic; }

.golden-text {
  color: #2B8279; }

.center {
  text-align: center; }

h1, h2 {
  color: #101010; }

.header-container {
  margin: 2em auto;
  padding: 0;
  width: 70%; }
  @media screen and (max-width: 980px) {
    .header-container {
      margin: 1em auto;
      text-align: center; } }

a.logo {
  color: #333333;
  font-size: 3em;
  font-weight: 300; }
  a.logo:hover {
    text-decoration: none; }
  @media screen and (max-width: 600px) {
    a.logo {
      font-size: 2.6em; } }

.main-menu {
  align-items: flex-end;
  display: inline-flex;
  float: right;
  justify-content: space-around;
  padding: 0;
  padding-top: 1em;
  width: 50%; }
  .main-menu a {
    color: #3F3F3F; }
    .main-menu a:hover {
      text-decoration: none; }
  @media screen and (max-width: 980px) {
    .main-menu {
      float: none;
      font-size: 2vw;
      padding-top: 0;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .main-menu {
      float: none;
      font-size: 2.7vw;
      padding-top: 0;
      width: 100%; } }

.main-menu li {
  display: inline-block;
  font-size: 2em;
  font-weight: 100;
  transition: 0.3s; }
  .main-menu li:last-child {
    margin-right: 0; }
  .main-menu li:before {
    color: #6AE3DC;
    content: "{";
    margin: 2px;
    opacity: 0; }
  .main-menu li:after {
    color: #6AE3DC;
    content: "}";
    margin: 2px;
    opacity: 0; }

.main-menu li.kev-menu-active, .main-menu li:hover {
  transform: rotate(15deg);
  transition: 0.6s; }
  .main-menu li.kev-menu-active:before, .main-menu li.kev-menu-active:after, .main-menu li:hover:before, .main-menu li:hover:after {
    opacity: 1; }

.page-icon {
  color: #2b8279;
  font-size: 20em;
  font-weight: 100;
  opacity: 0.1;
  position: absolute;
  right: 60px; }
