/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* 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
 */

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow:  0.05rem 0.05rem .25em rgba(0, 0, 0, .3),
                0.05rem -0.05rem .25rem rgba(0, 0, 0, .3),
                -0.05rem 0.05rem .25em rgba(0, 0, 0, .3),
                -0.05rem -0.05rem .25em rgba(0, 0, 0, .3);
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  background-color: transparent !important;
}

/*
 * Canvas
*/
canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999; 
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.main{
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}

img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 5px black;
}

.video-player {
  border-radius: 10px;
  box-shadow: 1px 1px 5px black;
}

.splash-screen{
  width:100vw;
  height:100vh;
}
.flex-splash{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cover-container {
  max-width: 42em;
}

.center-height{
  margin: auto;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Main content
 */
 .main-content{
  padding:  0 0 10em ;
 }

  .main-image{
    width: 70%;
  height: 70%;
 }

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.work-title {
  padding: 10em 0em 2em 0;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.nice-text{
  text-align: justify;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

h4, h3, h2, h1 {
    text-shadow: 0px 3px 10px rgb(35 29 29 / 69%);
    margin-bottom: 1rem !important;
}

p, a {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1em !important; 
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.button-padding a {
    margin-right: 0.5em;
    margin-top: 1em;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.button-color {
    background-color: #31c5c5 !important;
    box-shadow: 5px 5px 15px rgb(35 29 29 / 50%);
    background-color: #31c5c5 !important;
    border-color: #31c5c5 !important;
}

.scrollpointer {
  transform: rotate(90deg);
    margin-top: 3em;
}

.scrollpointer:hover {
  cursor: pointer;
  color: lightgray;
  transition: all .2s ease-in;
}

.background-container {
  position: relative;
  overflow: hidden;
}

.overlay-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iframe-container {
  position: relative;
   width: 100%;
   height: 0;
   padding-bottom: 56.25%;
}
.video {
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   aspect-ratio: 16 / 9;
}

a.stylized-link {
  color: #8dffff;
  text-decoration: underline;
}

img.profile {
  width: 10em;
  height: 10em;
  margin-bottom: 1.5em;
  border-radius: 999999px !important;
  overflow: hidden;
}

.img-shadow-disabler img {
  box-shadow: none !important;
}