/*
Theme Name: Dealernet Home
Theme URI: http://dealenet.localhost/
Author: vStream
Author URI: http://www.vstream.ie/
Description: A new theme for Dealer built using Bootstrap.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	height:100%;
			
	background-image: url("img/roadway.jpg");
	background-size: cover;
	background-position: none;
	background-attachment: fixed;
	
}

html{
	height:100%;
	
}

.container{

}

.dn_home{

}

.parent {
  position: relative;
}

.child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.col-md-12, .col-md-6{
	text-align:center;
}

.col-md-6{
	padding:30px;
}

.brandbuttons{padding:0px 40px;}
.brandbuttons img{max-width: 250px; height: auto;padding:20px; border-radius:50%; background: #ffffff;

	transition: all 1s;

}

.brandbuttons img:hover{
	transform: scale(0.9;)
}

.brandbuttons .col-md-4{text-align: center;}
.brandbuttons .btn-default{background:#0b119b; color:#ffffff; text-shadow: none !important; display: none;}

.homefoot a{color:#000;}

.legals .contentsection {padding:20px;}
.legals .contentsection *{
	text-align: left;
}


