/* Hunter-Net CSS Styles */
body { background-image: url(../images/Grunge-BG-Tiled.png); background-size: auto; background-color: black; }
h1, h2, h3, h4, h5, h6 { font-family: 'Girassol', cursive; }
.hero-text { color: white; text-shadow: 3px 3px 0 black; font-size: 60px; }

/* Colors */
.bg-grey { background-color: #666; }
.bg-black { background-color: black; }
.bg-black-50 { background-color: rgba(0,0,0,0.5); }

/* Background Images */
.bg-grunge-1 { background-image: url(../images/Grunge-BG-Tiled.png); background-size: auto; }
.tatter-bottom { border-bottom: 10px solid transparent; border-image: url(../images/Tattered-Border-Bottom-Black.png) 30 stretch; }

/* Email Boxes */
.email-container { background: #e0e0e0; border: 1px solid #333; }
.email-container .inner { background-color: white; border: 1px solid black; }
.email-text { font-family: 'VT323', monospace; }


/* Mobile Adjustments */
.view-mobile { display: none; }
@media screen and (max-width: 1080px) {
	.view-mobile { display: flex; }
	.view-desktop { display: none; }
}