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

.footer {
	background-color: transparent !important;
	width:100%;
	text-align:center;
	min-height: 80px;
	border-top: 1px solid #eee;
}

.navbar {
	background-color:transparent !important;
}



.savavirtualvelo {
	width:100%;
	min-height: 450px;
	//height:100%;
	//padding-top: 175px;
	background: url("../images/Sava-Virtual-Velo-Landing-Page-Header.png") no-repeat 100% 50%;
	background-size: cover;
}


.mobility {
	min-height: 560px;
	//padding-top: 175px;
	background: url("../images/EMW2021-KV-Virtual-Challenge.png") no-repeat 50% 30%;
	background-size: cover;
	margin-top:-60px;
}



.savavirtualvelostartlist {
	width:100%;
	min-height: 140px;
	//height:100%;
	//padding-top: 175px;
	background: url("../images/Sava-Virtual-Velo-Rezultati-Header.png") no-repeat 40% 100%;
	background-size: cover;
}


html {
height: 100%;
}

.css-purple{
	  background-color: #722ED1;
  }
  .css-purple:hover{
	  background-color: #D3ADF7;
  }