body {
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgba(28, 104, 165, 1.0);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
}
#header {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 112px;
  background-color: rgba(28, 104, 165, 1.00);
}
.container {
  position: relative;
  top: 50px;
  margin-bottom: 100px;
}
a {
  text-decoration: none;
}
nav {
  z-index: 1000;
  top: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
nav a {
  letter-spacing: 1px;
  font-size: 18px;
  display: inline-block;
  margin: 0 25px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
nav a.selected {
  color: rgba(255, 255, 255, 1);
}
nav a:hover {
  color: rgba(255, 255, 255, 1);
}
#menu1 {
  z-index: 1000;
  width: 100%;
  position: fixed;
  text-align: center;
  margin-top: 60px;
  padding: 0 auto;
}
#menu1 ul {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 1);
  text-align: center;
  padding: 0px 50px;
}
#menu1 ul li {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: -1;
  letter-spacing: 1px;
  padding: 4px 20px;
}
#menu1 ul li a {
  color: rgba(255, 255, 255, 0.7);
}
#menu1 ul li a:hover {
  color: rgba(255, 255, 255, 1.00);
}
#menu1 ul li a.selected {
  color: rgba(255, 255, 255, 1.00);
}
/*page digital*/
.page-digital {
  display: inline-block;
  margin: 0;
}
.page-digital img {
  width: 85%;
  margin-top: 40px;
}
.page-digital h {
  font-size: 19px;
  line-height: 25px;
  font-weight: 100;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}
.page-digital a p {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  width: 160px;
  height: auto;
  vertical-align: middle;
  display: block;
  margin: 15px auto;
  padding: 2px 20px;
}
.page-digital a p:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1.00);
}
@keyframes degrade {
  0% {
    background-position: 0% 82%
  }
  50% {
    background-position: 100% 19%
  }
  100% {
    background-position: 0% 82%
  }
}