#footer {
	width: 100%;
	position: fixed;
	bottom: -1px;
}

#footer-gradient {
	background-image: linear-gradient(rgba(255,255,255,0), white);
	height: 40px;
	width: 100%;
}

.box {
  display: flex;
  justify-content: space-between;
}

#footer-content {
	padding: 0px 20px;
	height: 60px;
	background-color: white;
	line-height: 65px;
	font-size: 10pt;
	font-family: Displace20-Bold;
	font-weight: normal;
	font-style: normal;
    text-transform: uppercase;
}

@media only screen and (min-width: 601px)  {
    #footer-content {
	padding: 0px 40px;
    }
}

#footer-content a {
	color: rgba(26,26,26,1);
	text-decoration: none;
}

.invisible {
	visibility: hidden;
}

#footer-menu-button {
	display: none;
}
    
.lang a:not(:last-child):after {
    content:           " /";
}

.hide-on-mobile {
	display: inline;
}

#menu {
	display: none;
	background-color: rgba(26,26,26,1);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

.menu-items {
    padding-top: 150px;
}

.menu-item {
	font-family: Displace20-Medium;
	font-size: 6vw; /* Change to 7.5 in phase 2 */ 
	width: calc(100% - 40px);
	padding: 0px 20px;
	padding-bottom: 20px; 
	text-align: center; /* Remove in phase 2 */
}

.menu-item a {
	color: white;
	text-decoration: none;
}

#menu-close-button {
	position: absolute;
	bottom: 15pt;
	right: 0px;
	margin-right: 20px;
	font-size: 10pt;
}

#menu-close-button a {
	color: white;
	text-decoration: none;
	font-family: Displace20-Medium;

}

@media only screen and (max-width: 600px) {
	.hide-on-mobile {
		display: none;
	}
	
	.menu-item {
    	font-family: Displace20-Medium;
    	font-size: 6vw;
    	width: calc(100% - 40px);
    	padding: 0px 20px;
    	padding-bottom: 20px;
    	text-align: center;
    }

	#footer-menu-button {
		display: inline;
	}

	#footer-content {
		line-height: 45px;
		height: 50px;
	}
}

/* AFECTO title in Menu */ 

#menu #header-content {
	padding: 0px 20px;
	background-color: rgba(26,26,26,1);
	line-height: 95px;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
}

#header-content #a {
	font-family: Displace20-Light;
}

#header-content #f {
	font-family: Displace20-Regular;
}

#header-content #e {
	font-family: Displace20-Medium;
}

#header-content #c {
	font-family: Displace20-Bold;
}

#header-content #t {
	font-family: Displace20-Black;
}

#header-content #o {
	font-family: Displace20-Black;
}

#menu #header-content .header-chars {
	color: white;
	text-decoration: none;
	font-size: 35pt;
}

/* Contact info in Menu */ 


#menu-social-items {
	padding-top: 30px;
	text-align: center;
	line-height: 24pt;
	font-family: BwDarius-Light;
	margin: auto;
}

#menu-social-items a {
	color: white;
	text-decoration: none;
	font-size: 11pt;
}

.m-email a {
    color: white;
    text-transform: none;
}

.m-social-media a {
    color: white;
    text-transform: none;
}

