@charset "UTF-8";
/* CSS Document */
body {
  background-color: #646666;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1200px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding: 0;
  margin: 0;
}
/* background to match firefox and video  */
@-moz-document url-prefix() {
  body {
    background-color: #595C5B;
  }
}
#artwork {
  background-color: #444444;
}
p {
  color: #ffffff;
  font-size: .8em;
  font-weight: 300;
  margin-bottom: -0.3em;
  line-height: 1em;
  letter-spacing: .1em;
}
h2 {
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: -0.3em;
  line-height: 1em;
  letter-spacing: .1em;
}
h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s;
  padding: 12px;
  background-size: 100% 200%;
  background-image: linear-gradient(to top, #000 50%, rgba(255, 255, 255, 0) 50%);
  color: #fff;
}
h2 a:hover, a:focus {
  background-position: 0 100%;
  color: #fff;
  outline: none;
}
video {
  margin: 0 auto;
}
.background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  background-size: cover;
  margin: 0 auto;
}
.title {
  margin: auto;
  padding: 20px;
  width: 350px;
  text-align: center;
  position: relative;
}
.home-title {
  padding: 300px 20px 10px;
  width: 350px;
  margin: auto;
  text-align: center;
  position: relative;
}
.home-title img {
  position: relative;
  width=: 100%;
}
section {
  max-width: 100%;
  margin: auto;
  padding-bottom: 100px;
}
.home {
  max-width: 1100px;
  margin: auto;
  padding: 10px 0px;
  text-align: center;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
}
.link {
  margin: auto;
  text-align: center;
  min-width: 204px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
}
.art-item {
  margin: auto
}
.art-item img:hover {
  z-index: 1;
  transform: scale(2, 2);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  transition: .3s transform;
}
.social {
  text-align: center;
  margin: 0;
  width: 100%;
  padding-top: 40px;
}
i.fab {
  padding: 20px;
  color: #fff;
  font-size: 2em;
}
i.fab:hover {
  transition: all 0.2s;
  color: #000;
}
.caption {
  text-align: center;
  padding: 0 10 20 10;
}
.btn {
  background-color: #FFFFFF;
  border: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  padding-top: .2em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: .2em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: .8em;
  font-weight: 600;
  margin: 18px 0 20px 0;
  border-radius: 50px;
  overflow: hidden;
  transition-timing-function: ease;
  transition: 0.5s;
}
.btn:hover, .btn:focus {
  background-color: #000000;
  color: #fff;
}
footer {
  martigin: 0px;
  background-color: #000000;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 36px;
  text-align: center;
  position: fixed;
  bottom: 0;
}
footer p {
  color: #646666;
}
.fullscreen-bg {
  position: fixed;
  top: -30px;
  left: 50%;
  margin-left: -600px; /* Half of the width */
  width: 1190px;
  z-index: -666;
  overflow: hidden;
}
.fullscreen-bg__video {
  position: fixed;
  top: 0;
  z-index: -666;
}
/* When the browser is at least 600px and above */
@media screen and (max-width: 600px) {
  body {
    background-color: #595C5B;
  }
  .home-title {
    padding-top: 125px;
    width: 250px;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .fullscreen-bg {
    position: fixed;
    top: -30px;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    z-index: -666;
    overflow: hidden;
  }
  .nav {
    margin: 10px auto;
  }
  .social {
    text-align: center;
    margin: 0;
    width: 100%;
    padding-top: 10px;
  }
  video {
    margin: 0 auto;
    width: 700px;
  }
}