@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,600,200);
body {
	background-image: url(../img/white-and-gray-background.jpg);
	background-repeat: repeat;
	background-size: cover;
	color: #000;
	border: none;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}
a:hover {
	text-decoration: none;
}
#image {
	max-width: 300px;
	padding-top: 5%;
}
#headline {
	font-size: 55px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	text-shadow: rgba(255, 255, 255, 0.498039) 1px 1px 2px;
}
#content p {
	width:80%;
	margin:0 auto;
	font-weight: 600;
	font-size: 1.6em;
	color: rgba(0,0,0,0.7);
	text-shadow: rgba(255, 255, 255, 0.498039) 1px 1px 2px;
}
#content a {
	color: rgba(0,0,0,0.8);
	font-weight: 600;
}
#content a:hover {
	text-decoration:underline;
}
#contact {
	padding-top: 5.5%;
	padding-bottom: 12%;
}
#contact #contact-inner {
	max-width: 560px;
	padding: 18px 35px;
	background-color:rgba(0,0,0,0.8);
    margin: 0 auto;
    margin-top: 3%;
}
#contact #description {
        margin-bottom: 0;
}
#contact #description p {
	display:inline-block;
        margin-bottom:0;
}
#contact #description p:first-child {
	font-size:16px;
	padding-right: 30px;
	position:relative
}

#contact #description p:first-child:after {
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0;
	width: 3px;
	height: 35px;
	background-color:#000;
}

#contact #description p:first-child span {
	color: #FFF;
	background:url(http://sal.flywheelsites.com/wp-content/uploads/2015/09/mail.png) no-repeat left 4px;
	padding-left: 40px;
}

#contact #description p:last-child {
	font-size: 24px;
	margin-left:30px;
}

#contact #description p:last-child span {
	background:url(http://sal.flywheelsites.com/wp-content/uploads/2015/09/phone.png) no-repeat left center;
	color: #FFF;
	padding-left: 35px;
    font-weight: bold;
}

@media(max-width:767px) {
	#contact #description p:first-child:after {
		visibility:hidden;
	}
    #contact #description p:last-child {
       	margin-left:0;
    }
     #contact #description p {
      margin-bottom: 15px;
}
     #contact #description p:first-child {
     padding-right:0;
}

}
@media(max-width:736px) {
	body {
		border:0;
	}
	#headline {
		font-size: 42px;
	}
       #contact #description p {
      display: block;
       }
}