.clear{
	clear: both;
}
body{
	background-color: #d7b369;
}
#address_div{
	float: left;
	width: 30%;
}
#contactnumbers_div{
	float: left;
	width: 30%;
}
#emailaddress_div{
	float: left;
	width: 35%;
}
#address_div img{
	float: left;
	margin-right: 5%;

}
#contactnumbers_div img{
	float: left;
	margin-right: 5%;

}
#emailaddress_div img{
	float: left;
	margin-right: 5%;

}
#address_content{
	float: right;
}
#history_tag{
	float: left;
	background-color: #303030;
	margin-top: 5%;
	margin-bottom: 2%;
	width: 100%;
	font-size: 25px;
	color: #d9b169;
	box-shadow: 1px 1px 2px 2px rgba(43, 43, 70, 0.3);
}
#historyimg img{
	margin-top: 5%;
}
#company_info_tag{
	float: left;
	background-color: #303030;
	margin-top: 5%;
	margin-bottom: 2%;
	width: 100%;
	font-size: 25px;
	color: #d9b169;
	box-shadow: 1px 1px 2px 2px rgba(43, 43, 70, 0.3);
}
table, th, td{
	border: 0.5px solid black;
	border-collapse: collapse;
}
th, td{
	padding: 5px;
	font-size: 110%;
}
#company_info_logo img{
	margin-top: 30%;
}
#ceo_tag{
	float: left;
	background-color: #303030;
	margin-top: 5%;
	margin-bottom: 2%;
	width: 100%;
	font-size: 25px;
	color: #d9b169;
	box-shadow: 1px 1px 2px 2px rgba(43, 43, 70, 0.3);
}
#management_tag{
	float: left;
	background-color: #303030;
	margin-top: 5%;
	margin-bottom: 2%;
	width: 100%;
	font-size: 25px;
	color: #d9b169;
	box-shadow: 1px 1px 2px 2px rgba(43, 43, 70, 0.3);
}
#management_logo img{
	margin-top: 7%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
	width: 50%;
}
.container-fluid {
	margin-top: 50px;
      padding: 60px 50px;
	background-color: #303030;
	color:dimgrey;
  }
#toprow{
	margin-top: 5%;
}
.jumbotron {
      background-color: #303030;
      color: #fff;
      padding: 5px 1px;
      font-family: Montserrat, sans-serif;
  }
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
#dp{
	float: left;
}
#dp:hover{
	display: block;
}
#ddmenu{
	text-decoration: none;
}
.dropdown-item{
	float: left;
	color: whitesmoke;
	padding-top: 15px;
	padding-left: 10px;
	width: 220px;
	
}
.dropdown-menu{
	float: left;
	background-color: #303030;
}
.dropdown-menu a:hover{
	text-decoration: none;
	background-color: black;
	color: white;
}
.center{
	display: block;
    margin-top: auto;
    margin-bottom: auto;
    width: 20%;
}
#2ndrow{
	margin-top: 200%;
}