html,
body {
  height: 100%;
}

body {
  background-image: url(../img/lasers-and-feelings-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
  background-color: #000;
  color: #fff;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

p {
  margin-bottom: 1.3em;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: .5rem;
}

h1,
h2,
h3,
h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-family: 'Black Ops One', sans-serif;
}

h1 {
  margin-top: 0;
  font-size: 3.998em;
}

h2 {
  font-size: 2.827em;
}

h3 {
  font-size: 1.999em;
}

h4 {
  font-size: 1.414em;
}

button {
  background-color: #1a2a50;
  color: #fff;
  padding: .5rem 1rem;
  border: #000 1px solid;
  border-radius: .15rem;
  font-size: .75rem;
  cursor: pointer;
}

button.hilight {
  background-color: #04432D;
}

button:hover {
  background-color: #065a3c;
}

main {
  height: 100%;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.ui-interface-logo {
  text-align: center;
}

.ui-interface-logo img {
  max-width: 200px;
  background: #fffba3;
  border-radius: 50%;
  padding: .4rem;
}

.about-site {
  padding: 1rem;
  text-align: center;
  max-width: 960px;
  margin: 1rem auto;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 5px;
}

.about-site p {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 2rem;
}

.link-boxes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: 1rem auto;
}

.linkbox {
  flex: 0 0 260px;
  margin: 1rem;
  border: 2px solid #3e3e3e;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  transition: all .25s ease-out;
  height: 168px;
  position: relative;
  filter: sepia(0.8) grayscale(0.5);
}

.linkbox:hover {
  border-color: rgba(235, 225, 183, 0.3);
  filter: sepia(0) grayscale(0);
}

.linkbox:hover a {
  bottom: 0px;
}

.linkbox a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: all .25s ease-out;
  text-decoration: none;
  text-shadow: 1px 1px #000;
  position: absolute;
  bottom: -2rem;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.linkbox.lasersfeelings {
  background-image: url(../img/btn-img-laserfeelings.jpg);
}

.linkbox.deadsexy {
  background-image: url(../img/btn-img-deadsexy.jpg);
}

.linkbox.bloodchrome {
  background-image: url(../img/btn-img-bloodchrome.jpg);
}

.linkbox.neonchrome {
  background-image: url(../img/btn-img-neonchrome.jpg);
}

.linkbox.sorcererssellswords {
  background-image: url(../img/btn-img-sorcererssellswords.jpg);
}

.linkbox.shakenstirred {
  background-image: url(../img/btn-img-shakenstirred.jpg);
}

.linkbox.daredevildetective {
  background-image: url(../img/btn-img-daredevildetective.jpg);
}
 

 /*# sourceMappingURL= style-home.css.map */