@media (orientation: landscape) and (max-height: 650px) {
    .logo-text {
        justify-content: start;
        flex: 1 1 150px;
        display: flex;
    }

    .logo-landscape {
        padding-left: 15px;
        height: 3vh;
        width: auto;
        max-width:150px;
        min-height:40px;
        max-height:80px;
        color-scheme: only light;
    }

    .theme-aspect {
        aspect-ratio: 18.5/9 !important;
    }
}

@media (max-width: 250px) {
    .logo-text {
        justify-content: center;
        flex: 0 0 150px;
        display: flex;
    }

    .logo-landscape {
        padding-left: 5px;
        height: auto;
        width: 100%;
        max-width:130px;
        min-height:40px;
        max-height: 68px;
    }

    .bg-responsive {
        content: url("../../assets/img/SSP_5322_sm.jpg");
    }

    .theme-aspect {
        aspect-ratio: 7.5/11;
    }

    .email-text {
        font-size:0.3rem;
        display: none;
    }

    .email-position {
        right: 9vw;
    }

    .padder {
        height: 48vh;
    }

    .header {
        font-size: 1.4rem;
/*         bottom: 23%; */
    }

    .maker {
        font-size: 0.7rem;
/*         bottom: 20%;
        margin-bottom: 3rem; */
    }

    .email-icon {
        visibility: visible;
    }

    .logo-text {
        font-size: 0.7rem;
        max-width: 80px;
        top: 21px;
    }

    .contact-size {
        font-size: 0.9rem;
    }

    .content-text {
        font-size: 0.9rem;
        gap: 0px;
    }
    
    .about-item {
        font-size: 0.9rem;
    }
    
    .list-workwithus {
        font-size: 0.9rem;
    }

    .content-padder {
        flex:1 0 2vw;
    }

    .content-padder-list {
        flex:1 0 1vw;
    }

    .footer {
        font-size: 0.6em;
        padding-top: 15px;
        padding-bottom: 45px;
    }

    .content-header {
        font-size: 1.1rem;
    }

    .content-subheader {
        font-size: 1.0rem;
    }

    .irregular-machine-offset {
        padding-left: 21px;
    }

    .contact-div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .address {
        text-align: center;
        padding-top: 10px;
    }

    .icon {
        min-width: 25px;
    }

    .icons-desktop {
        display: none;
    }

    .icons-mobile {
        display: flex;
    }
}

@media (min-width: 251px) {
    .logo-text {
        justify-content: center;
        flex: 0 0 150px;
        display: flex;
    }

    .logo-landscape {
        padding-left: 5px;
        height: auto;
        width: 100%;
        max-width:130px;
        min-height:40px;
        max-height:78px;
    }

    .bg-responsive {
        content: url("../../assets/img/SSP_5322_sm.jpg");
    }

    .theme-aspect {
        aspect-ratio: 7/11;
    }

    .email-text {
        font-size:0.3rem;
        display: none;
    }

    .email-position {
        right: 9vw;
    }

    .padder {
        height: 50vh;
    }

    .header {
        font-size: 1.2rem;
/*         bottom: 23%; */
    }

    .maker {
        font-size: 0.7rem;
/*         bottom: 20%; */
        margin-bottom: 3rem;
    }

    .email-icon {
        visibility: visible;
    }

    .logo-text {
        font-size: 0.7rem;
        max-width: 80px;
        top: 21px;
    }

    .contact-size {
        font-size: 0.9rem;
    }

    .content-text {
        font-size: 0.9rem;
        gap: 0px;
    }
    
    .about-item {
        font-size: 0.9rem;
    }
    
    .list-workwithus {
        font-size: 0.9rem;
    }

    .content-padder {
        flex:1 0 2vw;
    }

    .content-padder-list {
        flex:1 0 1vw;
    }

    .footer {
        font-size: 0.6em;
        padding-top: 15px;
        padding-bottom: 45px;
    }

    .content-header {
        font-size: 1.1rem;
    }

    .content-subheader {
        font-size: 1.0rem;
    }

    .irregular-machine-offset {
        padding-left: 21px;
    }

    .contact-div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .address {
        text-align: center;
        padding-top: 10px;
    }

    .icon {
        min-width: 25px;
    }

    .icons-desktop {
        display: none;
    }

    .icons-mobile {
        display: flex;
    }
}

