/*
Theme Name: BG Production
Theme URI: https://bgproduction.com.np/
Author: BG Production
Author URI: https://bgproduction.com.np/
Description: Custom WordPress theme for BG Production - Photography, Videography and Event Services.
Version: 1.0.0
Text Domain: bg-production
*/

/* =========================================================
   RESET
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #111111;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
button,
input,
textarea,
select {
    font: inherit;
}
/* WordPress admin bar compatibility */

.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 46px;
    }
}