@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/
/*Styles*/
* {
  margin: 0;
  padding: 0;
}

html {
  background: url(../img/bg-wdbc.jpg) repeat center center fixed;
  background-size: cover;
  scroll-behavior: smooth;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

body {
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
p {
  font-size: 18px;
}

.etusivu h1 {
  font-size: 80px !important;
}
.etusivu h2 {
  font-size: 80px !important;
}

.breadcrumbs {
  padding: 20px 80px;
}

.breadcrumbs * {
  padding: 15px;
  color: #c7a463;
}
.breadcrumbs a:hover {
  color: #ffd381;
}

/*Variables*/
/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/
.navbar {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.94, 0.64, 1.02);
  transition-timing-function: cubic-bezier(0, 0.94, 0.64, 1.02);
}

.navbar img {
  height: 80px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.45, 0.96);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.45, 0.96);
}

.navbar-nav li {
  padding-right: 20px;
}

.nav-link {
  font-size: 18px;
  letter-spacing: 2px;
}

.scrolldown {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.45, 0.96);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.45, 0.96);
}

.scrolldown img {
  height: 50px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.45, 0.96);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.45, 0.96);
}

#nav2 {
  position: fixed;
  height: 100%;
  width: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.9);
  right: 0;
  top: 0;
  z-index: 1;
  overflow-x: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 20px 0px 0px 20px;
  font-size: 16px;
}

#nav2 li {
  list-style-type: none;
  margin-top: 20px;
}

#nav2 li a {
  list-style-type: none;
  color: #f2f2f2;
  text-decoration: none;
  margin-top: 30px;
}

#nav2 li a:hover {
  color: gray;
}

a.sulje {
  color: #f2f2f2;
  text-decoration: none;
  margin-left: 180px;
  font-size: 26px;
}

a.sulje:hover {
  color: #9b9b9b;
}

