:root {
    --mainbacker:#23232c;
}

a {
    all:unset;
}

body {
    margin:0;
    background-color: var(--mainbacker);
}

.body_social {
    width:520px;
    background-color: #4c7f9f;
    padding:20px;
    border-radius: 10px;
    
    color:#fff6e4;
    font-family: "SN Pro", sans-serif;
    font-style: normal;
   
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap:10px;
    
    position:absolute;
    left:0;
    right:0;
    top:20px;
    margin:auto;
}

.container {
    width:730px;
    left:0;
    right:0;
    margin:auto;
}

.block_matrix {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px; /* Optional: Adds spacing between cells */
    width:480px;
    height:480px;
    margin:auto;
}

.block_matrix_social {
    top:20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3px; /* Optional: Adds spacing between cells */
    width:70px;
    height:70px;
    position:fixed;
    
    transition: box-shadow 0.3s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

.block_matrix_social:hover {
    transform: translate(-3px,-3px);
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
}

.block_matrix a {
    display: flex;
    align-items: center; /* Vertically centers the text */
    justify-content: center; /* Optional: Horizontally centers the text */
    color:#fff6e4;
    
    font-family: "SN Pro", sans-serif;
    font-optical-sizing: auto;
    font-size:2em;
    font-weight: 900;
    font-style: normal;
    
    border-radius: 5px;
    transition: box-shadow 0.3s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

.block_matrix_social div {
    display: flex;
    align-items: center; /* Vertically centers the text */
    justify-content: center; /* Optional: Horizontally centers the text */
    color:#fff6e4;
    
    font-family: "SN Pro", sans-serif;
    font-optical-sizing: auto;
    font-size:0.75em;
    font-weight: 600;
    font-style: normal;
    
    border-radius: 2px;
    aspect-ratio: 1/1;
}

.block_matrix a:not(#neutral):hover {
    border: 25px white;
    transform: translate(-8px,-8px);
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
}

#neutral {
    background-color: #181c25;
}


.header1 {
    font-size:1.5em;
    font-weight: 700;
    margin-bottom:15px;
}

.header2 {
    font-size:1em;
    font-weight: 700;
    margin-bottom:8px;
}

.header3 {
    font-size:3em;
    font-weight: 700;
}

.topNumber {
    position:absolute;
    opacity: 70%;
    font-size:4em;
    font-weight: 700;
    color:#ffffff;
    z-index: 66;
    margin-left:-10px;
    margin-top:-20px;
}

.topEntry {
    margin-top:auto;
    margin-bottom:auto;
}

.tickerIMG {
    width:70px;
}

.subtext {
    font-size:0.9em;
    color:#00aaff;
}

.subtext2 {
    font-size:1.5em;
    color:#00aaff;
}

.subtext3 {
    font-size:0.9em;
    color:#ffffff;
}

.chunk_social1 {
    display: flex;
    flex-direction: column;
}

.chunk_social2 {
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #f0f5ff;
    color:#181c25;
    padding:20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
}

.chunk_social_profile {
    display: flex;
    flex-direction: row;
    text-align: left;
    background-color: #f0f5ff;
    color:#181c25;
    padding:20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
}

.chunk_social3 {
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #e0eaff;
    padding:20px;
    border-radius: 10px;
    width:50%;
    margin-bottom:10px;
    width:100%;
}

.chunk_social3row {
    display: flex;
    flex-direction:row;
    text-align: left;
    background-color: #e0eaff;
    padding:20px;
    border-radius: 10px;
    margin-bottom:10px;
    width:100%;
}

.chunk_social3row img {
    width: 100px;
    height: 100px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
    margin-right: 15px;
    margin-left: 15px;
    margin-top:auto;
    margin-bottom:auto;
}

.chunk_social3 img {
    margin-bottom: 15px;
    aspect-ratio: 1/1;
    max-width: 100%;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
}

.chunk_social4 {
    display: flex;
    flex-direction: column;
    background-color: #36364f;
    padding:20px;
    border-radius: 10px;
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    justify-content: center;
    align-content: center;
}


.paragraph_social {
    color:#181c25;
    font-size:1em;
    font-weight: 400;
}

.columnizer {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:10px;
}

.columnizer_nowrap {
    display:flex;
    flex-direction: row;
    gap:10px;
}

.columnizer_nowrap2 {
    display:flex;
    flex-direction: row;
    gap:10px;
}

.columnizerTOP {
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap:10px;
}

#feature_image {
    z-index:23;
    aspect-ratio: 1/1;
    background-position:center;
    background-size:cover;
    width:100%;
}

#feature_image:hover {
    opacity:0.8;
}

.bike_rides {
    font-weight: 400;
    padding:20px;
}

#ride_img {
    max-height:20px;
}

.profile_pic {
    width:50%; max-width:200px; max-height:200px; margin-top:auto; margin-bottom:auto; margin-right:20px;
}

@media (min-width: 1170px) {
    .container {
        width:1170px;
    }
    
    .body_social {
        width:960px;
    }
    
    .chunk_social3row {
    width:45%;
    }
    
    .chunk_social3 {
    width:45%;
    }
    
    .chunk_social3 {
    width:45%;
    }
    
    #feature_image {
        width:33%;
    }    
}

@media (max-width: 830px) {
    .container {
        width:520px;
    }
    
    .body_social {
        width:310px;
    }
    
    .block_matrix_social {
        width:40px;
        height:40px;
    }
    
    .chunk_social_profile {
        flex-direction:column;
    }
    
    .profile_pic {
        margin:auto;
        width:100%;
        margin-bottom:20px;
    }
    
    .columnizer_nowrap2 {
    display:flex;
    flex-direction: column;
    gap:10px;
    }
    
}