@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,900&display=swap');
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

#block-diamydesign-site-branding {
  margin:auto;
}

nav ul.js-pager__items {
  display: flex;
  margin: 0 30%;
  justify-content: space-around;
  padding: 30px;
}

.gradient-bg {
  background-image: linear-gradient(to right, #169b25, #14d92a);
}