body{
  background-color: #fcfcfc;
  margin: 0;
  font-family: 'Noto Sans Mono', monospace;
}

.lo{
  position: absolute;
  display: inline-block;
  margin: 17px 35px 12px 110px;
}

.top{
  display: none;
}

.lo:hover{
  margin: 3px 32px 0 93px;
}

.lo:hover .top{
  display: inline-block;
}

.lo:hover .logo{
  display: none;
}

.nav{
  z-index: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  font-size: 20px;
  background-color: white;
}

.n{
  z-index: 1;
  text-decoration: none;
  color: #212121;
  float: right;
  display: block;
  margin: 10px 3px;
  padding: 27px 27px;
}

.n:hover{
  ;
  background-color: #42b01a;
  color: white;
  border-radius: 10px;
}

.first{
  margin-left: 425px;
}

.log{
  padding: 10px 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  border: 1px solid black;
  border-radius: 2px;
}

.sign{
  z-index: 1;
  padding: 10px 20px;
  margin: 25px 20px;
  border: 1px solid black;
  background-color: #3a393f;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  color: white;
  border-radius: 4px;
}

.log:hover{
  border: 1px solid black;
  background-color: #3a393f;
  border-radius: 4px;
}

.sign:hover{
  color:#212121;
  background-color: white;
  border: 1px solid black;
  border-radius: 2px;
}

/*---------------------------------------------------------nav finished---------------------------------------*/

#carouselExampleDark{
  margin-top: 80px;
}

.about{
  padding: 100px 0;
  margin: 50px 200px 15px 200px;
}

.content{
  padding: 90px 0;
  margin: 20px 200px 15px 200px;
}

.feature{
  padding: 90px 0;
  margin: 10px 200px 15px 200px;
}

.h{
  color: #00A267;
  font-size: 60px;
}
p{
  color: #333333;
  font-family: 'Noto Sans Mono', monospace;
  font-size: 25px;
  margin-left: 80px;
  line-height: 1.6;
}

.brr{
  color: #333333;
  font-family: 'Noto Sans Mono', monospace;
  font-size: 40px;
  margin-left: 80px;
  line-height: 1.6;
}
.about span{
  font-size: 50px;
  margin-bottom: 10px;
}
.line{
  border-top: 1px dotted #333333;
  margin-left: 430px;
  width: 40%

}
/*----------------------------------------------------------------------footer------------------------------------------------------*/

.contact{
  text-align: center;
  height: 125px;
  background-color: #fbfbfb;
}

.c{
  margin: 30px 10px 10px 10px;
  width: 24px;
  height: 24px;
}

.contact p{
  position: relative;
  color: #212121;
  font-size: 12px;
  display: inline-block;
  padding: 5px 0;
  margin: 5px;
}
.l{
  position: relative;
  width: 12px;
  height: 12px;
}
