@charset "UTF-8";

body {
		background: url(../img/background-img.jpg);
		color: #000000;
		text-align: center;
}

figcaption {
			font-style: italic;
			font-size: small;
}

article {
		background: rgba(255,255,255,0.75);
}		

footer {
		text-align: center
}

#headerbar {
			text-align: center;
}

#linkedvideo {
				float: left;
}

.imgclass {
			width: 360px;
			border: 3px solid #000000;
			float: center;
}


.dropbtn {
    background-color: #272727;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: red;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width:160 px;
	box-shadow: 0px 8px 16px 0px rgba (0,0,0,0.2);
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.show {display:block;}