/* NIGHT OF THE ELDER GODS - MAIN CSS */
body { background-image: url(../images/Page-BG.jpg); background-repeat: repeat; background-size: contain; margin: 0;}
/* === Typography === */
h1, h2, h3, h4, h5, h6 { font-family: 'Hind Siliguri', sans-serif; }
p { font-family: 'Literata', serif; }
.text-red { color: #b81e05; }
.text-gold { color: gold !important; }
.text-nightblue { color: #357c9b; }
.text-gold-outline { text-shadow: 1px 1px 2px gold ; }
.text-hindi { font-family: 'Hind Siliguri', sans-serif; }
.text-butcherman { font-family: 'Butcherman', cursive; }
.text-literata { font-family: 'Literata', serif; }
.text-justify { text-align: justify; }

/* === Sizing === */
.full-width { width: 100%; height: auto; }
.three-quart-width { width: 75%; height: auto; }
.half-width { width: 50%; height: auto; }
.quart-width { width: 25%; height: auto; }
.vh-100 { height: 100vh; }

/* === Backgrounds/Borders === */
.bg-red { background-color: #b81e05; }
.bg-darkred { background-color: #380902; }
.bg-nightblue { background-color: #357c9b; }
.bg-black { background-color: black; }
.bg-gold { background-color: chocolate; }
.red-border-img { border: 15px solid #380902; border-radius: 50px; }
.border-bottom-red { border-bottom: 2px solid #b81e05; }
.bg-paper { background-image: url(../images/Page-BG.jpg); background-repeat: repeat-y; background-size: contain; }

/* === Custom Styling === */
.bottom-rounded { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; }
.bg-shadow-reg { box-shadow: 0 5px 10px rgba(0,0,0,0.5);}
.btn-red { background-color: #b81e05; color: white; }
.btn-red:hover { background-color: #7d1403; color: white; }
.new-btn { background-color: gold; padding: 5px 25px; color: black; box-shadow: 0 0 1px 2px black; transition: .35s ease-out; }
.new-btn:hover { color: black; box-shadow: 0 3px 1px 5px black; text-decoration: none; }
.resume-btn { background-color: black; padding: 5px 25px; color: gold; box-shadow: 0 0 1px 2px gold; transition: .35s ease-out; }
.resume-btn:hover { color: gold; box-shadow: 0 3px 1px 5px gold; text-decoration: none; }
.img-multiply { background-image: url(../images/1-15-3-22-10-21-10m.jpg); background-blend-mode: multiply; padding: 6rem 10rem; background-size: cover; background-color: sandybrown; margin-right: 10px; margin-bottom: 10px; }

/* === NAV MOD === */
.nav-link { transition: background-color .35s ease-out, color .45s ease-out, padding .35s ease-out; }
.nav-link:hover { background-color: #380902; color: gold; padding-left: 5px; }

/* === Modal Edits === */
.modal-content { background-image: url(../images/Page-BG.jpg); background-repeat: repeat-y; background-attachment: fixed; background-size: cover; margin: 0;}
.modal-header { border-bottom: none; }