/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/gotham/Gotham-Black.otf') format('truetype');
    font-weight: 800; /* Bold */
    font-style: normal;
}

body {
    color: #fff;
}

.bg-black{
    background-color: black;
}

.text-white{
    color: #fff !important;
}

#mainMenu nav > ul > li > a{
    text-transform: none;
}

.container{
    max-width: 85%;
}

section .fullscreen {
    background-size: cover !important;
    background-position: center !important;
}

.header-inner #logo a > span.logo-dark > img {
    display: block;
    width: 214px;
    height: auto;
    margin-top: 20px;
    margin-left: 50px
}

.header-inner #logo a > span.logo-default > img {
    display: block;
    width: 214px;
    height: auto;
    margin-top: 20px;
    margin-left: 50px
}

#mainMenu nav > ul > li > a{
    color: white;
}

#mainMenu nav > ul > li > a:hover{
    color: #FF4C4C !important;
}

#section1{
    background-color: black;
}

#section23 {
    background-color: black;
    padding-bottom: 0 !important;
}

#section23 h2{
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
}

#section23 h2.span{
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 767px) {
    #section23 h2{
        font-size: 24px;
        font-weight: 200;
        text-transform: uppercase;
    }

    #section23 h2.span{
        font-size: 24px;
        font-weight: 600;
    }
}

.margin-black {
    margin: 4rem auto !important;
}

.bg-proyectos {
    background-image: url("../../assets/backgrounds/proyectos.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    .margin-black {
        margin: 1.5rem auto !important;
    }
    .bg-proyectos {
        background-image: url("../../assets/backgrounds/proyectos_767.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center !important;
    }
}

#section1 h2{
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
}

#section1 h2.span{
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 767px) {
    #section1 h2{
        font-size: 24px;
        font-weight: 200;
        text-transform: uppercase;
    }

    #section1 h2.span{
        font-size: 24px;
        font-weight: 600;
    }
}

#section-clients {
background-color: black !important;
}

#section-clients .grid li:after{
    border-bottom: none;
}

#section-clients .grid li:hover img{
    -webkit-filter: invert(1);
    filter: invert(1);
    cursor: crosshair;
}

#section-clients .grid li{
    cursor: crosshair;
}

#section-clients .grid li:before{
    border-left: none;
}

#section-clients .grid li img{
    width: 110px;
}

#blog-directory{

    background-color: black;
    background-image: url('../../assets/backgrounds/blog.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -600px;
}

#blog-directory:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 40%);
    /* -webkit-transition: all 0.3s ease; */
    /* transition: all 0.3s ease; */
    /* opacity: 0; */
    content: '';
}

@media (max-width: 767px) {
    #blog-directory{
        background-image: url('../../assets/backgrounds/blog_767.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -600px;
    }
}

#blog-directory div.container{
    position: relative;
    z-index: 1;
}

#blog-directory div.container{
    max-width: 60%;
}

#blog-directory .post-item-wrap{
    background-color: black;
}

#blog-directory .post-item .post-item-description .post-meta-date, #blog-directory .post-item .post-item-description .post-meta-comments, #blog-directory .post-item .post-item-description > h2 > a, #blog-directory p{
    color: white;
}

#blog-directory .post-item.border .post-item-wrap{
    border: none;
}

#blog-directory .post-item-description{
    border-width: 0 1px 1px 1px;
    border-color: #212121;
    border-style: solid;
}

#blog-directory .item-link{
    color: #C2D500;
}

#blog-directory .post-item .post-image .post-meta-category{
    background-color: #C2D500;
}

#blog-directory .post-item .post-image .post-meta-category a{
    color: #FF4C4C;
}

#blog-directory .page-title h1{
    text-align: center;
    color: #FF4C4C;
    font-size: 6em;
    margin-bottom: 50px;
    font-style: italic;
}

/* END: BLOG DIRECTORY */

#blog{
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}

#blog:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
}

#blog div.container{
    position: relative;
    z-index: 1;
}

#blog div.container{
    max-width: 60%;
}

#blog .post-item-wrap{
    background-color: black;
}

#blog .post-item .post-item-description .post-meta-date, #blog .post-item .post-item-description .post-meta-comments, #blog .post-item .post-item-description > h2 > a, #blog p{
    color: white;
}

