{"id":257,"date":"2026-02-17T15:50:28","date_gmt":"2026-02-17T15:50:28","guid":{"rendered":"https:\/\/lunarmotionmedia.com\/?page_id=257"},"modified":"2026-03-06T03:44:25","modified_gmt":"2026-03-06T03:44:25","slug":"actor","status":"publish","type":"page","link":"https:\/\/lunarmotionmedia.com\/?page_id=257","title":{"rendered":"actor"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Brant Miller | Actor<\/title>\n    <meta name=\"description\" content=\"Brant Miller is a Minneapolis-based actor, singer, and guitarist. Co-founder of Four Humors Theater with credits at Children's Theatre Company, History Theatre, Yellow Tree Theatre, and more.\">\n    <meta name=\"keywords\" content=\"Brant Miller, actor, Minneapolis, Four Humors Theater, Children's Theatre Company, History Theatre, singer, guitarist, Minnesota theater\">\n    <meta property=\"og:title\" content=\"Brant Miller | Actor\">\n    <meta property=\"og:description\" content=\"Minneapolis-based actor, singer, and guitarist. Co-founder of Four Humors Theater with credits at Children's Theatre Company, History Theatre, and more.\">\n    <meta property=\"og:type\" content=\"profile\">\n    <meta property=\"og:url\" content=\"https:\/\/lunarmotionmedia.com\/actor\">\n    <meta property=\"og:image\" content=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/U70A5949-2.jpg\">\n    <meta name=\"twitter:card\" content=\"summary_large_image\">\n    <link rel=\"canonical\" href=\"https:\/\/lunarmotionmedia.com\/actor\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Mono:wght@400;700&#038;family=Archivo+Black&#038;family=Raleway:wght@400&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body { background: #0a0a0a; color: #f0f0f0; font-family: 'Space Mono', monospace; line-height: 1.6; overflow-x: hidden; }\n        .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.85) 50%, rgba(10, 10, 10, 0.9) 100%); z-index: 0; }\n        header { position: relative; z-index: 10; padding: 6rem 4rem 4rem; }\n        @media (max-width: 900px) { header { padding: 5rem 2rem 3rem; } }\n        .header-content { max-width: 1400px; margin: 0 auto; animation: fadeUp 1s ease-out; display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; }\n        @media (max-width: 768px) { .header-content { flex-direction: column; } }\n        .header-text { flex: 1; }\n        .headshot { width: 125px; height: auto; aspect-ratio: 1365\/2048; object-fit: cover; object-position: top; border: 3px solid rgba(255,255,255,0.1); box-shadow: 0 10px 40px rgba(0,0,0,0.5); opacity: 0; animation: fadeIn 0.8s ease-out 0.3s forwards; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease; cursor: pointer; }\n        .headshot:hover { transform: scale(2); box-shadow: 0 25px 50px rgba(0,0,0,0.8); z-index: 50; }\n        @media (max-width: 768px) { .headshot { width: 90px; align-self: center; } }\n        @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        .title-main { font-family: 'Archivo Black', sans-serif; font-size: clamp(3rem, 10vw, 8rem); font-weight: 400; line-height: 0.9; letter-spacing: -0.02em; color: #f0f0f0; }\n        .title-outline { -webkit-text-stroke: 2px #f0f0f0; -webkit-text-fill-color: transparent; }\n        .title-sub { font-size: 0.75rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: #9ca3af; margin-top: 1.5rem; opacity: 0; animation: fadeIn 0.6s ease-out 0.4s forwards; }\n        @keyframes fadeIn { to { opacity: 1; } }\n        .back-link { position: fixed; top: 2rem; left: 2rem; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(240, 240, 240, 0.4); text-decoration: none; transition: color 0.3s; z-index: 100; display: inline-flex; align-items: center; gap: 0.5rem; }\n        .back-link:hover { color: #9ca3af; }\n        .back-link::before { content: '\\2190'; }\n        main { position: relative; z-index: 10; max-width: 1200px; margin: 0 auto; padding: 0 4rem 6rem; }\n        @media (max-width: 900px) { main { padding: 0 2rem 4rem; } }\n        .photo-gallery {\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            grid-auto-rows: 100px;\n            gap: 0.5rem;\n            margin-bottom: 4rem;\n            opacity: 0;\n            animation: fadeUp 0.8s ease-out 0.2s forwards;\n        }\n        @media (max-width: 1000px) { .photo-gallery { grid-template-columns: repeat(5, 1fr); grid-auto-rows: 90px; } }\n        @media (max-width: 700px) { .photo-gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 80px; } }\n        @media (max-width: 500px) { .photo-gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 70px; } }\n        .gallery-item {\n            position: relative;\n            overflow: visible;\n            cursor: pointer;\n            border-radius: 3px;\n            transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, z-index 0s;\n        }\n        .gallery-item:hover {\n            transform: scale(2.2);\n            box-shadow: 0 25px 50px rgba(0,0,0,0.8);\n            z-index: 50;\n        }\n        .gallery-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 3px;\n            filter: brightness(0.8) saturate(0.85);\n            transition: filter 0.4s ease;\n        }\n        .gallery-item:hover img {\n            filter: brightness(1.1) saturate(1.05);\n        }\n        .gallery-item.vertical { grid-row: span 2; }\n        .gallery-item.wide { grid-column: span 2; }\n        .lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); z-index: 9999; justify-content: center; align-items: center; cursor: pointer; }\n        .lightbox.active { display: flex; }\n        .lightbox img { max-width: 90%; max-height: 90%; object-fit: contain; border: 3px solid rgba(255, 255, 255, 0.2); box-shadow: 0 20px 60px rgba(0,0,0,0.8); }\n        .lightbox-close { position: absolute; top: 2rem; right: 2rem; color: #f0f0f0; font-size: 2rem; cursor: pointer; opacity: 0.5; transition: opacity 0.3s; }\n        .lightbox-close:hover { opacity: 1; }\n        .stats { display: flex; flex-wrap: wrap; gap: 2rem; margin-bottom: 3rem; opacity: 0; animation: fadeUp 0.6s ease-out 0.3s forwards; }\n        .stat-item { font-size: 0.8rem; color: rgba(240, 240, 240, 0.6); }\n        .stat-label { color: rgba(240, 240, 240, 0.4); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.25rem; }\n        .section { margin-bottom: 4rem; opacity: 0; animation: fadeUp 0.6s ease-out forwards; }\n        .section:nth-child(2) { animation-delay: 0.4s; }\n        .section:nth-child(3) { animation-delay: 0.5s; }\n        .section:nth-child(4) { animation-delay: 0.6s; }\n        .section:nth-child(5) { animation-delay: 0.7s; }\n        .section-title { font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; color: #9ca3af; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(156, 163, 175, 0.2); }\n        .credits-table { width: 100%; }\n        .credit-row { display: grid; grid-template-columns: 2fr 1.5fr 2fr 1.5fr; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); font-family: 'Raleway', sans-serif; font-size: 0.85rem; }\n        @media (max-width: 768px) { .credit-row { grid-template-columns: 1fr 1fr; gap: 0.5rem; font-size: 0.8rem; } }\n        .credit-row:hover { background: rgba(156, 163, 175, 0.05); }\n        .credit-show { color: #f0f0f0; }\n        .credit-role { color: rgba(240, 240, 240, 0.7); }\n        .credit-theatre { color: rgba(240, 240, 240, 0.5); }\n        .credit-director { color: rgba(240, 240, 240, 0.4); font-size: 0.8rem; }\n        .video-container { position: relative; width: 100%; padding-bottom: 56.25%; margin-top: 1rem; }\n        .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid rgba(156, 163, 175, 0.2); }\n        .training-item { font-family: 'Raleway', sans-serif; font-size: 0.9rem; color: rgba(240, 240, 240, 0.7); margin-bottom: 1rem; line-height: 1.7; }\n        .training-item strong { color: #f0f0f0; }\n        .skills-list { font-family: 'Raleway', sans-serif; font-size: 0.9rem; color: rgba(240, 240, 240, 0.7); line-height: 1.8; }\n        footer { position: relative; z-index: 10; text-align: center; padding: 4rem 2rem; border-top: 1px solid rgba(255, 255, 255, 0.05); }\n        footer p { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(240, 240, 240, 0.3); }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"overlay\"><\/div>\n    <a href=\"https:\/\/lunarmotionmedia.com\" class=\"back-link\">Back<\/a>\n    <header>\n        <div class=\"header-content\">\n            <div class=\"header-text\">\n                <h1 class=\"title-main\"><span>Brant<\/span><br><span class=\"title-outline\">Miller<\/span><\/h1>\n                <p class=\"title-sub\">Actor, Singer, Guitarist<\/p>\n            <\/div>\n            <img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/U70A5949-2.jpg\" alt=\"Brant Miller Headshot\" class=\"headshot\">\n        <\/div>\n    <\/header>\n    <main>\n        <div class=\"photo-gallery\">\n            <!-- Row of Verticals -->\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/BW1A6513.webp\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/571496847_18506918707068474_8176174081196411157_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/468612156_10162338085741812_5342531998106721020_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/20150321_nature_crown_0112.webp\" alt=\"Nature Crown\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/512221177_10101046170778614_2189697570518132893_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/468872548_10162414063891812_4721485600108195608_n.jpg\" alt=\"Performance\"><\/div>\n            <!-- Horizontals Row 1 -->\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/489791289_1207605994708109_3128254793107949230_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/60672cea87e2e01f6bef692d\/380d6fd3-1d17-4fa6-9b87-1ac47b81870d\/Lolita+02+-+Dan+Norman.jpg?format=2500w\" alt=\"Lolita\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/BW1A6459.webp\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/www.tcdailyplanet.net\/wp-content\/uploads\/files\/14\/26\/buddy428_1.jpg\" alt=\"Buddy Holly\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/75204529_10157810123711812_7592727350047932416_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/BW1A9379.webp\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/60672cea87e2e01f6bef692d\/323323ce-6293-4176-b3ed-7e3bad01d266\/2016-DonQuixote.jpg?format=2500w\" alt=\"Don Quixote\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/75220737_10157810123666812_3556865157453840384_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/BW1A6669.webp\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/53868504_10157219202636812_9140506767501819904_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/60672cea87e2e01f6bef692d\/e9f3dfda-a221-4669-8266-8b004fdbb214\/2019-Commodus.jpg\" alt=\"Commodus\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/468918137_10162398303781812_5975716975539383054_n.jpg\" alt=\"Performance\"><\/div>\n            <!-- Horizontals Row 2 -->\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/BW1A6346.webp\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/468305096_10162217160406812_3201279287251717922_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/DNP_9218sized.webp\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/471656081_10162489081656812_3358675373847517643_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/60672cea87e2e01f6bef692d\/3e54f738-25d7-4a10-8828-c708c84fa128\/FourHumors-MortemCapiendum1.jpg?format=1500w\" alt=\"Mortem Capiendum\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/471991097_10125210814577430_7200310601923916161_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/20150321_nature_crown_0346.webp\" alt=\"Nature Crown\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/60672cea87e2e01f6bef692d\/596dbd52-0f24-48ad-8bc9-7dd208d9705e\/2007-Bards.jpg?format=1000w\" alt=\"Bards\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/556644187_10238168933752859_5229547342290039155_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/558251170_24968980949405516_6399986871187526819_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/471984600_10162510117816812_8119226529824040170_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/Video-See-The-New-Trailer-For-Four-Humors-RASPUTIN-At-Open-Eye-Theatre-1713994236.jpg\" alt=\"Rasputin\"><\/div>\n            <!-- Row of Verticals at bottom -->\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/471918349_10162510110916812_226585654985951445_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/BW1A6411.webp\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/playoffthepage.com\/wp-content\/uploads\/2013\/09\/DNP_5676m1.jpg\" alt=\"Charlotte's Web\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/472502167_10165975773703682_2418068399321483276_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/641481088_26240370178933247_8034378306872676255_n.jpg\" alt=\"Performance\"><\/div>\n            <div class=\"gallery-item vertical\"><img decoding=\"async\" src=\"https:\/\/lunarmotionmedia.com\/wp-content\/uploads\/2026\/03\/BW1A6900.webp\" alt=\"Performance\"><\/div>\n        <\/div>\n        <div class=\"stats\">\n            <div class=\"stat-item\"><div class=\"stat-label\">Height<\/div>5&#8217;10&#8221;<\/div>\n            <div class=\"stat-item\"><div class=\"stat-label\">Hair<\/div>Brown<\/div>\n            <div class=\"stat-item\"><div class=\"stat-label\">Eyes<\/div>Brown<\/div>\n            <div class=\"stat-item\"><div class=\"stat-label\">Vocal Range<\/div>Baritone (E2-E4)<\/div>\n        <\/div>\n        <div class=\"section\">\n            <h2 class=\"section-title\">Theatre<\/h2>\n            <div class=\"credits-table\">\n                <div class=\"credit-row\"><span class=\"credit-show\">20,000 Leagues Under The Sea<\/span><span class=\"credit-role\">Dr. Helio<\/span><span class=\"credit-theatre\">Children&#8217;s Theatre Company<\/span><span class=\"credit-director\">Ryan Underbakke<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Charlotte&#8217;s Web<\/span><span class=\"credit-role\">Lurvy<\/span><span class=\"credit-theatre\">Children&#8217;s Theatre Company<\/span><span class=\"credit-director\">Greg Banks<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Buddy &#8211; The Buddy Holly Story<\/span><span class=\"credit-role\">The Big Bopper<\/span><span class=\"credit-theatre\">The History Theatre<\/span><span class=\"credit-director\">Ron Peluso<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">TERMS<\/span><span class=\"credit-role\">Ensemble<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Amber Bjork<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Rasputin<\/span><span class=\"credit-role\">Grand Duke Dmitry Pavlovich<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Ensemble<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Don Quixote<\/span><span class=\"credit-role\">Sancho<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Jason Ballweber<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">The Importance of Being Earnest<\/span><span class=\"credit-role\">Lady Bracknell<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Jason Ballweber<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Lolita: A Three Man Show<\/span><span class=\"credit-role\">Lolita<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Jason Ballweber<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Candide<\/span><span class=\"credit-role\">Candide<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Jason Ballweber<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Harold<\/span><span class=\"credit-role\">Albert<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Jason Balweber<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Mortem Capiendum<\/span><span class=\"credit-role\">Eustis<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Ensemble<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Star City<\/span><span class=\"credit-role\">Yuri Gargarin, more<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Jason Ballweber<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Doll Collection<\/span><span class=\"credit-role\">Doll Collection<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Nick Ryan<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Deviled Eggs<\/span><span class=\"credit-role\">Sisyphus<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Jason Ballweber<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">The Age of Wordsworth<\/span><span class=\"credit-role\">Wordsworth<\/span><span class=\"credit-theatre\">Four Humors Theater<\/span><span class=\"credit-director\">Jason Ballweber<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">One Man, Two Guvnors<\/span><span class=\"credit-role\">Band Leader<\/span><span class=\"credit-theatre\">Yellow Tree Theatre<\/span><span class=\"credit-director\">Anne Byrd<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">The Nature Crown<\/span><span class=\"credit-role\">The King<\/span><span class=\"credit-theatre\">Theatre Forever<\/span><span class=\"credit-director\">Jon Ferguson<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">The Big Show<\/span><span class=\"credit-role\">Jackie Cartwright<\/span><span class=\"credit-theatre\">Theatre Forever<\/span><span class=\"credit-director\">Jon Ferguson<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Muy Very Authentico<\/span><span class=\"credit-role\">Phil<\/span><span class=\"credit-theatre\">Theatre Forever<\/span><span class=\"credit-director\">Jon Ferguson<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">The Nose<\/span><span class=\"credit-role\">Nikolaus<\/span><span class=\"credit-theatre\">The Piltdown Men<\/span><span class=\"credit-director\">Ryan Underbakke<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">The Happy Show<\/span><span class=\"credit-role\">Happy Priest<\/span><span class=\"credit-theatre\">Live Action Set<\/span><span class=\"credit-director\">Ryan Underbakke<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">The Legend of Sleepy Hollow<\/span><span class=\"credit-role\">Brom Bones<\/span><span class=\"credit-theatre\">Walking Shadow Theatre<\/span><span class=\"credit-director\">Jon Ferguson<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">After the Quake<\/span><span class=\"credit-role\">Frog\/Narrator<\/span><span class=\"credit-theatre\">Walking Shadow Theatre<\/span><span class=\"credit-director\">Amy Rummenie<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Something About A Bear<\/span><span class=\"credit-role\">Wizard<\/span><span class=\"credit-theatre\">Theatre Novi Most<\/span><span class=\"credit-director\">Lisa Channer<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">The Musicians of Brementown<\/span><span class=\"credit-role\">Donkey<\/span><span class=\"credit-theatre\">3 Sticks<\/span><span class=\"credit-director\">Ensemble<\/span><\/div>\n                <div class=\"credit-row\"><span class=\"credit-show\">Sneak Thief<\/span><span class=\"credit-role\">Francis<\/span><span class=\"credit-theatre\">League of Diamond Thieves<\/span><span class=\"credit-director\">Ensemble<\/span><\/div>\n            <\/div>\n        <\/div>\n        <div class=\"section\">\n            <h2 class=\"section-title\">On Camera<\/h2>\n            <div class=\"video-container\">\n                <iframe src=\"https:\/\/www.youtube.com\/embed\/SweSIFaLFgw\" title=\"Brant Miller Reel 2018\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n        <div class=\"section\">\n            <h2 class=\"section-title\">Education \/ Training<\/h2>\n            <p class=\"training-item\"><strong>University of Minnesota Department of Theater Arts and Dance (2003-2007):<\/strong> Physical Approaches with Luverne Seifert, Fundamentals of Performance with Kym Longhi, Text and The Actor with Elizabeth Nash, Creating a Performance with Stephen Kanee<\/p>\n            <p class=\"training-item\"><strong>Brave New Workshop:<\/strong> Completed all 5 levels of Improv Training with Mike Fotis, Joe Bozic, Jill Bernard and more<\/p>\n            <p class=\"training-item\"><strong>Workshops:<\/strong> Clown Workshop with Christopher Bayes, Creative Collaboration with Paddy Hayter of Footsbarn Theatre, Taiko Drum with Rick Shiomi<\/p>\n        <\/div>\n        <div class=\"section\">\n            <h2 class=\"section-title\">Specialized Skills<\/h2>\n            <p class=\"skills-list\">Professional Santa Claus, Convincing dog bark, Amazing Stage Vomit, Strong Character Voices, Quick to learn accents, Choral Experience (Jr. High, High School, College). Instruments: Guitar, Electric Bass, Mandolin, 6 String Banjo. The ability to grow full beautiful beards and masterful mustaches in a short amount of time.<\/p>\n        <\/div>\n    <\/main>\n    <footer><p>2026 Brant Miller &#8211; Actor<\/p><\/footer>\n    <div class=\"lightbox\" id=\"lightbox\"><span class=\"lightbox-close\">&times;<\/span><img decoding=\"async\" src=\"\" alt=\"Expanded photo\"><\/div>\n    <script>\n        const lightbox = document.getElementById('lightbox');\n        const lightboxImg = lightbox.querySelector('img');\n        document.querySelectorAll('.gallery-item img').forEach(img => {\n            img.addEventListener('click', () => { lightboxImg.src = img.src; lightbox.classList.add('active'); });\n        });\n        lightbox.addEventListener('click', () => { lightbox.classList.remove('active'); });\n        document.addEventListener('keydown', (e) => { if (e.key === 'Escape') { lightbox.classList.remove('active'); } });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Brant Miller | Actor Back BrantMiller Actor, Singer, Guitarist Height 5&#8217;10&#8221; Hair Brown Eyes Brown Vocal Range Baritone (E2-E4) Theatre 20,000 Leagues Under The SeaDr. HelioChildren&#8217;s Theatre CompanyRyan Underbakke Charlotte&#8217;s WebLurvyChildren&#8217;s Theatre CompanyGreg Banks Buddy &#8211; The Buddy Holly StoryThe Big BopperThe History TheatreRon Peluso TERMSEnsembleFour Humors TheaterAmber Bjork RasputinGrand Duke Dmitry PavlovichFour Humors TheaterEnsemble [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-257","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lunarmotionmedia.com\/index.php?rest_route=\/wp\/v2\/pages\/257","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lunarmotionmedia.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lunarmotionmedia.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lunarmotionmedia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lunarmotionmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=257"}],"version-history":[{"count":18,"href":"https:\/\/lunarmotionmedia.com\/index.php?rest_route=\/wp\/v2\/pages\/257\/revisions"}],"predecessor-version":[{"id":360,"href":"https:\/\/lunarmotionmedia.com\/index.php?rest_route=\/wp\/v2\/pages\/257\/revisions\/360"}],"wp:attachment":[{"href":"https:\/\/lunarmotionmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}