﻿@import url('https://fonts.googleapis.com/css2?family=Jersey+20+Charted&family=Monoton&display=swap');

.container_solid {
    width: 100%;
    height: 90dvh;
    /* safari hack */
    -webkit-mask-image: -webkit-linear-gradient(top, #000000 0%,#060d0d 100%);
    background: #060d0d;
    position: relative;
    text-align: center;    
}

    .container_solid img {
        object-fit: contain;
     /*   -webkit-filter: drop-shadow(0px 0px 15px #e1e1e1) drop-shadow(0px 0px 15px #e1e1e1);
        filter: drop-shadow(0px 0px 15px #e1e1e1) drop-shadow(0px 0px 15px #e1e1e1);*/
        max-height: 40vh;
    }
    .container_solid>h1{
        font-weight:900;
    }
    .title_wrapper {
        /*position: absolute;*/
        display: block;
        width: 100%;
        /* center the text wrapper vertically */
        top: 50%;
        /*-webkit-transfor m: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .title_wrapper h1 {
        text-align: center;
        font-size: 10rem;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Monoton', serif;
        font-weight: 400;
        margin: -70px 0;
        line-height: 1;
        font-variant: small-caps;
        text-transform: capitalize;
    }

        .title_wrapper h1:first-child {
            padding-right: 50px;
        }

        .title_wrapper h1:last-child {
            padding-left: 50px;
        }

        .title_wrapper h1 span {
            font-size: 6rem;
            font-family: 'Monoton', serif;
        }


#about p {
    font-size: 1.2rem;
}
#about h1 {
    font-weight: 900;
}

#about h2 {
    font-weight: 700;
}
#about h3 {
    font-weight: 500;
}
#social li {
    display: inline;
    padding: 10px;
}

#contact li {
    display: inline;
    padding: 10px;
}

@media(max-width:425px) {
    .container_solid img {
        max-height: 30vh;
    }

    .title_wrapper h1 {
        font-size: 5rem;
        margin: -35px 0;
    }

        .title_wrapper h1 span {
            font-size: 4rem;
        }

        .title_wrapper h1:first-child {
            padding-right: 20px;
        }
}



.holder {
    width: 100%;
}

.circle {
    width: 175px;
    height: 175px;
    border: 1px solid #fff;
    display: inline-flex;
    margin: 5px;
    vertical-align: middle;
    align-items: center;
    border-radius: 50%;
}

    .circle p {
        width: 100%;
        padding: 10px;
        height: fit-content;
        margin: 0;
    }

.square {
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
    display: inline-flex;
    rotate: -45deg;
    margin: 40px;
    vertical-align: middle;
    align-items: center;
}

    .square:nth-child(even) {
        rotate: 45deg;
    }

    .square p {
        width: 100%;
        padding: 10px;
        height: fit-content;
    }

.hexagon {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #2954a2;
    margin: 86.60px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    display: inline-block;
}

    .hexagon:nth-child(6n+1) {
        margin-left: 100px;
    }

    .hexagon span {
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        width: 300px;
        height: 173.2051px;
        z-index: 2;
        background: inherit;
    }

    .hexagon:before, .hexagon:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 212.13px;
        height: 212.13px;
        -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -ms-transform: scaleY(0.5774) rotate(-45deg);
        transform: scaleY(0.5774) rotate(-45deg);
        background-color: inherit;
        left: 43.9340px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
    }

    .hexagon:before {
        top: -106.0660px;
    }

    .hexagon:after {
        bottom: -106.0660px;
    }