/** Colors **/
/** Sizes **/
/** Fonts **/
@font-face {
  font-family: 'metropolis';
  src: url("./../fonts/metropolis/Metropolis-Regular.ttf") format("ttf"),
  url("./../fonts/metropolis/Metropolis-Regular.woff") format("woff")
}
.work-slider .slick-prev:before,
.work-slider .slick-next:before {
  color: #474448;
  font-size: 25px; }

body {
  margin: 0;
}

h1,
h2 {
  margin: 1rem 0; }

p {
  margin: 0; }

button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-style: none;
  background: none;
  cursor: pointer;
  font-size: 100%;
  text-transform: none;
  overflow: visible; }

footer {
  padding: 10px 15px; }
  footer div {
    display: block;
    height: 1.25rem; }
    @media (min-width: 600px) {
      footer div {
        display: inline-block; } }
  footer .social-links {
    margin: 0; }
    footer .social-links li {
      margin: 0 0.3125rem;
      padding: 0;
      align-self: baseline; }
    footer .social-links a {
      height: 1rem; }
    footer .social-links img {
      max-height: 100%;
      max-width: 100%; }
  footer .copyright {
    text-align: center;
    margin-top: 10px;
    font-size: 0.6875rem;
    line-height: 1.25rem; }
    @media (min-width: 600px) {
      footer .copyright {
        margin: 0 5px 0 0;
        float: right;
        text-align: right; } }

.card {
  border: 1px solid #9A999B;
  width: 15.625rem;
  height: 25.625rem; }

.card-img {
  width: 100%;
  height: 11.25rem; }
  .card-img.london {
    background: url("../img/london_small.jpg") 50% 50%/cover; }
  .card-img.san-francisco {
    background: url("../img/san-francisco_small.jpg") 50% 50%/cover; }
  .card-img.mauritius {
    background: url("../img/mauritius_small.jpg") 50% 50%/cover; }
  .card-img.nice {
    background: url("../img/nice_small.jpg") 50% 50%/cover; }
  .card-img.marseille {
    background: url("../img/marseille_small.jpg") 50% 50%/cover; }

.card-info {
  position: relative;
  height: 14.375rem;
  text-align: center; }

.card-desc {
  padding: 0.9375rem 0.3125rem 0.3125rem; }

.card-place {
  display: block;
  margin-bottom: 0.9375rem;
  color: #9A999B;
  font-size: 0.875rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase; }

.card-company {
  display: block;
  font-size: 1.25rem; }

.card-year {
  display: block;
  margin: 0.9375rem 0;
  color: #9A999B;
  font-size: 0.8rem; }

.card-job {
  font-size: 0.9rem; }
  .card-job p {
    line-height: 1rem; }
  .card-job .technology {
    display: block;
    color: #9A999B;
    font-style: italic;
    margin: 5px 0 10px; }

.card-action {
  position: absolute;
  bottom: 0.625rem;
  width: 100%;
  text-align: center; }
  .card-action button {
    color: #9A999B;
    font-size: 0.75rem;
    font-weight: 300; }

body {
  font-family: "Metropolis";
  background: #F2F2F2;
  max-width: 1200px;
  margin: auto; }

h1 {
  font-size: 2.25rem;
  color: #474448; }

h2 {
  font-size: 1.125rem;
  color: #9A999B;
  font-weight: 200; }
  @media (min-width: 600px) {
    h2 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25rem;
  color: #474448;
  margin: 1.2rem 0; }

.section-container {
  margin: 10px 5px;
  background: white;
  box-shadow: 2px 2px 6px #9A999B; }
  @media (min-width: 850px) {
    .section-container {
      margin: 20px 0; } }

.section {
  max-width: 960px;
  margin: auto; }

.container {
  position: relative;
  display: block;
  width: 100%; }
  @media (min-width: 600px) {
    .container {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (min-width: 850px) {
    .container {
      min-height: 90vh; } }

.col {
  padding: 1.25rem;
  text-align: center; }
  @media (min-width: 600px) {
    .col {
      padding: 0.625rem;
      text-align: left;
      -ms-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      -ms-flex-line-pack: center;
      -webkit-align-self: center;
      align-self: center; } }

.profile-picture {
  display: block;
  max-height: 25rem;
  max-width: 100%; }

.profile-pic {
  position: relative;
  display: inline-block; }
  .profile-pic .social-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    margin: 0;
    background: rgba(255, 255, 255, 0.5); }

.social-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .social-links li {
    margin: 0;
    text-align: center;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    -webkit-align-self: center;
    align-self: center; }
    .social-links li a {
      display: inline-block; }

.section-title {
  font-weight: 600;
  letter-spacing: 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 1rem 0.5rem;
  line-height: 2rem;
  color: #474448; }
  @media (min-width: 600px) {
    .section-title {
      font-size: 2rem; } }
  .section-title::after {
    content: '';
    height: 0.1875rem;
    width: 1.875rem;
    display: block;
    margin: 1.25rem auto;
    background-color: #474448; }

.secondary-list {
  list-style: none;
  padding: 0; }
  .secondary-list li {
    color: #474448;
    padding: 0.625rem 0;
    font-size: 1rem;
    font-weight: 300; }

.description div {
  margin-top: 2.5rem; }

.work-experience {
  padding: 25px 0; }
  @media (min-width: 600px) {
    .work-experience {
      padding: 25px; } }

.work-slider {
  width: 18.75rem;
  margin: 4.0625rem auto; }
  .work-slider .card {
    margin: 0 1.5625rem;
    outline: 0; }
  @media (min-width: 375px) {
    .work-slider {
      width: 23.4375rem; } }
  @media (min-width: 600px) {
    .work-slider {
      width: 37.5rem; } }
  @media (min-width: 850px) {
    .work-slider {
      width: 53.125rem; } }

.lab-links a {
  color: #052D49; }

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