/* Default DevCorner Style Setting */

:root{
  --dc-: #28a745;
}

body{
  background: url(../img/img_05.jpeg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid #ccc;
}

.header-proper{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-proper .brand,
.header-proper .indicator,
.content .logo{
  font-family: Roboto;
  font-weight: 400;
}

.scroll-line{
  height: 4px;
  margin-bottom: -2px;
  background: var(--dc-);
  width: 0%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.content{
  padding: 100px 0;
  margin: 0 auto;
  width: 80%
}

p{
  font-family: Roboto;
  font-size: 120%;
  font-weight: 300;
  color: #3f3f3f;
  line-height: 40px;
  text-align: justify;
}

.indicator::after{
  content: "% of the content"
}
