* {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  background: #1d1d1d;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body h1 {
  font-family: 'Bebas Neue', 'Segoe UI', Tahoma;
  font-size: 5rem;
  letter-spacing: 1.1rem;
  padding-bottom: 20px;
}
p {
  letter-spacing: 0.05rem;
  font-size: 1rem;
}
p.title {
  font-size: 1.5rem;
  line-height: 4rem;
  font-weight: bold;
}
@media only screen and (max-width: 404px) {
  p.title {
    line-height: 2.2rem;
  }
}
p.recent {
  font-family: 'Bebas Neue', 'Segoe UI', Tahoma;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding-left: 20px;
  padding-top: 20px;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #3a7fe6;
}
.py-1 {
  margin-top: 20px;
}
.fab {
  margin-right: 30px;
  margin-top: 10px;
}
#main,
#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw;
  padding-left: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contact {
  display: block;
  padding-top: 20vh;
}
.container {
  height: 30vh;
  max-width: 100%;
  margin: 0;
}
.line {
  width: calc(50vw - 4rem);
  height: 1px;
  border-bottom: 1px solid white;
  position: relative;
  opacity: 0.3;
  margin-top: -4px;
}
.low-title {
  padding: 14px 0;
}
.album-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.down-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}
.down-circle:hover {
  background-color: #3a7fe6;
  -webkit-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}
.down-circle:hover .arrow-down {
  border-color: #fff;
  -webkit-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}
.arrow-down {
  border: solid #3a7fe6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#albums {
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
#albums a {
  color: #fff;
}
.album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25vw;
  height: 25vw;
}
.album:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.album:hover .info {
  display: block;
}
.album1 {
  background: url('/img/wild.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album2 {
  background: url('/img/villilansi.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album3 {
  background: url('/img/kakstois.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album4 {
  background: url('/img/figarolevy.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album5 {
  background: url('/img/janji.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album6 {
  background: url('/img/valopimean.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album7 {
  background: url('/img/queens.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album8 {
  background: url('/img/kasipallo.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album9 {
  background: url('/img/joululevysaara.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album10 {
  background: url('/img/wonderland.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album11 {
  background: url('/img/lahioprinssi.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.album12 {
  background: url('/img/alttarilla.jpg') no-repeat center center/cover;
  top: 0;
  left: 0;
}
.info {
  font-family: 'Bebas Neue', 'Segoe UI', Tahoma;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 20%;
  display: none;
}
.info-black {
  color: #1d1d1d;
}
.contact-area {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 1fr;
  grid-template-columns: 10fr 1fr;
  bottom: 0;
}
.contact-form {
  width: 400px;
  padding-bottom: 30px;
  margin-right: 5vw;
}
.social-icons {
  padding-left: 36px;
}
.form-group {
  width: 300px;
  margin: 0.4rem 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #1d1d1d;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0.7rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  background: #1d1d1d;
  color: #fff;
}
.send-button {
  font-family: 'Bebas Neue', 'Segoe UI', Tahoma;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #1d1d1d;
  border: 2px solid grey;
  border-radius: 4px;
  padding: 8px 20px;
  margin: 10px 0;
  width: 100px;
  text-align: center;
}
.send-button:hover {
  background-color: #3a7fe6;
  border-color: transparent;
}
.navbar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navbar-brand {
  font-family: 'Bebas Neue', 'Segoe UI', Tahoma;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  border: 1px solid grey;
  padding: 8px 20px;
  border-radius: 0.2rem;
  margin: 14px 10px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d1d1d;
  z-index: 99;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
@media only screen and (min-width: 600px) and (max-width: 1160px) {
  #main,
  #contact {
    padding-left: 0;
  }
  #main .container,
  #contact .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1160px) and (max-height: 420px) {
  #main,
  #contact {
    display: block;
    height: 100vh;
    width: 100vw;
    text-align: center;
    margin: auto;
  }
  .album-info {
    display: none;
  }
  #contact {
    height: auto;
  }
  .container {
    margin-left: 1rem;
    display: block;
    height: auto;
    padding-top: 1rem;
  }
  .contact-area {
    position: relative;
  }
  .social-icons {
    padding-left: 4.6rem;
  }
  .send-button {
    margin: auto;
  }
  .form-group {
    margin: 10px auto;
  }
  .contact-form {
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1160px) {
  .fp-tableCell {
    display: block;
  }
  #albums {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .album {
    width: 33.3vw;
    height: 33.3vw;
  }
  .line {
    margin-top: -30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1160px) and (max-height: 850px) {
  #contact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10vh;
  }
}
@media only screen and (min-width: 601px) and (max-width: 799px) {
  .fp-tableCell {
    display: block;
  }
  #albums {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .album {
    width: 50vw;
    height: 50vw;
  }
  .contact-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-icons {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 799px) and (max-height: 420px) {
  #main,
  #contact {
    display: block;
    padding-left: 0.5rem;
    height: 100vh;
    width: 100vw;
    margin: auto;
  }
  .container {
    display: block;
    margin: auto;
  }
  #contact {
    height: auto;
  }
  .contact-area,
  .contact-form {
    display: block;
    margin: auto;
  }
  .down-circle {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  body h1 {
    font-size: 3rem;
  }
  #main,
  #contact {
    display: block;
    padding-left: 0;
    padding-top: 20vh;
    height: 100vh;
    width: 100vw;
  }
  #contact {
    padding-top: 2rem;
    height: auto;
  }
  .container {
    display: block;
    text-align: center;
  }
  .line {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .fp-tableCell {
    display: block;
  }
  #albums {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .album {
    width: 100vw;
    height: 100vw;
  }
  .contact-area {
    display: block;
    position: relative;
    padding-left: 1rem;
    padding-top: 2rem;
  }
  .social-icons {
    padding-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 450px) {
  #fp-nav {
    display: none;
  }
  .contact-area,
  .contact-form,
  .social-icons {
    padding-left: 0;
    margin: auto;
    width: 320px;
  }
}
@media only screen and (max-height: 340px) {
  .container {
    height: auto;
  }
}
@media only screen and (max-width: 340px) {
  .contact-form {
    margin-left: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
