body{
background:#000;
color:#fff;
margin:0;
font-family:Arial,sans-serif;
overflow-x:hidden;
}

.container{
width:min(92%,1400px);
margin:auto;
}

.content-box{
padding:40px;
border:1px solid rgba(255,255,255,.1);
border-radius:var(--nydd-border-radius);
margin:40px 0;
}

/* ==================================================
   GLOBAL DARK BACKGROUND FORCE
================================================== */

html,
body,
#page,
#content,
.site,
.site-content,
.content-area,
.site-main{

    background:#000 !important;

    color:#fff !important;
}

/* ==================================================
   MAIN PAGE WRAPPERS
================================================== */

main,
article,
section,
div{

    background-color:transparent;
}

/* ==================================================
   GALLERY PAGE
================================================== */

.yddd-gallery-page{

    background:#000 !important;

    min-height:100vh;
}

/* ==================================================
   FOOTER RESTORE
================================================== */

footer,
.site-footer{

    background:#050505 !important;

    color:#ddd !important;

    border-top:
    1px solid rgba(212,175,55,.12);

    padding:60px 0;
}

/* ==================================================
   FOOTER LINKS
================================================== */

footer a,
.site-footer a{

    color:#d4af37 !important;

    text-decoration:none;
}

footer a:hover,
.site-footer a:hover{

    color:#40E0D0 !important;
}