#contactDiv{
	background-image: url(../images/dublin1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}
@media (orientation: landscape) {
	#contactDiv{
		height: 90vh;
	}
}
@media (orientation: portrait) {
	#contactDiv{
		min-height: 85vh;
	}
}

@media (orientation: landscape) {
	#contactMainOffice{
		width: 50%;
		float: left;
		overflow: hidden;
		box-sizing: border-box;
	}
}
@media (orientation: landscape) {
	#contactMail{
		width: 50%;
		float: right;
		overflow: hidden;
		box-sizing: border-box;
	}
}

#contactInternal{
	background-color: white;
	color: #999999;
	box-sizing: border-box;
	overflow: hidden;
}
@media (orientation: landscape) {
	#contactInternal{
		position: absolute;
		bottom: 10vh;
		left: 15%;
		width: 70%;
		padding: 3vh 2.5vw;
		font-size: 2vh;
    	line-height: 3vh;
	}
}
@media (orientation: portrait) {
	#contactInternal{
		margin: 5vh 10vw 5vh 10vw;
		padding: 5vw;
		font-size: 2.5vw;
    	line-height: 5vw;
	}
}