@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Playfair+Display:wght@400;500&family=Prata&family=Raleway&display=swap');

body, html {
    height: 100%;
    margin: 0;
    background-color: #f2f2f2;
    overflow-x: visible;
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px !important;
    text-wrap: pretty;
}

h1 {
    font-size: 48px !important;
    font-family: 'Prata', serif;
    line-height: 60px;
    margin-bottom: 35px;
    color: #4a4a4a;
}

br {
    display: block;
    position: relative;
    margin: 10px 0;
    content: " ";
}

/*.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-out {
    opacity: 1;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}*/

/************************* new work page *************************/

.top_margin {
    margin-top: 15% !important;
}

.works_type {
    font-size: 5.3rem !important;
    margin: 0;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    text-align: center;
}

.selected_type {
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}


/************************* pricing chart *************************/

.pricing_columns {
  width: 33.3%;
  padding: .75rem;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #1474fb;
  color: white;
  font-size: 20px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 18px;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}


/************************* begin grid layout stuff *************************/

.grid_center {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    align-items: center;
}

.grid_end {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    align-items: flex-end;
}

.grid_3items {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    align-items: stretch;
    grid-template-rows: 1fr;
    grid-gap: 10px;
}

.image {
    grid-column: 2 / 11;
    box-shadow: 10px 10px 10px rgba(0,0,0,.25);
}

.image2 {
    grid-column: 10 / 24;
    align-self: center;
}

.image3 {
    grid-column: 2 / 16;
    align-self: center;
}

.image4 {
    grid-column: 15 / 24;
    box-shadow: -10px 10px 10px rgba(0,0,0,.25);
}

.image5 {
    grid-column: 3 / 15;
    grid-row: 1/3;
    object-fit: cover;
}

.image6 {
    grid-column: 15 / 23;
    grid-row: 1 / 2;
    object-fit: cover;
}

.image7 {
    grid-column: 15 / 23;
    grid-row: 2 / 2;
    object-fit: cover;
}

.full_image_left {
    grid-column: 2 / 23;
    align-self: center;
}

.full_image_right {
    grid-column: 3 / 24;
    align-self: center;
}

.image, .image2, .image3, .image4 {
    grid-row: 1 / 2;
}

.about_grid {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    align-items: stretch;
    grid-template-rows: 0fr;
    grid-row-gap: 25px;
    margin-top: 4.25rem;
}

.about_grid_heading {
    grid-column: 2 / 23;
    grid-row: 5;
    object-fit: cover;
    font-size: 10vw !important;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, .25);
    line-height: 80%;
    margin-bottom: 0;
}

.about_grid_image {
    grid-column: 4 / 25;
    grid-row: 1 / 10;
    object-fit: cover;
    width: 100%;
    object-position: center 10%;
}

.about_subhead {
    font-size: 22px;
    font-weight: 100;
    line-height: 22px;
    color: #000;
    margin-bottom: 25px;
}

.about_copy {
    font-size: 16px;
    font-weight: 100;
    color: #000;
    columns: 2;
}

.about_top_spacing {
    margin-top: 4.5rem;
    padding-top: 10%;
}

/************************* end grid layout stuff *************************/

/*a { 
    color: inherit !important; 
    transition: .5s;
} 

a:hover {
    color: #1474fb !important;
    transition: .5s;
}*/

h2 {
    font-size: 16px !important;
    margin-top: 15px !important;
}

/************************* holiday sale *************************/

.stack {
    flex-direction: column;
    align-items: center;
    padding: 100px 50px !important;
    border-image: url(../images/border.svg) round;
    border-image-slice: 140 200;
    border-image-width: 140px 200px;
    background-image: url(../images/snow.gif);
    background-size: contain;
}

.new_button2 {
    padding: 10px 20px;
    box-shadow: 0px 1px 3px #666;
    width: fit-content;
    background-color: #a38e3d;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0,0,0,.25), 0px 1px 1px rgba(255,255,255,.25);
    font-size: 14px;
    display: inline-block;
    transition: .5s;
}

.new_button2:hover {
    background-color: #b5a563;
}

.holiday_img_size {
    width: 75%;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 1);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, 'none');
    overflow: hidden;
    hyphens: auto;
    text-align: var(--align, left);
}

.stretch_items {
    align-items: stretch !important;
}

.navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
}

