
@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation : portrait) {
  :root {
    --global-width: 750px;
    --global-margin-left: 50px;
    --global-zombie-top: 2900px;
  }

  banner-gamingprofile-image {
    height: 100px;
    text-align: center;
    font-size: 20px;
    font-family: "new-spirit", monospace;
    background:  silver;
    background-image: url('../images/GamingProfile.jpg');
    background-repeat: no-repeat;
    background-size: 15% 100%;
    position: fixed;
    width: var(--global-width);
    margin-left: var(--global-margin-left);
    top: 0px;
    z-index: 1;
 }
 
  banner-gamingprofile-image multicolortext {
     background-image: linear-gradient(to left, yellow, green, blue, violet, indigo, black, silver);
     -webkit-background-clip: text;
     color: transparent;
   }
 
 /* Add a black background color to the top navigation */
 top-main-banner-nav {
   background-color: #333;
   overflow: hidden;
   position: fixed;
   top: 80px;
   width: var(--global-width);
   margin-left: var(--global-margin-left);
   z-index: 2;
 }
 
 /* Style the links inside the navigation bar */
 top-main-banner-nav a {
   float: left;
   color: #f2f2f2;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;
   font-family: "Courier New", monospace;
   font-style: oblique;
   font-size: 16px;
 }
 
 /* Change the color of links on hover */
 top-main-banner-nav a:hover {
   background-color: rgb(162, 162, 162);
   color: black;
 }
 
 /* Add a color to the active/current link */
 top-main-banner-nav .active {
    background-color: #8f8f8f;
   color: rgb(255, 255, 255);
 }
 
  /* Main content */
 main-info {
   font-family: 'new-spirit', monospace;
   font-size: 24px;
   position: absolute;
   width: var(--global-width);
   margin-left: var(--global-margin-left);
   margin-top: 155px;
   z-index: 0;
   padding-bottom:22%;
 }

  main-header {
      margin: 250px auto;
         text-align: center;
         color: #1C1545;
         font-size: 25px;
         transition: 1.0s;
         font-family: verdana;
         text-shadow: 
         0 1px 0 #1C1545, 0 2px 0 #1C1545,
         0 3px 0 #1C1545, 0 4px 0 #DEDDE3,
         0 5px 0 #1C1545;
  }
 
 /* Scrollbar styles */
 ::-webkit-scrollbar {
 width: 12px;
 height: 12px;
 }
 
 ::-webkit-scrollbar-track {
 border: 1px solid rgb(72, 72, 72);
 border-radius: 10px;
 }
 
 ::-webkit-scrollbar-thumb {
 background: rgb(72, 72, 72); 
 border-radius: 10px;
 }
 
 ::-webkit-scrollbar-thumb:hover {
 background: rgb(72, 72, 72); 
 }
 
 /* Force scrollbars onto browser window */
 body {
   min-height: 100%;
   background-color:rgb(248, 248, 248);
 }
 
 footer-banner-gamingprofile-image {
   height: 8%;
   bottom: 0px;
   position: fixed;
   z-index: 9999;
   text-align: center;
   font-size: 20px;
   color: #f2f2f2;
   font-family:  'new-spirit';
   background:  rgb(37, 35, 36);
   background-image: url('../images/GamingProfile.jpg');
   background-position-x: right;
   background-repeat: no-repeat;
   background-size: 15% 100%;
   width: var(--global-width);
 }

 footer-banner-gamingprofile-android {
  height: 50px;
  left: var(--global-margin-left);
  position: absolute;
}

 details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  font-size: 40px;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}
}

@media only screen and (min-width: 1100px) { 
  :root {
    --global-width: 1200px;
    --global-margin-left: 150px;
    --global-zombie-top: 2400px;
  }

  banner-gamingprofile-image {
    height: 100px;
    text-align: center;
    font-size: 45px;
    font-family: "new-spirit", monospace;
    background:  silver;
    background-image: url('../images/GamingProfile.jpg');
    background-repeat: no-repeat;
    background-size: 15% 100%;
    position: fixed;
    width: var(--global-width);
    margin-left: var(--global-margin-left);
    top: 0px;
    z-index: 1;
 }
 
 banner-gamingprofile-image multicolortext {
     background-image: linear-gradient(to left, yellow, green, blue, violet, indigo, black, silver);
     -webkit-background-clip: text;
     color: transparent;
   }
 
 /* Add a black background color to the top navigation */
 top-main-banner-nav {
   background-color: #333;
   overflow: hidden;
   top: 80px;
   position: fixed;
   width: var(--global-width);
   margin-left: var(--global-margin-left);
   z-index: 2;
 }
 
 /* Style the links inside the navigation bar */
 top-main-banner-nav a {
   float: left;
   color: #f2f2f2;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;
   font-family: "Courier New", monospace;
   font-style: oblique;
   font-size: 18px;
 }
 
 /* Change the color of links on hover */
 top-main-banner-nav a:hover {
   background-color: rgb(162, 162, 162);
   color: black;
 }
 
 /* Add a color to the active/current link */
 top-main-banner-nav .active {
   background-color: #8f8f8f;
   color: rgb(255, 255, 255);
 }

  /* Main content */
  main-info {
    font-family: 'new-spirit';
    font-size: 25px;
    position: absolute;
    width: var(--global-width);
    margin-left: var(--global-margin-left);
    margin-top: 130px;
    z-index: 0;
    padding-bottom:18%;
  }

  main-header {
      margin: 250px auto;
         text-align: center;
         color: #1C1545;
         font-size: 30px;
         transition: 1.0s;
         font-family: verdana;
         
  }
 
 /* Scrollbar styles */
 ::-webkit-scrollbar {
   width: 12px;
   height: 12px;
 }
 
 ::-webkit-scrollbar-track {
   border: 1px solid rgb(72, 72, 72);
   border-radius: 10px;
 }
 
 ::-webkit-scrollbar-thumb {
   background: rgb(72, 72, 72); 
   border-radius: 10px;
 }
 
 ::-webkit-scrollbar-thumb:hover {
   background: rgb(72, 72, 72); 
 }
 
 /* Force scrollbars onto browser window */
 body {
  min-height: 100%;
  background-color:rgb(248, 248, 248);
}

 footer-banner-gamingprofile-image {
   height: 14%;
   bottom: 0px;
   position: fixed;
   z-index: 9999;
   text-align: center;
   font-size: 20px;
   color: #f2f2f2;
   font-family:  'new-spirit';
   background:  rgb(37, 35, 36);
   background-image: url('../images/GamingProfile.jpg');
   background-position-x: right;
   background-repeat: no-repeat;
   background-size: 15% 100%;
   width: var(--global-width);
 }

footer-banner-gamingprofile-android {
  height: 80px;
  left: var(--global-margin-left);
  position: absolute;
}

 details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  font-size: 25px;
}

details[open] {
  padding: 0.5em;
  font-size: 12px;
  font-family:  'new-spirit';
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}
}