/*Features go here*/
.card-title {
  text-align: center;
  font-style: italic;
}

/*Parallax effect*/
.parallax {
  /* The image used */
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/NRCSMD83008_-_Maryland_%284535%29%28NRCS_Photo_Gallery%29.jpg/1200px-NRCSMD83008_-_Maryland_%284535%29%28NRCS_Photo_Gallery%29.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*Footer goes here*/
ul {
  list-style-type: none;
}

.how:hover {
  background-color: #484d53;
  border-radius: 0px 25px 25px 0px;
}

ul li a {
  color: white;
  text-decoration: none;
}

ul li a:hover {
  color: white;
  text-decoration: none;
}

.navbar-nav li a {
  color: black;
}

.navbar-nav li a:hover {
  color: #3d3d3d;
}

.navbar-nav .active a {
  color: green;
}

.navbar-nav .active a:hover {
  color: green;
}

.icon {
  color: #fff;
  font-size: 23px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  margin: 5px 8px 5px 0;
  background-color: #343a40;
  text-align: center;
}

.icon:hover {
  background-color: #fff;
  color: #343a40;
}

.fa-circle {
  font-size: 10px;
}

/*Footer ends here*/
/*
background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
*/