/*background for honma*/
.honma{
      background-image: url(../img/honma_bg_one.jpg);
      max-width:100%;
      height:800px;
      background-repeat: no-repeat;
      background-size:cover;
      background-position: center;
   } 
 /*home page*/
.next {
  text-align: center;
}
/*title above dropdown*/
.next_one {
  text-align: left;
  margin-left:20px;
}
p, h2, h3, p a {
      font-family:  Arial, Helvetica, sans-serif; 
      margin-right: 1rem;
      color:white;
}
 p a:hover{
  text-decoration: none;
  color:white;
 }
/*footer text*/
.foot{
  font-size:18px;
  font-family:  Arial, Helvetica, sans-serif;
}
/*footer image*/
.text-center > .logo_logo {
        margin-top: 8px;
        width: 105px;
        height: 85px;
        margin-left: 10px;
    }

/*Nav bar*/
.dropdown-menu.show {
    display: block;
    margin-left: 60px;
    background-color: #050100;
    padding-left: 20px; 
    padding-right: 100px;
}
.bg-dark {
    background-color: #010504!important;
}
.nav-link{
    margin-left: 10px;
}
.logo{
  width:110px;
  height:37px;
}
.mm {
  color:white;
  line-height: 20px;
  font-size: 20px;
}
.dropdown-item:hover {
    background-color: gray;
}
.dropdown-item {
  border:solid 1px red;
    display: block;
    width: 100%;
    margin-left:-10px;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: white;
    line-height: 20px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nav-item a {
  color:white !important;
  font-size: 15px;
  font-weight: bold;
/*  text-transform: uppercase;*/
  font-family:  Arial, Helvetica, sans-serif;
  margin-right: 3rem;
}
.one{
  margin-left: 100px;
}
/*Toggle Navigation*/
/*Style the sidebar menu in the CSS.*/
/*image*/
.go_next{
  margin: 20px;
	height: 70px;
	width:320px;
	text-align: center;
}
.logo{
  margin-left: 210px;
}

.logo_honma {
    width:100%;
    /*height:1000px;*/
}

/*Footer*/
.footer{
	background-color:#050100;
	color:white;
	font-size: 20px;
}
/* Dropdown Button */
.dropbtn {
  background-color:#010504;
  color: white;
  padding: 16px;
  border:none;
  font-size: 16px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
/*  background-color: #f1f1f1;*/
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  white-space: nowrap;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 16px 16px 16px 16px;
  text-decoration: none;
  display: block;
  background-color:#2a3330;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color:gray;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	margin-left: 6.9rem;
	margin-top: -3.5rem;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #2a3330;}
.responsive {
  width:100%;
  height:auto;
}