#blog .post-item.border .post-item-wrap{
    border: none;
}

#blog .post-item-description{
    border-width: 0 1px 1px 1px;
    border-color: #212121;
    border-style: solid;
}

#blog .item-link{
    color: #C2D500;
}

#blog .post-item .post-image .post-meta-category{
    background-color: #C2D500;
}

#blog .post-item .post-image .post-meta-category a{
    color: #FF4C4C;
}

#blog .page-title h1{
    text-align: center;
    color: #FF4C4C;
    font-size: 6em;
    margin-bottom: 50px;
    font-style: italic;
}

#post{
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}

#post:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 40%);
    /* -webkit-transition: all 0.3s ease; */
    /* transition: all 0.3s ease; */
    /* opacity: 0; */
    content: ' ';
}

#post div.container{
    position: relative;
    z-index: 1;
}

#post div.container{
    max-width: 60%;
}

#post .post-item-wrap{
    background-color: black;
}

#post .post-item .post-item-description .post-meta-date, #post .post-item .post-item-description .post-meta-comments, #post .post-item .post-item-description > h2 > a, #post p{
    color: white;
}

#post .post-item.border .post-item-wrap{
    border: none;
}

#post .post-item-description{
    text-align: left;
    margin: 0 -20% 0 -20%;
}

#post .item-link{
    color: #C2D500;
}

#post .post-item .post-image .post-meta-category{
    background-color: #C2D500;
}

#post .post-item .post-image .post-meta-category a{
    color: #FF4C4C;
}

#post .page-title h1{
    text-align: center;
    color: #FF4C4C;
    font-size: 6em;
    margin-bottom: 50px;
}

/* FOOTER */

#postfooter a {
    text-decoration: none;
    color: black;
  }

#postfooter {
    font-size: 13px;
    color: black;
    background-color: #C2D502;
    height: auto;
    padding: 22px 0;
}
#postfooter-mob{
    font-size: 11px;
    color: black;
    background-color: #C2D502;
    height: auto;
    padding: 22px 0;
    text-align: center;
}

#postfooter .btn-subscribe {
    right: 6px;
    top: 6px;
    bottom: 6px;
}

#postfooter .icon-social img{
    height: 30px;
    width: auto;
    display: block;
    margin: auto;
    padding: 0 10px;
}

#postfooter .icon-social img:hover{
  opacity: .8;
}

#postfooter .col-social {
    align-items: center;
    flex-wrap: wrap;
}

#postfooter span, #footer-mob span {
    padding: 0 6px;
}

#postfooter .icons-social{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.sticker-nagasaki {
    top: -237px;
    left: -104px;
    margin-bottom: -262px;
    height: 336px;
    width: auto;
    position: relative;
}

.title-mix span {
    font-style: italic;
    font-weight: 800;
    color: #C2D502;
}

.lead {
    font-size: 24px;
}

.lead span {
    font-weight: 400;
}

.btn {
    font-size: 15px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    border-style: none;
}

#postfooter input {
    flex-grow: 2;
}

#footer-mob input {
    flex-grow: 2;
}

input[type=email]:focus {
    border-style: none !important;
    box-shadow: unset;
}

#footer .btn, #footer-mob .btn{
    background: #C2D502;
    color: #fff;
    border-style: none;
}

#postfooter .btn{
    height: 32px;
    font-size: 12px;
    background: #C2D502;
    border-style: none;
    padding-top: 9px;
    position: relative;
}

#postfooter .btn-subscribe, #footer-mob .btn-subscribe {
    right: 6px;
    top: 6px;
    bottom: 6px;
}

#postfooter input, #footer-mob input{
    font-size: 12px;
    height: 44px;
    border-style: none;
    flex-grow: 2;
}

#postfooter form, #footer-mob form{
    background: #fff;
    border-width: 1px;
    border-radius: 6px;
}

#footer hr{
    height: 1px;
    color: #212121;
    margin-bottom: 45px;
    border-color: none;
}

#prefooter{
    padding: 150px 0;
    position: relative;
    background-image: url('../../assets/backgrounds/img_nagasaki_footer.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#prefooter .title-mix {
    font-size: 114px;
    font-weight: 200;
    padding-bottom: 30px;
}

#prefooter .title-mix span{
    font-size: 114px;
    font-weight: 600;
    padding-bottom: 30px;
    font-style: italic;
    color: #C2D502 !important;
}

#prefooter .btn{
    background-color: #C2D502;
    border-color: #C2D502;
    color: #FF4C4C;
}

#prefooter .btn:hover{
    background-color: #C2D502;
    border-color: #C2D502;
    color: #fff;
}

#prefooter p{
    font-size: 1.6em;
    font-weight: 200;
    margin-bottom: 50px;
}

#prefooter p span{
    font-weight: 600;
}

#prefooter .parallax-container-2:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 30%);
    /* -webkit-transition: all 0.3s ease; */
    /* transition: all 0.3s ease; */
    /* opacity: 0; */
    content: ' ';
    z-index: -10;
    transform: scale(1.5);
}

#postfooter .btn{
    background-color: #FF4C4C !important;
    position: relative;
    right: 10px;
    top: 5px;
    padding: 0px 22px !important;
}

#footer{
    background: #000;
    padding-top: 150px;
}
#footer-mob{
    background: #000;
}

#footer .btn{
    color: #FF4C4C;
}


/* End: FOOTER */

#portfolio .portfolio-item.img-zoom .portfolio-image img{
    height: 500px;
    object-fit: cover;
    margin: 12px 24px;
}


#proyectos .portfolio-image img{
    /* width: 1280px; */
    height: auto;
    object-fit: cover;
}

#proyectos{
    background-color: black;
}

#proyectos .grid-filter.gf-outline li:hover a, .grid-filter.gf-outline li.active a{
color: white;
border-color: white;
background-color: transparent;
}

#proyectos .grid-filter.gf-outline li:hover a, .grid-filter.gf-outline li a{
color: white;
}

#proyectos .portfolio-item .portfolio-description span, #proyectos .portfolio-item .portfolio-description h3{
    color: #C2D502;
    font-size: 5em;
}

#proyectos .portfolio-item .portfolio-description h3{
    font-size: 2.5em;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 10px;
}

#proyectos .portfolio-item .portfolio-description span{
    font-size: 1em;
    font-weight: 800;
}

.proyecto-navigation{
    position: relative;
    left: -30px;
    margin-bottom: 70px;
}

.proyecto-header{
    padding-left: 55px;
    padding-right: 50px;
}

.proyecto-header h2{
    color: #C2D502 !important;
    margin-bottom: 15px !important;
}

.proyecto-header h2:before{
    display: none;
}

.proyecto-header span{
    color: #C2D502 !important;
    font-size: 16px;
}

.proyecto-header p{
    margin-top: 15px;
    font-size: 16px;
}

.proyecto-header a{
    color: #fff !important;
    font-size: 15px;
}

.proyecto-content{
    padding-left: 50px;
    padding-right: 50px;
}

#nosotros{
    text-transform: uppercase;
    position: relative;
    background-image: url('../../assets/backgrounds/reel.webp');
    background-repeat: no-repeat;
    background-size: cover;
}


#nosotros h2 span{
    text-transform: uppercase;
    font-style: italic;
    color: #C2D502 !important;
    font-weight: 600 !important;
}

#nosotros .parallax-container:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 30%);
    /* -webkit-transition: all 0.3s ease; */
    /* transition: all 0.3s ease; */
    /* opacity: 0; */
    content: ' ';
}

#nosotros .container{
    z-index: 1;
    padding: 100px 0;
}

#nosotros h2{
    font-weight: 400 !important;
}

#nosotros h2 span{
    text-transform: uppercase;
    font-style: italic;
    color: #C2D502 !important;
    font-weight: 700 !important;
}

#nosotros a{
    font-size: 16px;
}

#nosotros button{
    font-size: 16px;
}

#header .header-inner{
    background-color: black;
}

#blog-content, #blog-content .post-item .post-item-wrap{
    background-color: #000;
}

#blog-content .single-post .post-image{
    margin: 0 -25% 0 -25%;
}

