/*!
* 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; }

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;
}

.footer {
  background: #1a1919;
  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-default {
  background: #1a1919;
  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: #74B7DC; }
      .navbar-default .navbar-brand:hover span, .navbar-default .navbar-brand:active span {
        color: #e6e4e4; }
    .navbar-default .navbar-brand span {
      color: #74B7DC;
      font-weight: 300;
      -webkit-transition: color .3s;
      -moz-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
  .navbar-default .navbar-nav > li > a {
    -webkit-transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    -o-transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out, box-shadow .3s 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: #74B7DC; } }
  .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 #74B7DC 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 -3px 0px #74B7DC inset; } }

.button-blog {
  border: 3px solid white;
  padding: 0.65em 1.4em;
  color: #fcfafa; }
  .button-blog:hover {
    background-color: #74B7DC; }


    .landing {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
  }
  
  .landing-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; /* Teksti näkyy kuvan päällä */
      text-align: center; /* Teksti keskitetään */
      background-color: #1a1919;
      padding: 50px; /* Sisennys tekstiin */
      max-width: 80%; /* Määrää tekstilaatikon maksimileveys */
  }
  
  .landing-text h2 {
      font-size: 50px;
      margin: 0;
      color: white; /* Tekstin väri */
  }
  
  .landing-text p {
      font-size: 30px;
      margin-top: 10px;
      color: white; /* Tekstin väri */
  }
  
  .landing-highlight {
      color: rgb(130, 26, 156);
  }
  
  .landing img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: blur(1px);
      opacity: 0.8;
      object-fit: cover;
      z-index: -1; /* Kuva jää taustalle */
  }

  .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: #1a1919;
  }

  #About > h1 {
    color: rgb(166, 96, 184)
  }

.solution {
  padding-bottom: 10vh;
  background: linear-gradient(to left, rgb(180, 141, 68), rgb(87, 79, 61), #333);;

}

.team {
  min-height: 100vh;
  background: #222121;
  /*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: rgb(166, 96, 184)
}

.team-images {
  text-align: center; }
  .team-images img {
    width: 50%;
    border: 3px solid white;
    border-radius: 1000px;
    transition-duration: 300ms; }
    .team-images img:hover {
      filter: none;
      transform: scale(1.02); }

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

strong {
  font-size: 1.5em;
  line-height: 3em;
}

.left, .right, .note-center {
  width: 48%;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .left img, .right img, .note-center img {
    max-width: 100%; 
    border-radius:5%;
    box-shadow: 10px 10px black;
  }

.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: linear-gradient(to left, rgb(180, 141, 68), rgb(87, 79, 61), #333);
  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 */
