@import url(loginregister.css);

/*  */
@import url(https://fonts.googleapis.com/css?family=Signika:700,300,600);

@import url(navbar.css);
/*  */



.navbar{
    position: fixed;
    width: 100%;
    z-index: 1;
}

video{
    position: fixed;
    min-width: 100%;
    /* min-height: 100%; */
    background-size: cover;
    filter: none;
    z-index: -1;
}
.content-container{
    /* padding-top: 8vh; */
    width: 100%;
    height: fit-content;
    z-index: 10;
}
/* header */
.content-header{
    display: flex;
    width: 100%;
    height: 80vh;
    justify-content: center;
    align-items: center;
}
/* header-text */
.content-header h1{
    display: flex;
    width: 95%;
    justify-content: center;
    font-size: 5em;
    color: rgba(255, 255, 255, 0.221);
    -webkit-text-stroke: 6px rgba(255, 255, 255, 0.221);
    font-weight: 700;
}
/* main content */
.content-container .first-container{
    display: flex;
    background-color: rgb(255, 255, 255);
    min-height: 50vh;
    z-index: 10;
    width: 100%;
    flex-direction: column;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.content-container h2{
    width: 100%;
    text-align: center;
    padding: 0.5em;
    color: #505050;
}
/* .content-container .first-container::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 7vw;
    background: rgb(47, 46, 46);
    bottom: -7vw;
    left: 0;
    transform-origin: left;
    transform: skewY(-4deg);
    z-index: 1;
} */
.content-container .space{
    background-color: transparent;
    min-height: 30vw;
}

/* nem */

h1 {
 font-size:5em;
 font:bold 7.5vw/1.6 'Signika', sans-serif;
 user-select:none;
 font-family: “Open Sans”, sans-serif;
color: #f5f5f5;
text-shadow: 0px -2px 4px #fff, 0px -2px 10px #FF3, 0px -10px 20px         #F90, 0px -20px 40px #C33;
font-size: 100px;
}

h1 { display:inline-block; animation:float .6s ease-in-out infinite; }
 @keyframes float {
  0%,100%{ transform:none; }
  33%{ transform:translateY(-1px) rotate(-2deg); }
  66%{ transform:translateY(1px) rotate(2deg); }
}

.card{
    display: flex;
}