html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
.center-horizontal {
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.center-vertical {
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.center-both,
.contact_form_overlay .contact-form-message {
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body {
  background: url("../img/background-pattern.png");
  -webkit-font-smoothing: antialiased;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  position: relative;
  max-width: 100%;
}
header {
  height: 82px;
}
header nav {
  padding: 15px 75px;
  margin: auto;
  z-index: 3;
  padding-top: 20px;
  width: 100%;
  line-height: 28px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s all 0s ease-in-out;
  box-shadow: none;
  background-color: transparent;
}
header nav .site-name {
  display: none;
  font-size: 24px;
}
header nav.affix {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
}
header nav.affix .site-name {
  display: inline-block;
}
header nav.affix span,
header nav.affix a {
  color: #3b112c;
  text-shadow: none;
}
header nav span,
header nav a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 3px #222;
  cursor: pointer;
}
header nav .mobile-nav-toggle {
  display: none;
}
header nav ul {
  list-style-type: none;
  float: right;
}
header nav ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
header nav ul li span,
header nav ul li a {
  position: relative;
}
header nav ul li span::before,
header nav ul li a::before {
  transition: 0.1s all 0s linear;
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -4px;
  background-color: #f37a8f;
  left: 50%;
}
header nav ul li span::after,
header nav ul li a::after {
  transition: 0.1s all 0s linear;
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -4px;
  background-color: #f37a8f;
  left: 50%;
}
header nav ul li span:hover::before,
header nav ul li a:hover::before {
  width: 50%;
  left: 0;
}
header nav ul li span:hover::after,
header nav ul li a:hover::after {
  width: 50%;
}
header nav ul li.active span::before,
header nav ul li.active a::before {
  width: 50%;
  left: 0;
}
header nav ul li.active span::after,
header nav ul li.active a::after {
  width: 50%;
}
.background {
  background: color-main;
  background: -webkit-linear-gradient(to bottom, #f37a8f, rgba(255,255,255,0));
  background: linear-gradient(to bottom, #f37a8f, rgba(255,255,255,0));
  height: 475px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
main {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  color: #3b112c;
  z-index: 3;
  font-size: 0;
}
main a {
  color: inherit;
  text-decoration: none;
}
main a:hover {
  color: #f37a8f;
}
section {
  z-index: 2;
  vertical-align: top;
  margin-top: -45px;
  padding-top: 45px;
}
section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding: 35px;
}
.profile {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
}
.profile__container {
  width: 75%;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
  padding: 30px 50px;
}
.profile__image {
  display: inline-block;
  width: 250px;
}
.profile__image img {
  max-width: 100%;
}
.profile__info {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  padding: 0 20px;
}
.profile__info ul li {
  font-size: 15px;
  padding: 5px 0;
  color: #7f6978;
  font-weight: 400;
}
.profile__info ul li span {
  font-size: 15px;
  font-weight: 700;
  color: #444;
  min-width: 125px;
  display: inline-block;
  text-transform: uppercase;
}
.profile__greeting {
  margin-top: 25px;
}
.profile__greeting__hello {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  background-color: #f37a8f;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}
.profile__greeting__hello::after {
  content: '';
  border: 8px solid transparent;
  border-right-color: #f37a8f;
  position: absolute;
  left: -15px;
}
.profile__greeting__name {
  font-size: 32px;
  font-weight: 700;
  padding: 10px 0 5px;
}
.profile__greeting__name span {
  font-weight: 300;
}
.profile__greeting__title {
  font-size: 20px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
section.about {
  font-size: 22px;
  padding: 75px 0 25px;
  text-align: center;
  line-height: 1.4;
  font-weight: 300;
}
.btn {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.btn a,
.btn span {
  color: #f37a8f;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 3px;
  border: 1px solid #f37a8f;
}
.skills {
  display: inline-block;
  width: 60%;
  margin-right: 2%;
  text-align: center;
  vertical-align: top;
}
.skills__container {
  font-size: 0;
  background-color: #fff;
  vertical-align: top;
  margin-bottom: 15px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
  padding: 25px 15px;
}
.skills__container p {
  font-size: 18px;
  color: #3b112c;
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
.experience {
  position: relative;
}
.experience .timeline {
  position: absolute;
  width: 4px;
  background-color: rgba(243,122,143,0.85);
  content: '';
  height: 85%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: none;
}
.experience .timeline::before {
  z-index: 1;
  border: 2px solid #f37a8f;
  border-radius: 50%;
  position: absolute;
  width: 5px;
  background-color: #f37a8f;
  content: '';
  height: 5px;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.experience .timeline::after {
  z-index: 1;
  border: 2px solid #f37a8f;
  border-radius: 50%;
  position: absolute;
  width: 5px;
  background-color: #f37a8f;
  content: '';
  height: 5px;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.job {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  vertical-align: top;
  margin-bottom: 45px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
  border-top: 6px solid #f37a8f;
}
.job__details {
  padding: 25px 35px;
  line-height: 1.3;
  z-index: 2;
}
.job__time {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #f37a8f;
}
.job__company {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
}
.job__company.smaller {
  font-size: 18px;
}
.job__company.larger {
  font-size: 28px;
}
.job__title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px;
  color: #7f6978;
}
.job__description {
  font-size: 16px;
  font-weight: 400;
  color: #7f6978;
  padding: 5px 0;
  line-height: 1.5;
}
.job__description p {
  margin-bottom: 16px;
}
.job__description ul {
  list-style-type: square;
  margin-left: 15px;
}
.job__description ul li {
  margin-bottom: 8px;
}
.job__description a {
  color: #f37a8f;
}
.job__description a:hover {
  color: #f591a3;
}
.special-programs {
  text-align: center;
}
.special-programs .project {
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
  padding: 25px 15px;
  background-color: #fff;
}
.special-programs .project__year {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #f37a8f;
}
.special-programs .project__title {
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 0 0;
  font-weight: 700;
  margin-bottom: 15px;
}
.special-programs .project__description {
  font-size: 18px;
  line-height: 1.3;
}
.special-programs .project__description p {
  margin-bottom: 8px;
}
.special-programs .project__description p a {
  color: #f37a8f;
}
.special-programs .project__description p a:hover {
  color: #f591a3;
}
.education {
  display: inline-block;
  width: 38%;
  text-align: center;
  vertical-align: top;
}
.education .school {
  font-size: 0;
  background-color: #fff;
  vertical-align: top;
  margin-bottom: 15px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
  padding: 25px 15px;
}
.education .school__name {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0 5px;
}
.education .school__year {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f37a8f;
}
.education .school__degree__type {
  font-size: 18px;
  color: #7f6978;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.education .school__degree__name {
  font-size: 18px;
  color: #7f6978;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.contact {
  text-align: center;
}
.contact-form {
  width: 75%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
  padding: 30px;
  text-align: left;
  position: relative;
}
.contact-form label {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  position: relative;
}
.contact-form label .error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  opacity: 0;
  transition: 0.2s opacity 0s linear;
  color: #f00;
  text-transform: none;
}
.contact-form label .error.shown {
  opacity: 1;
}
.contact-form input,
.contact-form textarea {
  font-size: 18px;
  padding: 10px;
  outline: none;
  width: 70%;
}
.contact-form textarea {
  height: 200px;
}
.contact-form .form-note {
  display: inline-block;
  font-size: 14px;
  width: 70%;
  margin-left: 30%;
  margin-bottom: 10px;
}
.contact-form .form-element {
  width: 100%;
  margin: 20px 0;
}
.contact-form .form-element-submit {
  text-align: center;
  width: 70%;
  display: inline-block;
  margin-left: 30%;
  cursor: pointer;
}
.contact_form_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  font-size: 34px;
  display: none;
}
.contact_form_overlay .contact-form-message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
}
.contact_form_overlay .contact-form-success {
  color: #008000;
}
.contact_form_overlay .contact-form-error {
  color: #f00;
}
footer {
  margin: 200px 0;
}
@media screen and (max-width: 1024px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  .background {
    top: 40px;
  }
  header {
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
  }
  header nav {
    padding: 15px;
  }
  header nav .mobile-nav-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #3b112c;
    font-size: 16px;
    border: 1px solid #3b112c;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.3s all 0s ease-in-out;
  }
  header nav .mobile-nav-toggle::after {
    content: 'Menu';
  }
  header nav .mobile-nav-toggle.open::after {
    content: 'X';
  }
  header nav ul {
    max-height: 0;
    float: none;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s max-height 0s ease-in-out;
    width: 100%;
    position: absolute;
    left: 0;
    top: 62px;
  }
  header nav ul.open {
    max-height: 300px;
    border-bottom: 1px solid #7f6978;
  }
  header nav ul li {
    display: block;
    font-size: 20px;
    padding: 10px;
    border-top: 1px solid #efefef;
  }
  main {
    max-width: 100%;
    overflow-x: hidden;
  }
  footer {
    max-width: 100%;
    overflow-x: hidden;
  }
  .profile__container {
    width: 100%;
    margin-top: 75px;
  }
  section {
    padding: 45px 15px 0;
  }
  section.about {
    padding: 75px 15px 25px;
  }
  .portfolio .site .site-details .view-site {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .profile {
    margin-bottom: 30px;
  }
  .profile__container {
    padding: 15px;
  }
  .profile__image {
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  .background {
    top: 50px;
  }
  header {
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
  }
  header nav {
    padding: 15px;
  }
  header nav .mobile-nav-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #3b112c;
    font-size: 16px;
    border: 1px solid #3b112c;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.3s all 0s ease-in-out;
  }
  header nav .mobile-nav-toggle::after {
    content: 'Menu';
  }
  header nav .mobile-nav-toggle.open::after {
    content: 'X';
  }
  header nav ul {
    max-height: 0;
    float: none;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s max-height 0s ease-in-out;
    width: 100%;
    position: absolute;
    left: 0;
    top: 62px;
  }
  header nav ul.open {
    max-height: 300px;
    border-bottom: 1px solid #7f6978;
  }
  header nav ul li {
    display: block;
    font-size: 20px;
    padding: 10px;
    border-top: 1px solid #efefef;
  }
  main {
    max-width: 100%;
    overflow-x: hidden;
  }
  footer {
    max-width: 100%;
    overflow-x: hidden;
  }
  .profile {
    margin-top: 85px;
  }
  .profile__container {
    width: auto;
    display: block;
    margin: 0;
    padding: 15px 25px;
  }
  .profile__image {
    display: block;
    margin: auto;
    width: 250px;
  }
  .profile__info {
    display: block;
    padding: 0;
    max-width: 250px;
    margin: auto;
  }
  .profile__info ul li span {
    min-width: 90px;
  }
  .profile__greeting__hello {
    margin-left: 10px;
  }
  .about__summary {
    padding: 0 15px;
  }
  .portfolio .site.site-large {
    width: auto;
    display: block;
    float: none;
    margin: 0 15px 30px;
  }
  .portfolio .site.site-small {
    width: auto;
    display: block;
    float: none;
    margin: 0 15px 30px;
  }
  .experience::after {
    height: 80%;
    z-index: -1;
  }
  .job {
    display: block;
    width: auto;
    margin: 0 15px 30px;
  }
  .job::before {
    display: none;
  }
  .job::after {
    display: none;
  }
  .job:nth-of-type(even) {
    margin: 0 15px 30px;
  }
  .skills {
    width: auto;
    display: block;
    margin: 0 15px 20px;
    padding-top: 0;
  }
  .education {
    width: auto;
    display: block;
    margin: 0 15px 20px;
  }
  .contact-form {
    width: auto;
    display: block;
    margin: 0 15px 10px;
    padding: 20px;
  }
  .contact-form label {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .contact-form label .error {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 12px;
    font-size: 10px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 18px;
    width: 100%;
  }
  .contact-form .form-note {
    width: 100%;
    margin-left: 0;
  }
  .contact-form .form-element {
    width: 100%;
    margin: 20px 0;
  }
  .contact-form .form-element-submit {
    width: 100%;
    margin-left: 0;
  }
  .contact-form .contact_form_overlay {
    font-size: 22px;
  }
  .contact-form .contact_form_overlay .contact-form-message {
    line-height: 1.5;
    font-weight: 700;
  }
  .contact-form .contact_form_overlay .contact-form-success {
    color: #008000;
  }
  .contact-form .contact_form_overlay .contact-form-error {
    color: #f00;
  }
}
