/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../css/fonts/oswald-v31-latin-regular.woff2") format("woff2"), url("../css/fonts/oswald-v31-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  background-color: black; }

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  position: relative;
  background-color: #ff0060; }
  body:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: url(london.jpg) no-repeat center center fixed; }

.jumbotron {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ff0060;
  height: 400px; }

main {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 40px;
  max-width: 1000px;
  z-index: 1; }
  main > header {
    text-align: center;
    color: white;
    padding: 90px; }
    main > header > .icons {
      font-size: 50px; }

p {
  font-family: Arial, Helvetica, sans-serif; }

/* navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background-color: black;
  width: 100%;
  z-index: 100; }
  .navbar > ul {
    display: flex;
    list-style: none;
    font-size: 20px;
    margin: 0;
    padding: 0; }
    .navbar > ul > li:hover {
      background-color: #95e5d3; }
    .navbar > ul > li a {
      display: inline-block;
      padding: 10px 12px;
      text-decoration: none;
      color: white; }

.logo {
  margin: 10px;
  height: 50px;
  width: 49px; }

h1 {
  font-size: 80px;
  margin: 0;
  line-height: 80px; }

h2 {
  font-size: 30px;
  margin: 10px auto; }

section {
  background-color: white;
  padding: 30px;
  margin: 0 10px 20px 0;
  line-height: 1.4; }

/* technologies section */
.skills {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 30px; }

.skill-icons {
  font-size: 4rem;
  justify-content: space-around;
  padding: 15px;
  text-align: center; }

p.skill-text {
  font-size: 14px; }

/* projects section */
.container-projects {
  display: flex;
  align-items: center;
  justify-content: center; }

.column-projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.projects {
  padding: 20px;
  width: 380px;
  background-color: #95e5d3;
  margin: 40px;
  border-radius: 10px; }
  .projects > .project-links {
    display: inline-block;
    align-items: flex-end;
    font-size: 40px; }

.screenshots {
  height: 190px;
  width: 340px;
  align-items: center;
  border-radius: 10px;
  padding: 2px; }

/* experience timeline */
.timeline {
  list-style: none; }

li {
  display: flex; }

li:last-child {
  border: 0; }

li p {
  display: block;
  padding: 20px;
  line-height: 1.4;
  font-family: 'Oswald', sans-serif; }

li p:nth-child(1) {
  position: relative;
  padding-right: 25px;
  font-size: 18px;
  line-height: 2.5;
  color: black; }

li p:nth-child(1):after {
  content: '';
  position: absolute;
  top: 28px;
  right: -17px;
  display: block;
  width: 30px;
  height: 30px;
  border: 5px solid black;
  border-radius: 50%;
  background: #fff; }

li p:first-of-type {
  width: 180px; }

li:first-child p:nth-child(1):after {
  background: #95e5d3; }

li p:nth-child(2) {
  flex: 1;
  font-size: 24px;
  border-left: 5px solid black; }

li p span {
  display: block;
  margin: 5px 0 0;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: black; }

/* contact */
.contact-icons {
  display: inline-block;
  font-size: 18px;
  text-decoration: none; }
  .contact-icons span {
    display: inline-block;
    margin-left: 12px; }

a {
  text-decoration: none;
  color: black; }

.error-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../css/404-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: relative; }

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