

.go-home svg {
  width: 30px !important;
  height: 16px !important;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .go-home svg {
    width: 24px !important;
    height: 24px !important;
  }
}
.go-home {
  margin-left: 2rem;
}
.go-home * {
  color: var(--color-black);
  fill: var(--color-black);
}
.menu-toggle {
  display: none !important;
}
.wrapper {
  margin-top: 5rem;
  padding-bottom: 8rem;
}
.art-logo {
  margin: 1rem 0 1rem auto !important;
}
button, input[type="button"] {
  padding: 1.5em;
}
.row-left {
  justify-content: flex-start !important;
}
.menu-title {
  margin-left: 3vw;
}
#anchor-links {
  margin-right: 2vw !important;
}
.logo {
  height: 100%;
}
.logo .logo-image {
  height: 2.5rem;
  width: auto;
}
@media screen and (min-width: 960px) {
  .logo .logo-image {
    height: 3.5rem;
  }
}
.menu-toggle {
  font-size: 0.875em;
  padding: 1em;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
}
/* Menu toggle styles. */
.icon-menu-toggle {
  width: 2em;
  height: 2em;
  top: 0;
}
/* Animate menu icon (lines). */
.svg-menu-toggle .line {
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transform-origin: 1em 1em;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.svg-menu-toggle .line-1 {
  transform-origin: 1em 2.5em;
}
.svg-menu-toggle .line-3 {
  transform-origin: 1em 4.5em;
}
.menu-toggle.opened .svg-menu-toggle .line-1 {
  transform: rotate(45deg) translateY(0) translateX(0);
}
.menu-toggle.opened .svg-menu-toggle .line-2 {
  opacity: 0;
}
.menu-toggle.opened .svg-menu-toggle .line-3 {
  transform: rotate(-45deg) translateY(0em) translateX(0em);
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--color-gray);
  background: #ffffff;
  z-index: 5;
}
.header .row, .header #nav ul, #nav .header ul {
  height: 100%;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo {
  z-index: 2;
  position: relative;
}
#hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  border: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 99;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
@media screen and (min-width: 960px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  display: block;
  background: var(--color-black);
  margin: 4px 0;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
#nav {
  background: var(--color-white);
  display: none;
}
@media screen and (min-width: 960px) {
  #nav {
    display: block;
  }
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav ul li {
  margin-left: 2.4rem;
}
@media screen and (min-width: 1140px) {
  #nav ul li {
    margin-left: 4.8rem;
  }
}
#nav ul li a {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  font-weight: 400;
}
#nav ul li a:hover {
  color: var(--color-gray);
}
#mobile-nav {
  background: var(--color-grey);
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
#mobile-nav ul li a {
  display: block;
  text-decoration: none;
  color: var(--color-black);
}
#mobile-nav ul li a:hover {
  color: var(--color-gray);
}
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:article-menu] [120.2016] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 127 */

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:article-menu] [120.35800] DESIGN*/
/*******************************************************************/
/* 0.2 P>P */
/* db 147 */