/* css styles */

.navbar-logo {
    max-height: 200px;
    max-width: 250px;
  }

  @media (max-width: 1200px) {
    .hide-on-mobile1 {
      display: none;
    }
  }

  @media (max-width: 800px) {
    .hide-on-mobile2 {
      display: none;
    }
  }

  @media (max-width: 700px) {
    .hide-on-mobile3 {
      display: none;
    }
  } /*Fonttien tuonti ja määritys*/
  @font-face {
    font-family: 'Montserrat';
    src: url('fonts/MONTSERRAT-BOLD.TTF');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('fonts/MONTSERRAT-MEDIUM.TTF');
    font-weight: 500;
    font-style: normal;
  }
  body {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
}
.side-margin{
margin-top: 45px;
}
.info{
  background-color: chartreuse;
}