/*Basic Template 1*/

*{
	font-family: 'Lato', sans-serif;
}
#ld-img-row img{

}
#contact{
	margin-top: -190px;
	text-align: center;
}
#contact-details p{
	color: #fffefe;
	font-size: 1.2em;
}
#contact-details a, #contact-details h1{
	color: #fff;
}

/*-------------------------------------------------------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	#contact{
		margin-top: -135px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	h1{
		font-size: 2em;
	}
	#contact{
		margin-top: -128px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	
	h1{
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#contact{
		margin-top: -88px;
	}
	#contact-details p{
		font-size: 0.9em;
		margin-bottom: 5px;
	}
}