 /* Dropdown Button */
.dropbtn {
  background-color: white;
  margin:0.5vw;
  width:5vw;
  height:auto;
  border: none;
  cursor: help;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}
small {
  font-size:1vmax;
	
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  font-size:1.2vmax;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 35vmax;
  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 (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

footer div {
	margin: 0 2px 0 2px;
}

footer div.blink_me {
		animation: blinker 5s linear infinite;
}

	@keyframes blinker {
		50% {
			opacity: 0.3;
		}
	}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer iframe.frame {
	width:10vw;
	height:7vw;
	scroll:none;
}
footer form input{
    align-content: right;
    justify-content: right;
    text-align:right;
	font-size:70%;
	
}
footer a {
	color:yellow;
}

footer img.post {
	width:4vw;
	height:auto;
}

footer img.f_icon {
	width:2vmax;
	height:auto;
}

