<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Avenir-Black;
    src: url("../fonts/Avenir-Black.ttf");
}
@font-face {
    font-family: AvenirNextLTPro-Bold;
    src: url("../fonts/AvenirNextLTPro-Bold.otf");
}
@font-face {
    font-family: AvenirNextLTPro-Regular;
    src: url("../fonts/AvenirNextLTPro-Regular.otf");
}
@font-face {
    font-family: AvenirNextLTPro-Medium;
    src: url("../fonts/AvenirNextLTPro-Medium.otf");
}
@font-face {
    font-family: Adelle_Bold;
    src: url("../fonts/Adelle_Bold.ttf");
}
@font-face {
    font-family: NexaRustSans-Black;
    src: url("../fonts/NexaRustSans-Black.otf");
}
@font-face {
    font-family: hanleypro-sans;
    src: url("../fonts/hanleypro-sans.ttf");
}
html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: AvenirNextLTPro-Medium;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    overflow-x: hidden;
    font-size: 22px;
    color: #0c0c0c;
}
.avenir-medium {
    font-family: AvenirNextLTPro-Medium;
}
.bold {
    font-family: Adelle_Bold;
}
.avenir-bold {
    font-family: AvenirNextLTPro-Bold;
}
.avenir-black {
    font-family: Avenir-Black;
}
a,
a:hover {
    color: inherit;
    text-decoration: none;
}
.btn-theme {
    transition: all 0.2s ease-in-out;
    font-size: 17px;
    background-color: #ffda01;
    text-transform: uppercase;
    padding: 11px 20px 9px;
    border: 2px solid #ffda01;
    border-radius: 0px;
    letter-spacing: 0.1em;
}
.btn-theme:hover {
    color: #ffda01;
    background-color: transparent;
}
.btn-theme.without-bg-btn-hover:hover {
    color: #212529;
    background-color: transparent;
    border: 2px solid #212529;
}
.btn-black {
    text-transform: lowercase;
    letter-spacing: 0;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    /* background-color: #ffda01; */
    text-transform: uppercase;
    padding: 12px 20px 11px;
    /* border: 2px solid #ffda01; */
    border-radius: 0px;
    letter-spacing: 0.1em;
}
.btn-big {
    padding: 16px 44px 14px;
}
.btn-black:hover {
    color: #000;
    background-color: transparent;
}
.sec-pad {
    padding: 5rem 0;
}
.theme-bg {
    background-color: rgb(254, 221, 0);
}
.mt-80 {
    margin-top: 80px;
}
.box001-title {
    font-size: 36px;
    margin-bottom: 15px;
}
.h2-title {
    font-size: 70px;
    color: #000;
}
/* footer */
.footer {
    font-size: 17px;
    padding: 50px 0px;
    background-color: #0a0a0a;
    color: #ffffff;
    margin-top: -1px;
}
img.footer-icons {
    width: 35px;
    transition: all 0.2s ease-in-out;
}
img.footer-icons:hover {
    margin-top: -3px;
    margin-bottom: 3px;
}
.footer-title {
    color: #fedd00;
    font-size: 22px;
    margin-bottom: 9px;
}
.hover-theme {
    transition: all 0.2s ease-in-out;
}
.hover-theme:hover {
    color: #fedd00;
}

/* Like what you see? */
.box001 {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 50px 45px;
    font-size: 17px;
}

/*get connected */
img.instagram-handle {
    max-width: 342px;
    margin-top: -44px;
}
.h2-title-mb {
    margin-bottom: 50px;
}

.work-hover {
    margin-bottom: 23px;
}
.work-hover {
    transition: all 0.2s ease-in-out;
}
.work-hover:hover {
    opacity: 0.8;
}
/* some of our partners */
.partners {
    margin-bottom: 30px;
    padding: 20px 45px;
}
.cs-box {
    background: #000000de;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 40px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cs-box-title {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    line-height: 70px;
    font-family: hanleypro-sans;
    margin-bottom: 30px;
}
.cs-box img {
    width: 400px;
}
.cs-box p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 3px;
}
.case-studies:hover .cs-box {
    opacity: 1;
}
/* hero */
.hero {
    position: relative;

    padding-bottom: 5rem;
}
.hero-text {
    padding-right: 5rem;
}

