.btn.btn-primary {
  background-color: #008080;
  border-color: #008080; }
  .btn.btn-primary:hover {
    background-color: #00a0a0; }
.btn.btn-outline-primary {
  color: #008080;
  border-color: #008080; }
  .btn.btn-outline-primary:hover {
    color: white;
    background-color: #008080; }

body {
  position: relative;
  font-family: "Arial";
  ZZZfont-family: "Futura";
  ZZZfont-family: "Myriad Pro";
  ZZZfont-family: "Verdana";
  ZZZfont-family: "BauhausCTT";
  font-size: 1.25rem;
  overflow-x: hidden; }

hr {
  border-width: 1px; }

.smaller {
  font-size: 1.0rem; }

.fa {
  font-size: 75px;
  color: #008080; }

.navbar .nav-brand {
  display: none;
  text-shadow: 0.15em 0.15em 3px #000000; }
.navbar .custom-toggler.navbar-toggler {
  border-color: rgba(0, 255, 255, 0.8); }
.navbar .custom-toggler .navbar-toggler-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.navbar .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 0.0em !important;
  padding-right: 0.0em !important;
  color: #008080 !important;
  text-shadow: none; }
  .navbar .nav-link:hover {
    color: #00eeee !important; }
.navbar .nav-item .active {
  color: #00eeee !important;
  text-shadow: 0.15em 0.15em 3px #000000; }
.navbar #headerName {
  margin: 0px auto;
  opacity: 0.0;
  transition: opacity 0.4s; }
  .navbar #headerName.show {
    display: inline;
    opacity: 1.0; }

#home {
  position: relative;
  min-height: 100px;
  padding: 130px 0px 100px 0px;
  background: url("../img/bg-3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0px 0px;
  text-align: center;
  text-shadow: 0.15em 0.15em 3px #000000;
  color: #eeeeee; }
  #home h1 {
    text-shadow: 0.25rem 0.25rem 6px #000000; }

h1 {
  color: white; }

#about, #contact {
  position: relative;
  min-height: 200px;
  background: url("../img/bg-3.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: white; }
  #about .fa, #contact .fa {
    color: white;
    background: darkcyan;
    padding: 4px;
    margin-right: 4px;
    border-radius: 5px;
    font-size: 1.2rem; }
  #about img#selfie, #contact img#selfie {
    margin-top: -0px;
    border: 2px solid teal; }

.iconList {
  text-align: right; }
  .iconList .icon {
    margin: 15px 20px; }
    .iconList .icon i {
      font-size: 75px; }
    .iconList .icon img, .iconList .icon svg {
      max-width: 75px;
      max-height: 75px; }
    .iconList .icon svg {
      width: 100%; }
    .iconList .icon:hover {
      color: teal; }

footer#main-footer {
  font-size: 1.0rem;
  background: black;
  color: #008080;
  text-shadow: 0.15em 0.15em 3px #000000; }

.popover {
  border-bottom: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb; }
  .popover .popover-header {
    background-color: #008080;
    color: #ffffff; }
  .popover .popover-body {
    color: #008080; }

#web h5, #games h5 {
  font-size: 1.0rem; }

section.games {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: 50px 50px;
  max-width: 80%;
  margin: 0px auto; }
  section.games .gameCard {
    border: 1px dotted lightgrey;
    padding: 20px 20px;
    transition: box-shadow 0.2s ease-out, transform 0.2s ease-out; }
    section.games .gameCard h4 {
      font-weight: bold;
      color: #008080;
      font-size: 1.1rem;
      text-align: center; }
    section.games .gameCard .badge {
      font-size: 0.9rem;
      background-color: #008080; }
    section.games .gameCard .gameNotes {
      margin-top: 10px;
      font-size: 0.8em; }
  section.games .gameCard:hover {
    border: 2px solid #eeeeee;
    padding: 19px 19px;
    transform: scale(1.02, 1.02);
    box-shadow: 10px 10px 7px lightgrey; }
  section.games .gameCard > img {
    width: 100%;
    margin-bottom: 10px; }
  section.games .gameCard > .playBtn {
    display: block;
    margin-top: 20px; }

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