/* Tasmanian Restoration Solutions Coming Soon Page Main Stylesheet - v. 1.0 */

<style>
    html, body {
		height: 100%;
		margin: 0;
	}
	html {
		background: url('../img/trs-main-bg.png') no-repeat;
		background-size: cover;
		background-position: top center;
		background-attachment: fixed;
	}

	#icon-holder {
		width: auto;
		height: 150px;
		background: url('../img/24-7-icon.png') no-repeat;
		background-size: contain;
    	margin-left: 30px;
	}
	.logo-holder {
		text-align: center;
		width: 573px;
		height: 300px;
		margin: 0 auto;
	}
	.logo-holder img {
		width: 100%;
		height: auto;
	}
	.cms-text, .bottom-text {
		text-align: center;
	}

	.bottom-text {
		margin-top: 50px;
	}

	.cms-text div {
		display: block;
		font-size: 30px;
		color: #004e27;
	}

	.bottom-text div {
		display: block;
		font-size: 20px;
		color: #004e27;
		font-weight: 700;
	}

	.cms-text div:first-child {
		font-weight: 700;
	}

	.cms-text a {
		color: #004e27;
		text-decoration: none;
	}
</style>