/* menu */
.menu {
    background-color: rgb(254, 221, 0);
    padding: 0px;
    position: sticky;
    top: 0px;
    z-index: 99;
}
.nav-link.active,
.nav-link:hover {
    color: #fff;
}
.nav-link {
    color: #000;
    padding: 0px 20px !important;
}

#navbar-hamburger.show {
    display: block;
}
#navbar-hamburger,
#navbar-close {
    display: none;
}
#navbar-close.show {
    display: block;
}
.navbar-nav .nav-link {
    font-size: 22px;
}
/* services */
.services-hero {
    padding: 5rem 0 2rem;
    /*background-image: url('../img/services/texture-background.png');*
    background-position: center;
    background-size: cover;
    background-repeat: repeat !important;
    background-size: auto !important;
    background-position: 50% 0% !important;
    background-attachment: fixed !important;
    background-color: #ffffff !important;*/
}
.see-examples {
    /* background-image: url('../img/services/texture-background.png');*/
    background-position: center;
    background-size: cover;
    padding: 3rem 0px;
    background-repeat: repeat !important;
    background-size: auto !important;
    background-position: 50% 0% !important;
    background-attachment: fixed !important;
    background-color: #ffffff !important;
}
.h2-title.bold {
    font-size: 75px;
}
.brain-box {
    margin-bottom: 40px;
}
.brain-box img {
    margin-bottom: 20px;
    height: 52px;
}
.brain-img {
    max-width: 80%;
}

/* contact */
.contact-bg {
    background-image: url("../img/texture-background-contact.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: repeat !important;
    background-size: auto !important;
    /* background-attachment: fixed !important;*/
    background-color: #ffffff !important;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    background-color: #e6e7e8;
    border-radius: 0px;
    border: 1px solid #e6e7e8;
    padding: 12px 20px;
}
.form-group label {
    text-transform: uppercase;
    margin-bottom: 4px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 7%);
    background: #e6e7e8;
}
.map-responsive iframe {
    height: 100%;
    width: 100%;
}
.studio-text {
    position: absolute;
    bottom: 4rem;
    z-index: 9;
    right: -10px;
    width: 72%;
}

/* team */
.bg-light {
    background: #f3f3f5 !important;
}
.team-box {
    background-color: #000;
    height: 60px;
    width: 96%;
    position: absolute;
    left: -1rem;
    bottom: 2rem;
    padding: 0px 32px;
    color: #fff;
}
.team {
    cursor: pointer;
    position: relative;
    margin-bottom: 60px;
}
.team-box img {
    height: 66px;
    margin-top: -24px;
}
.team-pos {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    /* margin-top: 11px; */
    padding-top: 11px;
}
.team-img {
    transition: all 0.2s ease-in-out;
}
/*.team:hover .team-img{
    opacity: 0.8;
}*/
.team-box img.brandon-team {
    height: 43px;
}
.team-box img.rae-team {
    height: 43px;
    margin-left: 50px;
}
.modal .btn-close1 {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    width: 32px;
}
.modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}
.modal-body {
    padding: 3rem;
}
.modal .team-box {
    position: static;
    width: 100% !important;
    margin-bottom: 2rem;
    height: 83px;
}
.team-content {
    padding: 1rem;
}
.modal .team-box img {
    height: 95px;
    margin-top: -33px;
}
.modal .team-pos {
    font-size: 21px;
    line-height: 27px;
    padding-top: 17px;
}
.modal .team-box img.brandon-team {
    height: 54px;
    margin-top: -33px;
}
.modal .team-box img.rae-team {
    height: 62px;
    margin-top: -33px;
}
.mb-60 {
    margin-bottom: 60px;
}
.small-title {
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 7px;
}
.h2-title.ft-50 {
    font-size: 50px;
}
.duckpin-img {
    position: absolute;
    top: -12rem;
    right: -4rem;
}
.bg-black {
    background-color: #000;
}
.hoppin-vines3 {
    margin-top: -12rem;
    position: relative;
    z-index: 9;
}
.hoppin-vines4 {
    margin-top: -8rem;
}
.ls-1 {
    letter-spacing: 2px;
}
.ie-title {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}
.hoppin-vines-logo {
    padding: 2rem 0px;
}
.pattern-img {
    position: absolute;
    width: 258px;
}
.pattern-img.right {
    right: -8px;
}
.bankroll-coffe-bg {
    background-image: url("../img/bankroll-coffee/bankroll-coffe5.jpg");
    background-position: center;
    background-size: cover;
}
.bankroll-coffe-bg p {
    font-family: NexaRustSans-Black;
    color: #fff;
    font-size: 69px;
    padding: 14rem 0;
}
.bankroll-coffe-icon {
    margin-bottom: 30px;
}

