/* ============================================
   BASE STYLES & BODY BACKGROUNDS
   ============================================ */

body.home {
  background-image: url("bos2.jpg");
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body.forest {
  background-image: url("bos.jpg");
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body.forest-reading {
  background-image: url("bos.jpg");
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  cursor: url("buggie\ \(1\).png"), auto;
}

body.company {
  background-image: url("company.gif");
  margin-bottom: 0px;
  background-repeat:repeat-x;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body.jackholloway{
  background-image: url("jack\ background\ 2.jpg");
 background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  cursor: url("loupe.png"), auto;
}

/* ============================================
   NAVIGATION
   ============================================ */

.topnav {
  margin: 15px;
  background-color: #ffffff;
  border: 7px groove #000000;
  display: flex;
  align-items: right;
  justify-content: right;
  gap: 10px;
  padding: 5px 10px;
}

.topnav a {
  color: #ffffff;
  -webkit-text-stroke: 1px black;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
}

.topnav a:hover {
  background-color: aqua;
  color: rgb(255, 0, 166);
}

.topnav a.active {
  color: rgb(255, 0, 166);
}

/* ============================================
   MARQUEE / SCROLLING TEXT
   ============================================ */

.marquee {
  background: rgb(0, 0, 0);
  border: 7px solid #000000;
  border-style: groove;
  padding: 5px 0;
  margin: 15px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #ffffff;
}

.marquee-content {
  display: inline-flex;
  animation: scroll 10s linear infinite;
  gap: 20px;
  will-change: transform;
}

.marquee-content:nth-child(1) {
  animation-delay: 0s;
}

.marquee-content img {
  height: 20px;
  flex-shrink: 0;
  vertical-align: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================================
   GIF MENU 
   ============================================ */

.main-wrapper {
  display: flex;
  gap: 15px;
  margin: 15px;
  align-items: flex-start;
}

/* Left sidebar (home page) */
.left-container {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, rgba(255, 255, 0, 0.8), transparent);
  padding: 20px;
  flex: 0.5;
  min-width: 20px;
  color: #ffffff;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  align-items: left;
  gap: 10px;
}

.left-container img {
  width: 85px;
}

/* Right sidebar (forest page) */
.right-forest {
  display: flex;
  flex: 1;
  margin: 15px;
  flex-direction: column;
  background: linear-gradient(to left, rgb(123, 255, 0), transparent);
  padding: 20px;
  min-width: 20px;
  color: #ffffff;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  align-items: flex-end;
  gap: 10px;
}

.right-forest img {
  width: 85px;
}

/* Right sidebar (company page) */
.right-company {
  display: flex;
  flex: 1;
  margin: 15px;
  flex-direction: column;
  background: linear-gradient(to left, rgb(214, 214, 214), transparent);
  padding: 20px;
  min-width: 20px;
  color: #ffffff;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  align-items: flex-end;
  gap: 10px;
}

.right-company img {
  width: 85px;
}

/* Right sidebar (Jacks Page) */
.right-jackholloway {
  display: flex;
  flex: 1;
  margin: 15px;
  flex-direction: column;
  background: linear-gradient(to left, rgba(182, 121, 255, 0.8), transparent);
  padding: 20px;
  min-width: 20px;
  color: #ffffff;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  align-items: flex-end;
  gap: 10px;
}

.right-jackholloway img {
  width: 85px;
}

/* ============================================
   JOURNAL PAGE LAYOUT FIX
   ============================================ */
.journal {
  position: relative;
  display: inline-block;
  text-align: center;
}

.journal-img {
  width: 100%;
  height: auto;
  display: block;
}

.journal-text {
  position: absolute;
  top: 10%;          
  left: 50%;
  transform: translateX(-50%); 
  width: 50%;       
  color: #000;
  font-family: 'Celtic Garamond', Georgia, serif;
  line-height: 1.6;
  z-index: 2;
  text-align: left;
  overflow-y: auto;   
  max-height: 80%;    
}



/* ============================================
   MAIN TEXT CONTAINERS
   ============================================ */

/* Main content area (home page) */
.content-container {
  background-image: url(background\ stars.jpg);
  border: 7px rgb(255, 0, 170);
  border-style: groove;
  padding: 20px;
  flex: 2;
  color: #ffffff;
  text-align: center;
}

.content-container h1 {
  color: #ff0000;
  -webkit-text-stroke: aqua 2px;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  margin-top: 20px;
  margin-bottom: 20px;
  transform: scaleY(1.5);
}

.animated-divider {
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin: 20px 0;
  border-color: #00f7ff solid 2px;
  background-color: #ff0088;
  position: relative;
}

.divider-content{
  height: 20px;
  display: flex;
  gap: 10px;
}

.content-container p {
  color: #ffffff;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}

/* Forest page content */
.forest-container{
  margin: 15px;
  height: 550px;
  background-image: url(digicamforest2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 7px rgb(13, 38, 2) groove;
  text-align: left;
  padding: 20px;
  flex: 3; /* ADD THIS */
}

.forest-container-reading{
  margin: 15px;
  background-color: rgba(85, 107, 47, 0.769);
  border: 7px rgb(13, 38, 2) groove;
  text-align: left;
  padding: 20px;
  flex: 3; /* ADD THIS */
}

@font-face {
  font-family: 'First Order';
  src: url(firstorderplain.ttf)format('truetype');
}

.forest-container h1 {
  color: antiquewhite;
  -webkit-text-stroke: 1px #000000;  /* zwarte outline */
  -webkit-text-fill-color: antiquewhite; 
  margin-top: 0px;
  font-size: 60px;
  font-family: 'First Order';
  font-style: oblique;
  text-align: center;
}

.forest-icon{
  width: 150px;
  height: 150px;
  position: absolute;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.forest-icon:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 15px  rgb(123, 255, 0));
  z-index: 10;
}

/* Scattered positions for each icon */
.forest-map a:nth-child(1) .forest-icon { top: 500px; left: 330px; }
.forest-map a:nth-child(2) .forest-icon { top: 380px; left: 75px; }
.forest-map a:nth-child(3) .forest-icon { top: 300px; left: 600px; }
.forest-map a:nth-child(4) .forest-icon { top: 280px; left: 750px; }
.forest-map a:nth-child(5) .forest-icon { top: 630px; left: 400px; }
.forest-map a:nth-child(6) .forest-icon { top: 600px; left: 250px; }
.forest-map a:nth-child(7) .forest-icon { top: 580px; left: 700px; }
.forest-map a:nth-child(8) .forest-icon { top: 250px; left: 100px; }

.forest-container-reading h1{
  color: antiquewhite;
  -webkit-text-stroke: 1px #000000;  /* zwarte outline */
  -webkit-text-fill-color: antiquewhite; 
  font-family: 'First Order';
  font-size: 60px;
  margin-top: 100px; 
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.forest-container-reading h2{
  color: antiquewhite;
  -webkit-text-stroke: 1px #000000;  /* zwarte outline */
  -webkit-text-fill-color: antiquewhite; 
  font-family: 'First Order';
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.forest-container-reading p{
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  margin: 15px auto;  /* 'auto' centreert horizontaal */
  text-align: center;
  max-width: 650px;   /* optioneel: beperkt de breedte */
  font-size: 20px;
}

.forest-container-reading{
  margin: 15px auto;  
  width: 950px;  
  background-color: rgba(85, 107, 47, 0.769);
  border: 40px rgb(13, 38, 2) groove;
  border-image: url(bark.jpg);
  border-image-slice: 200;
  padding: 20px;
  padding-bottom: 100px;
  flex: 3;
}

.walking-bug img{
  width: 20px
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease-out;  /* sneller dan 10s */
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}



/* ============================================
   COMPANY PAGE]
   ============================================ */
/* Company page content */
.company-container {
  margin: 15px;
  height: 550px;
  background-image: url(screen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 7px rgb(225, 225, 225) groove;
  text-align: left;
  padding: 20px;
  flex: 3; /* ADD THIS */
}

.company-container h1{
  font-family: 'Times New Roman', Times, serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 65px;
  margin: 15px;
  color: #ffffff;
  text-align: right;
  -webkit-text-stroke: #000000 1px; 
}

.company-container h2{
  font-family: 'Times New Roman', Times, serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 40px;
  margin: 15px;
  color: #ffffff;
  text-align: right;
  -webkit-text-stroke: #000000 1px; 
}


/* Company SUBpage content */
.company-container-reading{
  margin: 15px;
  background-color: rgb(0, 0, 0);
  border: #ffffff groove;
  padding: 20px;
  flex: 1;
}

.company-container-reading h1{
  font-family: Consolas, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', monospace;
  margin: 15px;
  color: #ffffff;
  padding: 1rem;
}

.company-container-reading h2{
  font-family: Consolas, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', monospace;
  margin: 15px;
  margin-top: 0;       /* removes that extra space on top */
  line-height: 1;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 0.5em;
  font-style: italic;
}

.company-container-reading h3 {
  font-family: Consolas, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', monospace;
  color: #ffffff;
  font-size: 1.2em;
  margin: 0rem 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  break-after: avoid;
  font-style: italic;
}

.company-container-reading .text-columns {
  font-family: Consolas, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', monospace;
  color: #ffffff;
  column-count: 3;              
  column-gap: 2rem;              
  text-align: left;
  padding: 0 2rem;  /* ADD THIS */
  margin-top: 50px;
  margin-bottom: 100px;
}

/* JACK HOLLOWAY PAGE */

.jack-container{
  margin: 15px;
  border: #000000 solid 7px;
  height: auto;
  background-image: url(ps2background.jpeg);
  text-align: left;
  padding: 20px;
  flex: 3; /* ADD THIS */
}

@font-face {
  font-family: 'Celtic Garamond';
  src: url(CELTG___.TTF)format('truetype');
}

.jack-container img:not(.index-img) {
  margin-top: -70px;
  margin-left: 25%;
  width: 650px;  /* pas de breedte aan naar wens */
  height: auto;
  display: block;  /* centreert horizontaal */
  text-align: center;
}

.jack-container img:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.8));
}

/* ============================================
   JACK INDEX PAGE
   ============================================ */

.openbook-container {
  margin: 0 auto;
  background: transparent;
  border: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  position: relative;
  width: 100%;
  box-sizing: border-box;
  flex: 3;
  font-family: 'Celtic Garamond', Georgia, serif;
  padding-top: 0;
  margin-top: 0;  
}


.index,
.index-img {
  width: 900px;   /* or your desired size */
  height: auto;
  display: block;
  margin: 0 auto;       /* centers horizontally */
  margin-top: -150px;    /* 👈 move up relative to container */
}

.index-img:hover {
  transform: none !important;
  filter: none !important;
}


.book-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;         
  max-width: 480px;    
  height: 62%;         
  top: 18%;            
  overflow-y: auto;    
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  background: rgba(255,255,255,0); 
  z-index: 5;           
  line-height: 1.5;
  font-size: 0.95rem;
  margin-top: -50px; 
}


.book-text h1 {
  font-size: 1.25rem;
  margin: 0 0 0.6rem 0;
  letter-spacing: 0.6px;
}

.book-text a {
  display: block;
  color: #111;
  text-decoration: none;
  margin: 4px 0;
  transition: transform 0.15s ease, color 0.15s ease;
}

.book-text a:hover {
  color: #800080;
  transform: scale(1.05);
  text-decoration: underline;
}

.journal-container{
  text-align: center;
}

.journal-container img{
  width: 100%;
}

/* ============================================
   DESKTOP FOLDER SYSTEM
   ============================================ */

.desktop {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: 100%;
}

.folder-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  cursor: move;
  user-select: none;
  padding: 10px;
  transition: transform 0.1s ease;
}

.folder-item:hover {
  transform: scale(1.05);
}

.folder-item.dragging {
  z-index: 1000;
}

.folder-item img {
  width: 80px;
  height: auto;
  pointer-events: none;
  margin-bottom: 5px;
}

.folder-item a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Times New Roman', Times, serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  word-wrap: break-word;
  line-height: 1.2;
}

.folder-item a:hover {
  text-decoration: underline;
  color: #800080;
}

/* Initial scattered positions for folders - MORE RANDOM */
.folder-item:nth-child(1) { top: 70px; left: 50px; }
.folder-item:nth-child(2) { top: 30px; left: 250px; }
.folder-item:nth-child(3) { top: 20px; left: 420px; }
.folder-item:nth-child(4) { top: 90px; left: 650px; }
.folder-item:nth-child(5) { top: 230px; left: 80px; }
.folder-item:nth-child(6) { top: 200px; left: 300px; }
.folder-item:nth-child(7) { top: 180px; left: 600px; }
.folder-item:nth-child(8) { top: 120px; left: 480px; }

/* ============================================
   TV SCREEN & INTERACTIVE ELEMENTS
   ============================================ */

.tv-screen {
  position: relative;
  background-color: #ffffff;
  border: 7px groove #000000;
  width: 400px;
  flex-shrink: 0;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

/* GIF Container - positioned inside the BLACK TV screen */
.tv-gif-container {
  position: absolute;
  top: 75px;  /* Adjust to fit your TV */
  left: 50%;
  transform: translateX(-50%);
  width: 350px;  
  height: 260px;  
  overflow: hidden;
  z-index: 1;  /* BEHIND the TV frame */
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-frame {
  position: relative;
  z-index: 2;  
  pointer-events: none;
  max-width: 100%;
  display: block;
}

.pupa-gif {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: none !important;  /* Hidden by default - !important ensures it works */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pupa-gif.active {
  display: block !important;  /* Only active one shows */
}

/* Speech Bubble - positioned to the LEFT of TV */
.speech-bubble {
  position: absolute;
  left: -310px;  /* Position to the left of the TV */
  top: 30%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 4px solid #ff4500;  /* Orange-red border */
  border-radius: 25px;
  padding: 20px 25px;
  width: 280px;
  text-align: center;
  z-index: 3;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}

/* Speech bubble pointer (pointing RIGHT towards TV) */
.speech-bubble::before {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #ff4500;
}

.speech-bubble::after {
  content: '';
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #ffffff;
}

#speech-text {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

.tv-screen img {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Buttons container */
.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.retro-button {
  font-size: 18px;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  background-color: aqua;
  flex-shrink: 0;
}

.retro-button:hover {
  background-color: rgb(255, 0, 0);  
}

/* Arrows */
.arrow {
  width: 100px !important;
  height: auto !important;
  flex-shrink: 0;
}

.flip-horizontal {
  transform: scaleX(-1);
}

/* Progress bar */
.progress-container {
  margin-top: 20px;
  width: 100%;
}

.progress-bar-outer {
  height: 20px;  /* maak groter zodat inner bar erin past */
  background: linear-gradient(to bottom, #999 0%, #ccc 50%, #fff 100%);
  border: 3px solid #000000;
  padding: 3px;
  border-radius: 15px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
}

.progress-bar-inner {
  background: linear-gradient(to bottom, #ffffff 0%, #ff6282 50%, #ff0059 100%);
  height: 100%;  /* pas aan aan outer container */
  width: 0%;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(255,255,255,0.5);
  transition: width 1s ease;
}

/* Verschillende kleuren voor elke bar */
#feed-bar {
  background: linear-gradient(to bottom, #fff6a0 0%, #ffee00 50%, #ff9800 100%);
}

#play-bar {
  background: linear-gradient(to bottom, #00b006 0%, #58ff33 50%, #cddc39 100%);
}

#pet-bar {
  background: linear-gradient(to bottom, #ffdbe7 0%, #f5008f 50%, #d60039 100%);
}

/* Custom Popup Styling */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.popup-content {
  background-image: url(popupbackground.gif);
  background-color: #ffffff;
  border-radius: 5px;
  border: 10px solid #d4ff00;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 50px rgba(102, 126, 234, 0.8);
  animation: popIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.popup-header {
  text-align: center;
  margin-bottom: 20px;
}

.popup-header span {
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
  animation: bounce 1s infinite;
}

.popup-header h2 {
  color: #ffffff;
  -webkit-text-stroke: #000000 2px;
  font-family: "Comic Sans MS", cursive;
  font-size: 32px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.popup-body {
  text-align: center;
}

.popup-body p {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 18px;
  margin: 15px 0;
}

.codeword-box {
  background: rgba(255, 255, 255, 0.853);
  border: 3px dotted #ff0000;
  border-radius: 2px;
  padding: 10px;
  margin: 20px 0;
  backdrop-filter: blur(10px);
}

.codeword-box span {
  color: #00f7ff;
  -webkit-text-stroke: #000000 2px;
  font-family: "Comic Sans MS", cursive;
  font-style: italic;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  text-shadow: 0 0 10px rgba(255, 235, 59, 0.8),
               0 0 20px rgba(255, 235, 59, 0.6);
  animation: glow 2s ease-in-out infinite;
}

.popup-hint {
  font-style: italic;
  font-size: 14px !important;
  opacity: 0.9;
}

.popup-close {
  background: #ff0000;
  color: #ffffff;
  border: black solid 2px;
  border-radius: 25px;
  padding: 12px 40px;
  font-size: 20px;
  font-family: "Comic Sans MS", cursive;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 64, 129, 0.4);
}

.popup-close:hover {
  background: #ff0000;
  border: black solid 2px;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgb(255, 0, 0);
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes popIn {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes glow {
  0%, 100% { text-shadow: 0 0 10px rgba(255, 235, 59, 0.8); }
  50% { text-shadow: 0 0 20px rgba(255, 235, 59, 1), 0 0 30px rgba(255, 235, 59, 0.8); }
}

/* ============================================
   REUSABLE TITLE STYLES
   ============================================ */

/* Red impact title - used in left-container, tv-screen, right-forest */
.title-impact {
  color: #ffffff;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 18px;
  margin-top: 0;
  transform: scaleY(1.5);
}

/* Apply to specific contexts */
.left-container h1,
.tv-screen h1 {
  color: #ffffff;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 18px;
  margin-top: 0;
  transform: scaleY(1.5);
}

.tv-screen h1 {
  text-align: right;
}

.right-forest h1 {
  text-align: right;
  color: #ffffff;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 18px;
  margin-top: 0;
  transform: scaleY(1.5);
}

.right-company h1 {
  text-align: right;
  color: #ffffff;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 18px;
  margin-top: 0;
  transform: scaleY(1.5);
}

.right-jackholloway h1{
  text-align: right;
  color: #ffffff;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 18px;
  margin-top: 0;
  transform: scaleY(1.5);
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.rightlink {
  text-align: right;
}