*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


#nav-text{
    font-size: 25px;
}
#nav-text li a{
    color: rgb(252, 248, 251);
    border: 1px solid rgb(243, 247, 243);
    border-radius: 8px;
    margin: 0 5px;
}
#nav-text li a:hover{
    color: rgb(255, 255, 255);
    /*border: 1px solid green;*/
    background: rgb(253, 26, 234);
}


#page-heading{
    padding: 0px 0px;
    background-color: rgb(25, 10, 238);
    margin: 20px 0px;
}
#page-heading a{
    color: red;
    font-size: 50px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
#page-heading a:hover{
    color: rgb(248, 248, 248);
    cursor: none;
}
/*SERVICE SECTION*/


.services{
  background: #b4eff1;
  text-align: center;
}
.services h1{
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 4px solid #3498db;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
}
.cen{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px;
    
}
.service{
    display: inline-block;
    width: calc(100% / 4);
    margin: 8px 5px;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
    border: 1px solid skyblue;
    background-color: white;
}
.service:hover{
    background: rgb(19, 160, 54);
    color: white;
}
.service i{
    color: #3498db;
    font-size: 34px;
    margin-bottom: 30px;
}
.service i:hover{
    color: #fcfdfd;
    
}
.service h2{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    color: rgb(233, 10, 95);
}
  
.service p{
    color: rgb(112, 104, 104);
    font-size: 15px;
    font-weight: 500;
}
.service p:hover{
    color: rgb(19, 7, 124);
  }
 @media screen and (max-width: 800px) {
    .service{
      width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .service{
      width: 100%;
    }
}

#justify-text{
    text-align: justify;

}
/*footer*/
#footer{
    background-color: black;
}
#ft-txt h2{
    font-size: 2.0rem;
    color: red;
}
#footer li a{
    color: white;
    font-size: 1.8rem;

}
#footer li a button{
    border: 1px solid red;
    border-radius: 16px;

}
#footer li a button:hover{
    /*border: 1px solid rgb(15, 156, 238);*/
    background: rgb(24, 217, 243);
    font-size: 2.5rem;
}
#activ{
    background-color: rgb(252, 62, 179);
}
#about-img:hover{
    z-index: 1;
    transform: scale(1.8);
    box-shadow: 0 25px 40px rgba(0,0,0,0.5);
}
#about-border{
    border: 2px solid black;
    padding-top: 20px;
    
}
#about-border:hover{
    transform: scale(1.2);
    box-shadow: 0 25px 40px rgba(150, 0, 0, 1.5);
}
#about-border div h2{
    font-size: 30px;
    color: rgb(11, 138, 59);
}
#about-btn{
    padding: 0 20px;
    font-size: 2.2rem;
    font-weight: bold;
}
#title-text{
    color: red;
    font-weight: bold;
    font-size: 3rem;
}
#title-btn{
    border: 1px solid red;
    border-radius: 16px;
    background-color: blue;
    color: white;
    font-style: italic;
}
#text-color{
    color: rgb(6, 116, 34);
}
#paragraph-color{
    color: red;
}
#gallery-box{
    display: flex;
    align-items: center;
    border: 2px solid red;
}
#email-text{
    font-size: 1rem;
}
#blog-color{
    
    background-color: yellow;
}
#blog-underline{
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

