body {margin:0;}

.icon-bar {
    width: 100%;
    background-color: #555;
    overflow: auto;
}

.icon-bar a {
    float: left;
    width: 25%;
    text-align: center;
    padding: 18px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.icon-bar a:hover {
    background-color: #000;
}

.active_iconbar {
    background-color: #ffc845 !important;
}
.navbar_bottom {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
}

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

.navbar_bottom a:hover {
  background: #ddd;
  color: #fe3859;
}

.main_bottom {
  padding: 16px;
  margin-bottom: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
@media (min-width:768px){
	.navbar_bottom{
		width:100%;
	}
}
@media (min-width:992px){
	.navbar_bottom{
		display: none;
		}
}
@media (min-width:1200px){
	.navbar_bottom{
		display: none;
		}

.mobile-container {
  max-width: 480px;
  margin: auto;

}

.mobilenav, .mobiledropdown-btn  {
  overflow: hidden;
  background-color: #dadada;
  position: relative;
}

.mobilenav #myLinksmobile, .mobiledropdown-btn {
  display: none;
}

.mobilenav a, .mobiledropdown-btn {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  border:0px;
}

.mobilenav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.mobilenav a:hover, .mobiledropdown-btn a:hover {
  background-color: #dadada;
  color: #EE3023;
}

.active_mobiledropdown {
  background-color: #669900;
  color: white;
}
/* Add an active class to the active dropdown button */
.active_mobiledropdown {
    background-color: #669900;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.mobiledropdown-container {
    display: none;
    background-color: #dadada;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}
