html {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "width" 100;
    margin: 0;
    padding: 0;
    color: #777777;
    line-height: 1.5;
}
body {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}
strong {
    font-weight: 700;
    color: #000000;
}
div.wrap {
    width: 100vw;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #ffffff;
}
div.page {
    padding: 2vw 5vw;
    clear: both;
    min-height: 80vh;
}
div.page.page-home {
    text-align: center;
}
div.page.page-home h1 {
    color: #000000;
    margin: 0 auto;
    font-size: 6rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
}
div.page.page-home h2 {
    color: #000000;
    margin: 0 auto;
    font-size: 4.4rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
}
div.page h3 {
    color: #000000;
    margin: 2rem 0;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
}
div.contact-info {
    margin: 3vw 0 0 0;
}
h4 {
    color: #000000;
    font-size: 1.6rem;
    margin: 1rem 0 1rem 0;
}
h5 {
    color: #000000;
    font-size: 1.3rem;
    margin: 1rem 0 1rem 0;
}
div.instant-photo {
    background: #fafafa;
    border: 1px solid #aaaaaa;
    display: inline-block;
    padding: 1rem;
    -webkit-box-shadow: 6px 6px 22px 0 rgba(66, 68, 90, 0.2);
    -moz-box-shadow: 6px 6px 22px 0 rgba(66, 68, 90, 0.2);
    box-shadow: 6px 6px 22px 0 rgba(66, 68, 90, 0.2);
    border-radius: 0.2rem 0.3rem 0.5rem 0;
    margin: 2rem;
}
div.instant-photo > img {
    background: #fff;
    width: 25vw;
    aspect-ratio: 1 / 1;
    border-inline: 1px solid rgba(0, 0, 0, 0.5);
}
div.instant-photo > p.photo-description {
    width: 25vw;
    text-align: center;
    min-height: 2vw;
}
div.instant-photo-small > img {
    width: 12.5vw;
}
div.instant-photo-small > p.photo-description {
    width: 12.5vw;
    text-align: center;
    min-height: 1vw;
}
div.page.page-home div.instant-photo {
    margin: 2rem auto 0 auto;
}
li.rotate-left-1 {
    transform: rotate(-1deg);
}
li.rotate-left-2 {
    transform: rotate(-2deg);
}
div.instant-photo-rotate-left-3, li.rotate-left-3 {
    transform: rotate(-3deg);
}
div.instant-photo-rotate-left-6, li.rotate-left-6 {
    transform: rotate(-6deg);
}
li.rotate-right-1 {
    transform: rotate(1deg);
}
li.rotate-right-2 {
    transform: rotate(2deg);
}
div.instant-photo-rotate-right-3, li.rotate-right-3 {
    transform: rotate(3deg);
}
div.instant-photo-rotate-right-6, li.rotate-right-6 {
    transform: rotate(6deg);
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
div.page.page-pictures {
    text-align: center;
}
footer {
    border-top: 1px solid #eeeeee;
    padding: 2rem 3rem 5rem 3rem;
}
a {
    text-decoration: underline;
    color: #000000;
}
a:hover {
    text-decoration: none;
}
p.review-columns {
    column-count: 3;
    text-align: justify;
}
.ul-block {
    display: inline-block;
}
.text-center {
    text-align: center;
}
ul.video-list {
    list-style: none;
    display: grid;
    grid-template-columns: 50% 50%;
}
ul.video-list li {
    text-align: center;
}
nav {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 10000;
}
nav ul {
    list-style: none;
    margin: 0 auto;
}
nav ul li {
    display: inline-block;
    margin: 0 0.25rem 1.5rem 0.25rem;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
nav ul li:hover {
    transform: rotate(0deg);
}
nav ul li a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 0.5rem 1rem;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(66, 68, 90, 0.3);
    -moz-box-shadow: 2px 2px 8px 0 rgba(66, 68, 90, 0.3);
    box-shadow: 2px 2px 8px 0 rgba(66, 68, 90, 0.3);
    border-radius: 0.2rem 0.2rem 0.2rem 0;
}
nav ul li a:hover {
    transform: rotate(-3deg);
}
@media only screen and (max-device-width : 1280px) {
    ul.video-list {
        list-style: none;
        display: grid;
        grid-template-columns: 100%;
    }
    div.instant-photo img, div.instant-photo p.photo-description {
        width: 50vw;
    }
    div.instant-photo.instant-photo-small img, div.instant-photo.instant-photo-small p.photo-description {
        width: 25vw;
    }
    div.page-home img {
        width: 100%;
    }
    div.instant-photo {
        padding: 0.75rem;
    }
    p.review-columns {
        column-count: 2;
    }
}
@media only screen and (max-device-width : 640px) {
    div.instant-photo img, div.instant-photo p.photo-description {
        width: 70vw;
    }
    div.instant-photo.instant-photo-small img, div.instant-photo.instant-photo-small p.photo-description {
        width: 35vw;
    }
    div.instant-photo {
        padding: 0.5rem;
    }
    div.page.page-home h1 {
        font-size: 4rem;
    }
    div.page.page-home h2 {
        font-size: 3rem;
    }
    div.page.page-reviews img {
        display: none;
    }
    p.review-columns {
        column-count: 1;
    }
}