




/* Large desktop */
@media (min-width: 978px) and (max-width: 1200px) { 
	.flow{
		margin-top: 80px;
	}
	.colliers{
		float: left;
		margin-top: 20px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
.flow{
		margin-top: 80px;
}
	
}

/* Landscape phone to portrait tablet */
@media (min-width: 479px) and (max-width: 767px) { 
	.flow{
		margin-top: 80px;
	} 
}

/* Landscape phones and down */
@media (max-width: 480px) { 	
	.header img{
	margin-bottom: 50px;
}
	.text-vertical-center h1 {
    font-size: 1.5em;
}
	.header {
    padding: 15% 5% 15% 5%;
} 
}
