@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,700|Raleway:300,400,700&display=swap");
.red {
  color: #f00;
}

.background-blue {
  background-color: #114b97;
}

.background-white {
  background-color: white;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
}

header {
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
header .contacts-wrapper {
  background-color: white;
  color: #114b97;
  padding: 30px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
header .contacts-wrapper .contact {
  line-height: 1.25rem;
  margin-bottom: 20px;
}
header .contacts-wrapper .contact i {
  font-size: 1.5rem;
  margin-right: 20px;
}
header .contacts-wrapper .contact a {
  color: #114b97;
  text-decoration: underline;
}
header .contacts-wrapper .contact a:hover {
  color: #114b97;
}
@media (min-width: 768px) {
  header .contacts-wrapper .contact {
    margin-bottom: 0;
  }
}
header .download-cv {
  background-color: white;
  border: 1px solid white;
  color: #114b97;
  display: none;
  float: right;
  margin-top: 20px;
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .download-cv:hover {
  background-color: #114b97;
  border-color: white;
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  header .download-cv {
    display: block;
  }
}

.intro-wrapper {
  background-color: #114b97;
  padding-top: 400px;
  position: relative;
  text-align: center;
}
.intro-wrapper img {
  border: 2px solid white;
  margin: -100px 0 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.intro-wrapper h1 {
  color: #114b97;
  font-size: 2rem;
}
.intro-wrapper h1 a {
  color: #114b97;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .intro-wrapper h1 {
    font-size: 2.5rem;
  }
}
.intro-wrapper h3 {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .intro-wrapper h3 {
    font-size: 1.75rem;
  }
}
.intro-wrapper .personal-informations p {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .intro-wrapper {
    padding-top: 326px;
  }
}

.portfolio-wrapper .filter-wrapper ul {
  margin: 0;
  padding: 0;
}
.portfolio-wrapper .filter-wrapper ul li {
  float: left;
  list-style-type: none;
}
.portfolio-wrapper .filter-wrapper ul li:not(:last-child) {
  margin-right: 20px;
}
.portfolio-wrapper .filter-wrapper ul li a {
  text-decoration: underline;
}
.portfolio-wrapper .filter-wrapper ul li a:hover {
  cursor: pointer;
}

section:not(.intro-wrapper) {
  padding: 40px 0;
}
@media (min-width: 768px) {
  section:not(.intro-wrapper) {
    padding: 80px 0;
  }
}
section .heading::before {
  content: '';
  background-color: #114b97;
  display: block;
  height: 10px;
  margin-bottom: 20px;
  width: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
section .heading h6 {
  font-style: italic;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  section .heading h6 {
    margin-bottom: 0;
  }
}
section p a {
  color: #114b97;
  text-decoration: underline;
}
section.background-blue {
  color: white;
}
section.background-blue .heading {
  color: white;
}
section.background-blue .heading::before {
  background-color: white;
}

footer {
  background-color: #114b97;
  color: white;
}
footer p {
  margin: .5rem 0;
}
footer p a {
  color: white;
  text-decoration: underline;
}
footer p a:hover {
  color: white;
}

.grid-item {
  float: left;
  width: 20%;
  height: 50px;
  background: #e6e5e4;
  border: 2px solid #b6b5b4;
}

.grid-item-2 {
  width: 40%;
}

/*# sourceMappingURL=styles.css.map */
