@charset "UTF-8";
/* CSS Document */


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'times new roman';
  font-size: 16px;
  font-weight: 600;
  background-image:url("smallblueeyepattern.png");
  background-size:cover;
  background-attachment: fixed;
  overflow-y: hidden;
}


.sidenav {
	position: relative;
	z-index: 0;
	padding-left: 22px;
	padding-top: 11px;

}

.sidenav a:hover {
	opacity: 80%;	
}
.showcase{
	padding-top:11px;
	z-index: 222;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  align-content: center
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 4px;
}

.column img {
  margin-top: 4px;
  vertical-align: middle;
  width: 100%;
}
footer{
	align-content: space-between;
	padding: 0px; 
	bottom: 0px;
	background-color: white;
	position: relative;
	
  	width: 100%;
	z-index:22;
}

footer ul li {
	position: relative;
	float: right;
	display: inline-block;
	width:51%;
	bottom: 0px;	
}


footer ul li a:hover{
	opacity: 66%;
	transform: scale(300%);
	
}

@media (max-width: 666px) {
    .showcase,
    .showcase header {
        padding: 22px;
    }
}
/* Modifier for screens narrower than 600px (e.g., mobiles) */
@media screen and (max-width: 600px) {
  body {
    background-image: url("blueeye-mobile.png"); /* Change background color for mobile screens */

  }
}
