@font-face {
  font-family: "GothamBook";
  src: url(../fonts/GothamBook.ttf);
}
@font-face {
  font-family: "GothamMedium";
  src: url(../fonts/GothamMedium.ttf);
}
* {
  text-decoration: none;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-family: GothamBook, sans-serif;
  background-color: black;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a, button, video {
  outline: none !important;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
html {
  text-align: center;
  font-family: GothamMedium, sans-serif;
}

a {
  color: white;
}

ul {
  list-style-type: none;
  letter-spacing: 4px;
  padding: 0;
}

.white {
  color: white;
}

.bar {
  background-color: black;
  border-radius: 9999px;
  padding: 10px 25px;
  opacity: 85%;
}

.overlay {
  mix-blend-mode: overlay;
}

.multiply {
  mix-blend-mode: multiply;
}

.flex {
  display: flex;
}

.textSpace2 {
  letter-spacing: 2px;
  text-indent: -2px;
  direction: rtl;
}

.textSpace4 {
  letter-spacing: 4px;
  text-indent: -4px;
  direction: rtl;
}

body {
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#bg {
  background-image: url("../img/triLight.jpg");
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

main {
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

#name {
  font-size: calc(6vw + 60px);
  line-height: calc(6vw + 60px);
  margin-bottom: 10px;
}

.bio {
  color: #ff5500;
  font-size: calc(0.5vw + 15px);
  font-weight: normal;
}

#bio-line {
  font-family: GothamBook, sans-serif;
}

#bio-stack {
  display: none;
  border-radius: 15px;
}

.main3Dlink {
  position: relative;
}

#main3Dlink_video {
  transition: 0.4s;
}
#main3Dlink_video video {
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.479) 0 0 5px;
  transition: 0.4s;
}
#main3Dlink_video video:hover {
  width: 600px;
}
#main3Dlink_video:hover {
  box-shadow: rgba(0, 0, 0, 0.479) 5px 5px 15px;
}
#main3Dlink_video:hover > h3 {
  font-size: 60px;
  top: 85%;
  opacity: 0;
}

#main3Dlink_img {
  display: none;
}
#main3Dlink_img img {
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.479) 0 0 5px;
}

nav {
  font-size: 21px;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}
nav > a {
  margin-bottom: 25px;
}
nav h3 {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  transition: 0.4s;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px;
}
nav div > a {
  margin: 0 15px;
}
nav div > a:hover {
  opacity: 99%;
}

#pages {
  flex-flow: wrap;
  padding: 0 75px;
  justify-content: center;
}
#pages a {
  margin-bottom: 20px;
}

#social {
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
#social a {
  margin: 0 10px 0px;
  width: 40px;
  height: 40px;
  opacity: 90%;
}
#social a:hover {
  opacity: 70%;
}
#social img {
  height: 34px;
  max-width: 38px;
}

.dots a {
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contactEmail-container {
  position: relative;
}

.copy-popup {
  position: absolute;
  display: none;
  left: 50%;
  top: 120%;
  transform: translate(-50%, 0);
}
.copy-popup p, .copy-popup button {
  background-color: white;
  z-index: 2;
}
.copy-popup p {
  border-radius: 10px;
  display: flex;
  padding: 10px 15px;
  letter-spacing: 0.5px;
}
.copy-popup button {
  display: none;
  border: none;
  cursor: pointer;
  border-left: 1px solid rgb(184, 184, 184);
  border-radius: 0 10px 10px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 15px;
}
.copy-popup button:hover {
  filter: brightness(90%);
}
.copy-popup button:active {
  filter: brightness(80%);
}
.copy-popup img {
  height: 25px !important;
}

#contactEmail:hover + .copy-popup, .copy-popup:hover {
  display: flex;
  position: absolute;
  animation: fadeIn 0.2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 130%;
  }
  100% {
    opacity: 100%;
  }
}
#contactEmail::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  height: inherit;
  width: inherit;
  padding: 10px;
}

#contactEmail:hover::before {
  display: block;
}

#text_email.anim-copied {
  animation: blip-success 0.15s;
}

@keyframes blip-success {
  0% {
    background-color: white;
  }
  50% {
    background-color: #45ff62;
  }
  100% {
    background-color: white;
  }
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (max-width: 1080px) {
  #main3Dlink_video {
    display: none;
  }
  #main3Dlink_img {
    display: initial;
  }
  #contactEmail:hover + .copy-popup, .copy-popup:hover {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  #bio-line {
    display: none;
  }
  #bio-stack {
    display: initial;
  }
  #bio-stack * {
    font-weight: normal;
    font-size: 20px;
  }
  #bio-stack *:not(:first-child):not(:last-child) {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 414px) {
  body {
    align-items: initial;
    height: initial;
  }
  #social {
    margin-bottom: 70px;
  }
  nav {
    margin: 30px 0;
  }
  #pages {
    flex-direction: column;
  }
  #pages a:not(:first-child) {
    margin-top: 20px;
  }
  #pages a {
    margin-bottom: 0;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */