/* Enter Your Custom CSS Here */

a {
    color: #6d07c7;
}

a:hover {
    color: #faa622;
  }

.site-title a, .site-title a:hover {
    color: #333;
}

.entry-title a, .sidebar .widget-title a {
    color: #333;
  }

.entry-title a:hover {
      color: #faa622;
}
.site-title a{
  color:white;
}
.site-title a:hover{
  color:white;
}
.site-header {
  background-image: url("/wp-content/uploads/vincentchhabra-net/sites/775/pexels-photo-52910.jpeg");
  background-size:cover;
  padding-bottom:300px;
}
.title-area {
  padding-top:100px;
}
.site-header .wrap {
  border-bottom:none;
}
