@font-face{
  font-family: member;
  src: url('../font/Robot.ttf');
}

@font-face{
  font-family: everyday;
  src: url('../font/MoonLight.otf');
}

@font-face{
  font-family: para;
  src: url('../font/SourceSerifPro-Light.otf');
}

div.module{
  display: block;
  background-color: #fff;

}
div.module h2 {
  margin-bottom: 40px;
  font-family: member;
  font-size: 30px;
}
div.module p {
  font-size: 16px;
}

div.module.content {
  padding: 0 0 0 0;
}

.content{
  z-index: 999;

}

h2{
  font-family: everyday !important;
  margin-bottom: 0;
}

div.module.para {
  height: 700px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.module.para h1 {
  color: rgba(255, 255, 255, .8);
  font-size: 48px;
  font-family: everyday;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
div.module.para-1 {
  background-image: url("../img/swanage.jpg");
  opacity: 0.8;
}
div.module.para-2 {
  background-image: url("../img/flori.jpg");
  opacity: 0.8;
}
div.module.para-3 {
  background-image: url("../img/pph2.jpg");
  opacity: 0.8;
}
div.module.para-4 {
  background-image: url("../img/gamer.jpg");
  opacity: 0.8;
}
div.module.para-5 {
  background-image: url("../img/cms.jpg");
  opacity: 0.8;
}
div.module.para-6 {
  background-image: url("../img/helpdesk.jpg");
  opacity: 0.8;
}

@media all and (min-width: 600px) {
  div.module h2 {
    font-size: 42px;
    padding: 5px;
  }
  div.module p {
    font-size: 20px;
    padding: 5px;
  }
  div.module.para h1 {
    font-size: 96px;
    padding: 5px;
  }
  .module {
    padding-left:15px;
  }
}
@media all and (min-width: 960px) {
  div.module.para h1 {
    font-size: 160px;
    padding: 5px;
  }
  .module {
    padding:0 15px;
  }
}

html, body, h1, div, video{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


body {

  color: #787878;
  font-family: para;
  font-weight: bolder;
  font-size: 14px;
  line-height: 1.5;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -45px;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0;
  z-index: 99;
}


#anc{
  position: fixed; 
  top: 0;
  right: 0;
  margin: 10px;
  display: block;
  width: 25px;
  height: auto;
  z-index: 999;
}

.anc{
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: transparent;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.active{
  background: #343434;
  width: 20px;
  height: 20px;
}

.name p{
  position: absolute;
  right: 22px;
  margin-right: 20px;
  margin: 0;
  padding: 0;
  padding-right: 25px;
  padding-left: 5px;
  display: inline-block;
  color: white;
  font-weight: thick;
  white-space: nowrap;
  visibility: hidden;
}

.back{
  margin-right: 20px;
  padding-right: 25px;
  float: left;
  position: relative;
  background-color: #66ccee;
  background: url(../img/back4.png)100% 50%;
  border-radius: 5px;
}

.name:hover p{
  visibility: visible;
}

ul {
        list-style: none;
        position:fixed;
        right: 50px;
        top: 20px;
        z-index: 999;
    }
 
    li {
        list-style: none;
        margin-bottom:10px;
    }
 
    .dot {
        width:18px;
        height:18px;
        border-radius:15px;
        border:3px solid rgb(0, 0, 255);
        padding:3px;
    }
 
    .fill {
        width:100%;
        height:100%;
        border-radius: calc(100% / 2);
        background-color: rgb(0, 0, 255);
        visibility: hidden;
        content: " ";
    }
 
    .fill.active {
        visibility: visible;
    }


    a{
      list-style: none;
      text-decoration: none;
      color: #787878;
    }

    dt{
  font-weight: bold;
  display: block;
  padding-left: 0px;
}
dd{
  display: block;
  padding-bottom: 10px;
  margin-left: -6px;
}
.login{
  width: 250px;
  margin: 100px auto;
  text-align: center;
  background-color: #262626;
  padding: 10px;
  box-shadow:;
  color: white;
  border-radius: 20px;
  -moz-box-shadow: 0 0 20px #999;
  -webkit-box-shadow: 0 0 20px #999;
  box-shadow: 0 0 20px #999;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.error{
  background-color: #FFADAD;
  border: #FF0000 solid 1px;
  width: 80%;
  padding: 10px;
  color: black;
  margin: 0 auto;
}

.catch{
  top: 30%;
  position: relative;
  width: 100%;
  height: 2px;
}

#leave{
  background-image: url('../img/leave.png');
  width: 10px;
  height: 10px;
}

