/*
  CSS built by AlexFlipnote (https://github.com/AlexFlipnote/)
  Licensed under MIT (https://github.com/AlexFlipnote/Salanda/blob/gh-pages/LICENSE)
*/

a, html, body, h1, h2, h3, h4, h5, p, linkbreak {
    color: white;
    text-align: center;
    font-family: 'Overpass', sans-serif;
    text-decoration: none;
    margin: 0;
}

html {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

p {
    font-size: 2vh;
    transition: all 0.5s ease;
}

html {
    background-color: black;
}

h1, h2.last {
    padding-bottom: 3rem;
}

h2 {
    padding-bottom: .5rem;
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background: url('../images/background1.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

body {
    overflow: auto;
    position: relative;
}

.background {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}


.center_page {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    max-width: 95%;
}

.page_title {
    font-size: 8vh;
    transition: all 0.5s ease;
}

h2 {
    font-size: 2.5vh;
    transition: all 0.5s ease;
}

/*
br {
  display: none;
}
*/
a, a:visited, a:hover, a:active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.5s color ease;
    text-decoration: none;
    color: white;
/*    font-size: 4vh;*/
}

.links > a {
    font-size: 4vh;
    padding-left: 10px;
    padding-right: 10px;
}

a.before:before, a.after:after {
    content: "";
    transition: 0.25s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

a.before:before {
    top: -0.25em;
}

a.after:after {
    bottom: -0.25em;
}

a.before:before, a.after:after {
    height: 5px;
    height: 0.35rem;
    width: 0;
    background: #2196F3;
}

a.linkeffect:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

a.before:hover:before, a.after:hover:after {
    width: 100%;
}

img {
    max-width: 6vh;
}

.box {
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    margin: auto;
    text-align: center;
    width: 45rem;
    max-width: 80%;
    font-size: 4vh;
    transition: all 0.5s ease;
}

.links {
    padding-top: 0rem;
}

.describe {
    padding-left: 1.5rem;
}

@media screen and (max-width: 500px) {
    .page_title {
        font-size: 5vh;
        padding-bottom: 15px;
    }

    linkbreak:before {
        content: "";
    }

    p {
        font-size: 2vh;
    }

    br {
        display: block;
    }

    img {
        max-width: 7vh;
    }

    h2.last {
        padding-bottom: 1rem;
    }
}
