.menu-icon {
  height: 30px;
  width: 30px;
  position: fixed;
  z-index: 100;
  left: 50px;
  top: 25px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, alpha);
  color: #ffffff;
}


.nav {
  position: fixed;
  z-index: 99;
}
.nav:before, .nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(212, 69, 0, 0.2);
  z-index: -1;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}
.nav:after {
  background: #D44500;
  transition-delay: 0s;
  opacity: 0.95;
}
.nav:before {
  transition-delay: .1s;
}

body.nav-active header.header .nav .nav__content .nav__list .nav__list-item a {
	display: block;
}

body header.header .nav .nav__content .nav__list .nav__list-item a {
	display: none;
}

.nav__content {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(2vw + 10px);
  font-weight: 200;
  cursor: pointer;
}

.nav__list-item {
  position: relative;
  display: block;
  transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin: 35px 0px;
}

body.nav-active .menu-icon__line {
  background-color: #fff;
  -webkit-transform: translateX(0px) rotate(-45deg);
          transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  -webkit-transform: translateX(1px) rotate(45deg);
          transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  -webkit-transform: translateX(-2px) rotate(45deg);
          transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
  transition-delay: .1s;
}
body.nav-active .nav:before {
  transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
  transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
  transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
  transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
  transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(5) {
  transition-delay: 1s;
}

.nav__content ul {
margin: 0px;
padding: 0px;
}

.nav__content ul li {
margin: 0px;
padding: 0px;
}


.nav__list-item a {
	font-family: 'Archivo Black', sans-serif;	
	font-size: 50px;
	display: block;
	width: 100%;
	padding: 0px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	padding-left: 60px;
}

.nav__list-item a:hover{
		text-decoration: underline;
}

.navbg {
	position: fixed;
	z-index: 80;
	width: 100%;
	height: 100px;
	opacity: 1;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}


#social {
	position: fixed;
	top: 30px;
	right: 50px;
	Width: 200px;
	height: 50px;
	color: #ffffff;
	z-index: 101;
	font-size: 30px;
}

#social ul {
	margin: 0;
	padding: 0px;
}

#social li {
	margin: 0 0 0 20px;
	padding: 0px;
	list-style: none;
	float: right;
}

#social a {
	color: #ffffff;
	  transition: 0.3s;
}

#social a:hover {
	cursor: pointer;
	opacity: 0.7;
}

#nav_logo {
    padding: 10px;
    width: 110px;
	position: fixed;
    top: 30px;
	left: 120px;
	z-index: 9999;
}


#nav_logo a {
text-indent: -9999px;
overflow: hidden;
display: block;
width: 90px;
background: url("../img/dfcc.svg") no-repeat center center; 
}




/* White switch
------------------------------------------------------------------------------------------------------------------- */


