
  /*body*/
  body {
    background-image: url();
    background-repeat: repeat;
    font-family: Louis !important;
  }
  
  /*main*/
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    font-size: 1.44rem;
    line-height: 1.44;
    height: 100%;
  }
  h1 {
    font-size: 4.209rem;
  }
  h2 {
    font-size: 3.157rem;
  }
  h3 {
    font-size: 1.777rem;
  }
  h4 {
    font-size: 1.777rem;
  }
  pre,
  code {
    font-size: 1.2rem;
    font-family: Consolas, "Andale Mono", "Lucida Console", "DejaVu Sans Mono",
      "Courier New", monospace;
    color: rgba(255, 255, 255, 0.75);
    white-space: pre-wrap;
  }
  small {
    font-size: 0.777rem;
  }
  
  strong {
    color: rgb(46, 60, 180);
  }
  
  ul {
    margin: 0 1.44em;
  }
  
  body {
    min-height: 110vh;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(0, 0, 0);
    background-color: rgb(80, 73, 161);
  }
  
  h1,
  h2,
  h3,
  h4 {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text",
      "Times New Roman", serif;
    color: rgb(0, 0, 0);
  }
  
  /* anchor tag pseudo elements */
  nav a:link,
  nav a:visited {
    color: bisque;
    transition: color 0.35s;
  }
  
  nav a:hover,
  nav a:focus {
    color: rgb(200, 233, 12);
    text-decoration: none;
    /* background-color: bisque; */
  }
  nav a:active {
    color: bisque;
  }
  
 
  
  header {
    position: relative;
    top: 0;
    right: 0;
    padding: 0.5em;
    width: 100%;
    height: 89px;
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: rgb(0, 2, 105);
    overflow: auto;
  }
  
  header h1 {
    font-size: 1.75em;
    display: inline-block;
    color: bisque;
  }
  header nav a {
    padding: 0.5em;
    line-height: 1.44rem;
    /* float: right; */
    text-decoration: none;
    font-size: 1.44em;
    display: inline;
    float: right;
  }
  
  main {
    padding: 0.5em;
    margin-top: 65px;
  }
  main h1 {
    font-size: 40px;
  }
  a:link,
  a:visited {
    color: rgb(0, 0, 0);
  }
  
  a:hover,
  a:focus {
    color: rgb(194, 233, 39);
    text-decoration: none;
    /* background-color: bisque; */
  }
  
  a:active {
    color: rgb(0, 0, 0);
  }
  
  a {
    padding: 0.5em;
    line-height: 1.44rem;
    text-decoration: none;
    font-size: 1em;
    display: inline;
    text-align: center;
  }
  hr {
    border-top: 2px dashed;
  }
  
  #intro, .Thingy1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-color: rgba(122, 181, 236, 0.8);
    place-items: center;
    padding: 20px;
    border-radius: 100px;
    border: 8px solid black;
  }
  
  #intro img {
    width: 750px;
    height: 650px;
    padding: 50px;
    border-radius: 100px;
  }
  
  #Skatecycle {
    margin: auto;
    width: 500px;
    height: 525px;
    background: url("../img/BF\ skateboard\ frame\ animation5.jpg");
    background-size: cover;
    animation: play 1.25s steps(13) infinite;
    border-radius: 100px;
  }
  
  @keyframes play {
    from {
      background-position: 6500px;
    }
  
    to {
      background-position: 0px;
    }
  }

#Goofed {
position: absolute;
width: 225px;
height: 225px;
background-image: url("../img/YA_DUN_GOOFED.png");
}

#Broken {
  position: relative;
  width: 400px;
  height: 400px;
  background-image: url("../img/SKAETBOARD_BROKEN.BG.png");
}

  #dreaming {
    margin: auto;
    width: 500px;
    height: 25px;
    background-size: cover;
    border-radius: 100px;
    
  }

 .anim {
  background: white;
  border-radius: 100px;
  overflow: hidden;
  border: 8px solid black;
 }
 .anim img, .anim{
  max-width:100%;
 }

 .txt{
  color: rgb(255, 255, 255);
  font-weight: bold;
 }

 footer {
  padding: 10px;
  text-align: center;
  height: 50px;
  color: aquamarine;
  font-weight: bold;
  
 }

 a button {
  padding: 15px;
  border-radius: 30px;
  background-color: rgb(2, 48, 255);
  border: none;
  color: aliceblue;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1em ;
}

@media only screen and (max-width: 1024px) {
  .Thingy1 {
    grid-template-columns: 1fr 1fr;
  } 
  #Skatecycle {
    width: 250px;
    height: 262.5px;}
}

@media only screen and (max-width: 600px) {
  .Thingy1 {
    
    grid-template-columns: 1fr;
  }
  #Skatecycle {
    width: 250px;
    height: 262.5px;}

    #SVGanimate, #dreaming {
    transform: scale(0.65);
    }
}