@font-face {
    font-family: 'Jost';
    src: url(../files/jost_files/Jost-VariableFont_wght.ttf) format(TrueType);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(../files/jost_files/Jost-VariableFont_wght.ttf) format(TrueType);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(../files/jost_files/Jost-VariableFont_wght.ttf) format(TrueType);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(../files/jost_files/Jost-VariableFont_wght.ttf) format(TrueType);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(../files/jost_files/Jost-Italic-VariableFont_wght.ttf) format(TrueType);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url(../files/jost_files/Jost-Italic-VariableFont_wght.ttf) format(TrueType);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url(../files/jost_files/Jost-Italic-VariableFont_wght.ttf) format(TrueType);
    font-weight: 800;
    font-style: italic;
}

html{
    --background:#FFF9EE !important;
    --orange:#D3592C !important;
    --blue:#76ACB6 !important;
    --purple:#715A95 !important;
    --magenta:#AD6095 !important;
    --pink:#CE6C9E !important;
    --green: #7CA835 !important;
    --yellow:#DDD347 !important;
    --text: #222222 !important;
    --Jost: 'Jost', Arial, sans-serif;
    --rhythm: 24px;
}

/*PHOTOGRAPHY*/
img{
    max-width: 100%;
}

h1.photog-title{
    font-size: 11vw;
    line-height: 14vw;
}

.photo-button-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    'nature architechture portrait';
    justify-items: center;
    align-items: center;
    padding: 1rem;

}

.photo-button-grid a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28vw;
    border-radius: 50vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.photo-button-grid a p {
    color: var(--background);
    font-family: var(--Montserrat);
    font-size: 3vw;
    font-weight: 800;
    text-align: center;
}

.portrait-btn{
    background: url(../images/photography/portraiture/Olive_Window-Small.jpg);
    box-shadow: inset 0 0 0 1000px rgba(118,172,182,.5);
    border: var(--blue) 8px solid ;
    transition: width 0.5s ease-in, border 0.5s ease-out;
}
.portrait-btn:hover, .nature-btn:hover, .arch-btn:hover, .portrait-btn:active, .nature-btn:active, .arch-btn:active{
    box-shadow: inset 0 0 0 1000px rgba(255,249,238,.2);
    border: var(--background) 0px solid;
    text-decoration: none;
}

.nature-btn{
    background: url(../images/photography/nature/Mammoth_Springs_Small.jpg);
    box-shadow: inset 0 0 0 1000px rgba(124,168,53,.5);
    border: var(--green) 8px solid ;
    transition: width 0.5s ease-in, border 0.5s ease-out;
}

.arch-btn{
    background: url(../images/photography/architecture/Philadelphia_City_Hall-Small.jpg);
    box-shadow: inset 0 0 0 1000px rgba(113,90,149,.5);
    border: var(--purple) 8px solid ;
    transition: width 0.5s ease-in, border 0.5s ease-out;
}

.photo-grid-left{
    display: grid;
    grid-template-columns: 44.87vw 44.87vw;
    grid-template-rows: 61.26vw 67.18vw;
    grid-template-areas:
    'horiz horiz'
    'vert-1 vert-2';
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
}

.photo-grid-right{
    display: grid;
    grid-template-columns: 44.87vw 44.87vw;
    grid-template-rows: 61.26vw 67.18vw;
    grid-template-areas:
    'horiz horiz'
    'vert-1 vert-2';
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.horiz-img {
    grid-area: horiz;
}

.vert-img-1 {
    grid-area: vert-1;
}

.vert-img-2 {
    grid-area: vert-2;
}

@media (min-width: 670px) {
    .photo-button-grid{
        margin: 0 15vw;
    }
    
    .photo-button-grid a {
        width: 20vw;
    }
    
    .photo-button-grid a p{
        font-size: 2.05vw;
    }
}

@media (min-width: 768px) {
    /*Photography Page*/
    
    
    .photo-button-grid a {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .photo-button-grid a p {
        font-size: 2vw;
    }

    .photo-button-grid {
        margin-top: 0;
    }

    .photo-button-grid img {
        border-radius: 50vw;
    }

    .portrait-btn:hover, .nature-btn:hover, .arch-btn:hover, .portrait-btn:active, .nature-btn:active, .arch-btn:active{
        width: 22vw;
    }

    .photo-grid-left{
        display: grid;
        grid-template-columns: 48.58vw 21.74vw 21.74vw;
        grid-template-rows: 32.75vw;
        grid-template-areas:
        'horiz vert-1 vert-2';
        column-gap: 1rem;
        justify-items: center;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
    }

    .photo-grid-right{
        display: grid;
        grid-template-columns: 21.74vw 21.74vw 48.58vw;
        grid-template-rows: 32.75vw;
        grid-template-areas:
        'vert-1 vert-2 horiz';
        column-gap: 1rem;
        justify-items: center;
        align-items: center;
        justify-content: center;
    }
}

.dimbox-sequence, .dimbox-sequence-current, .dimbox-sequence-total, .dimbox-caption{
    font-family: var(--Jost) !important;
    font-size: 20px !important;
    color: var(--background) !important;
}
.dimbox-btn-fullscreen, .dimbox-btn-close, .dimbox-btn-download, .dimbox-btn-prev, .dimbox-btn-next{
    color: var(--background) !important;
    opacity: 1 !important;
}

.dimbox-container *:active, .dimbox-container *:focus, .dimbox-container *:focus-visible {
    outline-style: initial !important;
    outline-offset: 4px;
}