body {
    scroll-behavior: smooth;
    background-repeat: repeat;
    background-image: url("./img/prism.png");
    

}

@font-face {
    font-family: evenings;
    src: url(./fonts/Minecraft\ Evenings.otf);
  }
  @font-face {
    font-family: miners;
    src: url(./fonts/Pixel-Miners.otf);
  }

  .evenings {
    font-family: evenings, sans-serif;
    color: #ccc;
    text-shadow: 2px 2px black;

  }

  .miners {
    font-family: miners, sans-serif;
    color: #ccc;

  }


.stonebackground {
    background-image: url("./img/BlankPlane.png");
    background-repeat: no-repeat;

    background-size: 100% auto;

}

.stoneheight {
    padding-top: 60%;
    /* height: 60vh; */
    

}

.stoneheight-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
      
}

a {
    color: #ccc !important;

}
a:hover {
color: white !important;

}




.bg-footer {

    background-color: #484848;
}









/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
