	body{
		border-left: 8px solid #EC1B2E;
		margin-top: 0px;
		padding: 0px;
		margin-left:0px;
		margin-bottom:0px;
	}
	
	

	.row{
		padding-top: 5%;
		margin-left: 20%;

	}
	
	.widerow{
		padding-top: 5%;

	}
	
	.logo{
		margin-bottom:20px;
	}
	
	.breadcrumbs{
		margin-bottom:60px;
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #404040;
	}
	
	.text{
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 22px;
		color: #404040;
	}
	
	.footer{
		font-size: 12px;
		margin-top: 150px;
		margin-bottom: 0px;
	}
	

	
	.downloadsoftware{
		margin-bottom:10px;
		font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 35px;
		color: #EC1B2E;
	}
	
	img.pics:hover{
		animation: push 0.4s linear 1;
	}

	@keyframes push{
	  50%  {transform: scale(0.8);}
	}
	
	.column {
		
		max-width: 60%;
		
	  }
	  
	  .files {
		
		max-width: 100%;
		
	  }
	  
	/* Responsive layout - makes a two column-layout instead of four columns */
	@media screen and (max-width: 800px) {
	  .column {
		
		max-width: 50%;
		
	  }
	}

	/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
	@media screen and (max-width: 1000px) {
	  .column {
		
		max-width: 50%;
	  }
	}
	
	
	a:link{ color: #EC1B2E; text-decoration: none;}
	a:visited{ color: #EC1B2E; }
	a:hover{ color: #403937; text-decoration: underline; }