#blog-content .single-post .post-item .post-item-description > h2{
    text-transform: uppercase;
    color: #C2D502;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 1.2em;
    margin-top: 35px;
}

#blog-content .single-post .post-meta-date{
    color: #fff;
    margin-top: 25px;
}

#blog-content .single-post .post-item-description{
    padding: 55px 155px 25px 55px
}

#blog-content .single-post .post-item .post-item-description > p, #blog-content .single-post .post-item .post-item-description .blockquote > p{
    color: #fff;
}

#blog-content .single-post .post-item .post-item-description .post-meta{
    border-bottom: 0px;
}

.blockquote{
    border-left: 3px solid #C2D502;
}


button.btn.btn-primary, button.btn{
    background-color: #C2D502 !important;
    border-color: #C2D502 !important;
}

.heading-text.heading-section h2:before{
    background-color: #C2D502;
}

#mainMenu:not(.menu-overlay) nav > ul > li > a{
    font-size: 14px;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {

    .btn{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #footer-mob .icons-social{
        display: flex;
        align-content: center;
        justify-content: space-evenly;
    }

    #footer-mob .btn{
        background-color: #C2D502 !important;
    }

    #footer-mob .btn-subscribe{
        background-color: #FF4C4C !important;
        color: #fff;
    }

    #footer, #postfooter{
        display: none;
    }

    #header #logo > a img{
        height: auto;
        width: 50%;
        margin: 24px auto;
    }

    section.fullscreen{
        /* background-position: -392px 0px !important; */
    }

    #section1 .text-lg, .text-lg span{
        font-size: 28px !important;
        line-height: 1.5em !important;
    }

    #nosotros .parallax-container:after{
        background-position-x: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgb(0 0 0 / 30%);
        /* -webkit-transition: all 0.3s ease; */
        /* transition: all 0.3s ease; */
        /* opacity: 0; */
        content: ' ';
    }

    #nosotros .img-loaded{
        /* display: none; */
        transform: scale(1.5);
    }

    #nosotros .overlay:after{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgb(0 0 0 / 30%);
        /* -webkit-transition: all 0.3s ease; */
        /* transition: all 0.3s ease; */
        /* opacity: 0; */
        content: ' ';
    }

    #nosotros h2{
        font-weight: 400 !important;
        font-size: 40px !important;
    }

    #nosotros h2 span{
        text-transform: uppercase;
        font-size: 52px !important;
        font-style: italic;
        color: #C2D502 !important;
        font-weight: 700 !important;
    }

    #prefooter .title-mix {
        font-size: 45px !important;
        font-weight: 200;
        padding-bottom: 30px;
    }

    #prefooter .title-mix span{
        font-size: 45px !important;
        font-weight: 600;
        padding-bottom: 30px;
        font-style: italic;
        color: #C2D502 !important;
    }

    #section-clients .grid li img{
        width: 100%;
    }

    #blog-directory div.container{
        max-width: 100%;
    }

    #proyectos .container{
        max-width: 95%;
    }

    #proyectos .portfolio-item .portfolio-description h3{
        font-size: 1.5em;
    }

    .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide){
        height: 0px;
        line-height: 0px;
    }

}

@media (min-width: 992px) {
    #footer-mob, #postfooter-mob{
        display: none;
    }
 }

@media (max-width: 1200px) {

    .sticker-nagasaki{
        display: none;
    }
 }
/* Fin: RESPONSIVE */

/* OCULTAR RECAPTCHA */
.grecaptcha-badge {
    display: none !important;
}
/* END: OCULTAR RECAPTCHA */

/* IMAGE GRID HOME */
.container-grid {
    width: 100%;
    max-width: 85%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin: auto;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -1px; /* Ajusta márgenes para compensar el borde */
}

.image-grid .image-item {
    flex: 0 0 33.333%; /* Tres imágenes por fila */
    max-width: 33.333%; /* Asegura que nunca pasen de una fila */
    margin: 0; /* Elimina márgenes adicionales */
    padding: 1px; /* Espaciado entre imágenes (2px total entre imágenes: 1px de cada lado) */
    box-sizing: border-box;
}

.image-grid img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .container-grid {
        width: 100%;
        max-width: 100%;
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
        margin: auto;
    }
}
/* END: IMAGE GRID HOME */

/* TEXT ON NAVBAR */
@media (max-width: 990px) {
    .text-mobile {
        color:#000 !important;
    }

    .text-mobile:hover {
        color:#FF4C4C !important;
    }
}
/* END: TEXT ON NAVBAR */

/* BG REEL */
.bg-reel {
    position: relative;
    background: url('/assets/backgrounds/bg-reel.webp') no-repeat center top;
    background-size: contain;
    overflow: hidden;
}

.bg-reel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
}

@media (max-width: 767px) {
    .bg-reel {
        background: url('/assets/backgrounds/bg-reel-mobile.webp') no-repeat center;
        background-size: contain;
    }
}
/* END: BG REEL */

/* BG CONTACTO */
.bg-contact {
    position: relative;
    background: url('/assets/backgrounds/img_nagasaki_contacto_6.webp') no-repeat center top;
    background-size: contain;
    overflow: hidden;
}

.bg-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
}

@media (max-width: 767px) {
    .bg-contact {
        background: url('/assets/backgrounds/bg-contact.webp') no-repeat center;
        background-size: contain;
    }
}
/* END: BG CONTACTO */


/* SECTION GRID IMAGES */
#grid-images {
    background-color: black !important;
}
/* END: SECTION GRID IMAGES */

/* BG HOME */
.bg-home-page {
    background-image: url('/assets/backgrounds/bg-home-desktop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .bg-home-page {
        background-image: url('/assets/backgrounds/bg-home-mobile.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/* END: BG HOME */

/* ICONO AUDIO */
#volume-control {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#volume-icon {
    font-size: 24px;
    color: white;
    transition: color 0.3s;
    z-index: 5px;
}

#volume-control:hover #volume-icon {
    color: yellow;
}

#volume-control.muted #volume-icon {
    color: red;
}
/* END: ICONO AUDIO */

/* BOTÓN VER MÁS BLOG HOME */
#showMoreBtn:hover {
    background-color: #fff;
    color: #000 !important;
}
/* END: BOTÓN VER MÁS BLOG HOME */

/* MARGIN GRID BLOG */
.margin-responsive {
    margin: .5rem !important;
}
/* END: MARGIN GRID BLOG */


/* TAMAÑO XXL PARA MODAL */
.modal-xxl {
    max-width: 1200px;
}

@media (min-width: 1200px) {
    .modal-xxl {
        width: 1200px;
    }
}

@media (max-width: 767px) {
    .modal-xxl {
        width: 600px;
    }
}
/* END: TAMAÑO XXL PARA MODAL */

/* BTN REEL */
.btn-reel {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: .5rem;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 60px;
}
/* END:BTN REEL */

.clientes-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}

.clientes-carousel-reverse {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px; /* Ajusta este valor según la altura del carrusel */
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.zoom-img {
    transition: transform .2s;
}

.zoom-img:hover {
    transform: scale(1.1);
}

.cookie-policy h1 {
    font-size: 40px !important;
    border-bottom: .3rem solid #C2D500;
}

.cookie-policy h2 {
    font-size: 30px !important;
}

.cookie-policy h3 {
    font-size: 26px !important;
}

.cookie-policy p {
    font-size: 22px !important;
}

.cookie-policy ul {
    font-size: 22px !important;
}

.cookie-policy table {
    font-size: 22px !important;
}

@media (max-width: 768px) {
    .cookie-policy p {
        font-size: 18px !important;
    }

    .cookie-policy ul {
        font-size: 18px !important;
    }

    .cookie-policy table {
        font-size: 18px !important;
    }

}

/* Mobile Header */
/* Contenedor de la imagen en móviles */
.mobile-background {
    display: block;
    width: 100vw;
    height: 100dvh; /* Usa dvh en vez de vh para ajustarse a la altura real del viewport */
    position: relative;
    overflow: hidden;
}

/* Imagen de fondo en móviles */
.mobile-background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 42% 50%;
}

@media (min-width: 768px) {
    .mobile-background {
        display: none;
    }

    #desktop-background {
        display: block;
    }
}

@media (max-width: 767px) {
    #desktop-background {
        display: none;
    }
}
/* End:Mobile Header */
