body {
    margin: 0;
    padding-bottom: 20px;
    font-family: helvetica;
    font-weight: 300;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
}

.octo-header {
    text-align: center;
    background-color: inherit;
    padding-top: 1em;
    padding-bottom: 3em;
    font-weight: 100;
}

a {
    color: black;
}

li {
    list-style-type: none;
}

.octo-nav {
    font-family: 'Barlow Condensed', sans-serif;
    margin: 1em;
    font-weight: 100;
    text-decoration: none;
}

.octo-nav-active {
    font-weight: 400;
}

.octo-phone-prefix {
    font-weight: 100;
}

.octo-portfolio {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

main.octo-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    column-gap: 5px;
}

@media (min-width: 620px) {
    main.octo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    main.octo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.octo-grid img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
}

.octo-contacts table {
    margin-left: auto;
    margin-right: auto;
}

.octo-contact-category {
    padding-right: 30px;
}

img.octo-photo {
    opacity: 0;
}

img.octo-photo.loaded {
    opacity: 1;
    transition: opacity 1s linear;
}

.octo-about {
    max-width: 500px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.octo-img img {
    width: 100%;
}

.beer-reveal {
    filter: brightness(90%);
}

#logo-table {
    /* table-layout: fixed; */
    width: 100%;
}

#logo-table td {
    text-align: center;
    width: 100px;
    height: 100px;
}

#logo-table img {
    max-width: 100px;
    max-height: 100px;
}

@keyframes fade {
  0% { opacity: 0 }
  10% { opacity: 1 }
  90% { opacity: 1 }
  100% { opacity: 0 }
}

.octo-viewer-credits {
    pointer-events: none;
    background-color: black;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%);
    font-size: 20px;
    opacity: 0;
    display: block;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all .3s;
    animation: fade 2s linear;
}

.octo-viewer-credits > div {
    text-align: center;
    color: white;
    font-family: arial,sans-serif;
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 900;
    line-height: 10px;
    margin-bottom: 10px;
}

.octo-photo-link {
    display: block;
    position: relative;
}

.octo-photo-link:hover .octo-photo-overlay {
    opacity: 1;
}

.octo-photo-overlay {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.octo-credits {
    text-align: center;
    color: white;
    font-family: arial,sans-serif;
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 900;
    line-height: 10px;
}
