html, body {
	font-family: 'Roboto', sans-serif;
  	height: 100%;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}

#header_div{
	width: 100%;
	position: absolute;
	height: 60px;
	z-index: 0;
	background: #3b3b3b;
}

#site_label{
	float: left;
	color: #e9e9e9;
	font-size: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 12px;
	letter-spacing: 2px;
	cursor: pointer;
}

#open_nav{
	float: right;
}

.menu_style {
    width: 25px;
    height: 3px;
    background-color: #e9e9e9;
    margin: 4px 0;
	vertical-align: top;
}

#menu_container{
	float: right;
	display: none;
	margin-left: 0px;
	vertical-align: top;
	margin-top: 15px;
	margin-right: 20px;
	cursor: pointer;
}

#desk_top_menu {
	overflow: hidden;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

#desk_top_menu a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

#desk_top_menu a:hover {
	background-color: #ddd;
	color: #B71C1C;
	transition: 0.2s;
}

#desk_top_menu a.active {
	color: #EF5350;
}

#shadow_div{
	display: none;
	position: fixed;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 100px;
  transition: 0.2s;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.2s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #000000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#container_div{
	padding-top: 60px;
	min-height: calc(100vh - 170px);
}

#dealer_title{
	text-align: center;
	font-size: 48px;
	letter-spacing: 3px;
	font-weight: 100;
	margin: 0;
	background: #f5f5f5;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#divider{
	width: 80%;
	height: 1px;
	background: #3b3b3b;
	margin: auto;
}

#dealers_content{
	width: 100%;
	text-align: center;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 70px;
}

.dealers_container{
	width: 50%;
	color: #3b3b3b;
}

.dealer_sub_title{
	margin-right: 20px;
	margin-left: 20px;
}

.dealer_sub_content{
	margin-right: 20px;
	margin-left: 20px;
}

.dealer_sub_content a {
	color: #B71C1C;
	text-decoration: none;
}

.dealer_sub_content a:hover {
	text-decoration: underline;
}

#footer_div{
	width: 100%;
	padding: 30px 0;
	background: #343434;
}

#footer_contact{
	text-align: center;
	margin-bottom: 15px;
}

#footer_contact a{
	color: #e0e0e0;
	text-decoration: none;
}

#footer_contact a:hover{
	text-decoration: underline;
}

.footer_divider{
	color: #e0e0e0;
	margin: 0 15px;
}

#footer_text{
	color: white;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 750px) {
	#menu_container{
		display: inline-block;
	}

	#desk_top_menu{
		display: none;
	}

	.dealers_container{
		width: 100%;
	}

}
