/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
color: #fff;
text-decoration: underline;
}

::selection {
  background: rgb(115,200,169); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgb(115,200,169); /* Gecko Browsers */
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

@font-face {
  font-family: bebasNeue;
  src: url(fonts/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: robotoRegular;
  src: url(fonts/Roboto-Regular.ttf);
}

html,
body {
  height: 100%;
  background-color: rgb(26, 26, 26);
  font-size: 1rem;
  background: url(http://66.media.tumblr.com/c4b561113fd8fb5e382292092b580b5c/tumblr_oc5dbvOFO81uzwgsuo1_400.gif) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0px;
  margin: 0px;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  padding: 0px;
  margin: 0px;
}

main {
  height: 100%;
}

h1 {
  font-size: 25vw;
  /* letter-spacing: -0.05em; */
  line-height: 80%;
  padding: 0px;
  margin: 0px;
  text-shadow: 7px 7px #000000;
  font-family: bebasNeue;
}

h2 {
  font-size: 4vw;
  text-shadow: 4px 4px #000000;
  font-family: bebasNeue;
}

.bottomRightNavigation {
  position: absolute;
  bottom: 0;
  right: 0; 
  filter: invert(100%);
  opacity: 0.5;
  padding: 5px;
}

.bottomRightNavigation:hover {
  opacity: 1;
}

.header-text {
  position: absolute;
  bottom: 0;
  left: 0;
}

.container-fluid {
  padding: 0;
}

.first-screen {
  height: 100vh;
  background-color: rgb(36, 36, 36);
  position: relative;
}

.second-screen {
  height: 100vh;
  position: relative;
}

.second-screen-container {
  position: absolute;
  text-shadow: 2px 2px #000000;
  font-family: robotoRegular;
  margin: 100px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.774);
}

.second-screen-paragraph {
  text-shadow: 2px 2px #000000;
  font-family: robotoRegular;
  font-size: 2vh;
  position: relative;
}

.contact-section {
  text-align: center;
  font-size: 1vw;
}

.socials {
  max-width: 35px;
  filter: invert(100%);
}

.profile-photo {
  border-radius: 50%;
  border: 3px solid #ddd;
  width: 80%;
  max-width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.third-screen {
  /* height: 100vh; */
  /* position: relative; */
}

.third-screen-container {
  position: absolute;
}

.third-screen-text {
  text-shadow: 2px 2px #000000;
  font-family: robotoRegular;
  font-size: 1em;
  margin-top: 100px;
  margin-right: 200px;
  margin-left: 200px;
  padding:20px;
  background: rgba(0, 0, 0, 0.774);
}

.footer {
padding: 20px;
text-align: center;
vertical-align: text-bottom;
}


canvas{
	width: 100%;
	height: 100%;
  background: #000;
  position: absolute;
}