/* butler-tech */
.bg-blue {
    background-color: #336079;
}
.butler-tech1 {
    position: relative;
    z-index: 9;
}
.butler-tech1-mt {
    margin-top: -7rem !important;
}
/* envision-partners */
.envision-partners14 {
    position: relative;
    z-index: 9;
    margin-top: -12rem;
}
.bg-purpal {
    background-color: #9267b0;
    padding-bottom: 14rem;
    padding-top: 7rem;
}
.envision-partners11 {
    margin-bottom: 25px;
}
.bg-grey {
    background-color: #cdced0;
}
.envision-partners9 {
    margin-top: -14rem;
}
.envision-partners8 {
    position: relative;
    z-index: 9;
}
.shadow {
    box-shadow: 3px 2px 6px 0px #2e2b2b !important;
}
.shadow1 {
    box-shadow: 3px 2px 14px 0px #2e2b2b !important;
}
.envision-partners-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* fitton-center */
.fitton-center-bg {
    background-image: url("../img/fitton-center/fitton-center7.jpg");
    background-size: cover;
    background-position: center;
}
.fitton-center11 {
    position: relative;
    z-index: 9;
    margin-top: -10rem;
}
.fitton-center-header {
    padding-bottom: 10rem !important;
}
.fitton-center-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/* metroparks */
.metroparks-owl {
    bottom: 0rem;
    top: 80px;
}

/* pyramid-hill */
.pyramid-hill5 {
    margin-top: -60px;
}
.bg-grey1 {
    background-color: #e0e0e0;
}

/* obc */
.obc-img {
    position: absolute;
    top: -3rem;
    right: -1rem;
}

/* YMCA */
.ymca5 {
    margin-top: -36px;
}

/* donut */
.donut-trail9 {
    margin-top: -66px;
}

.homepage-hero {
    overflow: hidden;
    height: calc(100vh - 88px);
}
.h-hero-bg {
    /* -webkit-animation: zoomeffect 10s ;
   -moz-animation: zoomeffect 10s ;
   animation: zoomeffect 10s ; */
    background-image: url(../img/hero.png);
    background-position: center;
    background-size: cover;
    height: calc(100vh - 88px);
    transition: all 9s ease-in-out;
}
.herotext-box {
    position: absolute;
    top: -51px;
    width: 100%;
    height: 100%;
}
.h-hero-bg.active {
    transform: scale(1.5);
}
/*@-webkit-keyframes zoomeffect{
        0%{
            background-position:center;
          transform:scale(1,1);
        }
       
        100%{
            background-position:center;
          transform:scale(1.5,1.5);
        }
}
@keyframes zoomeffect{
        0%{
            background-position:center;
          transform:scale(1,1);
        }
       
        100%{
            background-position:center;
          transform:scale(1.5,1.5);
        }
}*/
.cs-box p {
    display: none;
}
.team-img-normal {
    opacity: 1;
}
.team-on-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.team:hover .team-on-hover {
    opacity: 1;
}

.team:hover .team-img-normal {
    opacity: 0;
}
.team-content p {
    font-size: 19px;
}
.col-lg-9.cust-col-bankroll-coffe {
    flex: 0 0 auto;
    width: 78%;
}
.tc-ft-30 {
    margin-bottom: 32px;
    word-wrap: break-word;
    font-size: 30px;
}
.tc-ft-18 {
    font-size: 18px;
    margin-bottom: 32px;
}
.tc-ft-18 li {
    margin-bottom: 8px;
}
#videoModal .btn-close {
    position: absolute;
    right: 8px;
    top: 7px;
}
#videoModal iframe {
    width: 100%;
    height: 415px;
}
.rr-pos-logo {
    top: auto !important;
    bottom: -42px;
}