@media (min-width: 316px) and (max-width: 403px) {
    .bg-responsive {
        content: url("../../assets/img/SSP_5322_sm.jpg");
    }

    .logo-landscape {
        max-height: 85px;
    }

    .email-text {
        font-size:0.7rem;
    }21

    .email-position {
        right: 9vw;
    }

    .padder {
        height: 66vh;
    }

    .header {
        font-size: 1.5rem;
/*         bottom: 20%; */
    }

    .maker {30
        font-size: 0.8rem;
/*         bottom: 17%; */
    }

    .email-icon {
        display:block;
    }

    .logo-text {
        font-size: 0.8rem;
        max-width: 90px;
        top: 17px;
        flex: 0 0 90px;
    }

    .contact-size {
        font-size: 0.9rem;
    }

    .content-text {
        font-size: 0.9rem;
        gap: 0px;
    }
    
    .about-item {
        font-size: 0.9rem;
    }
    
    .list-workwithus {
        font-size: 0.9rem;
    }

    .content-padder {
        flex:1 0 5vw;
    }

    .content-padder-list {
        flex:1 0 4vw;
    }

    .footer {
        font-size: 0.6em;
        padding-top: 15px;
        padding-bottom: 45px;
    }

    .content-header {
        font-size: 1.1rem;
    }

    .content-subheader {
        font-size: 1.0rem;
    }

    .irregular-machine-offset {
        padding-left: 21px;
    }

    .contact-div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .address {
        text-align: center;
        padding-top: 10px;
    }

    .icon {
        min-width: 25px;
    }

    .icons-desktop {
        display: none;
    }

    .icons-mobile {
        display: flex;
    }
}

@media (min-width: 404px) {
    .bg-responsive {
        content: url("../../assets/img/SSP_5322_sm.jpg");
    }

    .logo-landscape {
        max-height: 90px;
    }

    .email-text {
        font-size:0.7rem;
        visibility: visible;
        display: block;
    }

    .email-position {
        right: 10vw;
    }

    .padder {
        height: 90vh;
    }

    .header {
        font-size: 2rem;
/*         bottom: 31%; */
    }

    .maker {
        font-size: 0.9rem;
/*         bottom: 25%; */
    }

    .email-icon {
        display:none;
    }

    .logo-text {
        font-size: 0.8rem;
        max-width: 90px;
        top: 17px;
        flex: 0 0 90px;
    }

    .contact-size {
        font-size: 0.9rem;
    }

    .content-text {
        font-size: 1.0rem;
        gap: 0px;
    }
    
    .about-item {
        font-size: 1.0rem;
    }
    
    .list-workwithus {
        font-size: 1.0rem'
    }

    .content-padder {
        flex:1 0 5vw;
    }

    .content-padder-list {
        flex:1 0 4vw;
    }

    .footer {
        font-size: 0.6em;
        padding-top: 15px;
        padding-bottom: 45px;
    }

    .content-header {
        font-size: 1.2rem;
    }

    .content-subheader {
        font-size: 1.1rem;
    }

    .irregular-machine-offset {
        padding-left: 1.6vw;
    }

    .contact-div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .address {
        text-align: center;
        padding-top: 10px;
    }

    .icon {
        min-width: 25px;
    }

    .icons-desktop {
        display: none;
    }

    .icons-mobile {
        display: flex;
    }
}

@media (min-width: 601px) {
    .bg-responsive {
        content: url("../../assets/img/SSP_5183-Edit_sm_cuttop.jpg");
    }

    .logo-landscape {
        width: 100%;
        max-width:150px;
        min-height:40px;
        padding-left:30px;
    }


    .theme-aspect {
        aspect-ratio: 17.5/9;
    }

    .email-text {
        font-size:0.8rem;
    }

    .email-position {
        right:14vw;
    }

    .padder {
        height: 81vh;
    }

    .header {
        font-size: 2.1rem;
/*         bottom: 53%; */
    }

    .maker {
        font-size: 0.9rem;
/*         bottom: 47%;
        margin-bottom: 3rem; */
    }

    .logo-text {
        font-size: 1.1rem;
        max-width: 215px;
        flex: 0 0 90px;
    }

    .contact-size {
        font-size: 0.95rem;
    }

    .content-text {
        font-size: 1.1rem;
        gap: 15px;
    }
    
    .about-item {
        font-size: 1.1rem;
    }
    
    .list-workwithus {
        font-size: 1.1rem;
    }

    .content-padder {
        flex:1 0 25vw;
    }

    .content-padder-list {
        flex:1 0 24vw;
    }

    .footer {
        font-size: 0.7em;
        padding: 45px;
    }

    .content-header {
        font-size: 1.4rem;
    }

    .content-subheader {
        font-size: 1.2rem;
    }

    .contact-div {
        flex-direction: row;
        justify-content: space-evenly !important;
    }

    .address {
        text-align: left;
    }

    .icon {
        min-width: 20px;
    }

    .icons-desktop {
        display: flex;
    }

    .icons-mobile {
        display: none;
    }
}

