h1, h2, h3 , h4, h5, h6 {
  /* font-family:  "Lora", Times, serif; */
  font-family: 'Times New Roman', Times, serif ;
}
html, body {
  /* font-family:  "Lora", Times, serif; */
  font-family: 'Times New Roman', Times, serif ;
  scroll-behavior: smooth;
  background-color: white;
}
P{
  font-size: 24px;
  color: black;
}
a{
  color: white;
}
.container h1,h2{
  color: #0062cc;
  border:none;
  font-weight: bold;
  text-align: center;
  
}
/* Header nav content */
.custom {
 
  width: 100%;
  background-color:black !important;
  background-size: cover;
  z-index: 10;
  }

/* .navbar-brand img{
  width: 75px;
  background-color: #e05454 ;
} */
.navbar-brand{
  font-family: Brush Script MT;
}
.navbar-nav {
  padding:0%;
  margin: 0 auto; 
}
 .nav-item{
   padding:0% ;
   margin-left:30px;
   margin-right: 30px;
 }
 .active{
  
  font-weight: bold;
}
.nav-item:hover {
  text-decoration: underline;
}


.heroImg{
  margin:5%;
}
.heroIcon{
  background-color: transparent!important;
  border: none;
}
.intro{
  color: black;
}
 .heroContent{
  
  margin: 70px 0px 0px 0px;
  text-align: center;
 } 
 .subTitle{
   font-weight: bold;
 }
.text-center{
 
  font-size: 30px;
  text-align: center;

  
  background-color: transparent!important;
}
.headerTxt{
color:black !important;
font-size: 24px;
text-align: center;
}

.card{
  
  
  margin:40px;
  
}

.card-block{
  align-content: center;
  
  position: relative;
  text-align:center;
  }
.card-block .btn{
  
  justify-content: center;
}

.card-title{
color: black;
top: 0px;
text-align: center;
font-weight: bold;
}
.subHeader{
  color:black;
  text-align: left;
  padding:30px;
}
.subTitle1{
  padding: 40px;
}
.row{
width: 100%;
height:100%;
padding: 50px;
}
 .work1{
  background-color:rgb(163, 173, 255); 
  
} 
.work{
  
  background-color:plum;
  
}
.work2{
  background-color: cornflowerblue;
  
}
.work3{
  background-color:powderblue;
  
  
}
.work4{
  background-color:salmon;
  
}

ul{
  text-align: left;
  list-style-type: disc;
  padding: 40px;
  font-size: 20px;
  
}

.subHeader1{
  color:#0062cc;
  padding:20px;
}





