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

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0);
  color: #f1f1f1;
  width: 100%;
	height: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

#portfolio {
position: fixed;
	right: 10px;
	bottom: 50%;
}

#insta {
position: fixed;
	left: 10px;
	bottom: 50%;
}

#mail {
position: absolute;
left: 45%;
	bottom: 10px;
}

#intro {
position: absolute;
	bottom: 40%;
	left: 30%;
	text-align: center;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-style: italic;
	font-size: 150%;
	line-height: 1;
	color: transparent;
    text-shadow: 0 0 2px #fff;
	animation: myanim 20s infinite;
}

h1 {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-align: center;
	color: transparent;
    text-shadow: 0 0 2px #fff;
	animation: myanim 10s infinite;
	letter-spacing: 20px;
	font-size: 700%;
	font-weight: bold;
	text-decoration-line: none;
	font-weight: normal;
}


h2 {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';

	color: transparent;
    text-shadow: 0 0 2px #fff;
	animation: myanim 20s infinite;
	letter-spacing: 20px;
	font-size: 15px;
	text-decoration-line: none;
	font-weight: normal;
	position: absolute;
	top: 50%;
	right: 50%;
}

@keyframes myanim {
30% {
	text-shadow: 10px 10px 30px #fff;
	}
}

p {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	align-content: center;
	text-align: center;
	color: transparent;
    text-shadow: 0 0 1.5px #fff;
	letter-spacing: 0px;
	font-size: 15px;
	text-decoration-line: none;
}

a {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	align-content: center;
	text-align: center;
	color: transparent;
    text-shadow: 0 0 2px #fff;
	letter-spacing: 5px;
	text-decoration-line: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

img {
  width: 100%;
position: fixed;
}