@media (min-width: 901px) {
    .header {
        font-size: 2.4rem;
    }

    .logo-landscape {
        padding-left:40px;
    }


    .maker {
        font-size: 0.9rem;
        /* margin-bottom: 4rem; */
    }
}

@media (min-width: 1201px) {
    .email-text {
        font-size:0.9rem;
    }

    .email-position {
        right: 14vw;
    }

    .padder {
        height: 87vh;
    }

    .header {
        font-size: 3.1rem;
/*         bottom: 26%; */
    }

    .maker {
        font-size: 1.4rem;
/*         bottom: 18%;
        margin-bottom: 3rem; */
    }
}

@media (min-width: 1601px) {
    .header {
        font-size: 3.5rem;
        /*         bottom: 26%; */
    }

    .maker {
        font-size: 1.6rem;
        /* margin-bottom: 5rem; */
    }
}

.bg-blur {
    /* content: url("../../assets/img/SSP_5183-Edit_sm.jpg"); */
    filter:blur(8px);
    margin: -16px -16px -16px -16px;
}

.viewport-width {
    width: 100vw;
}

#hideAll
{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 99; /* Higher than anything else in the document */
}

@keyframes pulsing {
    0% {
        color: rgba(0,0,0,0);
    }

    100% {
        color: rgba(0,0,0,1);
    }
}

.pulse {
    animation: 1.5s infinite alternate pulsing;
}

a {bg-responsive viewport-width
  display: block;
  text-decoration: none;
  color: black;
}

a:active {
    background-color: rgba(255,255,255,0.0);
}

.no-highlights{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-item {
  font-family: 'Montserrat';
  list-style-type: none;
}

.menu-item > a{
    transition: all ease-out 250ms;
}

.menu > li {
    margin: 0 1rem;
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: black;
    position: absolute;
    height: 2px;
    width: 20px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

@media (max-width: 750px) {
    .menu-button-container {
        display: flex;
    }
    .menu {
        position: absolute;
        top: 0;
        margin-top: 13vh;
        right: 0;
        flex-direction: column;
        width: 33%;
        justify-content: center;
        align-items: center;
    }
    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li {
        /* border: 1px solid #333; */
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .menu > li:not(:last-child) {
        /* border-bottom: 1px solid #444; */
    }
}

.z-top {
    z-index: 98;
}

body, html {
    border: 0;
    margin: 0;
    padding: 0;
}

.content-text {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: justify;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.7rem;
}

.content-header {
    text-align: center;
    font-family:'Playfair Display SC';
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.content-subheader {
    text-align: center;
    display:flex; 
    justify-content:center;
    font-weight: bold;
}

.content-image {
    display: flex;
    justify-content: center;
    width: 100%;
    padding:7vh 0 10vh 0;
}

.content-image img {
    width:10vw;
    min-width: 120px;
}

.content-size {
    padding-bottom: 15px;
}

.list-workwithus {
    margin-top: 0.5rem;
    line-height: 1.7rem;
    text-indent: 0px;
    padding-left: 3px;
}

.list-workwithus p {
    margin-top: 1px;
    margin-bottom: 7px;
}

.list-workwithus-gap {
    padding-bottom: 2rem;
}

.about-flex {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    flex-wrap: wrap;
}

.about-item {
    display: flex;
    flex-direction: column;
    flex:0 0 15rem;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    text-align: justify;
    line-height: 1.7rem;
}

.about-item img {
    max-width: 280px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}
