/*!
* Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&family=Space+Grotesk:wght@300&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

:root {
  --primary: 

}

.hidden {
  display: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  /*background: url(BACKGROUND IMAGE SOURCE HERE);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/ }

h1 {
  font-size: 2.5em;
  margin-bottom: 2em;
  padding-top: 1.5em; }

h2 {
  font-weight: 300;
  margin-bottom: 20px; }

p {
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 0;
}

.footer {
  background: #242424;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
    height: 10%;
}

.event {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#e6e4e4;
    /*background:url(EVENT BACKGROUND SOURCE);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    min-height: 30vw;*/
}


.sponsor1 {
    float:left;
 width: 30%;
  display: inline-block; 
align-items: center;
        margin-left: 10%;
    margin-right: 10%;
    
}

.sponsor1 img{
    width: 90%;
    float: left;
}


.sponsor2 {
    float:right;
  width: 30%;
  display: inline-block; 
align-items: center;
    margin-left: 10%;
    margin-right: 10%;
}
.sponsor2 img{
    width: 90%;
    float: right;

}

.navbar {
  z-index: 999;
  margin-bottom: 0;
  border-radius: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.navbar-default {
  background-color: #242424;
  border-color: #444;
}
.navbar-default .navbar-collapse {
  border-color: #444;
}
.navbar-default .navbar-toggle {
  border: none;
  color: #fcfafa;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fcfafa;
}
.navbar-default .navbar-brand {
  color: #fcfafa;
  letter-spacing: 1px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.navbar-default .navbar-brand:focus {
    color: #fcfafa;
  }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active {
    color: rgba(110,165,35,0.9);
  }
.navbar-default .navbar-brand:hover span, .navbar-default .navbar-brand:active span {
      color: #e6e4e4;
    }
.navbar-default .navbar-brand span {
    color: rgba(110,165,35,0.9);
    font-weight: 300;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s; }
.navbar-default .navbar-nav {
  margin-top: 0;
  margin-bottom: 0; }
.navbar-default .navbar-nav > li > a {
  -webkit-transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
  -moz-transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
  -o-transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
  transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
  color: #fcfafa; }
  .navbar-default .navbar-nav > li > a:focus {
    color: #e6e4e4; }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-nav > li > a:focus {
        color: #fcfafa; } }
  .navbar-default .navbar-nav > li > a:hover {
    color: #e6e4e4; }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-nav > li > a:hover {
        color: rgba(110,165,35,0.9); } }
.navbar-default .navbar-nav > .active > a {
  color: #242424;
  background-color: #e6e4e4;
  border-left: 3px solid grey;
  padding-left: 18px;
  box-shadow: 0 2px 10px rgba(15, 15, 15, 0.7); }
  @media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav > .active > a {
      color: #fcfafa;
      background-color: transparent;
      border-left: none;
      padding-left: 15px;
      box-shadow: 0 -3px 0px rgba(110,165,35,0.9) inset; } }
  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #242424;
    background-color: #e6e4e4;
    border-left: 3px solid grey;
    padding-left: 18px;
    box-shadow: 0 2px 10px rgba(15, 15, 15, 0.7); }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fcfafa;
        background-color: transparent;
        border-left: none;
        padding-left: 15px;
        box-shadow: 0 -20px 2px -8px rgba(110,165,35,0.9) inset; } }

.button-blog {
  border: 3px solid white;
  padding: 0.65em 1.4em;
  color: #fcfafa; }
  .button-blog:hover {
    background-color: rgba(110,165,35,0.9); }

.landing {
  /*background: url(LANDING IMAGE HERE) no-repeat;*/
  /* background: linear-gradient(to right, rgb(180, 141, 68), rgb(87, 79, 61), #333); */ /* Testing */
  background: rgb(110,165,35);
  background: linear-gradient(155deg, rgba(110,165,35,0.9) 0%, rgba(30,30,30,0.9) 66%), url('../img/monke.webp') no-repeat center center / cover;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
  height: calc(100vh - 50px);
  overflow: hidden;
  color: #e6e4e4;
  /*text-shadow: 2px 2px 7px rgba(15, 15, 15, 0.7), -2px -2px 7px rgba(15, 15, 15, 0.7);*/
  }
  .landing p {
    text-align: center;
    vertical-align: middle;
    font-size: 3em;
  }
  .landing-highlight {
    /* color: orange; */
    color: #91ff00;
  }
  .landing .logo {
    background-size: cover;
    min-height: 100vh; }

  .landing .logo .smoke {
    background-size: cover;
    min-height: 100vh; }



.landing-new {
  height: 100vh;
  /*background: url(LANDING IMAGE HERE);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;*/ }

.about, .team, .solution {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #e6e4e4; }

  .about {
    background-color: #242424;;
  }

  #About > h1 {
    /* color: orange; */
    color: #91ff00;
  }

.solution {
  padding-bottom: 10vh;
  /* background: linear-gradient(to left, rgb(180, 141, 68), rgb(87, 79, 61), #333);; */
  background: rgb(30,30,30);
  background: linear-gradient(155deg, rgba(30,30,30,1) 33%, rgb(75, 115, 25) 100%); /* rgba(110,165,35,1) */

}

.team {
  min-height: 100vh;
  background-color: #242424;
  /*background: url(TEAM BACKGROUND IMAGE HERE);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 10em 0em;*/ }

.team > h1 {
  /* color: orange; */
  color: #91ff00;
}

.name {
  font-size: 1.4em;
  margin: auto;
}

.team-images {
  text-align: center;
}

.team-images img {
    width: 100%;
    border: 4px solid rgba(110,165,35,0.9);
    border-radius: 1000px;
    transition: all 0.3s ease-in-out;
}

.team-images img:hover {
  filter: none;
  transform: scale(1.05) rotate(-5deg) translateY(-10px);
  border-color: rgba(235, 245, 223, 0.9);
}

.team-member {
  margin: 1em 1em;
  width: 30%;
  display: inline-block; }

.team-member p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

strong {
  font-size: 1.45em;
  line-height: 3em;
  color:rgba(210, 225, 185, 0.9);
}

.left, .right, .note-center {
  width: 48%;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: top;
  text-align: center;
}

.left img, .right img, .note-center img {
  max-width: 100%; 
  box-shadow: 0 4px 20px 3px rgba(10, 20, 0, 0.9);
  border: 1px solid rgba(30, 50, 0, 0.9);
  border-radius: 4px;
}

.center {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: top;
  text-align: center;
  gap: 10px 20px;
}

.centerimg {
  max-width: 50%; 
  box-shadow: 0 4px 20px 3px rgba(10, 20, 0, 0.9);
  border: 1px solid rgba(30, 50, 0, 0.9);
  border-radius: 4px;
}

.center p {
  flex-basis: 0;
  flex: 1 0 5%;
  padding-bottom: 20px;
}

.cep {
  background: rgba(30,30,30,0.9);
  box-shadow: 0 12px 20px -16px rgba(10, 20, 0, 0.9);
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  width: 200px;
  max-height: 60px;
  padding-bottom: 0;
  font-size: 1.45em;
  line-height: 2em;
  font-weight: bold;
  color:rgba(210, 225, 185, 0.9);
}

.cep:hover {
  box-shadow: 0 12px 20px -4px rgba(10, 20, 0, 0.9);
}

.demo-container {
  flex-wrap: nowrap;
  min-height: 450px;
}

.side-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 200px;
  min-height: 450px;
  gap: 10px;
}

