/* =Menu -------------------------------------------------------------- */
.logo{
	font-family: "Brush Script MT", cursive;;
	font-size: 30px;
	color: #E8A20F;
	border:0px solid #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.top_banner{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 0px 0px 0px;
    float: left;
    width: 8%;
}

.top_banner2{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
    float: left;
	color: #E8A20F;
	width: 20%;
}

/* Dropdown Button */
.dropbtn {
  background-color: #182F4C;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: none;
}

/* 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;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* --- inner menu =------------------------------------------------------------*/
@media screen and (max-width : 520px) {
	
	/* The container <div> - needed to position the dropdown content */
	.top_banner_display {
	  display: none;
	}
	.dropdown {
	  position: relative;
	  display: inline-block;
	}

	.logo{
		font-family: "Brush Script MT", cursive;;
		font-size: 20px;
		color: #E8A20F;
		border:0px solid #ffffff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.top_banner2{
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-size: 12px;
		padding: 5px 0px 0px 0px;
		float: left;
		width: 10%;
	}
}
@media (min-width: 800px) and (max-width: 1024px) {
	.logo{
		margin-top: 1px; 
		margin-bottom: 100px; 
		width: 106px; 
		height: 57px; 
	}
	.top_banner{
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		line-height: 20px;
		font-size: 12px;
		padding: 5px 0px 0px 0px;
		float: left;
		width: 10%;
	}
 }
