/* Google font import */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Lato&family=Metal+Mania&display=swap');

:root {
    --color-brand: #e33039;
    --color-brand-light: #e6676d;
    --color-brand-dark: #74080e;
}
/* Custom CSS to override Bootstrap defaults */
html { scroll-behavior: smooth; scroll-padding-top: 140px; height: 100%; }
body { font-family: 'Lato', sans-serif; font-size: 0.9rem; }
h1, h2, h3, h4, h5 { font-family: 'Metal Mania', sans-serif; }
h1 { font-size: 3rem; }
.bg-global-nav { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(78,78,78,1) 100%); }

.btn-primary { background-color: var(--color-brand) !important; border-color: var(--color-brand-dark) !important; }
.btn-primary:hover { background-color: var(--color-brand-light) !important; border-color: var(--color-brand) !important; }

.form-group.required label:after { content:" *"; color:#ff0000; }
.red { color: #ff0000; }

/* General classes and styles */
.cms_content img { max-width: 100%; height: auto; }
.icon-nav { height: 40px; width: auto; }
.icon-md { font-size: 40px; }
.icon-lg { font-size: 5rem; }
.monospace { font-family: monospace; }
.nowrap { white-space: nowrap; }
.text-sm { font-size: 0.8rem; }
.hidden { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.visible { opacity: 1; transform: translateY(0); }
.logo-nav { height: 120px; width: auto; }
.logo-brand { height: 50px; width: auto; }

/* Welding effect */
canvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; /* Allows clicks */ }

.logo-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 32px; }
.logo-container img { max-width: 100%; max-height: 100px; display: block; margin: 0 auto; }

/* Custom colors and classes */
.bg-brand { background-color: var(--color-brand); }
.bg-brand-dark { background-color: var(--color-brand-dark); }
.testimonial { background: #efefef; border-radius: 8px; position: relative; }
.testimonial:before { content: '\201C'; font-size: 70px; color: var(--color-brand-dark); position: absolute; top: 0px; left: 20px; }
.testimonial blockquote { margin-left: 40px; }

/* Video Headers */
header.video { position: relative; width: 100vw; height: 100vh; overflow: hidden; }
header.video video { position: absolute; top: 50%; left: 50%; width: auto; height: 100vh; min-width: 100vw; transform: translate(-50%, -50%); object-fit: cover; }
header.video .content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #ffffff; width: 100%; padding: 0 50px; }
header.video .video-overlay-header { font-family: 'Metal Mania', sans-serif; font-size: 8rem; text-shadow: #000000 4px 4px 4px; }
header.video .video-overlay-text { font-size: 2rem; margin-top: 10px; text-shadow: #000000 2px 2px 2px; }
.logo-splash { height: 300px; width: auto; }

/* Overlay Boxes */
.wg-box { position: relative; margin: auto; overflow: hidden; }
.wg-box .wg-box-overlay { background: rgba(0,0,0,0.7); position: absolute; height: 100%; width: 100%; left: 0; top: 0; bottom: 0; right: 0; opacity: 0; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; }
.wg-box:hover .wg-box-overlay { opacity: 1; }
.wg-box-image { width: 100%; }
.wg-box-details { position: absolute; text-align: center; padding-left: 1em; padding-right: 1em; width: 100%; top: 50%; left: 50%; opacity: 0; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.wg-box:hover .wg-box-details { top: 50%; left: 50%; opacity: 1; }
.wg-box-details h3 { color: #fff; font-weight: 500; letter-spacing: 0.15em; margin-bottom: 0.5em; text-transform: uppercase; }
.wg-box-details p { color: #fff; font-size: 0.8em; }
.wg-box-fadeIn-bottom { top: 80%; }

/* Same height boxes */
.full-height {margin-bottom: 15px; }
.full-height-card { margin: 10px 0; }
.full-height-card .card_body { height: 70px; max-height: 72px; display: table-cell; vertical-align: middle; }

/* Footer */
footer { padding-top: 25px; background-color: #1b1b1b; color: #ffffff; }
.social-icon { font-size: 2.25em; margin: 0 10px; }

@media (max-width: 1280px) {
    /* Header Videos */
    header.video .video-overlay-header { font-size: 2.5rem; }
    header.video .video-overlay-text { font-size: 1.25rem; }
}

@media (max-width: 768px) {
    /* Overlay Boxes */
    .wg-box { position: relative; margin: auto; overflow: hidden; }
    .wg-box .wg-box-overlay { background: rgba(0,0,0,0.7); position: absolute; height: 100%; width: 100%; left: 0; top: 0; bottom: 0; right: 0; opacity: 1; -webkit-transition: none; -moz-transition: none; transition: none; }
    .wg-box:hover .wg-box-overlay { opacity: 1; }
    .wg-box-image { width: 100%; }
    .wg-box-details { position: absolute; text-align: center; padding-left: 1em; padding-right: 1em; width: 100%; top: 50%; left: 0%; opacity: 1; -webkit-transform: none; -moz-transform: none; transform: none; -webkit-transition: none; -moz-transition: none; transition: none; }
    .wg-box:hover .wg-box-details { top: 50%; left: 0%; opacity: 1; }
    .wg-box-details h3 { color: #fff; font-weight: 500; letter-spacing: 0.15em; margin-bottom: 0.5em; text-transform: uppercase; font-size: 1em; }
    .wg-box-details p { color: #fff; font-size: 0.8em; }
    .wg-box-fadeIn-bottom { top: 50%; }
}

@media (max-width: 576px) {
    .dropdown-item { font-size: 0.75em; }

    /* Header Videos */
    header.video .video-overlay-header { font-size: 1.5rem; }
    header.video .video-overlay-text { font-size: 1rem; }
    .logo-splash { width: 100%; height: auto; }
}

/*==========  Print-Specific  ==========*/
@media print {
    .no-print, .no-print * { display: none !important; }
}