body {
    font-family:Arial, Helvetica , 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    overflow: auto;
    text-align: center;
    color: #595554;
}
 
strong { font-weight: 600; }
 
a, a:hover, a:focus {
    color: #9b59b6;
    text-decoration: none;
    transition: all .3s;
}
 
h1, h2 {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
}



/***** Top menu *****/
 
.navbar {
    background: #E4DCCE;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
   position: fixed;
}
 
.navbar.navbar-no-bg {
    background: linear-gradient(45deg, #de5b52c7, #E4DCCE );
}
 
.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
 
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    border: 0;
}
 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #DE5B52;
}
 
.navbar-dark .navbar-nav .nav-link:focus {
    color: #000;
    outline: 0;
}
 
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar .logo {
    height: 70px;
    width: 70px;
    display: block;
}

.navbar .logo img{
    height: 70px;
    width: 100px;
}


/*****  bg image*****/
.bg-image {
       
    width: 100%;
    height: 90vh;
      
}
  #particles-js {
    width: 100%;
    height: 90vh;
    background-image: linear-gradient(45deg, #DE5B52, #E4DCCE);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .particles-js-canvas-el {
      position : absolute;
  }

  #particles-js h1 {
    font-size : 8rem;
    font-family: 'Republiko', sans-serif; 
  }

  #particles-js h5 {
      text-align: right;
      color: #DE5B52;
      margin-top: 30px;
      padding-right: 5px;
      padding-left: 5px;
      font-size : 30px;
  }
  


/********** about ************/

#about {
    height: auto;
    width: 100%;
    padding-top: 50px;
   padding-bottom: 50px; 
}

#about .about-header {
    justify-content: left;
    padding-top: 100px;
    padding-bottom: 50px;
}

#about .about-header h1{
    color: #DE5B52;
    font-size: 3rem;
}

#about .about-content {
    text-align: justify;
    padding-top: 50px;
    padding-bottom: 5px;
}

#about .about-content p{
    color: #595554;
    font-size: 17px;
    text-align: justify;
}

#about .about-content span{
    color: #DE5B52;
    font-size: 17px;
    text-align: justify ;
}


/****************** vision ****************/


#vision {
    position: relative;
    height: auto;
    width: 100%; 
    background: #de5b5296;
    overflow: hidden;
    padding-top: 50px;
}


#vision .vision-header {
    justify-content: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

#vision .vision-header h1{
    color: #DE5B52;
    font-size: 3rem;
}

#vision .vision-content {
    align-items: center ;
    padding-top: 50px;
    
}

#vision .vision-content p{
    color: #595554;
    font-size: 20px;
    text-align: justify ;
}


/********************** mission ********/


#mission {
    height: auto;
    width: 100%;
    padding-top: 80px;
   padding-bottom: 100px; 
}

.mission2 h1{
    font-size: 3rem;
    text-align: center;
}

#mission .mission-header {
    justify-content: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

#mission .mission-header h1{
    color: #DE5B52;
    font-size: 3rem;
}

#mission .mission-content {
    text-align: justify ;
    padding-top: 10px;
    padding-bottom: 50px;
}

#mission .mission-content p{
    color: #595554;
    font-size: 17px;
    text-align: justify ;
}

#mission .mission-content span{
    color: #DE5B52;
    font-size: 17px;
}



#contact {
    position: relative;
    height: auto;
    width: 100%; 
    background: #de5b5296;
    overflow: hidden;
    padding-top: 10px;
}


#contact .contact-header {
    justify-content: left;
    padding-top: 30px;
    padding-bottom: 30px;
}


 .mission1 h1{
    color: #DE5B52;
    font-size: 3rem;
    text-align: center;
}

#contact .navbar-nav{
    align-items : center;
}

#contact .navbar-nav a{
    color: #595554;
    font-size: 17px;
}

#contact .navbar-nav a:hover {
    color: #000;
}

#contact .contact-content p{
    color: #595554;
    font-size: 20px;
}


#footer-icons {
    margin-top: 100px;
    padding-top: 40px;
}

#footer-icons a{
    color: #595554;

}


  #footer-icons .social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  
  #footer-icons .social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
  }
  /*
      Multicoloured Hover Variations
  */
  
  /*#footer-icons #social-fb:hover {
    color: #3B5998;
  }
  
  #footer-icons #social-tw:hover {
    color: #4099FF;
  }
  
  #footer-icons #social-gp:hover {
    color: #d34836;
  }
  
  #footer-icons #social-em:hover {
    color: #f39c12;
  }*/


  #footer-icons a:hover{
      color: #000;
  }


 




