@media screen and (max-width: 980px) {

body, html{
	padding: 0;
	margin: 0;
	width: 100%;
	background-image: url('../images/congruent_outline.png');
	background-color: #323232;
}

#header{
	width: 100%;
	background-color: #000;
	z-index: 9999;
}

#header_container{
	width: 940px;
	margin: 0 auto;
}

#section2 {
background-color: #e9e9e9;
font-family: Roboto, sans-serif;
font-weight: 100;
font-size: 18px;
}

#images img{
	width: 22%;
	margin: 1%;
	box-sizing: border-box;
	border-radius: 50% 50%;
	box-shadow: black 0px 0px 5px;
}

#nav{
	position: relative;
	width: 100%;
	z-index: 999;
	background-color: #1b1b1b;
	height: 30px;
	border-bottom: 2px solid #ffcc00;
	box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.33)
}

#nav-container{
	position: relative;
	width: 940px;
	margin: 0 auto;
	z-index: 999;
	background-color: #1b1b1b;
	height: 30px;
}

#middle{
	background-color: #1b1b1b;
	height: 45px;
	margin: 0 auto;
	width: 100%;

}

#main-picture{
	width: 100%;
	float:left;
}

#main-picture img{
	width: 100%;
	margin: 0 auto;
}

#slideshowcontainer{
	position: relative;
	width: 100%;
}

#main-title{
	font-size: 50px !important;
	text-align: center;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

#main-text{
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	padding-bottom: 0px;
	width: 50%;
	margin: 0 auto;
}

#main-pic{
	width: 940px;
	margin: 0px auto;
}

#main-section-wrapper{
	float: left;
	width: 100%;
	background-color: #1b1b1b;
}

#main-section{
	width: 85%;
	color: #ffffff;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}

#arrow-icon{
	margin: -5px auto;
	width: 175px;
}

#about-icon{
	float: left;
	margin-top: -20px;
}

#service-icon{
	float: right;
	margin-top: -75px;
}

#contact-icon{
	float: left;
	margin-top: -35px;
}

#icon{
	float: left;
	margin-top: -35px;
}

#about-section-wrapper{
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#aboutus-section{
	width: 95%;
	color: #000000;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

#aboutus-title{
	width: 70%;
	margin: 0 auto;
	font-size: 36px !important ; 
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
}

#about-text{
	width: 90%;
	margin: 0 auto;
	position: relative;
	font-size: 30px !important;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	text-align: center;
	padding-top: 10px;

}

#tablet-slideshow{
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#tablet-img{
	background-image: url('images/tablet.png');
	width: 940px;
	margin: 0 auto;
	height: 450px;
	margin-top: 3px;
}

#tablet-slideshow-container{
	position: relative;
	width: 780px;
	height: 373px;
	top: -378px;
	left: 80px;	
}

#service-section-wrapper{
	float: left;
	width: 100%;
	background-color: #fff;
	padding-top: 20px;
}

#service-section{
	width: 100%;
	color: #000;
	font-size: 16px;
	margin: 0 auto;
	padding-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

#service-title{
	width: 100%;
	font-size: 40px;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
}

#service-text{
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	padding-bottom: 20px;
}

#service-icon2{
	width: 940px;
	margin: 0 auto;
}

#price-section-wrapper{
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding-top: 40px;
}

#price-section{
	width: 95%;
	color: #000;
	font-size: 16px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

#price-text{
	width: 50%;
	margin: 0 auto;
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	padding-bottom: 20px;
}

#contact-section-wrapper{
	float: left;
	width: 100%;
	background-color: #000000;
}

#contactus-section{
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 52px;
	padding-bottom: 110px;
	float: left;
	
	box-shadow: 0px 14px 60px 14px rgba(0, 0, 0, 0.33)
}

#contact-text{
	float: left;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	margin-right: 10px;
}

#contact-title{
	font-size: 24px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

#contact-together{
	width: 960px;
	margin: 0 auto;
}

form    {
	position:relative;
	width: 400px;
}

input{
	height: 40px;
	width: 90%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #000;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	border: solid 1px white;
}

input[type=submit]{
	background-color: #ffcc00;
	font-family: 'Roboto Condensed', sans-serif;
	border: solid 1px white;
	color: #000;
}

textarea{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	background-color: #000;
	color: #fff;
	padding-left: 15px;
	padding-top: 13px;
	padding-right: 15px;
	border: solid 1px white;
	width: 90%;
}

#form-text{
	float: left;
	margin-top: 25px;
	font-size: 40px;
	color: #ffcc00;
	font-weight: 300;
	font-family: 'Oswald', 'sans-serif';
}