.cover {
  position: absolute;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/*Variables*/
/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/
.carousel1-img {
  width: auto;
  height: 100vh;
  overflow: hidden;
  background: url('../img/header-image1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel2-img {
  width: auto;
  height: 100vh;
  overflow: hidden;
  background: url('../img/header-image2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel3-img {
  width: auto;
  height: 100vh;
  overflow: hidden;
  background: url('../img/header-image3.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.darken:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.carousel-caption {
  letter-spacing: 4px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-caption h1 {
  font-size: 80px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}
.carousel-caption h2 {
  font-size: 80px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}
.carousel-caption h3 {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}
.carousel-caption h4 {
  font-size: 40px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.caption-btn {
  color: #f2f2f2;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #f2f2f2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.caption-btn-animation {
  opacity: 0;
  -webkit-animation: fadeIn 1.6s forwards 1s ease;
  animation: fadeIn 1.6s forwards 1s ease;
}

.caption-btn:hover {
  text-decoration: none;
  color: black;
  background-color: #f2f2f2;
}

/*Carousel indicators dots*/
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

/*Variables*/
/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/
.textStyle {
  background-color: transparent;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 400;
}

#more-info {
  margin: auto;
}

.info {
  font-weight: 400;
}

.img-fluid {
  border-radius: 2px;
}

.btn-primary {
  color: #f2f2f2;
  background-color: transparent;
  border: 1px solid #f2f2f2;
}

.btn-primary:hover {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #212121;
}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 60px;
}

.welcome h1 {
  letter-spacing: 4px;
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 100%;
  margin: 0.3rem 0px 1rem 0px;
}

.lisatietohr {
  margin: 20px 0px 10px 0px;
  width: 100%;
  border-top: 1px solid #4c4c4c;
}

.fa-10x {
  height: 70px;
}
.icon-small {
  width: 40px !important;
  height: 40px !important;
}

.info {
  text-align: left;
  padding: 0px 15px 0px 15px;
}

.lead {
  padding-bottom: 30px;
}

.cutout-img {
  height: 300px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom),
    url(../img/cutout.jpg);
  background-image: url(../img/cutout.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: table;
  margin: 80px 0px;
}

/*Variables*/
/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/
.linkkitieto {
  padding: 50px 10px;
  height: auto;
  color: #f2f2f2;
}

.info-btn {
  border: 2px solid #f2f2f2;
  text-decoration: none;
  color: #f2f2f2;
  padding: 6px 10px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.info-btn:hover {
  background-color: #f2f2f2;
  color: black;
  text-decoration: none;
}

/*Variables*/
/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/
footer {
  background-color: transparent;
  color: #d5d5d5;
  padding-top: 2rem;
}

footer a {
  color: #d5d5d5;
}

footer p {
  font-size: 18px;
}

h3 {
  padding: 25px;
}

hr.footerline {
  border-top: 1px solid #d5d5d5;
  width: 50%;
  margin: auto;
}

hr.footerline2 {
  border-top: 1px solid #d5d5d5;
  width: 50%;
  margin: auto;
  padding-bottom: 2rem;
}

.footerbottom {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 0px 5px 0px;
  height: auto;
  text-align: center;
}

hr.contact {
  border-top: 1px solid #4c4c4c;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.footerImg {
  height: 90px;
  padding: 10px;
}

.social a {
  font-size: 3em;
  padding: 1rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.fa-facebook:hover {
  color: #3b5998;
}

.fa-instagram:hover {
  color: #7b439b;
}

hr.bottomLine {
  border-top: 1px solid #4c4c4c;
  width: 60%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  margin: auto;
  width: 100vw;
}

hr.light {
  border-top: 1px solid #4c4c4c;
  width: 60%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  margin: auto;
}

.navLine {
  border-bottom: 1px solid #949494;
  padding-top: 10px;
  width: 90%;
}

/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/

#kohteet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f2f2f2;
  padding: 10px;
  width: 75%;
  margin: auto;
  overflow-x: hidden;
}

.kohdeContainer {
  position: relative;
  border: 1px solid grey;
  border-radius: 10px;
  width: calc(33% - 20px);
  font-size: 12px;
  margin: 10px;
  box-shadow: 10px 10px 11px rgb(15, 15, 15);
}

.kohdeContainer p {
  margin: 10px 0px;
}

.kohteetInfo {
  margin: 20px;
}

.kohdeimg {
  height: 350px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
  object-position: 50% 50%;
  padding: auto;
}

.kohteetHeader {
  font-size: 24px;
}

.kohteetText {
  font-size: 16px;
}

.myynti {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px 10px 0px 0px;
  background: #000000e8;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 30px;
  margin: 0px !important;
}

.pointer {
  cursor: pointer;
}

.carousel-rakennuttaminen {
  width: auto;
  height: 50vh;
  overflow: hidden;
  background: url('../img/header-r.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-uudiskohteet {
  width: auto;
  height: 50vh;
  overflow: hidden;
  background: url('../img/header-u.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-myynti {
  width: auto;
  height: 50vh;
  overflow: hidden;
  background: url('../img/header-u.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-valmistuvat {
  width: auto;
  height: 50vh;
  overflow: hidden;
  background: url('../img/header-u.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-kohde {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  object-fit: cover;
  object-position: 50% 50%;
}

/*Variables*/
/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/
#map {
  height: 650px;
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  width: 80%;
  z-index: 100px;
  margin: auto;
}

.carousel-map1 {
  width: auto;
  height: 50vh;
  overflow: hidden;
  background: url('../img/header-image1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-map2 {
  width: auto;
  height: 50vh;
  overflow: hidden;
  background: url('../img/toka.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-map3 {
  width: auto;
  height: 50vh;
  overflow: hidden;
  background: url('../img/kolmas.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*Fullscreen style*/
/*Font*/
/*Border*/
/*Image*/
/*CarouselImg*/
@media (max-width: 1600px) {
  .kohdeContainer {
    width: calc(50% - 20px);
  }
}

@media (max-width: 1200px) {
  .kohdeContainer {
    width: calc(100% - 20px);
  }
}

@media (max-width: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .etusivu h1 {
    font-size: 40px !important;
  }
  .etusivu h2 {
    font-size: 40px !important;
  }
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
    padding: 15px;
  }
  h4 {
    font-size: 24px !important;
  }
  p {
    font-size: 14px !important;
  }
  #kohteet {
    width: 80%;
  }
  .kohdeimg {
    height: 300px;
  }
  .kohteetHeader {
    font-size: 24px !important;
  }
  .kohteetText {
    font-size: 16px !important;
  }
  .column-image {
    height: 50px;
    margin-top: 10px;
  }
  .footerline {
    border-right: none;
  }
  .carousel1-img {
    height: 80vh;
  }
  .carousel2-img {
    height: 80vh;
  }
  .carousel3-img {
    height: 80vh;
  }
}

@media (max-width: 576px) {
  .welcome {
    width: 100%;
    padding-top: 40px;
  }
  .fa-10x {
    height: 40px;
  }
  .icon-small {
    width: 30px !important;
    height: 30px !important;
  }
  .breadcrumbs {
    padding: 20px 20px;
  }
  .breadcrumbs * {
    padding: 5px;
  }
  #kohteet {
    width: 90%;
  }
  .kohdeimg {
    height: 300px;
  }
  .kohteetHeader {
    font-size: 18px !important;
  }
  .kohteetText {
    font-size: 14px !important;
  }
  #info {
    text-align: justify;
  }
  .footerline {
    border-right: none;
  }
  .carousel-item {
    width: 100%;
  }
  .carousel-item h3 {
    margin: 0px auto;
    padding: 5px;
    width: 90% !important;
  }
  .carousel1-img {
    height: 50vh;
  }
  .carousel2-img {
    height: 50vh;
  }
  .carousel3-img {
    height: 50vh;
  }
  .carousel-kohde {
    height: 40vh;
  }
}
/*# sourceMappingURL=styles.css.map */
