* {
    margin: 0px;
    padding: 0px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: sans-serif, "Catamaran", "Open Sans";
    color: white;
}

html {
    box-sizing: border-box;
}

.show-menu {
    text-decoration: none;
    color: #fff;
    background: #58585a;
    text-align: center;
    padding: 10px 0;
    display: none;
    width: 100%;
    margin-bottom: 1px;
}

input[type="checkbox"] {
    display: none;
    -webkit-appearance: none;
}

p {
    margin-bottom: 20px;
    /* font-family: 'PT Serif'; */
    font-size: 18px;
}

h1,
h2,
h3 {
    margin-bottom: 20px;
    /* font-family: 'Catamaran'; */
}

@media (min-width: 1100px) {
    .container {
        width: 1100px;
        margin: 0 auto;
    }

    .header {
        position: relative;
        padding: 10px;
    }

    .darken-header {
        background: #222222;
    }

    .header img {
        margin-left: 125px;
    }

    .closebtn {
        display: none !important ;
    }

    .topnav {
        overflow: hidden;
        float: right;
        display: flex;
        width: 800px;
        text-align: right;
        flex-direction: row;
        justify-content: space-around;
        margin: 35px 0px 0px 35px;
    }

    .topnav a {
        float: right;
        display: block;
        color: #f2f2f2;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        position: relative;
    }

    .topnav a img {
        display: none;
    }

    .topnav a:before,
    .topnav a:after,
    .dropdown1 .dropbtn1:before,
    .dropdown1 .dropbtn1:after,
    .dropdown2 .dropbtn2:before,
    .dropdown2 .dropbtn2:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        top: 50%;
        margin-top: -0.5px;
        background: #04a9ea;
    }

    .topnav a:before,
    .dropdown1 .dropbtn1:before,
    .dropdown2 .dropbtn2:before {
        left: -1px;
    }
    .topnav a:after,
    .dropdown1 .dropbtn1:after,
    .dropdown2 .dropbtn2:after {
        right: 2.5px;
        background: #04a9ea;
        transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .topnav a:hover:before,
    .dropdown1 .dropbtn1:hover:before,
    .dropdown2 .dropbtn2:hover:before {
        background: #04a9ea;
        width: 100%;
        transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .topnav a:hover:after,
    .dropdown1 .dropbtn1:hover:after,
    .dropdown2 .dropbtn2:hover:after {
        background: transparent;
        width: 100%;
        transition: 0s;
    }

    .header .icon {
        display: none;
    }

    .dropdown1,
    .dropdown2 {
        float: right;
        overflow: hidden;
    }

    .dropdown1 i,
    .dropdown2 i {
        display: none;
    }

    .dropdown1 .dropbtn1,
    .dropdown2 .dropbtn2 {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        position: relative;
    }

    .dropdown-content1,
    .dropdown-content2 {
        display: none;
        position: absolute;
        background-color: rgba(35, 35, 35, 0.8);
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content1 span,
    .dropdown-content2 span {
        float: none;
        color: white;
        padding: 30px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14px;
        width: auto;
    }

    .dropdown-a,
    .dropdown-b,
    .dropdown-c {
        float: left !important;
        font-size: 14px !important;
    }

    .dropdown1:hover .dropdown-content1,
    .dropdown2:hover .dropdown-content2 {
        display: block;
    }

    .walkthroughs-dropdown,
    .real-estate-dropdown {
        position: relative;
    }

    .walkthroughs-content,
    .real-estate-content {
        display: none;
        position: absolute;
        left: 100%; /* aligns it to the right of the parent */
        top: 0;
        background-color: rgba(35, 35, 35, 0.8);
        min-width: 160px;
        z-index: 1;
    }

    .walkthroughs-dropdown:hover .walkthroughs-content,
    .real-estate-dropdown:hover .real-estate-content {
        display: block;
    }

    .slide {
        background-size: cover !important;
        background-position: center !important;
        height: 50vw;
        margin-top: -116px;
        text-align: center;
    }

    #slide1 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.1),
                rgba(35, 35, 35, 0.1)
            ),
            url("../images/slider1-bg.jpg");
    }

    #slide2 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider2-bg.jpg");
    }

    #slide3 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.3),
                rgba(35, 35, 35, 0.3)
            ),
            url("../images/slider3-bg.jpg");
    }

    #slide4 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.2),
                rgba(35, 35, 35, 0.2)
            ),
            url("../images/slider4-bg.jpg");
    }

    #slide5 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider5-bg.jpg");
    }

    #slide6 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider6-bg.jpg");
    }

    #slide7 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider7-bg.jpg");
    }

    #slide8 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider8-bg.jpg");
    }

    #slide9 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider9-bg.jpg");
    }

    #slide10 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider10-bg.jpg");
    }

    #slide11 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider11-bg.jpg");
    }

    #slide12 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider12-bg.jpg");
    }

    #slide13 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider13-bg.jpg");
    }

    #slide14 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider14-bg.jpg");
    }

    #slide15 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider15-bg.jpg");
    }

    .slide-inside-text {
        text-align: center;
        padding-top: 16.5vw;
        white-space: pre-line;
    }

    .slide-h1-border {
        background: url(../images/stroke.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
        height: 147px;
    }

    .slide-inside-text h1 {
        margin: -12px 0;
        font-size: 32pt;
        text-transform: uppercase;
        line-height: 1.6;
    }

    .slide-inside-text p {
        margin: -22px 0 0;
        font-size: 18px;
        line-height: 20px;
    }

    .slide-inside-text a {
        display: block;
        border: 2px solid white;
        padding: 5px 15px;
        width: 180px;
        margin: 0 auto;
        text-decoration: none;
        color: white;
        font-family: "Catamaran";
        font-size: 18px;
        font-weight: 400;
        transition: 0.2s;
    }

    .slide-inside-text a:hover {
        border: 1px solid #04a9ea;
        color: #04a9ea;
    }

    #services {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px 0 20px;
    }

    .services-header {
        white-space: pre-line;
        margin-bottom: 20px;
    }

    .services-header h1 {
        color: #333333;
        background: url(../images/service-top-border.png);
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        width: 310px;
        margin: 0 auto;
        font-size: 36pt;
    }

    .services-header p {
        color: #555555;
        margin-top: -45px;
        font-size: 9pt;
        line-height: 19px;
    }

    #service-types {
        display: flex;
        width: 1000px;
        margin: 0 auto;
    }

    .type {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1 1 0px;
    }

    .type-bold-text {
        text-transform: uppercase;
        color: #333333;
        font-size: 9pt;
    }

    .type-bold-text h3 {
        margin: 15px 0;
        font-size: 18px;
    }

    .type-reg-text p {
        color: #919191;
        font-size: 8pt;
        white-space: pre-line;
        line-height: 18px;
    }

    .blue-line-vertical {
        height: 30px;
        width: 1px;
        background: #04a9ea;
        margin-bottom: 20px;
    }

    .type-examples {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .type-examples p {
        color: #555555;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bottom-border {
        background: url("../images/service-bottom-border.png");
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        height: 14px;
        width: 270px;
    }

    #locations-header h1 {
        color: #333333;
        width: 310px;
        margin: 0 auto;
        font-size: 36pt;
    }

    #locations {
        /* display:flex; */
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #locations-mobile {
        display: none;
    }

    #locations-header {
        display: flex;
    }

    #locations-icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: url("../images/locations-bg.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 940px;
        margin: 0 auto;
    }

    .location {
        color: #333333;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 1 0px;
        align-items: center;
        height: 230px;
    }

    #our-work {
        text-align: center;
        margin: 40px 0;
    }

    #our-work-header h1 {
        color: #333333;
        background: url("../images/service-top-border.png");
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        width: 240px;
        margin: 80px auto -30px;
        font-size: 36pt;
    }

    #our-work-text {
        color: #888888;
        font-size: 9pt;
        white-space: pre-line;
    }

    #our-work-text p {
        line-height: 18px;
    }

    #our-work-links {
        color: #888888;
        font-size: 7pt;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        margin: 0 0 40px;
    }

    #our-work-links a {
        text-decoration: 0;
        color: #888888;
        font-family: "Catamaran", sans-serif;
        transition: 0.2s;
        font-size: 18px;
    }

    #our-work-links a:hover {
        color: #333333;
        background: linear-gradient(
            to top left,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) calc(50% - 0.8px),
            rgba(4, 169, 239, 1) 50%,
            rgba(0, 0, 0, 0) calc(50% + 0.8px),
            rgba(0, 0, 0, 0) 100%
        );
    }

    .blue-line-horitzonal {
        background: #04a9ea;
        width: 10px;
        height: 1px;
        margin: 0 10px;
    }

    .masonry {
        margin: 1.5em auto;
        max-width: 100%;
        column-gap: 1.5em;
    }

    .masonry-home {
        column-count: 3;
    }

    .masonry-portfolio {
        column-count: 2;
    }

    .item img {
        background-color: #eee;
        display: inline-block;
        margin: 0 0 1em;
        width: 100%;
    }

    #about-us {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 850px;
        margin: 0 auto;
        padding: 0px 0 60px;
    }

    #about-us-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        white-space: pre-line;
        flex: 1 1 0px;
    }

    #about-us-text h1 {
        font-size: 30pt;
        color: #333333;
        text-transform: uppercase;
        font-weight: 900;
        background: url("../images/blue-line.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        width: 215px;
        margin: -30px 0;
    }

    #about-us-text p {
        font-size: 18px;
        color: #555555;
        line-height: 21px;
        width: 380px;
        margin-top: 15px;
    }

    #image-border {
        background: url(../images/about-us-border.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        /* flex: 1 1 0px; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 425px;
        height: 425px;
    }

    #image-border img {
        width: 400px;
        height: 300px;
    }

    #about-us-image {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 0px;
    }

    #testimonials-contact {
        background: linear-gradient(90deg, #04a9ea 50%, white 50%);
    }

    #tc-container {
        padding-bottom: 30px;
    }

    .slick-dots li button:before {
        color: white !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 60px !important;
    }

    .testimonials {
        width: 550px;
        float: left;
    }

    .testimonial {
        text-align: center;
        font-size: 18px;
        color: white;
        padding: 45px 85px 0;
        height: auto !important;
    }

    .testimonial p {
        margin-bottom: 10px;
    }

    .testimonial img {
        margin: 0 auto 20px;
    }

    .testimonial p:nth-child(2) {
        font-family: "Catamaran", sans-serif;
        margin-bottom: 0px;
    }

    .testimonial p:nth-child(3) {
        color: black !important;
        font-size: 10pt;
    }

    #contact {
        width: 550px;
        float: right;
        text-align: left;
        padding: 40px 20px 40px 85px;
    }

    #contact p {
        color: #04a9ea;
        font-size: 12pt;
        text-transform: uppercase;
        font-family: "Catamaran", sans-serif;
        margin: 0;
    }

    #contact h1 {
        color: black;
        font-size: 30pt;
        text-transform: uppercase;
    }

    #contact-form {
        border: 1px solid #eeeeee;
        padding: 40px 40px 0px;
        box-shadow: 5px 1px 0px -7px #eeeeee, 1px 4px 5px 0px #eeeeee,
            -1px 2px 11px -3px #eeeeee;
    }

    #contact-form p {
        color: black;
        font-weight: 700;
        text-transform: none;
    }

    .thanks {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 440px;
        color: black;
    }

    ::placeholder {
        color: #d0d0d0;
        font-family: "Catamaran", sans-serif;
        font-size: 9pt;
    }

    textarea {
        border-bottom: 1px solid #d0d0d0;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 100%;
        resize: none;
        height: 50px;
        color: black;
        font-family: "Catamaran", sans-serif;
    }

    #contact-form input[type="text"],
    #contact-form input[type="phone"] {
        border-bottom: 1px solid #d0d0d0;
        color: black;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 45%;
        height: 20px;
        font-size: 9pt;
        margin: 25px 10px 27px 0;
        font-family: "Catamaran", sans-serif;
    }

    #contact-form select[type="services"] {
        border-bottom: 1px solid #d0d0d0;
        color: #d0d0d0;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 45%;
        height: 20px;
        font-size: 8.5pt;
        margin: 25px 10px 27px 10px;
        font-family: "Catamaran", sans-serif;
    }

    #contact-form input[type="email"] {
        color: black;
        border-bottom: 1px solid #d0d0d0;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 45%;
        height: 20px;
        font-size: 9pt;
        margin: 25px 0;
        font-family: "Catamaran", sans-serif;
    }

    #contact-form input[type="submit"] {
        border: 1px solid #04a9ea;
        padding: 15px 30px;
        background: white;
        font-size: 8pt;
        color: white;
        background: #04a9ea;
        font-weight: 600;
        transition: 0.2s;
        font-family: "PT Serif";
        float: right;
        transform: translate(70px, 20px);
    }

    #contact-form input[type="submit"]:hover {
        border: 1px solid #04a9ea;
        background: white;
        font-size: 8pt;
        color: #04a9ea;
        font-weight: 600;
    }

    input:focus,
    textarea:focus {
        outline: none;
    }

    #sub-footer {
        background: #222222;
        padding: 40px 0;
        text-align: center;
    }

    #sub-footer-container img {
        width: 120px;
        margin: 20px;
    }

    #sub-footer-links {
        padding: 20px 0;
    }

    #sub-footer-links a {
        color: #737373;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Catamaran", sans-serif;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        padding: 0px 15px;
    }

    #social-media-links {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #social-media-links a {
        color: #737373;
        background-image: url("../images/social-media-bg.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Catamaran", sans-serif;
        font-size: 9pt;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 10px;
        transition: 0.2s;
    }

    #social-media-links a:hover {
        color: #04a9ea;
    }

    #footer {
        background: #111111;
        color: #6e6e6e;
        text-align: center;
        padding: 20px 0;
    }

    #footer p {
        margin: 0;
        font-size: 8pt;
    }

    /* About Me */

    #about-me-h1 {
        width: 660px !important;
    }

    #about-me-header {
        background: url("../images/about-me-bg.jpg");
        margin-top: -116px;
    }

    .sub-header-about-me {
        background-size: cover !important;
        background-position: center -90vw !important;
        height: 30vw;
        text-align: center;
    }

    /* Services - Aerial Photography */

    .sub-header {
        background-size: cover !important;
        background-position: center !important;
        height: 30vw;
        text-align: center;
    }

    #aerial-photo-header {
        background: url("../images/aerial-header-bg.jpg");
        margin-top: -116px;
    }

    #rental-photo-header {
        background: url("../images/rental-header-bg.jpg");
        margin-top: -116px;
    }

    .sub-header-text {
        margin-bottom: 20px;
    }

    .sub-header-text a {
        text-decoration: none;
        color: #04a9ea;
        font-family: "Catamaran";
        text-align: center;
        /* display: block; */
        margin: -30px auto 40px;
        transition: 0.2s;
        width: 258px;
    }

    .sub-header-text a:hover {
        color: #333333;
    }

    .sub-header-text h1 {
        color: #333333;
        background: url(../images/service-top-border.png);
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        width: 450px;
        margin: 40px auto 10px;
        font-size: 36pt;
        text-align: center;
    }

    .sub-header-text h2 {
        font-size: 20pt;
        color: black;
        text-align: left;
        width: 700px;
        margin: 0 auto;
    }

    .sub-header-text p {
        color: #555555;
        /* margin-bottom: 40px; */
        font-size: 16px;
        line-height: 19px;
        text-align: left;
        margin: 20px auto;
        max-width: 700px;
    }

    .sub-header-text ul {
        list-style-position: inside;
    }

    .sub-header-text ol {
        list-style-position: inside;
    }

    .sub-header-text li {
        color: #555555;
        font-size: 16px;
        text-align: left;
    }

    /* Services - Aerial Videography  */

    #aerial-video-header {
        background: url("../images/aerial-video-header-bg.jpg");
        margin-top: -116px;
    }

    .video-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 60px;
        width: 853px;
        height: 480px;
    }

    #aerial-vimeo {
        width: 640px;
        height: 360px;
        margin: 0 auto 40px;
    }

    /* Services - Virtual Staging */

    #virtual-staging-header {
        background: url("../images/virtual-staging-bg.jpg");
        margin-top: -116px;
    }

    #virtual-staging-h1 {
        width: 360px !important;
    }

    /* Services - 3D Matterport */

    #matterport-header {
        background: url("../images/3d-matterport-bg.jpg");
        margin-top: -116px;
    }

    .sub-header-matterport {
        background-size: cover !important;
        background-position: center -88vw !important;
        height: 30vw;
        text-align: center;
    }

    .matterport-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 60px;
        width: 853px;
        height: 480px;
    }

    #matterport-h1 {
        width: 400px !important;
    }

    /* Services - Real Estate - Photography */

    #real-estate-photo-header {
        background: url("../images/real-estate-photography-bg.jpg");
        margin-top: -116px;
    }

    .sub-header-real-estate {
        background-size: cover !important;
        background-position: center -93vw !important;
        height: 30vw;
        text-align: center;
    }

    #photography-h1 {
        width: 585px !important;
    }

    #photography-list {
        width: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 20px auto;
        font-size: 16px;
        color: #555555;
    }

    #real-estate-video-header {
        background: url("../images/real-estate-videography-bg.jpg");
        margin-top: -116px;
    }

    /* Real Estate - Videography */

    .video-gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    /* Services - Culinary */

    #culinary-header {
        background: url("../images/culinary-bg.jpg");
        margin-top: -116px;
    }

    .sub-header-culinary {
        background-size: cover !important;
        background-position: center -93vw !important;
        height: 30vw;
        text-align: center;
    }

    #culinary-h1 {
        width: 160px;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    /* Services - Portraits */

    #portrait-pricing p {
        color: #555555;
    }

    #portrait-pricing-h2 {
        color: #333333;
        margin: 20px 0 5px;
        text-align: center;
    }

    #portrait-pricing-p {
        color: #555555;
    }

    /* Portfolio - Aerials */

    #aerial-header {
        background: url("../images/p-aerial-bg.jpg");
        margin-top: -116px;
    }

    #aerial-h1 {
        width: 200px;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    /* Portfolio - Landscape */
    #landscape-header {
        background: url("../images/landscape-bg-2.jpg");
        margin-top: -116px;
    }

    #landscape-h1 {
        width: 410px;
    }

    /* Portfolio - Portraits */

    #portrait-header {
        background: url("../images/portrait-bg.jpg");
        margin-top: -116px;
    }

    #portraits-h1 {
        width: 230px;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    #portrait-ul {
        width: 201px;
        margin: -30px auto 10px;
    }

    /* Portfolio - Real Estate */

    #real-estate-header {
        background: url("../images/real-estate-bg.jpg");
        margin-top: -116px;
    }

    #real-estate-h1 {
        width: 290px;
    }

    .sub-header-real-estate-portfolio {
        background-size: cover !important;
        background-position: center -93vw !important;
        height: 30vw;
        text-align: center;
    }

    /* Contact */

    #contact-header {
        background: url("../images/contact-bg.jpg");
        margin-top: -116px;
    }

    #contact-h1 {
        width: 280px;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .contact-page {
        float: none !important;
        margin: -20px auto 40px;
        padding: 0 !important;
    }

    .contact-form-page {
        padding: 40px !important;
    }

    .thanks-contact-page {
        height: 100px !important;
    }
}

