html {
	  scroll-behavior:auto;
}

body {
		font-family: 'Montserrat', sans-serif;
		color: #026eaa;
}

h1 {
	color: #806d8f;
}

.container-fluid {
	color: aqua;
}

#navbarNavDropdown a{
	color: #806d8f;
}

#navbarNavDropdown a:hover{
	color: #a2c2ba;
}

.material-icons {
	color: #4267B2;
}

.material-icons:hover {
color: #a2c2ba;
}

#competition ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}

#competition ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}

#competition ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: rgb(163,194,186);
background: -moz-linear-gradient(30deg, rgba(163,194,186,1) 0%, rgba(191,214,181,1) 100%);
background: -webkit-linear-gradient(30deg, rgba(163,194,186,1) 0%, rgba(191,214,181,1) 100%);
background: linear-gradient(30deg, rgba(163,194,186,1) 0%, rgba(191,214,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3c2ba",endColorstr="#bfd6b5",GradientType=1);
  border-radius: 50%;
  text-align: center;
}

#competition li {
	    border-bottom:1px solid #a2c2ba;
}

#newslist a {
	color: #026eaa;
	text-decoration: none;
}