
@font-face {
    font-family: '1452';
    src: url('https://cdn.glitch.global/4cdbbe6b-59d0-4228-acff-378d8f3a7f4d/Format_1452.otf?v=1660497917972');
    font-weight: normal;
    font-style: normal;

}

/* format 1452 all caps i like a lot, deghest, vg5000 accent flex*/

@font-face {
    font-family: 'VG5000';
    src:   url('https://cdn.glitch.global/4cdbbe6b-59d0-4228-acff-378d8f3a7f4d/VG5000-Regular_web.ttf?v=1660498242965') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Terminal_Grotesque';
    src:   url('https://cdn.glitch.global/4cdbbe6b-59d0-4228-acff-378d8f3a7f4d/terminal-grotesque-webfont.ttf?v=1660499246456') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FTSchool';
    src:   url('https://cdn.glitch.global/4cdbbe6b-59d0-4228-acff-378d8f3a7f4d/FT88-School.ttf?v=1660500342324') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FTItalic';
    src:   url('https://cdn.glitch.global/4cdbbe6b-59d0-4228-acff-378d8f3a7f4d/FT88-Italic.ttf?v=1660588494885https://cdn.glitch.global/4cdbbe6b-59d0-4228-acff-378d8f3a7f4d/FT88-Italic.ttf?v=1660588494885') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FTGothic';
    src:   url('https://cdn.glitch.global/4cdbbe6b-59d0-4228-acff-378d8f3a7f4d/FT88-Gothique.ttf?v=1660588495833') format('truetype');
    font-weight: normal;
    font-style: normal;
}




h1 {
  margin: 20px 2px;
  font-size: 35px;
  font-family:'FTItalic','VG5000', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  margin: 0;
  font-family: 'Terminal_Grotesque','1452', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  margin: 0;
  font-size: 21px;
  font-family: 'VG5000', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  margin-top: 0px;
  font-size:19px;
  line-height: 25px;
  font-weight:lighter;
  font-family:'Helvetica', 'Oxygen','Terminal_Grotesque', 
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{color:black;background:mistyrose} /*or thistle, lightcoral*/

ch1 {
  margin: 0;
  display: inline;
  font-size: 22px;
  font-family:'FTItalic','VG5000', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
 
  margin: 30px auto;
  max-width: 680px;
  
  font-family:'Terminal_Grotesque', 'Helvetica', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

* {
  box-sizing: border-box;
}


/** mobile styling */
@media only screen and (max-width: 700px) {
  [class="container"] {
    flex-wrap: wrap; 
  }
  [class="gif"]{
    max-width:100%;
   }
  [class="image"]{
    width:170px;
   }
   
  
  h1 {
  margin: 20px 2px;
  font-size: 29px;
  text-align: center;
  font-family:'FTItalic','VG5000', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  h3 {
    font-size:18px;
  }
  .text br { content: ' '; }
  a{color:black;} /*column css*/
  p {
  margin: 0;
  margin-top: 0px;
  font-size: 20px;
  font-family:'Helvetica', 'Oxygen','Terminal_Grotesque',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
   body {
    margin: 30px 35px;
  }
  /*body {
    background-color: lightblue
  }*/
}


/*div styling*/
.container {
 display: flex;
 justify-content: center;
 align-items: center; 
 grid-template-columns: 1fr 1fr 1fr;
 column-gap: 5px;
 overflow: hidden;
 
}

/*column css*/
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout for the columns - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column {
    width: 100%;
  }
}







.text{
  width:100%;
  margin-left: 20px;
}

.image{
  max-width:170px;
}
.imageportfolio{
  text-align: center;
  max-width:100%; 
  height:auto;
  display: flex;
  justify-content: center;
  
 
  
}
.imageindex{
  text-align: center;
  max-width:100%; 
  height:auto;
  
 
  
}


.gifarray{
  text-align: center;
  max-width:50%;
  display: flex;
  
}
.gifportfolio{
  text-align: center;
  max-height:300px;
 
}

.image1{
  max-width:500px;
}
.image2{
  max-width:800px;
}
  .gif{
    width:400px;
   
}

img {
  max-width: 100%;
}


.spoiler, .spoiler2{ 
  color: black; 
  background-color:black;
}

.spoiler:hover{
  color: white;
  }

.spoiler2:hover { 
  background-color:white; 
  }

.banner {
  display: block;
  width: 100%;
  max-width: 680px;
  background-color: mistyrose;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  text-align: left;
  border-bottom: 1px solid black;
  text-decoration: none;
  font-family: 'VG5000', '1452', sans-serif;
  color: black;
}

/* Animated text inside */
.banner span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 12s linear infinite;
  font-size: 18px;
  letter-spacing: 1px;
  color: black;
  white-space: nowrap;
}

/* Shorter, faster animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Banner hover color */
.banner:hover {
  background-color: thistle;
  color: black;
}

/* Push content below the fixed banner */
body {
  padding-top: 60px;
}

/* Responsive: full-width banner on mobile */
@media screen and (max-width: 700px) {
  .banner {
    width: 100%;
    left: 0;
    transform: none;
    text-align: center;
  }

  .banner span {
    font-size: 16px;
    animation-duration: 10s;
  }
}

/* Adjust page content so it's not hidden behind banner */
body {
  padding-top: 60px;
}
