body {
  background-image: url(./images/XRBG.jpg);
  background-size: cover;
  padding: 0;
  margin: 0;
}
h1 {
  text-align: center;
  align-self: center;
  font-family: 'Anton', sans-serif;
}
header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 0.5rem 0;
  background-color: rgba(125, 125, 125, 0.75);
  margin: 0 0 10rem 0;
}
div.headpiece {
  width: 33%;
}
div.three {
  text-align: right;
}
.PSbadge img {
  height: 5rem;
  width: 4rem;
  margin-left: 1rem;
}
.LPLLogo img {
  height: 4.5rem;
  width: 4rem;
}
div.box {
  display: flex;
  justify-content: space-between;
  margin: 0 10rem 0 10rem;
}
a {
  display: inline-flex;
  height: 100%;
  width: 24%;
}
.box img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.4);
}
h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: 3rem;
  padding: 0;
  margin: 0;
  background-color: white;
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* .clarity {
    background-image: url("./images/CXRLogo.png");
    background-size: 100% 100%;
}
div.projects {
    background-image: url("./images/PXRLogo.png");
    background-size: 100% 100%;
}

div.projects h2 {
    font-size: 2rem;
}
p {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: white;
    height: 2rem;
    box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.4);
}
div.card {
    width: 24%;
    padding-top: 20%;
    background-color: gray;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.4);
}
div.forces {
    background-image: url("./images/FXRLogo.png");
    background-size: 100% 100%;
}
div.operations {
    background-image: url("./images/OXRLogo.png");
    background-size: 100% 100%;
} */

/* TODO: Figure out different break points for screen size */

/* TODO: Implement breakpoints so that the app tiles are viewable all the way down to mobile screen size */
