

/* error compiling SCSS; reverting to raw SCSS */

#header .logo {
  display: flex;
    justify-content: center;
    flex-direction: column;
}
.headercol {
  display: flex;
    justify-content: inherit;
  padding:1rem 1rem 1rem 2rem;
}

.go-back {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.go-back a {
  text-decoration:none;
}

.nolink, .nolink span {
    color: var(--color-apg-lightblue)!important;
    opacity: 0.8!important;
    pointer-events: none!important;
}
.nolink span.arrow-move {
  display:inline-block;
  transform: scaleX(-1);
}


.nav a {
  text-decoration:none;
}
.menu-link:hover .arrow-move {
  margin-left:1rem;
}
.arrow-move {
  font-size:inherit;
  transition: margin 0.3s;
}
#nav-background {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 0;
  position: fixed;
  z-index: 2;
  top: 1.2rem;
  right: 2.4rem;
}
@media screen and (min-width: 960px) {
  #nav-background {
    right: 4.8rem;
  }
}
#nav {
  position: fixed;
  color: var(--font-color-default);
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  top: 0;
  padding: 144px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 48px;
    width: 100%;
  }
}
#nav .columns {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #nav .columns {
    /* margin: 0 -6.4rem; */
    text-align: left;
    width: 100%;
    text-align: center;
  }
}
#nav .column {
  margin: 0 0 48px 0;
  
  width: 100%;
}
.menu-link {
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  #nav .column {
    margin: 0 auto;
    width: 100%;
  }
}
#nav .column .title {
  font-style: italic;
  margin-bottom: 2.4rem;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#nav ul li.current-menu-item a:after {
  background: #ffffff;
}
#nav ul li a {
  color: var(--font-color-default);
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  #nav ul li a {
    font-size: 3rem;
  }
}
#nav ul li a:after {
  background: #ffffff;
}
#header {
  
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
}
@media screen and (min-width: 960px) {
  #header {
   
  }
}
#header .row, #header #nav .columns, #nav #header .columns, #header .meta {
  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 svg {
  display: block;
  height: 2.1rem;
  width: auto;
}
#header .logo.white svg g, #header .logo.active svg g {
  fill: #ffffff;
}

#home-content .screen {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000000;
}
#home-content .screen .image-background {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-content .screen .title {
  position: absolute;
  z-index: 1;
  bottom: 2.4rem;
  left: 2.4rem;
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  #home-content .screen .title {
    bottom: 48px;
    left: 48px;
  }
}
#home-content .screen .title a {
  color: #ffffff;
}
#home-content .screen .title h2 br:after {
  content: " ";
}
@media screen and (max-width: 960px) {
  #home-content .screen .title h2 br {
    display: inline;
    content: " ";
  }
}


@import "../html/css3.html";

$dark: #212121;
$light: #efefef;
$color: #b3e5fc;

@mixin btn($left, $top) {
  position: absolute;
  width: 60px;
  height: 60px;
  top: $top;
  left: $left;
  transition-duration: 0.5s;
}

@mixin icon($height, $width) {
  transition-duration: 0.5s;
  position: absolute;
  height: $height;
  width: $width;
  top: 30px;
  background-color: $dark;
}

@mixin icon-before($height, $width, $top) {
  transition-duration: 0.5s;
  position: absolute;
  width: $width;
  height: $height;
  background-color: $dark;
  content: "";
  top: $top;
}

@mixin icon-after($height, $width, $top) {
  transition-duration: 0.5s;
  position: absolute;
  width: $width;
  height: $height;
  background-color: $dark;
  content: "";
  top: $top;
}

@mixin icon-circle($height, $width) {
  transition-duration: 0.5s;
  position: absolute;
  height: $height;
  width: $width;
  top: 2px;
  border-radius: 100%;
  background: transparent;
  border: 4px solid black;
  left: -15px;
}

.btn11 {
  position: relative;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
}
.btn11 .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: var(--color-apg-blue);
}
.btn11 .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color:  var(--color-apg-blue);
  content: "";
  top: -10px;
}
.btn11 .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color:  var(--color-apg-blue);
  content: "";
  top: 10px;
}
.btn11 .icon-left:hover {
  cursor: pointer;
}
.btn11 .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color:  var(--color-apg-blue);
  left: 15px;
}
.btn11 .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color:  var(--color-apg-blue);
  content: "";
  top: -10px;
}
.btn11 .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color:  var(--color-apg-blue);
  content: "";
  top: 10px;
}
.btn11.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.btn11.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.btn11.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.btn11.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.btn11:hover {
  cursor: pointer;
}



/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:main-menu] [117.1906] DESIGN*/
/*******************************************************************/
/* 0.3 D>D */
/* db 160 */