body, html {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}
body{
	background:#eee;
	min-width: 250px;
}

h1{
	font-size: 3rem;
	text-transform: uppercase;
	color: #545454;
}

body section#info{
	background: #fff;
	padding: 5%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	max-width: 750px;
	position: relative;
	border-radius: 2px;
	height: 480px;
	top: 14%;
}
body section#info div.text{color:#333;}
body section#info a.btn {
	border: solid 1px #dddddd;
	background: #fff;
	border-radius: 3px;
	text-decoration: none;
	color: #333;
	padding: 8px 26px;
	margin: 1%;
	display: inline-block;
}
body section#info a.btn:hover, body section#info a.btn:active{
	background:#40ADB6;
	color:#fff;
	border:none;
}
body section#info a.btn:focus{
	background: #19676B;
}

body section#info .web-design{
	border: solid 1px #e4e4e4;
	padding: 2%;
	border-radius: 0px;
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto 3%;
}

body section#info .web-design .text{
	display: inline-block;
	width: 50%;
	text-align: left;
	font-size: 12px;
	font-family: 'quicksand', sans-serif;
	padding-top: 1.7%;
}
body section#info .web-design .right{ display:inline-block; width:50%; vertical-align: top;}
body section#info .web-design .right img{
	width: 170px;
	padding: 0;
	float: right;
}

body section#info .web-design .text a{ text-decoration: none; color:#1B9299;}

body section#info .web-design .text a:hover{color:#136E74;}


body section#info .web-design .text span{display: block;}
@media only screen and (max-width:850px){
	body section#info{
		margin: auto 5%;
	}
}


@media only screen and (max-width:460px){
	body section#info .web-design .right, body section#info .web-design .text{ display:block; width:100%; text-align: center;}
	body section#info .web-design .right img{
		width: 170px;
		padding: 15px 0 0px;
		float: none;
	}
	body section#info .web-design {
	    padding: 3% 2%;
	}
	h1 {
	    font-size: 2.2rem;
	}
	body section#info{
		top:2%;
	}
	body section#info a.btn {
	    padding: 7px 14px;
	    font-size: 0.8rem;
	}
}
