* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

::-moz-selection {
  color: #fff;
  background: #FF9400;
}

::selection {
  color: #fff;
  background: #FF9400;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  margin: auto;
}

h1 {
  font-size: 3rem;
  font-family: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
  font-weight: 700;
}
h1 span {
  color: #FF9400;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

h4 {
  font-weight: 500;
  color: #7F7F82;
  padding-bottom: 5px;
}

a {
  text-decoration: none;
  color: #FF9400;
}

@media (min-width: 768px) {
  p {
    font-size: 1.2rem;
  }
}

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  margin-top: 40px;
}
header .header-info {
  padding-left: 2.5%;
}
header p {
  color: #7F7F82;
  font-size: 1rem;
}
header .header-icon {
  display: block;
  width: 100px;
  height: 100px;
}
header .header-icon img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  header .header-icon {
    width: 200px;
    height: 200px;
  }
}

.heroText {
  padding: 40px 20px 10px;
}
.heroText p {
  padding-top: 5px;
  text-align: justify;
}
.heroText .contact p {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .heroText {
    padding: 40px 0 20px;
  }
}

.section:nth-child(odd) {
  background: #F9F9F9;
}
.section:nth-child(odd) .section-info {
  order: 2;
}
.section .section-inner {
  max-width: 900px;
  margin: auto;
}
.section .section-inner .section-header {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .section .section-inner .section-header {
    padding-bottom: 25px;
  }
}
.section .section-inner .section-header .section-img {
  display: block;
  width: 75px;
  height: 75px;
}
.section .section-inner .section-header .section-img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .section .section-inner .section-header .section-img {
    width: 125px;
    height: 125px;
  }
}
.section .section-inner .section-header .section-title {
  padding-left: 20px;
}
.section .section-inner .section-header .section-title p {
  color: #7F7F82;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .section .section-inner .section-header .section-title p {
    font-size: 1.4rem;
  }
}

.wrapper {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}

.section-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .section-buttons {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.button {
  margin-top: 15px;
  text-align: center;
}
.button img,
.button p {
  width: 150px;
  max-height: 51px;
}
@media (min-width: 768px) {
  .button img,
.button p {
    width: 200px;
    max-height: 67px;
  }
}
.button p {
  height: 51px;
  line-height: 51px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .button p {
    height: 67px;
    line-height: 67px;
  }
}

.button.styled {
  border: 5px solid #FF9400;
  border-radius: 25px;
}
.button.styled p:hover {
  color: #FFF;
  transition: all 0.2s;
}
.button.styled:hover {
  background-color: #FF9400;
  transition: all 0.2s;
  color: #FFF;
}

@media (max-width: 1024px) {
  .education-container {
    width: 90%;
  }
}

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  border-left: 2px solid #6F6F6F;
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.785rem;
}
.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: "";
  border: 2px solid #6F6F6F;
  background: white;
}
.timeline-item:last-child {
  border-image: linear-gradient(to bottom, #6F6F6F 60%, rgba(111, 111, 111, 0)) 1 100%;
}

footer {
  margin-top: 50px;
  text-align: center;
  clear: both;
}
footer a {
  color: #A9A9A9;
  text-decoration: none;
  font-weight: 500;
}
footer a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  footer a {
    display: block;
    line-height: 3;
    min-width: 48px;
    min-height: 48px;
  }
}
@media (min-width: 576px) {
  footer a:not(:last-of-type) {
    margin-right: 6%;
  }
}
footer h4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
footer h5 {
  font-variant-position: 0.75rem;
  color: #7F7F82;
  line-height: 2;
}

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