/*Global CSS*/

section {
  position: relative;
  padding-top: 100px;
  min-height: 950px;
}

.home {
  height: 780px;
  padding: 150px 0 40px;
}

.home {
  height: 950px;
}

.home-text {
  line-height: 72px;
  font-weight: 700;
  font-size: 32px;
  padding-top: 50px;
}

.home-image {
  height: 100%;
  position: relative;
}

.home-image img{
  opacity: 0.4;
  position: fixed;
}

/**/
#geonet {
  background-image: linear-gradient(185deg, #0D47A1 50%, #006064 100%);
}

#download {
  background-image: linear-gradient(30deg, #673AB7 50%, #00BCD4 140%);
}

#contact {
  min-height: 400px;
}


.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.navbar {
  display: flex;
  padding: 16px;
  align-items: center;
}

.navbar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.navbar ul li {
  margin: 0px 8px;
  display: inline-block;
  position: relative;
  list-style: none;
}

