h2 {
  font-family: Verdana;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  color: #000000;
}


#navbar {
  position: fixed;
  top:10px;
  margin: 0;
}

#header {
  position: relative;
  top: -10px;
  background-color: #ffff99;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

div ul{
  list-style-type: none;
  position: fixed;
  margin: -10px;
}

div li {
  display: inline;
  border: 2px solid #000000;
  font-family: Futura, Tahoma, sans-serif;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px 5px;
  background-color: #9966ff
}

#button{
  border: 2px solid #000000;
  float:left;
  position: relative;
  left: 229px;
  bottom: -20px;
  border-radius: 5px;
  background-color: #cc0323;
  height: 50px;
  width: 150px;
  
}

#button p{
  position: relative;
  bottom: 10px;
  font-size: 0.8em;
  color: #acd1b2;
  text-align: center;
}

.bold{
  font-family: tahoma;
  font-weight: bold;
  font-size: 1.2em;
  font-variant: small-caps;
  color: #ffffff;
}

@media (min-width: 200px){
	
	.parties li {
		font-size: x-small;
	}
}

@media (min-width: 480px){
	.parties li {
		font-size: small;
		float: left;
	}
}

@media (min-width: 960px){
	.parties li {
		font-size: medium;
	}
	
	.col img {
	width: 30%;
		}
}