/*

Site Name: Tulsa Smart Home Solutions
Website: http://tulsasmarthomes.com
Author: Devin Woolery Graphics, LLC 	
	
*/

body{
	background-color: #000;
	color: #fff;
	font: 300 16px/24px "Open Sans", "open-sans", arial, sans-serif;
}

#content{
	width: 600px;
	margin: 0 auto;
	padding: 20px 40px;
	box-sizing; border-box;
	text-align: center;
}

	#content a{
		color: #93be15;
		text-decoration: none;
		cursor: default;
		font-weight: 500;
	}
	
	#content h1{
		line-height: 30px;
	}

@media screen and (max-width:600px){
	.show-desktop{
		display: none;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	#content{
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}
}