@charset "UTF-8";
/* CSS Document */

.logoforfooter {
	display: flex;
	margin-top: 10px;
}
.logoforfooter img {
	width: 60px;
	margin-left: 20px;
}
.textforfooter {
	margin-top: 0px;
	font-family: "ivystyle-sans",sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}
.footertext {
	font-family: "ivystyle-sans",sans-serif;
	font-size: 3vw;
	margin: 10px 0px 0px 4vw;
	
	line-height: 4vw;
	font-weight: 300;
}
.footerbutton1 {
	background: none;
	margin-top: 40px;
	font-family: "darkmode-on";
	font-size: 20px;
	padding-left: 20px;
	height: 30px;
}
.footerbutton2 {
	background: none;
	margin-top: 40px;
	font-family: "darkmode-on";
	font-size: 20px;
	padding-left: 20px;
}
.footerbutton3 {
	background: none;
	margin-top: 40px;
	font-family: "darkmode-on";
	font-size: 20px;
	padding-left: 20px;
}
.footerbutton4 {
	background: none;
	margin-top: 40px;
	font-family: "darkmode-on";
	font-size: 20px;
	padding-left: 20px;
}
.buttonforservicesfooter {
	position: absolute;
	margin-left: 80%;
	width: 30px;
	height: 30px;
	margin-top: -26px;
	background: none;
	border: none;
}
.buttonforservicesfooter img {
	width: 100%;
	margin-top: 4px;
}
.listcss ul, li, a {
	font-size: 14px;
	text-decoration: none;
	list-style-type: none;
	color: black;
	margin-top: 6px;
}
.footertextservices:hover {
	text-decoration: underline;
}
.footertextservices {
	font-family: "ivystyle-sans",sans-serif;
	margin-left: 30px;
}
.servicesfootersection,
.servicesforprojects,
.servicesforhelp,
.servicesforcompany {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.servicesfootersection.active,
.servicesforprojects.active,
.servicesforhelp.active,
.servicesforcompany.active {
  max-height: 500px;
  opacity: 1;
}

@media (min-width: 500px) {.footertext {width: 85%; font-size: 2vw;} .footertext br {display: none;}}