#form-submit{
	margin-left: 260px;
	margin-top: 10px;

}

#google-map{
	width: 100%;
	float: left;
}

#blank-section-wrapper{
	float: left;
	width: 100%;
	background-color: #000000;
}

#blank-section{
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 45px;
	padding-bottom: 70px;
	float: left;
}

#copyrightinfo{
	font-size: 16px;
	width: 50%;
	margin: 0 auto;
	color: #ffffff;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 17px;
}

#contact-info-container{
	width: 57%;
	float: left;
	margin-top: 80px;
	margin-bottom: 10px;
}
	
.contact-info{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 22px;
	padding-right: 10px;
	margin-bottom: 20px;
}

#dallas-contact{
	width: 260px;
	color: #fff;
	font-size: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 27px;
	float: left;
}

#houston-contact{
	width: 260px;
	color: #fff;
	font-size: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 27px;
	float: left;
}

#dallas-number{
	width: 260px;
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 25px;
	float: left;
}

#houston-number{
	width: 260px;
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 25px;
	float: left;
}

#storehours{
	float: left;
	position: relative;
	font-size: 14px;
	width: 160px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 18px;
	margin-top: 83px;
}

#phoneinfo{
	position: relative;
	font-size: 14px;
	width: 140px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	margin-top: 83px;
	line-height: 18px;
	margin-left: 0px;
	padding-right: 20px;
}

#addressinfo{
	float: left;
	font-size: 14px;
	width: 130px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 18px;
	margin-top: 83px;
	line-height: 18px;
	margin-left: 10px;
	padding-right: 10px;
}

#footerbackground{
	float: left;
	position: relative;
	width: 100%;
	height: 120px;
	background-color: #fff;
	color: #ffffff;
	position: fixed;
	bottom: 5px;
	padding-top: 200px;
	z-index: -1;
}

#footer{
	width: 95%;
	color: #ffffff;
	margin: 0 auto;
}

#footercontainer{
	margin: 0 auto;
	width: 50%;
}

#footerbackground2{
	float: left;
	width: 100%;
	background-color: #ffcc00;
	height: 20px;
	position: fixed;
	bottom: 0;
	z-index: -1;
}

#logo-img{
	margin: 0 auto;
	width: 500px;
	margin-top: 40px;
	color: #000;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}

#logo{
	width: 100%
}

#logo-footer{
	width: 100%;
	color: black;
}

#logo-footer img{
	width: 40%;
	margin: 0 auto;
}





.home-featured .simple-social-icons ul li a.animate {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.home-featured .widget-title,
.home-featured .textwidget {
display: none;
}


#middle-section-left-title{
	width: 100%;
	color: #000;
	font-size: 35px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	margin-left: 25px;
	margin-top: 25px;
}

#middle-section-left-main{
	width: 100%;
	color: #000;
	font-size: 21px;
	font-weight: 400;
	font-family: Roboto, helvetica, arial, sans-serif;
	margin: 0 auto;
}

#middle-section-middle-main{
	width: 100%;
	color: #000;
	font-size: 21px;
	font-weight: 400;
	font-family: Roboto, helvetica, arial, sans-serif;
	float: left;
	margin-top: 80px;
	margin-bottom: 50px;
}

#middle-section-right-main{
	width: 100%;
	color: #000;
	font-size: 21px;
	font-weight: 400;
	font-family: Roboto, helvetica, arial, sans-serif;
	float: left;
	margin-top: 40px;
	margin-bottom: 50px;
}

#circle-wrapper{
	width: 100%;
	margin: 0 auto;
}

#circle-wrapper h2{
	margin-top: 0;
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
}

#circle-wrapper h2 + p{
	text-align: center;
}

.circle-container{
	width: 33%;
	float: left;
	margin: 0 auto;
}

.circle{
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
}

.circle img{
	width: 100%;
}

.middle-info-container{
	width: 90%;
	margin: 0 auto;
}

.person{
	width: 100%;
	margin-top: 10px;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

.person-text{
	width: 90%;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 400;
	font-family: Roboto, helvetica, arial, sans-serif;
	padding-left: 1.1em;
    text-indent: 0.0em !important;
	line-height: 27px;
	text-align: center;
}

#footer-logos-container{
	width: 100%;
	float: left;
}

#footer-logos{
	width: 100%;
}

#footer-logos h2{
float: left;
	font-size: 30px;
	font-weight: 400;
	font-family: Roboto, helvetica, arial, sans-serif;
	color: #fff;
}

#footer-logos img{
	width: 100%;
}

}