
@import url("font.css");



body{
    background: white;
    font-family: "Josefin Sans", sans-serif;
    font-size: 23px;
    line-height: 1.25;
}



header{

}

img{
    width: 100%;
    height: auto;
}

.logo-box{
    display: inline-block;
    text-align: center;

}

.site-logo{
    margin-top:.75em;
    width: 8vW;
    max-width: 80px;
}

.title-box{
    color: burlywood;
    display: inline-block;
    text-align: center;
}

.site-title{
    font-size: 5rem;
    line-height: 1em;
    margin:0;
    margin-top:1.5rem;
    font-weight: 500;
    text-align: center;
}

.bitbox-logo{
    margin: 1em auto .5em;
    width:550px;
    max-width: 100%;
}

main{
    margin: 0 auto;
    width: 100%;
    max-width: 730px;
}

section{
    //text-align: right;
    padding-right: 1em;
}


.lead{
    font-weight: 600;
}

.single-box{
    display: flex;
    height: 98vH;
    width:98vW;
    margin:0;
    padding:0;

    justify-content: center;
    align-items: center;
}

.gallery{
    //background: red;
    height: 250px;

}

.gallery img{
    //width: 400px;
    height: 100%;
    margin-left:1em;
}

.invert{
    filter:invert();
}

.gg-section{
    display:flex;
    flex-direction: column;
    justify-content: center;
    //align-items: flex-end;
}


.single-image,
p,
.gallery-grid
{
    width: 100%;
}

p:first-of-type{
    margin-top:0;
}

p{
    font-size:22.4px;
    text-align: justify;
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
}

.center{
    text-align:center;
}

.bullet-list{
    margin-top:0;
}

.gallery-grid{
    display: grid;
    gap:1em;
    grid-template-columns: auto auto;
}

.gallery-grid div{
    aspect-ratio: 1/1;
    height: 100%;
}

.gallery-grid div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

video{
    margin: 1em 0 1.5em;
    max-width: 100%;
    height: auto;
    object-fit: cover;

    transition: transform 0.3s ease;
}

video:hover {
    transform: scale(1.02);
}

.service-box{
    position: fixed;
    bottom: 0;
    left:0;
    background: white;
    padding: .75em 0;
    width: 100%;
    border-top: 2px solid black;
}

.service-box p{
    font-size:0.8em;
    margin-bottom: .5em;
}

.button-container{
    text-align: center;
}

.download-button{

    font-size:0.8em;

    background: black;
    color:white;

    border: 0;
    padding:.5em 1em;
    display: inline-block;
    text-decoration: none;

    transition: all .2s;
}

.download-button:hover{
    color:white;
    background: black;
}

footer{
    font-size: .5em;
    margin-top:2em;
    background:white;
    color:black;
    padding:2em;
}

.footer-left{
    width: 49%;
    display:inline-block;
}

.footer-right{
    width: 49%;
    text-align: right;
    display:inline-block;
}

@media (max-width: 600px) {
    body{
     font-size: 18px;
 }

 .site-title{
    font-size: 3rem;
}

p{
    font-size: 19px;
}
