/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-weight: 700;
}

header.bg-secondary {

  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

a:hover {
  color:#3080a9;
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.navbar {
  background-color: #3080a9;
}

footer {
  background-color: #d7eaf4;
}

/* media query when the media is wider than 992px */
@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

section {
  padding: 80px 0;
}

.container {
  padding-right: 10%;
  padding-left: 10%;
}

.top-heading {
  padding: 120px 0 140px 0;
  text-shadow: 0 0 4px #333, 0 0 10px rgb(125, 110, 88);
}

.list-unstyled i {
  width: 0.8rem;
  margin-right: 0.5rem;
  color: rgb(30, 30, 30);
}

.card-img-top {
  width: 100%;
  height: 24vw;
  object-fit: cover;
}