

body {
  background-color: #2C3D46!important;
  color: #D78F64!important;
  scrollbar-color: #D78F64 #2C3D46!important;
}

body::-webkit-scrollbar-track {
  background: #2C3D46!important;
}

body::-webkit-scrollbar-thumb {
  background-color: #D78F64!important;
  border-radius: 6px;
  border: 3px solid #2C3D46!important;
}

a {
  color: #D78F64!important;
}

a:hover {
  color: #8EA69A!important;
}

.logo, .logo a {
  z-index:2000;
  position: fixed; 
  left: 5%;
  margin-top:25px;
  width: 151px;
  height:35px;
  padding: 0;
  background: url(images/logo_copper.svg) no-repeat;
  background-size: contain;
}

.logo-nav {
  background: url(images/logo_copper.svg) no-repeat;
}

#footer, #related-container {
  border-top: 1px solid #D78F64;
}

#footer a {
 color: #D78F64!important;
}

#nav-bar {
  background: #2C3D46!important;
}

#stroke {
  width: 600px;
  height: 2px;
  background: #D78F64!important;
  right: -300px;
  bottom:15%;
  position: absolute;
  overflow: hidden;  
  -webkit-transform-origin: -100, 300px;
  -webkit-transform: rotate(30deg);  
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menu {
  position: fixed;
  width: 100%;
  height:100%;
  top:0;
  right:0;
  margin: 0;
  padding: 0;  
  background-color: rgba(44, 61, 70, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  list-style-type: none;
  text-align: left;
 -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span {
  display: block;
  width: 27px;
  height: 3px;
  margin-bottom:5px;
  position: relative;
  background: #D78F64!important;
  z-index: 1;
  -webkit-transform-origin: 2px 0px;
  transform-origin: 2px 0px;
  -webkit-transform: rotate(30deg);  
  transform: rotate(30deg);  
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

.menu-parent {
  color: #D78F64!important;
}

.dropdown:hover {
  color: #8EA69A!important;
}

.sub-menu li {
  color: #D78F64!important;
}
.sub-menu li:hover {
  color: #8EA69A!important;  
}

.next-arrow {
  background: url(images/next_copper.svg) no-repeat!important;
}

.previous-arrow {
  background: url(images/previous_copper.svg) no-repeat!important;
}

/* =UNDERLINE
-------------------------------------------------------------- */

.hover-underline-animation:hover {
  color: #D78F64;
}

.hover-underline-animation::after {
  background-color: #D78F64;
}

/* =GRAPHIC DEVICES 
-------------------------------------------------------------- */

.mark {
  background: url(images/mark_copper.svg) no-repeat!important;
}




/* =FOOTER
-------------------------------------------------------------- */

.climateactive {
  width: 70px;
  height: 85px;
  margin-bottom: 30px;
  margin-right: 20px;
  background: url(images/climate_white.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

.reconciliation{
  background: url(images/reconciliation_invert.svg) no-repeat!important;
}