.side-right {
  display: flex;
  width: 100%;
}

.side-right-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.side-right-div p:nth-child(2) {
  padding: 0 100px;
}

.bgnoanim {
  background: rgba(30,30,30,0.9);
  box-shadow: 0 12px 20px -16px rgba(10, 20, 0, 0.9);
  border-radius: 4px;
  padding: 10px 10px;
}

#presta {
  background: linear-gradient(0deg, rgb(222, 245, 193) 0%, rgba(30,30,30,0) 65%), no-repeat center center / cover;
  border-image: linear-gradient(0deg, rgb(222, 245, 193) 0%, rgba(30,30,30,0) 65%) 1;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  box-shadow: none;
}

.spacer {
  min-height: 4vh;
  width: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.note-center {
  width: 100%; }

.note {
  padding: 4em;
  /*background-color: white;*/
  color: white;
  margin-bottom: 5%;
}

.event {
  height: 50vh;
  background: rgb(110,165,35);
  background: linear-gradient(155deg, rgba(110,165,35,0.9) 0%, rgba(30,30,30,0.9) 66%), url('../img/header_1600x625_furutefactory.png') no-repeat center center / cover;
  justify-content: center;
}

.container-event {
  border-radius: 10%;
  background-color: #242424;
}

.clear {
  clear: both; }

.footer {
  background-color: #242424;
  height: 50px;
  padding-top: 15px;
}

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (max-width: 991px){

  .team-member {
    margin: auto;
    width: 45%;
    margin-top: 5vh; }
    .team-member p {
      font-size: 1,5em; } }


@media only screen and (max-width: 768px) {
  .navbar {
    background: transparent;
    border: none;
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out; }
    

  /*.landing-new {
  background: url(SMALL LANDING IMAGE HERE);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;}*/
    
    .team-member p {
      font-size: 1,5em; } 
    
    
  .top-nav-collapse {
    background: #242424;
    padding: 0; }

  p {
    font-size: 150%; }

  h2 {
    margin-bottom: 40px;
    font-size: 300%; } }
@media only screen and (max-width: 768px) {
  /*.landing-new {
    background: url(SMALL LANDING IMAGE HERE); 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
    max-height: 1024px;
    width: auto;}*/

  .button-blog {
    border: 0;
    padding: 0;
    margin: 0; }

  .left, .right, .note-center {
    float: none;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    margin: 2vh auto;
    width: 95%; }
    .left p, .right p, .note-center p {
      font-size: 1.4em;
      margin-bottom: 0; }
    .left img, .right img, .note-center img {
      width: 800px; }

  .team-member {
    margin: auto;
    width: 75%;
    display: block;
    margin-top: 5vh; }
    .team-member p {
      font-size: 2em; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

/*# sourceMappingURL=main.css.map */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  overflow: auto;
}

.modal-content {
  max-width: 90%;
  max-height: 90vh;
  margin: auto;
  display: block;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: top;
  text-align: center;
  gap: 10px 20px;
}

/* #gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; 
  max-width: 80%;
  margin: auto;
} */

.gthumb {
  transition: transform 0.5s;
  border-radius: 10px;
  overflow: hidden;
  object-fit: contain;
  background: rgba(30,30,30,0.9);
  max-width: 120px; 
  height: auto;
}

.gtumb-yt {
  transition: transform 0.5s;
  border-radius: 10px;
  overflow: hidden;
  object-fit: contain;
  background: rgba(30,30,30,0.9);
  max-width: auto; 
  height: auto;
}

.gthumb:hover {
  transform: scale(1.02); /* Pieni suurennus hoverilla */
}
