/*

Custom CSS
=============

Author:  Stephanie Cartwright
Updated: September 2014


*/


/* --------------------------------------
   Layout
   -------------------------------------- */


#content{
	background-color:#fff;
	-webkit-box-shadow: 0 0 35px 10px #000000;
box-shadow: 0 0 35px 10px #000000;
}





#bodyshop_site{
	background-image: url('images/Carbon_Fiber_Autobody_Naperville.jpg');
	background-repeat:repeat;
	
	
	
}

#autobody{
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#before_after_car_repair{
	margin-left: -15px;
  margin-right: 0px;
 
    padding-left: 0px;
    padding-right: 0px;
	
}
#cars{
	display: block;
    margin: 0 auto;
}

#autobody_logo{
	width: 50%;
	height: auto;
}
#logo_padding{
	padding-top: 20px;
	padding-bottom: 20px;
}

/* --------------------------------------
   Typography
   -------------------------------------- */


h1{
	font-size: 20px;
	font-family: arial black;
	
	
}

h5{
	font-size: 16px;
	line-height: 24px;
	font-family: arial;
	
	
}


.list_group{
	font-size: 16px;
	line-height: 24px;
	font-family: arial;
}

/* --------------------------------------
   Navbar
   -------------------------------------- */
.navbar{
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-inverse{
	background-color: #000;
}

.navbar-inverse .navbar-nav>.active>a{
	background-color: #000;
}
 
.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover{
	color:#c4c5c7;
}


 
/* --------------------------------------
   footer
   -------------------------------------- */
.footer{
	background-color: #000;
	color: #fff;
	text-align: center;
	margin: auto;
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
	
	
	
	
}

address{
	margin-top:15px;
}
.large_address{
	font-size: 24px;
}
/* --------------------------------------
   images
   -------------------------------------- */
#autobody_painting{
	width: 150%;
	height: auto;
}


/* --------------------------------------
   Global Styles
   -------------------------------------- */
.hr{
	background-color:#fff;
}

.google-maps {
        position: relative;
        padding-bottom: 50%; 
        height: 0;
        overflow: hidden;
	-webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
    }

/* --------------------------------------
   Media Queries
   -------------------------------------- */




/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}


.fullimage {
    width: 100%;
    height: auto;
    
}