.monoton {
    font-family: 'Monoton', cursive;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 80%);
    text-transform: uppercase;
}

.playfair {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 80px;
    top: 14px;
    position: relative;
}

.current {
    color: #1474fb;
}

.accent_type {
    color: #1474fb; 
}

.space_between {
    justify-content: space-between;
}

.margin_right {
    margin-right: 8.33333%;
}

.margin_bottom0 {
    margin-bottom: 0;
}

.margin_bottom15 {
    margin-bottom:15px;
}

.margin_bottom50 {
    margin-bottom: 50px;
}

.margin_bottom100 {
    margin-bottom: 100px;
}

.img_80vh {
    max-height: 80vh;
}

.text_align_right {
    text-align: right;
}

.button1 {
    padding: 10px 0px 10px 20px;
    box-shadow: 0px 1px 3px #666; 
    width: fit-content;
    background-color: #6d6d6d;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0,0,0,.25), 0px 1px 1px rgba(255,255,255,.25);
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    transition: .5s;
}

.new_button1 {
    padding: 10px 56px 10px 20px;
    box-shadow: 0px 1px 3px #666;
    width: fit-content;
    background-color: #6d6d6d;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0,0,0,.25), 0px 1px 1px rgba(255,255,255,.25);
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    transition: .5s;
}

