.container {
		    display: inline-block;
		    position: relative;
}

.text {
		   /* background: rgba(0, 0, 0, 0.8);*/
		    z-index: 1;
		    position: absolute;
		    text-align: center;
		    font-family: Georgia;
		    margin: 0 auto;
		    left: 0;
		    right: 0;
		    top: 30%;
		    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
		    /*color: blue;*/ 
		    width: 70%;
		}
img:hover{

  		 	opacity:0.8;
      	}
a:hover {
			opacity: 0.8;
		}
/*li {
	text-decoration-color: white;
}*/		