@media screen and (max-width: 1099px) {
    .container {
        width: 100%;
    }

    .header {
        position: relative;
        background-color: #222222;
        padding: 5px 0;
    }

    .header a.icon {
        position: absolute;
        right: 8%;
        top: 21%;
        font-size: 45px;
        color: white;
        text-decoration: none;
    }

    .header a img {
        display: flex;
        width: 100px;
        margin: 0 auto;
        padding: 15px;
    }

    .topnav a img.mobile-logo {
        display: flex !important;
        width: 100px !important;
        padding: 15px !important;
        margin: 0 !important;
        opacity: 0;
    }

    .topnav.responsive a img.mobile-logo {
        opacity: 1 !important;
        transition: opacity 0.5s ease 0.7s;
    }

    .topnav {
        height: 100vh;
        width: 0;
        position: fixed;
        z-index: 1000;
        right: 0;
        top: 0;
        background-color: #222222;
        color: white;
        overflow-x: hidden;
        overflow-y: auto;
        transition: 0.8s;
    }

    .topnav.responsive {
        width: 100%;
    }

    .topnav.responsive a,
    .topnav.responsive .dropbtn1,
    .topnav.responsive .dropbtn2 {
        float: none;
        display: block;
        text-align: left;
        text-decoration: none;
        animation-delay: 0.7s;
        color: white;
        background: none;
        border: none;
        font-size: 18px;
    }

    .topnav a,
    .dropbtn1,
    .dropbtn2 {
        display: none;
    }

    .topnav a.closebtn {
        display: none;
    }

    .topnav.responsive a.closebtn {
        float: right;
        font-size: 45px;
        color: white;
        text-decoration: none;
        margin: 15px 30px 10px 10px;
        display: block;
    }

    .topnav.responsive a.mobile-a,
    .topnav.responsive button.dropbtn1.mobile-a,
    .topnav.responsive button.dropbtn2.mobile-a {
        padding: 20px;
        width: 100%;
        border-bottom: 1px solid white;
    }

    button.dropbtn1.mobile-a i,
    button.dropbtn2.mobile-a i {
        float: right;
        color: white;
        font-size: 16px;
        margin-top: 5px;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

    /* Show dropdowns when active */
    .dropdown-content1.active,
    .dropdown-content2.active,
    .walkthroughs-content.active,
    .real-estate-content.active {
        display: block;
        margin: 10px 0px;
    }

    .dropdown-content1.active .dropdown-a,
    .dropdown-content2.active .dropdown-a,
    .topnav.responsive .dropdown-b,
    .topnav.responsive .dropdown-c {
        float: none;
        display: block;
        text-align: left;
        text-decoration: none;
        animation-delay: 0.7s;
        color: white;
        background: none;
        font-size: 16px;
        padding: 10px 10px 10px 30px;
    }

    /* Style icons inside sub-dropdown triggers */
    .topnav.responsive .dropdown-b i,
    .topnav.responsive .dropdown-c i {
        float: right;
        color: white;
        font-size: 16px;
        margin-top: 5px;
    }

    /* Rotate icons when active */
    .topnav.responsive .dropdown-b.active i,
    .topnav.responsive .dropdown-c.active i {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    /* Ensure dropdown content is hidden by default */
    .walkthroughs-content,
    .real-estate-content {
        display: none;
    }

    /* Show nested dropdowns when active */
    .walkthroughs-content.active,
    .real-estate-content.active {
        display: block;
        margin: 10px 0px 0px 30px;
    }

    /* Style links inside nested dropdowns */
    .walkthroughs-content .dropdown-a,
    .real-estate-content .dropdown-a {
        float: none;
        display: block;
        text-align: left;
        text-decoration: none;
        animation-delay: 0.7s;
        color: white;
        background: none;
        font-size: 16px;
        padding: 10px 10px 10px 30px;
    }

    /* Optional: rotate icon when active */
    button.active i {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .dropdown-content1,
    .dropdown-content2 {
        display: none;
    }

    .slide {
        background-size: cover !important;
        background-position: center !important;
        height: 300px;
        text-align: center;
    }

    #slide1 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.1),
                rgba(35, 35, 35, 0.1)
            ),
            url("../images/slider1-bg.jpg");
    }

    #slide2 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider2-bg.jpg");
    }

    #slide3 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.3),
                rgba(35, 35, 35, 0.3)
            ),
            url("../images/slider3-bg.jpg");
    }

    #slide4 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.2),
                rgba(35, 35, 35, 0.2)
            ),
            url("../images/slider4-bg.jpg");
    }

    #slide5 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider5-bg.jpg");
    }

    #slide6 {
        background: linear-gradient(
                rgba(35, 35, 35, 0.4),
                rgba(35, 35, 35, 0.4)
            ),
            url("../images/slider6-bg.jpg");
    }

    .slide-inside-text {
        text-align: center;
        padding-top: 80px;
        margin: 0 20px;
    }

    .slide-h1-border {
        background: url(../images/stroke.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
        position: relative;
        height: 87px;
    }

    .slide-inside-text h1 {
        margin: 5px 0 -6px 0;
        letter-spacing: 3px;
        font-size: 17pt;
        text-transform: uppercase;
        line-height: 1;
        padding-top: 8px;
    }

    .slide-inside-text p {
        margin: 10px 0;
        font-size: 10pt;
        line-height: 18px;
    }

    .slide-inside-text a {
        display: block;
        border: 1px solid white;
        padding: 5px 15px;
        width: 130px;
        margin: 0 auto;
        text-decoration: none;
        color: white;
        font-family: "Catamaran";
        font-size: 12pt;
        font-weight: 400;
        transition: 0.2s;
    }

    .slide-inside-text a:hover {
        border: 1px solid #04a9ea;
        color: #04a9ea;
    }

    #services {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0 0;
        margin: 0 20px;
    }

    .services-header {
        margin-bottom: 20px;
    }

    .services-header h1 {
        color: #333333;
        background: url(../images/service-top-border.png);
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        width: 310px;
        margin: 0 auto;
        font-size: 36pt;
    }

    .services-header p {
        color: #555555;
        font-size: 9pt;
        line-height: 18px;
    }

    #service-types {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .type {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1 1 0px;
        margin-bottom: 40px;
    }

    .type-bold-text {
        text-transform: uppercase;
        color: #333333;
        font-size: 9pt;
    }

    .type-bold-text h3 {
        margin: 15px 0;
    }

    .type-reg-text p {
        color: #919191;
        font-size: 12pt;
        white-space: pre-line;
    }

    .blue-line-vertical {
        height: 30px;
        width: 1px;
        background: #04a9ea;
        margin-bottom: 20px;
    }

    .type-examples {
        height: 155px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .type-examples p {
        color: #555555;
        font-size: 12pt;
        margin-bottom: 10px;
    }

    .bottom-border {
        background: url("../images/service-bottom-border.png");
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        height: 14px;
        width: 270px;
    }

    #locations-mobile {
        text-align: center;
        /* display: flex; */
        display: none;
        flex-direction: column;
    }

    #locations-header h1 {
        color: #333333;
        width: 310px;
        margin: 0 auto;
        font-size: 36pt;
    }

    #locations-mobile-container {
        background: url("../images/topology-mobile-bg.png");
        background-position: center;
        background-size: 150%;
    }

    #locations {
        display: none;
    }

    #locations-header {
        display: flex;
    }

    #locations-icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .location {
        color: #333333;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 1 0px;
        align-items: center;
        height: 180px;
    }

    #our-work {
        text-align: center;
        margin: 40px 20px 20px;
    }

    #our-work-header h1 {
        color: #333333;
        background: url("../images/service-top-border.png");
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        width: 240px;
        margin: 0 auto;
        font-size: 36pt;
    }

    #our-work-text {
        color: #888888;
        font-size: 9pt;
        line-height: 18px;
    }

    #our-work-links {
        color: #888888;
        font-size: 12pt;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        margin: 0 0 40px;
        flex-wrap: wrap;
    }

    #our-work-links a {
        text-decoration: 0;
        color: #888888;
        font-family: "Catamaran", sans-serif;
        transition: 0.2s;
    }

    #our-work-links a:hover {
        color: #333333;
        background: linear-gradient(
            to top left,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) calc(50% - 0.8px),
            rgba(4, 169, 239, 1) 50%,
            rgba(0, 0, 0, 0) calc(50% + 0.8px),
            rgba(0, 0, 0, 0) 100%
        );
    }

    .blue-line-horitzonal {
        background: #04a9ea;
        width: 10px;
        height: 2px;
        margin: 0 10px;
    }

    .masonry {
        max-width: 100%;
        column-gap: 1.5em;
    }

    .masonry-home {
        column-count: 1;
    }

    .masonry-portfolio {
        margin: 0 20px 30px;
        column-count: 1;
    }

    .item img {
        background-color: #eee;
        display: inline-block;
        margin: 0 0 1em;
        width: 100%;
    }

    #about-us {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px 20px 50px;
    }

    #about-us-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    #about-us-text h1 {
        font-size: 30pt;
        color: #333333;
        text-transform: uppercase;
        font-weight: 900;
        background: url("../images/blue-line.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        width: 215px;
        margin: 0 auto;
    }

    #about-us-text p {
        font-size: 12pt;
        color: #555555;
        line-height: 21px;
    }

    #image-border {
        background: url(../images/about-us-border.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        /* flex: 1 1 0px; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 258px;
    }

    #image-border img {
        width: 300px;
    }

    #about-us-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #testimonials-contact {
        /* background: linear-gradient(90deg, #04a9ea 50%, white 50%); */
    }

    #tc-container {
        display: flex;
        flex-direction: column;
    }

    .slick-dots {
        margin: 0 0 40px !important;
        position: initial !important;
    }

    .slick-dots li button:before {
        color: white !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }

    .testimonials {
        background: #04a9ea;
    }

    .testimonial {
        text-align: center;
        font-size: 12pt;
        color: white;
        padding: 40px 20px 0;
    }

    .testimonial img {
        margin: 0 auto 20px;
    }

    .testimonial p:nth-child(2) {
        font-family: "Catamaran", sans-serif;
        margin-bottom: 10px;
    }

    .testimonial p:nth-child(3) {
        color: black !important;
        text-transform: uppercase;
        font-size: 12pt;
        margin-bottom: 10px;
    }

    #contact {
        text-align: left;
        padding: 40px 20px 60px;
        margin-top: 20px;
    }

    #contact p {
        color: #04a9ea;
        font-size: 12pt;
        text-transform: uppercase;
        font-family: "Catamaran", sans-serif;
        margin: 0;
    }

    #contact h1 {
        color: black;
        font-size: 30pt;
        text-transform: uppercase;
    }

    #contact-form {
        border: 1px solid #eeeeee;
        padding: 40px 40px 0px;
        box-shadow: 5px 1px 0px -7px #eeeeee, 1px 4px 5px 0px #eeeeee,
            -1px 2px 11px -3px #eeeeee;
    }

    #contact-form p {
        color: black;
        font-weight: 700;
        text-transform: none;
    }

    ::placeholder {
        color: #d0d0d0;
        font-family: "Catamaran", sans-serif;
        font-size: 9pt;
    }

    textarea {
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
        border-bottom: 1px solid #d0d0d0;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 100%;
        resize: none;
        height: 50px;
        color: black;
        font-family: "Catamaran", sans-serif;
    }

    #contact-form input[type="text"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
        border-bottom: 1px solid #d0d0d0;
        color: black;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 100%;
        height: 20px;
        font-size: 9pt;
        margin: 25px 32px 27px 0;
        font-family: "Catamaran", sans-serif;
    }

    #contact-form input[type="email"],
    #contact-form input[type="phone"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
        color: black;
        border-bottom: 1px solid #d0d0d0;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 100%;
        height: 20px;
        font-size: 9pt;
        margin: 25px 0;
        font-family: "Catamaran", sans-serif;
    }

    #contact-form select {
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
        color: #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 100%;
        height: 20px;
        font-size: 9pt;
        margin: 25px 0;
        font-family: "Catamaran", sans-serif;
    }

    #contact-form input[type="submit"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
        border: 1px solid #04a9ea;
        padding: 15px 30px;
        background: white;
        font-size: 8pt;
        color: white;
        background: #04a9ea;
        font-weight: 600;
        transition: 0.2s;
        font-family: "PT Serif";
        float: right;
        transform: translate(30px, 20px);
    }

    #contact-form input[type="submit"]:hover {
        border: 1px solid #04a9ea;
        background: white;
        font-size: 8pt;
        color: #04a9ea;
        font-weight: 600;
    }

    input:focus,
    textarea:focus {
        outline: none;
    }

    #sub-footer {
        background: #222222;
        padding: 40px 0;
        text-align: center;
    }

    #sub-footer-container {
        margin: 0 20px;
    }

    #sub-footer-container img {
        width: 120px;
        margin: 20px;
    }

    #sub-footer-links {
        padding: 20px 0;
    }

    #sub-footer-links span {
        display: inline-block !important;
    }

    #sub-footer-links a {
        color: #737373;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Catamaran", sans-serif;
        font-size: 10pt;
        font-weight: 700;
        margin: 0px 10px;
        display: inline-block;
    }

    #social-media-links {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #social-media-links a {
        color: #737373;
        background-image: url("../images/social-media-bg.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Catamaran", sans-serif;
        font-size: 14pt;
        width: 43px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 10px;
        transition: 0.2s;
    }

    #social-media-links a:hover {
        color: #04a9ea;
    }

    #footer {
        background: #111111;
        color: #6e6e6e;
        text-align: center;
        padding: 40px 0;
    }

    #footer p {
        margin: 0;
        font-size: 9pt;
    }

    /* About Me */

    #about-me-h1 {
        width: 275px !important;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    #about-me-header {
        background: url("../images/about-me-bg.jpg");
    }

    .sub-header-about-me {
        background-size: cover !important;
        background-position: center -86vw !important;
        height: 35vw;
        text-align: center;
    }

    /* Services - Aerial Photography */

    .sub-header {
        background-size: cover !important;
        background-position: center !important;
        height: 35vw;
        text-align: center;
    }

    #aerial-photo-header {
        background: url("../images/aerial-header-bg.jpg");
    }

    #rental-photo-header {
        background: url("../images/rental-header-bg.jpg");
    }

    .sub-header-text {
        margin-bottom: 20px;
    }

    .sub-header-text ul {
        list-style-position: inside;
    }

    .sub-header-text ol {
        list-style-position: inside;
    }

    .sub-header-text li {
        color: #555555;
        font-size: 16px;
        text-align: left;
    }

    .sub-header-text h1 {
        color: #333333;
        background: url(../images/service-top-border.png);
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        width: 310px;
        margin: 40px auto 10px;
        font-size: 25pt;
        text-align: center;
    }

    .sub-header-text h2 {
        font-size: 20pt;
        color: black;
        /* margin: 10px 15px 0 15px; */
        text-align: left;
        width: 90%;
        margin: 20px auto;
    }

    .sub-header-text p {
        color: #555555;
        margin: 0 20px 40px 20px;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
        margin: 20px auto;
        width: 90%;
    }

    /* Services - Videography */

    .video-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 40px;
        height: 189px;
        width: 85vw;
    }

    #aerial-video-header {
        background: url("../images/aerial-video-header-bg.jpg");
    }

    #aerial-vimeo {
        width: 82vw;
        height: 45vw;
        margin: 0 auto 40px;
    }

    /* Services - Virtual Staging */

    #virtual-staging-header {
        background: url("../images/virtual-staging-bg.jpg");
    }

    #virtual-staging-h1 {
        width: 262px;
    }

    /* Services - 3D Matterport */

    #matterport-header {
        background: url("../images/3d-matterport-bg.jpg");
    }

    .sub-header-matterport {
        background-size: cover !important;
        background-position: center -88vw !important;
        height: 35vw;
        text-align: center;
    }

    .matterport-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 40px;
        height: 250px;
        width: 85vw;
    }

    /* Service - Aerial Videography */
    .video-gallery {
        margin-bottom: 40px;
    }

    /* Services - Culinary */

    #culinary-header {
        background: url("../images/culinary-bg.jpg");
    }

    .sub-header-culinary {
        background-size: cover !important;
        background-position: center -79vw !important;
        height: 35vw;
        text-align: center;
    }

    #culinary-h1 {
        width: 120px;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    #matterport-h1 {
        width: 250px !important;
    }

    /* Services - Real Estate - Photography */

    #real-estate-photo-header {
        background: url("../images/real-estate-photography-bg.jpg");
    }

    .sub-header-real-estate {
        background-size: cover !important;
        background-position: center -88vw !important;
        height: 35vw;
        text-align: center;
    }

    #photography-h1 {
        width: 240px !important;
    }

    #photography-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 16px;
        color: #555555;
        width: 90%;
        margin: 20px auto;
    }

    /* Services - Real Estate - Videography */

    #real-estate-video-header {
        background: url("../images/real-estate-videography-bg.jpg");
    }

    /* Portfolio - Aerials */

    #aerial-header {
        background: url("../images/aerial-bg.jpg");
    }

    #aerial-h1 {
        width: 150px;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    /* Portfolio - Landscape */
    #landscape-header {
        background: url("../images/landscape-bg-2.jpg");
    }
    #landscape-h1 {
        width: 300px;
    }

    /* Portfolio - Portraits */

    #portrait-header {
        background: url("../images/portrait-bg.jpg");
    }

    #portraits-h1 {
        width: 170px;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    #portrait-ul {
        width: 201px;
        margin: -30px auto 10px;
    }

    #portrait-pricing-h2 {
        color: #333333;
        margin: 20px 0 5px;
        text-align: center;
    }

    #portrait-pricing-p {
        color: #555555;
    }

    /* Portfolio - Real Estate */

    #real-estate-header {
        background: url("../images/real-estate-bg.jpg");
    }

    #real-estate-h1 {
        width: 200px;
    }

    .sub-header-real-estate-portfolio {
        background-size: cover !important;
        background-position: center -87vw !important;
        height: 35vw;
        text-align: center;
    }

    /* Contact Page */

    .contact-page {
        float: none !important;
        margin: -20px auto 40px;
        padding: 0 !important;
    }

    .contact-form-page {
        padding: 40px !important;
        margin: 0 20px;
    }

    .sub-header-text a {
        text-decoration: none;
        color: #04a9ea;
        font-family: "Catamaran";
        text-align: center;
        /* display: block; */
        margin: -30px auto 40px;
        transition: 0.2s;
        width: 258px;
    }

    #contact-header {
        background: url("../images/contact-bg.jpg");
    }

    #contact-h1 {
        width: 180px;
        background: url("../images/service-top-border-small.png") !important;
        background-position: top !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .thanks {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
        color: black;
        margin: 0 20px;
        text-align: center;
    }

    #thanks-contact-page {
        height: 100px !important;
    }
}
