.header h1{
  color:#1e439b;
}
@media screen and (max-width: 768px){
  .header h1{
    display: block;
    font-size:45px;
    margin-left:0px;
  }
}
.link{
  text-decoration: none;
}
.link:hover{
  text-decoration: none;
}
.link-bg{
  height:300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:20px;
  color:white;
}
.link-bg:hover{
  transform:scale(1.05);
}
.link-text{
  text-align: center;
}
.link-text h1{
  z-index: 1000;
  padding-top:120px;
}
.nav-link{
  color: #1e439b!important;
  font-size:25px;
  font-weight: bold;
  padding:30px!important;
}
.services img{
  width:100%;
}

.quick{
  list-style-type: none;
  margin:0;
  padding:0;
}
.quick li{
  margin-bottom:20px;
  padding:0;
  color:black;
}
.quick li:first-child{
  padding:20px 20px 0 20px;
  font-size: 35px;
  color: #1e439b;
}
.quick li a{
  color:black;
  padding-left:20px;
  font-size: 22px;
}
.contact{
  list-style-type: none;
  margin:0;
  padding:0;
}
.contact li{
  margin-bottom:20px;
  padding:0;
  color:black;
}
.contact li:first-child{
  padding:20px 20px 0 20px;
  font-size: 35px;
  color: #1e439b;
}
.contact li a{
  color:black;
  padding-left:20px;
  font-size: 22px;
}
footer{
  padding-top:200px;
}
