@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Quicksand');
body {
  width: 80%;
  margin: 0 auto;
}

header {
  margin-top: 10px;
}

hr {
  background-color: #7d97ad;
  height: 3px;
  margin-bottom: 15px;
}

h1,
h2 {
  margin: 0;
  text-align: right;
  font: 50px 'PT Sans Narrow', sans-serif;
}

h2 {
  font-size: 20px;
}

h3 {
  color: gray;
  font: 36px 'PT Sans Narrow', sans-serif;
  margin-bottom: 5px;
}

.article-header {
  text-align: center;
  font: 32px 'PT Sans Narrow', sans-serif;
}

/*Main Heading and About Me*/

.main-description {
  font: 16px 'PT Sans Narrow', sans-serif;
  text-align: justify;
  width: 70%;
  margin: 0 auto;
}

.name-heading {
  display: flex;
  flex-wrap: wrap;
}

.logo-container {
  min-width: 25%;
}

.heading-container {
  min-width: 75%;
}

.main-image {
  width: 100%;
  height: auto;
}

.project-image {
  width: 100%;
  height: auto;
}

/*Featured Section*/

.featured-work {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
}

.featured-title {
  margin-bottom: 5px;
  text-align: center;
  font: bold 23px 'Quicksand', sans-serif;
}

.featured-description {
  text-align: justify;
  font: 16px 'PT Sans Narrow', sans-serif;
}

.featured-first,
.featured-second,
.featured-third {
  width: calc((100% - 80px)/3);
}

.link-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.featured-link {
  text-align: center;
  color: white;
  text-decoration: none;
  font: bold 16px 'PT Sans Narrow', sans-serif;
  padding: 15px;
  background-color: #880e4f;
  transition: ease-in-out .5s;
  border-radius: 30px;
  margin-right: 10px;
}

.featured-link:hover {
  color: white;
  background-color: #c2185b;
  cursor: pointer;
}

.crop {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

/*Footer*/

footer {
  background-color: #ebebeb;
  width: 100%;
  margin: 0;
}

.footer-socialmedia {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-linked-image {
  width: 10%;
}

.footer-linked-image {
  width: 50px;
  padding: 5px;
}