.button1::after {
    content: "";
    background-image: url(../images/right_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    margin-left: 10px;
    background-color: #555;
    padding: 12px 20px;
    position: relative;
    border-radius: 0px 5px 5px 0px;
    transition: .5s;
}

.new_button1::after {
    content: "";
    background-image: url(../images/right_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    margin-left: 16px;
    background-color: #555;
    padding: 20px 20px;
    position: absolute;
    border-radius: 0px 5px 5px 0px;
    transition: .5s;
    margin-top: -10px;
}

.button1:active {
    opacity: .5;
}

.new_button1:active {
    opacity: .5;
}

.button1:hover::after {
    content: "";
    margin-left: 20px;
    transition: .5s;
}

.new_button1:hover::after {
    content: "";
    margin-left: 25px;
    transition: .5s;
}

.new_button1:hover {
    padding-right: 65px;
    transition: .5s;
}

.margin_top0 {
    margin-top: 0 !important;
}

.margin_top25 {
    margin-top: 25px;
}

.margin_top50 {
    margin-top: 50px;
}

.margin_top200 {
    margin-top: 200px;
}

.margin_top10_percent {
    margin-top: 10%;
}

.padding_bottom0 {
    padding-bottom: 0 !important;
}

.padding_top0 {
    padding-top: 0 !important;
}

.padding_top50 {
    padding-top: 50px !important;
}

.gallery_container {
    display: flex;
}

.gallery_item {
    width: 50%;
    padding-right: 20px;
}

.bold_letters {
    font-weight: 600;
}

.tracked_letters {
    letter-spacing: .5rem;
    text-transform: uppercase;
    font-weight: bold;
}

.main {
    display: flex;
    margin: 0 8.33333%;
    padding: 0 .75rem;
}

.main .info {
    width: 48%;
}

.feature_image {
    display: flex;
    width: 48%;
    justify-content: flex-end;
    align-items: center;
}

.bottom_container {
    width: auto;
    margin-top: 50px;
}

.large_top_margin {
    margin-top: 8rem;
}

.grey {
    background-color:#f2f2f2;
}

.title_font {
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: .75rem;
    font-weight: 900;
    margin: 1.5rem 0 .25rem;
}

.large_title_font {
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.2rem;
    font-weight: 900;
    margin: 1.5rem 0 .5rem;
}

/*.hyperlink {
    color: #4a4a4a;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #1474fb;
    transition: .5s ease;
}

.hyperlink:hover {
    background-color: #1474fb;
    color: #fff !important;
}*/

.hover-1 {
    background: linear-gradient(#1474fb 0 0) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.4s, background-position 0s;
    color: #4a4a4a;
    border-bottom: 1px solid #1474fb;
}

.hover-1:hover {
    --p: 100%;
    color: #fff !important;
}

.hover-2 {
  background: linear-gradient(#1474fb 0 0) no-repeat calc(200% - var(--p,0%)) 100% / 200% var(--p,.5px);
  transition: .3s var(--t,0s), background-position .3s calc(.3s - var(--t,0s));
  color: #4a4a4a;
}

.hover-2:hover {
  --p: 100%;
  --t: .3s;
  color: #fff !important;
}

.link_underline {
    border-bottom: 1px solid #1474fb;
}

.work_page_hover {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.no_top_margin {
    margin-top: 0px !important;
}

.no_margin {
    margin: 0px !important;
}

.content_top_margin {
    margin-top: 4.5rem;
}

.about_bio_container {
    max-width: 10000px;
    background-color: #4a4a4a;
    color: #fff;
}

.work_container {
    max-width: 10000px;
    background-color: #f2f2f2;
    padding: 3rem 0rem 0rem 0rem;
}

.work_hover {
    display: block;
    color: #000 !important;
}

.work_hover:hover {
    /*display: block;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    transform: scale(1.01);*/
    color: #3273dc !important;
}

.work_thumb {
    padding: 0.75rem;
    cursor: pointer;
    transition: .5s ease;
    color: inherit;
    margin-bottom: 20px;
}

.work_thumb a {
    color: inherit;
}

.work_thumb:hover {
    opacity: .5;
}

.left_thumb {
    padding: 0.75rem 0.75rem .75rem 0;
    cursor: pointer;
    transition: .5s ease;
}

.left_thumb:hover {
    opacity: .5;
}

.right_thumb {
    padding: 0.75rem 0 .75rem .75rem;
    cursor: pointer;
    transition: .5s ease;
}

.right_thumb:hover {
    opacity: .5;
}

.about_bio_padding {
    padding: 2.25rem;
}

.about_headshot {
    /*vertical-align: middle;
    height: fit-content;
    object-position: center;
    width: -webkit-fill-available;*/
    object-fit: cover;
    height: 100%;
}

.navbar {
    height: 4.5rem;
    top: 0;
    background-color: rgba(242,242,242, .95);
    position: fixed;
    width: 100%;
    transition: top 0.5s;
}

.navbar-brand {
    height: 100% !important;
    align-items: center;
}

.navbar-logo {
    width: 200px;
    margin-left: 20px;
    margin-top:5px;
}

.navbar-item,
.navbar-link {
    color: inherit;
    display: block;
    line-height: 1.5;
    padding: 1rem;
    position: relative;
    transition: .5s ease;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 11px !important;
    font-weight: 900;
    margin: .25rem;
}

.inspo {
    text-transform: lowercase;
    text-indent: 10px;
}

.navbar-burger {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    height: 4.25rem;
    position: relative;
    width: 4rem;
    margin-left: auto;
}

.navbar-burger:hover {
    background-color: rgba(242,242,242, 0);
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 2px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    width: 16px;
}

a.navbar-item:focus, a.navbar-item:focus-within,
a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus, .navbar-link:focus-within,
.navbar-link:hover, .navbar-link.is-active {
    background-color: transparent !important;
    color: #1474fb !important;
    transition: .5s;
}

.button {
    background-color: white;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap;
    transition: .5s ease;
}

.button:hover, .button.is-hovered {
    border-color: #ccc;
    color: #363636;
    background-color: #ccc;
}

.adjust_margin {
    margin-left: calc(-0.375em + 1px) !important;
    margin-right: calc(-0.375em - 3px) !important;
}

.about_bg_image {
    /* The image used */
    background-image: url("../images/ribbing_bg2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_image {
    display: block;
    height: 100vh;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.full_image_interiors {
    object-fit: cover;
    vertical-align: middle;
    height: calc(100vh - 3.25rem);
    width: 100vw;
}

.full_image {
    width: 100vw;
    display: block;
}

.wide_sets {
    width: 80%;
}

.right {
    float: right;
}

.footer {
    background-color: #e5e5e5;
    padding: 3rem 1.5rem;
}

.footer_type {
    color: #4a4a4a;
    font-size: .75rem;
    font-weight: 400;
    line-height: 3;
}

.grey_button {
    background-color: #e5e5e5;
}

.center_text {
    text-align: center;
}

.columns {
    margin: 0 !important;
    padding: 0 !important;
}

.padding_zero {
    padding: 0;
}

/* slider */

.slider,
.swiper-container {
  height: 100vh;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/prev_btn3.svg");
    top: calc(50% - 3.25rem);
    left: 0px;
    width: 20px;
    height: 44px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/next_btn3.svg");
    top: calc(50% - 3.25rem);
    right: 0px;
    width: 20px;
    height: 44px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background : #000;
}

.slide-image {
    display: block;
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.align_baseline {
    align-items: baseline;
}

.navbar-start {
    margin-right: 4px !important;
}

.center_photo {
    display: flex;
    justify-content: center;
}

.center_photo .primary_photo {
    width: 50%;
}

.center_photo .secondary_photo {
    width: 70%;
}

.center_photo .full {
    width: 100%;
}

.set_images {
    width: 65%;
}

.mobile_img {
    display: none;
}

.two_columns {
    column-count: 2;
}

.bold {
    font-weight: 600;
}

.max_height {
    max-height: 200px;
}

.resume_icon {
    width: 16px;
}

@media screen and (min-width: 1088px) {

.navbar-word {
        margin-top: .6rem;
    }

    .navbar-burger {
        display: none;
    }

    .navbar-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: auto;
    }

    a.navbar-item:hover, a.navbar-item.is-active,
        .navbar-link:hover,
        .navbar-link.is-active {
        background-color: transparent;
        color: #000;
    }

}

/*Shopify stuff*/

.shopify-buy__product {
    margin-bottom: 40px !important;
}

@media screen and (max-width: 1087px) {

    .navbar-menu {
        height: 100%;
        width: 100%;
        padding: 0;
        position: fixed;
        background-color: rgba(242,242,242, .95);
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        visibility: hidden;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .navbar-menu:empty {
        display: none;
    }

    .navbar-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: -5rem;
        margin-right: 0px !important;
    }

    .navbar-menu.is-active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar-logo {
        width: 40px;
    }

    .field.is-grouped {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {

    .stack {
        border-image-slice: 100;
        border-image-width: 100px;
    }

    .holiday_img_size {
        width: 100%;
    }

    .column_reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .main .info {
        width: auto;
    }

    .feature_image {
        display: flex;
        width: auto;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .large_top_margin {
        margin-top: 5rem;
    }

    .img_80vh {
        display: none;
    }

    .mobile_img {
        display: block;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .main {
        margin: 0;
    }

    .margin_top200 {
        margin-top: 50px;
    }

    .mobile_margin_top50 {
        margin-top: 50px;
    }

    .center_photo .secondary_photo {
	    width: 50%;
	}

    .work_thumb {
        padding: .75rem 0;
    }

    .left_thumb {
        padding: .75rem 0;
    }

    .right_thumb {
        padding: .75rem 0;
    }

    .ewer_image {
        width: 90vw;
    }

    /**************** grid stuff *******************/

    .image {
        grid-column: 3 / 24;
        box-shadow: none;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .image2 {
        grid-column: 2 / 23;
        margin-top: 25px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .image3 {
        grid-column: 2 / 23;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .image4 {
        grid-column: 3 / 24;
        box-shadow: none;
        margin-top: 25px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .image5 {
        grid-column: 2 / 23;
        grid-row: auto;
        object-fit: cover;
        aspect-ratio: 1/1;
    }

    .image6 {
        grid-column: 3 / 24;
        grid-row: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .image7 {
        grid-column: 2 / 23;
        grid-row: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .full_image_left {
        grid-column: 2 / 23;
        align-self: center;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .full_image_right {
        grid-column: 3 / 24;
        align-self: center;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .image, .image2, .image3, .image4 {
        grid-row: auto;
    }

    /**************** end grid stuff *******************/

    .about_copy {
        columns: 1;
        text-wrap: balance;
    }

    .about_grid_image {
        grid-row: 1/6;
    }

    .about_grid_heading {
        grid-row: 3;
    }

    .two_columns {
        column-count: 1;
    }

    .remove_padding_top {
        padding-top: 0;
    }

    .remove_padding_bottom {
        padding-bottom: 0;
    }

    .remove_margin_top {
        margin-top: 0 !important;
    }

    .pricing_columns {
      width: 100%;
    }

    .about_bg_image {
        background-size: 500vw;
    }
}


@media screen and (max-width: 500px) {

    .mobile_img {
        width: 100%;
    }
}

@supports (-webkit-touch-callout: none) {
    .new_button1::after {
        padding: 20px 20px 21px;
    }

    .about_grid_heading {
        line-height: 90%;
    }
}




