* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

body {
  background-color: #2d2c30;
  background-color: #1a1a1a;
}

a {
  color: black;
}

.zoom {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.zoom:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top_margin {
  height: 10px;
  background-color: #1a1a1a;
}

ul {
  list-style-type: none;
}

.text h1 {
  color: #282b2e;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 24px;
}

.text h2 {
  color: #32373b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin: 28px 0px 8px 0px;
}

.text p,
.text li {
  text-indent: 2em;
  text-align: justify;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.content {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  margin: 15px;
}

.content h1 {
  color: #282b2e;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 24px;
}

.content h2 {
  color: #32373b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.content p {
  text-indent: 2em;
  text-align: justify;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.link {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  color: #32373b;
  transition-duration: 0.2s;
}

.link:hover {
  text-decoration: underline;
  color: #49515a;
}

.link-info {
  color: #58b36c;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.link-info:hover {
  text-decoration: underline;
  color: #63ce7a;
}

.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.project-img {
  border-radius: 5px;
  margin-right: 30px;
  width: 252px;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.project-img:hover {
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.project h2 {
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project h2 {
    text-align: center;
  }
  .project p {
    margin-bottom: 20px;
  }
  .project-img {
    margin-right: 0px;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #2d2c30;
  padding: 30px;
}

@media (max-width: 800px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 800px) {
  header .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .profile .avatar {
  border-radius: 50%;
  background-color: white;
  padding: 2px;
}

header .profile .developerInfo {
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  header .profile .developerInfo {
    margin-left: 0px;
    margin-top: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .profile .developerInfo .title {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}

header .profile .developerInfo .subtitle {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  color: #bbbbbb;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
}

header .profile .developerInfo .socialMedia {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .profile .developerInfo .socialMedia-img {
  border-radius: 50%;
  padding: 2px;
  background-color: white;
  width: 35px;
  opacity: 0.9;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

header .profile .developerInfo .socialMedia-img:hover {
  opacity: 0.5;
  cursor: pointer;
}

main {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .column0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80%;
}

@media (max-width: 800px) {
  main .column0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}

main .column0 .column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

main .column0 .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
}

main .column0 .column2 .addresses-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .column0 .column2 .addresses-row p {
  text-indent: 0;
}

main .column0 .column2 .addresses-icons {
  opacity: 0.6;
  margin-right: 10px;
  height: 28px;
}

#education h2 {
  font-size: 16px;
}

#education p {
  font-size: 13px;
  text-indent: 0;
  color: #888888;
  line-height: 15.6px;
  margin-left: 25px;
}

#education img {
  opacity: 0.6;
  margin-right: 5px;
}

footer {
  padding: 30px;
  background-color: #2d2c30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer p {
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

#location {
  margin-bottom: 10px;
}

#email {
  margin-bottom: 10px;
}

ul ~ h1 {
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */