@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
/* *{
    border: 1px solid;
} */
#mentor{
    color: rgb(60, 209, 60);
    font-size: 28px;
}
.pages{
    color: black;
}
.pages:hover{
    color: rgb(60, 209, 60);
}
#button{
    background-color: rgb(60, 209, 60);
    color: white;
}
#pic{
    background-image: linear-gradient(rgba(20, 22, 19, 0.478),rgba(25, 34, 22, 0.484),rgba(16, 18, 14, 0.527)), url("../Images/Illustration/hero-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 400px;
    
}

.num{
    color: rgb(60, 209, 60);
}
.choose{
    background-color: rgb(60, 209, 60);
    color: white;
}
.sit{
    background-color: rgb(217, 227, 202);
    color: rgb(50, 205, 84);
}

.web{
    background-color: rgb(60, 209, 60);
    color: white;
    border: none;
}
.title:hover{
    color: rgb(50, 205, 84);
    cursor: pointer;
}
#boot{
    text-decoration: none;
    color: rgb(60, 209, 60);
}
.serv{
    background-color: rgb(60, 209, 60);
    color: white;
    border: 10px solid rgb(60, 209, 60);
}

.quote{
    
    position: relative;

}
.new{
    width: 100%;
    height: 129px;
}
.about{
    height: 266px;
    background-color: rgb(60, 209, 60);
}
.bt1 {
    position: absolute;
    
    font-size: 31px;
    margin: 94px 0px 0px 90px;
}
.bt {
    position: absolute;
    font-size: 10px;
    padding: 16px 22px;
    margin: 131px 0px 0px 0px;
}
/* .cust{
    margin: -125px 10px 109px 119px;

} */


.snip1135 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.snip1135 * {
  box-sizing: border-box;
}
.snip1135 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  padding: 0;
}
.snip1135 a {
  padding: 0.5em 0;
  color: rgba(21, 17, 17, 0.5);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.snip1135 a:before,
.snip1135 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1135 a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #44ea6b;
}
.snip1135 a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.snip1135 a:hover:before,
.snip1135 .current a:before {
  opacity: 1;
  width: 100%;
}
.snip1135 a:hover:after,
.snip1135 .current a:after {
  max-width: 100%;
}


/* Demo purposes only */
/* html {
  height: 100%;
}
body {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
} */





@media only screen and (min-width:768px){

    .bt1 {
        position: absolute;
        font-size: 31px;
        margin: 95px 0px 0px 299px;
    }
}

@media only screen and (min-width:1200px){

    .bt1 {
        position: absolute;
        font-size: 31px;
        margin: 95px 0px 0px 658px;
    }
    .bt{
        font-size: 19px;
    }
}
