@import "bulma.min.css";
@import "fonts.css";

html {
    height: 100%;
}

.title {
    color: #eee;
    font-size: xx-large;
}

body {
    font-family: "Franklin Gothic Medium Regular";
    min-height: 100%;
    font-size: large;
    background-color: #000;
    color: #eee;
}

html::-webkit-scrollbar {
    display: none;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #eee;
    font-weight: 500;
    line-height: 1.3em;
    margin: 30px 0 20px 0;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: .9rem;
}

.footer {
    font-size: medium;
    padding: 3rem 1.5rem 2rem;
}

header {
    height: 128px;
    margin-bottom: 30px;
}

a {
    margin-bottom: 2px;
    color: #eee;
    text-decoration: none;
    word-break: break-word;
}

a:hover,a.active {
    color: #eee;
}

a:hover,a.active {
    border-bottom: 5px solid #3b4d3d;
}

.a-clean:hover,a-clean.active {
    border-bottom: unset;
}

::-moz-selection {
    background: #3b4d3d;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #3b4d3d;
    text-shadow: none;
    color: #fff;
}

/* WELCOME */

.welcome {
    background-image: url("/theBackground.jpeg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.welcome-media {
    margin-bottom: 70px;
    align-items: center !important;
}

.welcome-title {
    text-align: center;
    font-size: 2em;
}

.welcome-subtitle {
    font-size: 1.2em;
}

.navbar-end {
    display: flex;
    justify-content: center;
}

.navbar-middle {
    width: 100%;
    display: grid;
    justify-content: center;
    position: absolute;
    z-index: -9;
}

.socials {
    width: 60%;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.social {
    margin-right: 20px;
}

.enter {
    display: grid;
    margin-top: 50px;
    justify-content: center;
}

.enter>.button {
    margin-bottom: 50px;
    height: 50px;
    width: 170px;
    opacity: 0.9 !important;
    font-size: 1.9em;
}

.enter>div.warn>span.warn {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    font-size: small;
    color: rgba(214, 214, 214, 0.828);
    background-color: #3b4d3d;
}

nav.navbar {
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    margin-left: 2em;
    margin-right: 2em;
    padding-top: 1em;
}

.navbar-burger {
    color: #ffffff;
    height: 6rem;
}

.menu {
    max-width: 600px;
}

div.logo {
    height: 5rem;
}

img.logo {
    border-radius: 50%;
    height: 100%;
}

.welcome-end {
    width: 100%;
    position: absolute;
    padding: 20px;
    bottom: 0;
    text-align: center;
    font-size: small;
}

img {
    margin: auto;
    display: block;
}

a img {
    border: none;
}

.markdown p {
    margin-bottom: 20px;
}

/* 404 page */

.image-404 {
    box-shadow: 2px 2px 2px 2px #2c3f39;
}

.page-404 {
    text-shadow: 2px 2px #2c3f39;
    justify-content: center;
    text-align: center;
    color: #000;
    background-image: url("/the404.gif");
    background-size: cover;
    background-position: center;
}

.title-404 {
    font-size: 6em;
}

.subtitle-404 {
    font-size: 1.7em;
}

.header-404 {
    justify-content: center;
    display: grid;
}

.body-404 {
    margin-top: 20vh;
}

/* Portfolio list */

.slider {
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.90);
}

.slide {
    justify-content: center;
    justify-items: center;
    box-sizing: border-box;
}

.slides > .columns {
    width: 80%;
}

.prev,
.next {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: auto;
    margin: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

section .column img {
    cursor: pointer;
}

.alittle {
    max-width: 920px;
}

.slide img {
    width: auto;
    max-height: 97vh;
}

.portfolio {
    margin: 10px;
    width: 100%;
}

.slide-tags {
    padding-left: 3px;
}

.slide-info {
    margin-top: 1px;
    font-size: medium;
    width: 1200px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.exif {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: small;
    color: rgb(211, 211, 211);
}

.footer {
    background-color: #000;
    color: rgb(245, 245, 245);
}

#mobile {
    display: none;
}


.image-box {
    margin-top: 20px;
    overflow: hidden;
    border: 0px;
}

.image-box img {
    transition: all 0.3s;
    display: block;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.03);
}

@media (max-width: 1024px) {
    nav.navbar {
        width: 100%;
        margin-left: unset;
        margin-right: unset;
        display: grid;
        justify-content: center;
        height: 15rem;
        padding: 30px;
    }

    .slide-info {
        margin-top: 15px;
        width: 90%;
    }

    div.logo {
        margin-bottom: 15px;
    }

    .enter {
        margin-bottom: 10vh;
    }

    .social {
        margin-top: 15px;
        margin-right: unset;
    }

    .welcome-title {
        margin-left: 0px;
    }

    .enter {
        margin-top: 0px;
    }

    .enter>.button {
        height: 40px;
        width: 140px;
        font-size: 1.5em;
    }


    .navbar-middle {
        all: unset;
    }

    .exif {
        position: relative;
        float: unset;
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .slide {
        margin-top: 3vh;
    }

    .slide-info {
        margin-top: 20px;
        width: 95%;
    }

    .image-box {
        margin-top: 10px;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    #mobile.section {
        padding: 3rem 0.8rem;
    }

    #mobile.section .column {
        padding: 0.2rem 0.3rem;
    }

    .prev,
    .next {
        font-size: 27px;
    }

    section.thework .columns .column {
        padding: 0.5rem;
    }

    .slide > .columns {
        width: 90%;
    }
}