* {
  box-sizing: border-box;
}

body {	
	background-image: url("../img/background.png");
	margin: 0;
	padding: 0px;
}

/* Change color on menu item mouse over */
.menu_item {
  color:  #dfbc00;
  font-family: 'BladiTwoCondensed4F-Bold';
  font-size: 25px;
  text-align: left;
  padding-left: 40px;
  opacity: 1;
  transition: 0.5s;
}
.menu_item:hover {
	color: red;
	font-size:28px;
	cursor:pointer;
opacity: 1;
}
.responsive {
	max-width: 100%;
	height: auto;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 25.33%;
  /* border:1px solid;
  border-bottom-width: 1px;;
  border-right-width: 1px; */
}

.column_menu {
  float: left;
  width: 25.33%;
  padding-top: 70px;
 }
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* footer style */
.footer {
  padding-right: 147px;
  text-align: center;
  }

.footer_text {
	color:  #dfbc00;
  font-family: 'BladiTwoCondensed4F-Bold';
  font-size: 18px;
 	}
a.footer_link:link {
	color: #dfbc00;
	font-family: 'BladiTwoCondensed4F-Bold';
	font-size: 18px;
	text-decoration: none;
	}
	 	
a.footer_link:visited {
	color: #dfbc00;
	font-family: 'BladiTwoCondensed4F-Bold';
	font-size: 18px;
	text-decoration: none;
	}
	 
a.footer_link:hover {
	color: #FF0000;
	font-family: 'BladiTwoCondensed4F-Bold';
	font-size: 18px;
	text-decoration: none;
	} 

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
    
  }
}
/* Nav Bar Styles */


.hournav {
	color: #dfbc00;
	font-weight: normal;
	font-family: "Arial", Helvetica , sans-serif;	
	
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav_title {
    padding-left: 12px;
    color: #dfbc00;
    font-size: 18px;    
}        
    
.sidenav_text {
    padding-left: none;
    padding-right: 50px;
    color: #dfbc00;
    font-size: 18px;    
}    
.sidenav_h1 {
    padding-left: 30px;
    color: #dfbc00;
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
}
.menuemail {
    padding-left: -250px;
    color: #dfbc00;
    font-size: 8px;    
}        
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #0000FF;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* dropdown styles */

.dropdown-btn {
  text-decoration: none;
  display: block;
  border: none;
  background: none;
  width: 75%;
  text-align: left;
  cursor: pointer;
  outline: none;
  color:  #dfbc00;
  font-family: 'BladiTwoCondensed4F-Bold';
  font-size: 25px;
  text-align: left;
  padding-left: 40px;
  opacity: 1;
 }
.drop_text {
    padding-left: none;
    padding-right: 50px;
    color: #dfbc00;
    font-size: 18px;    
}    


/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: none;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.drop_item {
  color:  #dfbc00;
  font-family: 'BladiTwoCondensed4F-Bold';
  font-size: 20px;
  text-align: left;
  padding-left: 40px;
  opacity: 1;
  transition: 0.5s; 
}

.drop_item:hover {
	color: red;
	font-size:23px;
	cursor:pointer;
opacity: 1;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}