/*!
Theme Name: qp-frames
Theme URI: http://underscores.me/
Author: Lucas Phan
Author URI: https://quanphan.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qp-frames
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.navbar-brand {
    margin-right: 2rem;
}
:root {
    --bs-font-sans-serif: 'Be Vietnam Pro', sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-headings-font-family: var(--bs-font-sans-serif);
    --bs-headings-font-weight: 700; 
}
body {
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.font-heading {
    font-weight: 700;
    letter-spacing: -0.5px;
}
.qp-mobile-nav .menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.qp-mobile-nav .menu-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.qp-mobile-nav .menu-item a::after {
    content: "\F285";
    font-family: "bootstrap-icons"; 
}

@media (max-width: 991.98px) {
    .header-actions .btn-outline-secondary {
        display: none !important;
    }
}