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

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


.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-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: #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 {  
  background: 
    linear-gradient(to left, rgba(193, 223, 251, 0.6), rgba(123, 184, 232, 0.6), rgba(240, 248, 255, 0.6)),
    url('/img/Cover.png') no-repeat center center fixed;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
  height: 100vh;
  overflow: hidden;
  color: #e6e4e4;
  /*text-shadow: 2px 2px 7px rgba(15, 15, 15, 0.7), -2px -2px 7px rgba(15, 15, 15, 0.7);*/
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .landing p {
    text-align: center;
    vertical-align: middle;
    font-size: 6em;
    animation: fadeInUp 1.5s ease-out both;
  }
  .landing-highlight {
    /*color: orange;*/
    color:#1a2e45;
  }
  .landing .logo {
    background-size: cover;
    min-height: 100vh; }

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


.landing-new {
  height: 100vh;
}

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

  .about {
    background-color: #242424;
    padding: 5px;
  }

  #About > h1 {
    color:#e6e4e4;
  }

.solution {
  padding-bottom: 10vh;
  background: linear-gradient(to left, #c1dffb, #7bb8e8, #f0f8ff);
}

#Solution strong {
  color: #1a2e45;
}

.solution table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  background-color: rgba(36, 36, 36, 0.9); /* transparent */
  border: 1px solid #444;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.solution th,
.solution td {
  padding: 16px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #444;
}

.solution th {
  background-color: #333;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.solution tr:nth-child(even) {
  background-color: #2c2c2c;
}

.solution tr:nth-child(odd) {
  background-color: #1f1f1f;
}

.solution a {
  color: #80c0ff;
  text-decoration: none;
}

.solution a:hover {
  text-decoration: underline;
}

.solution img {
  max-height: 40px;
  vertical-align: middle;
}

.team {
  min-height: 100vh;
  background-color: #242424;
}

.team > h1 {
  color: #e6e4e4;
}

.team-images {
  text-align: center; }
  .team-images img:not(.link-icon) {
    width: 300px;
    height: 300px;
    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; }

  .link-icon {
    color: #0A66C2;
    display: inline-block;
    border: 3px solid white;
    border-radius: 1000px;
    
    width: 50px;
    height: 50px;
    margin-top: 20px; 
  }
 

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: auto;
  /*height: 50vh;*/
  /*background: linear-gradient(to left, rgb(180, 141, 68), rgb(87, 79, 61), #333);*/
  background: linear-gradient(to left, #c1dffb, #7bb8e8, #f0f8ff);
  justify-content: center;
  padding: 3px;
}

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

.event h1 {
  text-align: center;
  margin-bottom: 30px;
}

.container-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.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; }
      
  
  .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) {

  .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: 1em 1em;
    width: 75%;
    display: block;
    margin-top: 5vh; }
    .team-member p {
      font-size: 1em; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

/*# sourceMappingURL=main.css.map */
