@import url('https://fonts.googleapis.com/css?family=Arima:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel:100,200,300,400,500,700,900&display=swap');

@import url(font-awesome.min.css);


*{
    padding: 0;
    margin: 0;
}


a{
    text-decoration: none;
    
}

body{
    background-color: #090909;
    color: #a0a0a0;
}

.textwall{
    box-sizing: border-box;
    position: absolute;
    justify-content: center;
    top: 0%;
    width: 100%;
    text-align: center;
    font-size: large;
    font-family: 'Arima';
    opacity: 10%;
    padding: 2%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -4;
    align-self: center;    
    animation: textwarp 30s ease-in-out 0ms forwards;
}

@keyframes textwarp {
    0%   {opacity: 0%;}
    25%  {opacity: 5%;}
    100% {opacity: 10%;}
}

.background{
    box-sizing: border-box;
    position: absolute;
    justify-content: center;
    top: 10%;
    width: 100%;
    overflow: hidden;
    z-index: -2;
    align-self: center;    
    opacity: 15%;
}

.background img{
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70vh;
    shape-outside: margin-box;
    background-image: "img/jaj.png";
}

.sigil{
    display: none;
}

.links{
    text-align: center;
    margin-top: 20vh;
}

.links p a{
    color: #a0a0a0;
    text-decoration: underline;
}

.links p :hover{
    color: #48ff00;
}
.links p{
    line-height: 200%;
    width: 100%;
    font-family: 'Cinzel';
    font-size: x-large;
}

.bednarik{
    margin: 2vh;
    z-index: 1;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    font-family: 'Cinzel';

    
}
.bednarik h1{
    font-size: xx-large;
    font-weight: 300;
    color: #48ff00;
    vertical-align: middle;
    
}

.bednarik img{
    width: 40px;
    float: left;
    margin-right: 10px;
}

.floating{
    font-family: 'Cinzel';
    animation-name: floating;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.footer{
    font-family: 'Arima';
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.footer p{
    text-align: center;
}

@keyframes floating {
    0%   {transform: translate(0vh,0vh)}
    25%  {transform:   translate(10vh,-5vh)}
    50%  {transform:   translate(0vh,15vh)}
    75%  {transform:   translate(-10vh,-5vh)}
    100% {transform: translate(0vh,0vh)}
}


.link{
    animation-duration: 5s;
    
}

.facebook{
    z-index: 3;
    position: absolute;
    left: 20vh;
    top: 20%;
}

@keyframes bubble {
    0%   {transform: translate(0vh,0vh)}
    50%  {transform: translate(0vh,-5vh)}
    100% {transform: translate(0vh,0vh)}
}


@import url('https://fonts.googleapis.com/css2?family=Arima&display=swap');

 
@media screen and (max-width: 1000px) {

    body{
        background-color: #090909;
        color: #a0a0a0;
    }
    
    .textwall{
        box-sizing: border-box;
        position: absolute;
        justify-content: center;
        top: 0%;
        width: 100%;
        text-align: center;
        font-size: large;
        font-family: 'Arima';
        opacity: 10%;
        padding: 2%;
        height: 100%;
        width: 100%;
        overflow: hidden;
        z-index: -2;
        align-self: center;    
        animation: textwarp 30s ease-in-out 0ms forwards;
    }
    
    @keyframes textwarp {
        0%   {opacity: 0%;}
        25%  {opacity: 5%;}
        100% {opacity: 10%;}
    }
    
    .background{
        box-sizing: border-box;
        position: absolute;
        justify-content: center;
        top: 10%;
        width: 100%;
    
        z-index: -2;
        align-self: center;    
    }
    
    .background img{
        align-self: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: auto;
        shape-outside: margin-box;
    }
    
    .bednarik{
        text-align: left;
        width: 100%;
    
        font-family: 'Cinzel';
        
    }

}

@media screen and (max-width: 600px) {
    .bubble .link a {

        width: 60px;
    
        height: 60px;

        line-height: 60px;

        font-size: 42px;
    }


    body{
        background-color: #090909;
        color: #a0a0a0;
    }
    
    .textwall{
        box-sizing: border-box;
        position: absolute;
        justify-content: center;
        top: 0%;
        width: 100%;
        text-align: center;
        font-size: large;
        font-family: 'Arima';
        opacity: 10%;
        padding: 2%;
        height: 100%;
        width: 100%;
        overflow: hidden;
        z-index: -2;
        align-self: center;    
        animation: textwarp 30s ease-in-out 0ms forwards;
    }
    
    @keyframes textwarp {
        0%   {opacity: 0%;}
        25%  {opacity: 5%;}
        100% {opacity: 10%;}
    }
    
    .background{
        box-sizing: border-box;
        position: absolute;
        justify-content: center;
        top: 10%;
        width: 100%;
        overflow: hidden;
        z-index: -2;
        align-self: center;    
    }

    .ja{
        display: none;
    }

    .sigil{
        display: block;
        width: 100%;
    }
    
    .sigil img{
        align-self: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25%;
        
        width: 250px;
        height: auto;
    }
    

}


 

.bubble .link a .icon {

    position: relative;

    color: #48ff00;

    transition: .5s;

    z-index: 3;

}

 

.bubble .link a:hover .icon {

    color: #090909;

}

 

.bubble .link a:before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0%;

    width: 100%;

    height: 100%;

    transition: .5s;

    z-index: 2;

    background: #48ff00;

}

 

.bubble .link a:hover:before {
    top: 0;
}