body {
  background-image: url("../images/super-joey.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #F91143;
  z-index: 1; }

#imageScroll img {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  opacity: 0.4;
  padding-top: 20px;
  border: none; }

.ie #imagescroll img:hover {
  filter: none; }

#bigImage {
  border: solid 1px #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  width: 50%;
  margin: auto;
  z-index: 0;
  background-color: #ffffff;
  display: none;
  overflow: hidden; }

#close-button {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0; }

.gallery {
  font-size: 0.5em; }

.gallery div {
  margin-top: 5px;
  width: 70%;
  padding: 2%;
  overflow: auto; }

.gallery_img {
  width: 20%;
  border-radius: 5%; }

.gallery div:nth-child(odd) .gallery_img {
  float: right; }

.gallery div:nth-child(odd) {
  text-align: left; }

.gallery div:nth-child(even) .gallery_img {
  float: left; }

.gallery div:nth-child(even) {
  text-align: right; }

a {
  color: #108C2D; }

.display-box a {
  color: #FFFFFF; }

.display-box a:hover {
  font-weight: 700; }

footer a {
  color: #000000; }

footer a:hover {
  color: #108C2D; }

.fblue:hover {
  color: #3B5998; }

.tblue:hover {
  color: #36B9FF; }

.wblue:hover {
  color: #0087BE; }

.codepen:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.linkedIn:hover {
  color: #066EA4; }

#nav {
  margin: auto; }

h1 {
  font-family: "Bangers"; }

.nav-item a {
  font-family: "Bangers";
  color: #108C2D;
  font-size: 3em; }

.nav {
  background-color: #F91143; }

.navbar-fixed-bottom {
  padding-top: 10px; }

footer a {
  padding: 0 10px 0 10px;
  font-size: 1.2em; }

body {
  padding-top: 50px;
  padding-bottom: 70px; }

.display-box {
  margin: auto;
  width: 70%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border: 2px solid #108C2D;
  border-radius: 5%;
  padding: 5%;
  margin-top: 10%;
  text-align: center; }

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