@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&display=swap');

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

nav{
  	position: relative;
	padding-top: 22px;
	padding-right:33px;
  	width: 100%;
	z-index:11;
}

nav ul li {
	position: relative;
	float: right;
	display: inline-block;
}


nav ul li a:hover{
	opacity: 80%;
}

.sidenav {
	position: relative;
	z-index:10;
	padding-left: 22px;
}

.sidenav a:hover {
	opacity: 80%;	
}

.showcase{
	padding-top:1px;
	z-index: 222;
}

.showcase-2 {
	padding-top:4px;
	padding-left: 2px;
	z-index: 222;
}
.showcase-2 video {
    position: absolute;
    top: 4;
    left: 222;
    width: 100%;
    height: 100%;
    opacity: 100%;
	display: flex;
    flex-wrap: wrap;
    padding: 16px;
	z-index:444px;
}

.showcase-3{
	padding-top:888px;
	z-index: 222;
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 44px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 16px;
}

.column img {
  margin-top: 16px;
  vertical-align: middle;
  width: 100%;
}

.column-1 {
  flex: 50%;
  max-width: 50%;
  padding: 16px;
}

.column-1 img {
  margin-top: 16px;
  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%);
	
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  /* Modifier for screens narrower than 600px (e.g., mobiles) */
@media screen and (max-width: 600px) {
  body {
    background-image: url("pinkeye-mobile.png"); /* Change background color for mobile screens */

  }
}