/*
Version: 1.8.1
File Description: Place here your custom CSS styles
*/

html {
  overflow-y: scroll;
}

.parallax {
  padding: 100px 0;
}

/* [hidden] {
    display: none !important;
  } */


@media screen and (max-width: 600px) {
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .main-container {
    padding: 20px 0;
  }
}
