body{
	background-color:#333;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	line-height:1.6em;
	margin:0;
}

.container{
	width: 100%;
  height:220px;
	margin-left:25px;
	overflow:hidden;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-position-x : 210px;
  background-size: 100%;
  
}


.container h4{
    font-size: 30px;
    padding:none;
    color: black;
    margin-bottom:-10px;
    margin-top: -110px;
    margin-left: 250px;
}

.container h1{
    line-height: 62px;
    font-size: 60px;
    color: black;
    margin-left :250px;
    margin-top: 10px;
    
}


#main-header{
	background-color:white;
	color:#fff;
}


#navbar{
	background-color:#333;
	color:#fff;   
    margin-top: -42px;
}

#navbar ul{
	padding: 0;
    padding-left: 1em;
	list-style: none;
}

#navbar li{
	display:inline;
}

#navbar a{
	color:#fff;
	text-decoration: none;
	font-size:16px;
	padding-right:15px;
}

#navbar a:hover{
    color:gray;

}

.dropbtn {
    background-color: #333;
    color:#fff;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropbtn:hover{
    color:slategray;
    background-color: darkslategray;
  }
  
  /* 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:#fff;
    color:gray;
    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: #fff;
    background-color:#333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
      background-color:darkslategray;
      color:white;
  }
  
  /* 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:#333 ; 
    border: 2px;
    border-color:lightgrey;
  }

.main_text{
background-color: rgb(238, 109, 34);
border: none;
font-size: 18px;
color:black;
float: left;
width: 70%;
margin-top: -16px;
padding: 20px;
box-sizing: border-box;
}

.main_text h2{
font-size: 40px;


}

#sidebar{
float: right;
width: 30%;
box-sizing: border-box;
background-color: #333;
margin-top: -16px;
}


#sidebar p {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  border: 20px;
  margin-top: -16px;
  padding: 20px;   
  
}

#sidebar h2{
  background-color: #333;
  color: #fff;
  border: 20px;
  margin-top: -16px;
  padding: 20px;   
  
}

#sidebar h3{
  background-color: #333;
  color: #fff;
  border: 0px;
  margin-top: -22px;
  padding: 20px;   
  
}

#sidebar h5{
  background-color: #333;
  color: #fff;
  border: 0px;
  margin-top: -20px;
  margin-bottom: -20px;
  padding: 20px;   
  
}

#sidebar a{
  text-decoration: none;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  border:0px;
  margin-top:-20px;
 
}

#sidebar ul li{
  text-decoration: none;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  border:0px;

}
#sidebar a:hover{
  color:red;
}

#main-footer{
    margin-bottom: 0px;
  background-color: #333;
    color:#fff;
    width: 100%;
    position: fixed;
    bottom: 0;
  }


#main-footer h4{
    text-align: center;
    font-size: 12px;
    max-height: 25px;
    

}

.council_text{
  background-color: rgb(238, 109, 34);
  border: none;
  font-size: 16px;
  color:black;
  float: left;
  width: 70%;
  margin-top: -16px;
  padding: 20px;
  box-sizing: border-box;
  }

.munauth_text{
  background-color: rgb(238, 109, 34);
  border: none;
  font-size: 16px;
  color:black;
  float: left;
  width: 70%;
  margin-top: -16px;
  padding: 20px;
  box-sizing: border-box;
  }
  