html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    color: #F2D2BD;
    background-color: slategrey;
    padding: 0;
    margin: 0;
}

h1 {
    font-weight: 600 !important;
}
.introh2 {
    font-weight: 200 !important;
}

section {
    display: grid;
    position: relative;
    place-items: center;
    align-content: center;
    min-height: 100vh;
}
@keyframes kawtitle{
    from{margin-top: 100px;}
    to{margin-top: 0px;}
}
@keyframes navfade{
    from{color: slategrey;}
    to{color: #F2D2BD;}
}
@keyframes carouselinit {
    from{opacity: 0;}
    to{opacity: 1;}
}
@keyframes sectionanim{
    from{opacity: 0;}
    to{opacity:1;}
}
@keyframes navinit{
    from{background-color: rgba(69, 77, 87, 0);}
    to{background-color: rgba(69, 77, 87, 0.75);}
}
.initopact{
    opacity: 0;
    animation-name: sectionanim;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
}
.kawtitle {
    color: #F2D2BD;
    margin-top:100px;
    text-align: center;
    display:block;
    /* font-size: 50px; */
    text-align: center;
    animation-name: kawtitle;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    text-decoration: none;
}
#navtitle {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    z-index: 100;
    display:block;
    /* font-size: 50px; */
    color: #F2D2BD;
    font-weight: 300 !important;

}
.kawtitle:hover {
    color: #C2A897 !important;
    transition-duration: 0.3s;
}
#navigation {
    position: fixed;
    top: 0px;
    transition: top 0.3s;
    height:95px;
    width: 100%;
    /* font-size:30px; */
    z-index: 9999;
    color:slategrey;
    background-color: rgba(69, 77, 87, 0);
    margin:0 !important;
    border-bottom-width: 2px;border-bottom-style: solid;
    animation: navinit;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    
}
.nav-link {
    color:slategrey;
    z-index: 10000;
    animation-name: navfade;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.nav-link:hover {
    color: #C2A897 !important;
    transition-duration: 0.3s;
}


.carousel{
    opacity: 0;
    animation-name: carouselinit;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.carousel-caption{
    bottom: 25vh !important;
    display: grid !important; 
    vertical-align:center; 
    align-items: center; 
    /* background-color:rgba(0, 0, 0, 0.6); 
    border-radius: 15px;  */
    height:50vh;
}

.full-size {
    width: 100%;
    height:100vh;
}
img.full-size, video.full-size{
    object-fit: cover
}

@media (prefers-reduced-motion: no-preference) {
    .hidden-left {
        opacity: 0;
        filter: blur(5px);
        transform: translateX(-100%);
        transition: all 1s;
    }
    .hidden-right {
        min-width:0;
        opacity: 0;
        filter: blur(5px);
        transform: translateX(100%);
        transition: all 1s;
    }
    .hidden-bottom {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(100%);
        transition: all 1s;
    }
    .show {
        min-width: none;
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
        transform: translateY(0);

    }
}
.profilepic {
    height:50vh;
    border-radius:15px; 
    filter: grayscale(100%);
}
.profilepic:hover {
    transition: 0.3s;
    filter: grayscale(0);
}

div.clickEffect{
    position:fixed;
    box-sizing:border-box;
    border-style:solid;
    border-color:#FFFFFF;
    border-radius:50%;
    animation:clickEffect 0.4s ease-out;
    z-index:99999;
}
@keyframes clickEffect{
    0%{
    opacity:1;
    width:0.5em; height:0.5em;
    margin:-0.25em;
    border-width:0.5em;
    filter: blur(0)
    }
    100%{
    opacity:0.2;
    width:15em; height:15em;
    margin:-7.5em;
    border-width:0.03em;
    filter: blur(5px)
    }
}
@media only screen and (max-width:768px) {
    #black-seperator {
        height: 37vh; 
        width:100%; 
        background: linear-gradient(-3deg, rgba(255,255,255,1) 10%, rgba(0,0,0,1) 10.5%, rgba(0,0,0,1) 100%);
        margin-top:-170px;
    }
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.container3d {
    height: 100vh;
    width: 100vw;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
  }
  .container3dcen {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box3d {
    /* border: 5px solid slategrey; */
    border-radius: 15px;
    height: 100vh;
    width: 100vw;
  }
  .large-homepage{
      margin:auto;
      height: 80vh;
      width: 80vw;
      background-color:beige;
  }

  