.duckpin-img.teez-agency-img {
    position: absolute;
    top: -4rem;
    right: 3rem;
}

#svg_form_time {
    height: 17px;
    max-width: 100%;
    margin: 0px auto 0px;
    display: block;
}
#svg_form_time circle {
    display: none;
}
#svg_form_time circle,
#svg_form_time rect {
    fill: white;
}
section {
    transition: transform 0.2s ease-in-out;
}
.disabled1 {
    display: none;
}
.lemonaid-step-scroll {
    height: calc(100vh - 317px);
    min-height: calc(100vh - 317px);
    padding: 0px 30px 0px 0px;
    overflow: auto;
    margin-bottom: 30px;
}
.lemonaid-step .form-group label {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 9px;
}
/*.form-group{
    margin-bottom: 25px;
}
.form-group label{

}
.form-control{

}*/
.free-creative-img {
    margin-top: 4rem !important;
    padding-right: 4rem;
}

.container2 {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: transparent;
    border: 2px solid #000000;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
    background-color: #fedd00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sky-pos-logo {
    top: -51px !important;
    right: 89px;

    position: absolute;
}
.sky-pos-logo img {
    width: 120%;
    max-width: 120%;
}
.hcs-img img {
    position: absolute;
    right: 5rem;
    bottom: 80px;
}
.hcs-pb {
    padding-bottom: 6rem;
}
.fbbc-pos {
    z-index: -1;
    margin-top: -94px;
}
.fbbc-pos1 {
    position: relative;
    z-index: 1;
    margin-top: -61px;
}
.fit-img {
    position: absolute;
    top: -370px;
    right: 0px;
    text-align: right;
    z-index: 2;
}
.small-italic-text {
    font-size: 18px;
    font-family: AvenirNextLTPro-Regular;
    font-style: italic;
    text-transform: initial;
}
.contact-check.container2 .checkmark {
    top: 2px;
}
.sec-bg {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nh-img img {
    position: absolute;
    right: -13rem;
    bottom: 0px;
}
.tgl-img img {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 100%;
}
.wm-img img {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: -90px;
    margin-top: auto;
    max-width: 35%;
}
.land-illusion-side-img {
    max-width: 120%;
    margin-left: -10%;
    margin-top: -250px;
    z-index: 9;
    position: relative;
}
.value-side-img {
    position: absolute;
    bottom: 0px;
    right: 10%;
    max-height: 90%;
    max-width: 40%;
}
.fretboard-brewing-company2-img {
    position: absolute;
    top: -280px;
    right: 55px;
}
.of-c {
    overflow-x: clip;
}

/*Updated 11/04/2025*/
/*Contact Page*/
.contact-hero {
    background-image: url(../img/contact/contact-hero-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 100px 0px;
}

/*Services Page*/
.our-name-says {
    background-image: url(../img/services/our-name-says-bg.jpg);
    background-size: cover;
    background-position: bottom center;
    padding: 55px 0px 140px;
}
.services-title {
    font-family: hanleypro-sans;
    font-size: 60px;
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 8px;
}
.services-theme-bg {
    background-image: url(../img/services/services-theme-bg.jpg);
    background-size: cover;
    background-position: center;
}
.l-br {
    border-left: 3px solid #000000;
    padding-left: 50px;
}
.hanleypro {
    font-family: hanleypro-sans;
}
.black-box {
    background-color: #231f20;
    padding: 25px 50px 50px;
    width: fit-content;
}
.black-box .btn-theme:hover {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}
.services-theme-bg .cust-gap {
    --bs-gutter-x: 6rem;
}
.ly-br {
    border-left: 3px solid #f8e008;
    padding: 10px 20px;
}
.black-box .br-bottom {
    border-bottom: 3px solid #f8e008;
}
.black-box .ie-title {
    font-weight: bold;
    letter-spacing: 6px;
    font-size: 39px;
}
.footer.black-bg {
    background-color: #343233;
}
.footer .ly-br {
    padding-top: 0px;
    padding-bottom: 0px;
}
.f-ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.f-ul li {
    margin-bottom: 8px;
}
.f-ul li a {
    font-size: 20px;
    font-family: AvenirNextLTPro-Bold;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
}
.f-ul li a:hover {
    color: #f8e008;
}
.f-title {
    font-size: 27px;
    color: #f8e008;
    font-family: hanleypro-sans;
    letter-spacing: 3px;
}
.insta-id {
    width: 215px;
}
.f-text {
    letter-spacing: 1px;
    font-size: 19px;
}
.link {
    transition: all 0.2s ease-in-out;
}
.link:hover {
    color: #f8e008;
}
.f-logo {
    width: 120px;
}
.ft-15 {
    font-size: 15px;
}
.ft-13 {
    font-size: 13px;
}
.ft-10 {
    font-size: 10px;
}
.contact-hero.values-hero-bg {
    background-image: url(../img/values/value-hero-bg.jpg);
    position: relative;
}
.values-hero-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 600px;
    z-index: 0;
}
.hero-shape {
    position: relative;
    z-index: -1;
    margin-top: -47px;
    width: 94px;
}
.z-1 {
    position: relative;
    z-index: 1;
}
.values-title {
    font-size: 85px;
    font-family: hanleypro-sans;
    color: #ffffff;
    letter-spacing: 12px;
    font-weight: bold;
    margin-bottom: 35px;
}
.values-hero-bg .hero-text {
    font-size: 30px;
    max-width: 1039px;
}
.bill-lumbergh {
    width: 340px;
}
.qoute-text {
    font-size: 31px;
    font-family: AvenirNextLTPro-Bold;
    position: relative;
    line-height: normal;
    margin-bottom: 15px;
}
.qoute-start {
    position: absolute;
    top: -13px;
    left: -45px;
    width: 38px;
}
.qoute-end {
    position: absolute;
    bottom: -4px;
    right: 25px;
    width: 38px;
}
.qoute-name {
    font-size: 25px;
    font-style: italic;
}
.value-br-left {
    border-left: 3px solid #f8e008;
    padding: 10px 0px 10px 35px;
}
.value-yellow-box {
    background-color: #f9de07;
    padding: 0px 20px 11px;
    font-size: 37px;
    color: #040707;
    letter-spacing: 2px;
    font-family: hanleypro-sans;
    width: fit-content;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 53px;
}
.value-text {
    margin-left: 20px;
    max-width: 354px;
}
.value-black-bg {
    background-image: url(../img/values/value-black-bg.jpg);
    background-size: cover;
    background-position: center;
}
.value-br-right {
    border-right: 3px solid #f8e008;
    padding: 10px 25px 10px 0px;
}
.value-black-bg .value-yellow-box {
    margin-left: auto;
}
.value-black-bg .value-text {
    text-align: right;
    color: #ffffff;
}
.value-black-bg .qoute-text,
.value-black-bg .qoute-name {
    margin-left: 40px;
    color: #ffffff;
}
.value-black-bg .qoute-end {
    bottom: 25px;
    right: -35px;
}
.value-black-bg .mr-minus {
    margin-top: -80px;
}
.value-white-bg {
    background-image: url(../img/values/value-white-bg.jpg);
    background-size: cover;
    background-position: center;
}
.pt-30 {
    padding-top: 30px;
}
.full-brain-bg {
    background-color: #f5f1ec;
}
.l-space {
    letter-spacing: 4px;
}
.black-box.br-bottom {
    padding: 50px 0px;
}

/*My Pie Work Case Study*/
.work-home-bg{
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
}
.theme-bg.bg-shaded-yellow {
    background-image: url(../img/my-pie/bg-shaded-yellow.jpg);
    background-size: cover;
    background-position: bottom left;
    z-index: 1;
}
.mp-img img {
    position: absolute;
    right: -30px;
    bottom: auto;
    margin: auto;
    width: 37%;
    top: -180px;
}
.theme-bg.bg-shaded-yellow .max-width {
    max-width: 551px;
}
.social-media-text {
    font-size: 48px;
    padding: 55px 30px;
    text-align: center;
}
.hero-shape.square-white-shape{
    z-index: 0;
}
.my-pie3{
    margin-top: -47px;
}
.menu{
    padding: 30px 0px;
}
.logo{
    width: 100px;
}
@media (min-width: 1550px) {
    .menu .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}</pre></body></html>