﻿/*CHS Home page*/

body {
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
  padding: 0;
  margin: 0;
  background: #f2f6e9;
}

/*--- navigation bar ---*/

.navbar {
  background:#0000ff;
}

.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}
.navbar-brand:hover {
  color: #fff;
  
}

.nav-link {
  margin-right: 1em !important;
}

.nav-link:hover {
  color: #42bed4;
}

.navbar-collapse {
  justify-content: flex-end;
}
.header{
 background-image: url('../images/21.jpg');
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
}

.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}



.description{
    position: absolute;
    top: 30%;
    margin: auto;
    padding: 2em;
    
}
.description h1{
 color:#fff ;
}
.description p{
 color:#fff;
 font-size: 20px;
 width: 100%;
 line-height: 1.5;
}
.description button{
 border:1px  solid #fff;
 background:#0000ff;
 color:#fff;
}
/*CHS Home page ends here*/




/*User sign in FORM */

/*User sign in FORM ends here*/
