/*-----
typography
-----*/

body, h1, h2, h3, h4, h5, h6, p, li, blockquote {
  font-family: 'Hind Madurai', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

/*-----
body
-----*/

html {
  scroll-behavior: smooth;
}

/*-----
top bar
-----*/

.top-bar {
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}




/*-----
main content
-----*/

.main-content {
  margin-top: 94px;
  position: relative;
  z-index: 0;
}

/*-----
sections
-----*/

.grid-padding-y {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grey {
  background: #f1f1f1;
}

/*-----
footer
-----*/


footer p:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.938em) {

/*-----
top bar
-----*/

.menu {
  display: flex;
  justify-content: center;
}

}

@media print, screen and (min-width: 40em) {



/*-----
top bar
-----*/

.main-content {
  margin-top: 55px;
}

/*-----
sections
-----*/

.grid-padding-y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}


}




@media print, screen and (min-width: 64em) {

/*-----
typography
-----*/


/*-----
sections
-----*/

.grid-padding-y {
  padding-top: 3rem;
  padding-bottom: 3rem;
}



}
