			.dropdown {
				display: inline-block;
				z-index: 1000;
			}
			.dropdown button {
				/*background-color: hsl(9, 0%, 80%);*/
				background-color: #4a647f;
				color: white;
				padding: 10px 20px;
				border: none;
				cursor: pointer;
			}
			.dropdown a {
				display: block;
				color: black;
				text-decoration: none;
				padding: 10px 15px;
			}
			.dropdown .mymenu {
				display: none;
				position: absolute; /* stop lower content being pushed down */
				 background-color: white; /* for all in the list */
				/*background-color: #4a647f;  items background */
				min-width: 100px;
				box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8);
			}
			.dropdown:hover .mymenu {
				display: block; /* show content */
			}
			.dropdown:hover button {
				/*	background-color: hsl(0, 0%, 70%); /* the word menu slight color change */
				background-color: hsl(0, 0%, 70%); /* the word menu slight color change */
			}
			.dropdown a:hover {
				background-color: hsl(0, 0%, 90%);
			}
			.resp_image_new {
				display: block;
				max-width: 1000px;
				margin-left: auto;
				margin-right: auto;
				width: 100%;
			}
			.floating {
				float: right;
			}