@import url("https://fonts.googleapis.com/css?family=Nunito");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@media (min-width: 0px) {
  body {
    font-family: "Roboto", sans-serif;
    padding: 50px 10px;
  }
  hr {
    background-color: #000;
    border-radius: 3px;
    height: 5px;
  }
  h1,
  h2 {
    font-family: "Nunito", sans-serif;
  }
  h1,
  h2,
  h3 {
    font-weight: 450;
    letter-spacing: 0.15em;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  strong,
  p {
    margin: 0px;
  }
  h3,
  strong {
    font-weight: 600;
  }
  .center {
    text-align: center;
  }
  .contact-detail {
    letter-spacing: 0.12em;
  }
  .contact-icon {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: 25px;
    margin-right: 15px;
    text-align: center;
    width: 25px;
  }
  .contact-item {
    height: 25px;
  }
  .contact-section {
    display: block;
  }
  .contact-section > .contact-item {
    float: none;
    margin-top: 15px;
  }
  .contact-section > :first-child {
    width: 250px;
  }
  .container {
    border: 1px solid #000; /* remove */
    display: inline-block;
  }
  .horizontal-line {
    margin: 30px 0px;
  }
  .image > img {
    position: relative;
    width: 100%;
  }
  .italic {
    font-style: italic;
  }
  .left-panel {
    background-color: #f4f4f4;
    float: left;
    height: 100%;
  }
  .left-panel-details {
    padding: 25px;
  }
  .light {
    font-family: "Roboto Light";
    font-weight: 200;
  }
  .name-position {
    margin-bottom: 30px;
  }
  .parent-container {
    margin: auto;
    display: block;
  }
  .section {
    margin-bottom: 30px;
  }
  .section:last-child {
    margin-bottom: 0px;
  }
  .small {
    font-size: small;
    margin-top: 7px;
  }
  .right-panel {
    float: left;
    height: 100%;
  }
  .right-panel-details {
    padding: 25px;
  }
  .section-title,
  .section-details {
    margin-bottom: 15px;
  }
  .section-details:last-child {
    margin-bottom: 0px;
  }
  .timeline:last-child > .timeline-line {
    border-left: 7px solid transparent;
    padding-bottom: 0px;
  }
  .timeline-line {
    padding-left: 13px;
    border-left: 7px solid #000;
    margin-left: 7px;
    padding-bottom: 15px;
  }
  .timeline-circle {
    border: 5px solid #000;
    border-radius: 10px;
    float: left;
    height: 9px;
    margin-right: 8px;
    width: 9px;
  }
  .web {
    display: none;
  }
}
@media (min-width: 870px) {
  .container,
  .parent-container {
    width: 840px;
  }
  .left-panel {
    width: 290px;
  }
  .mobile {
    display: none;
  }
  .right-panel {
    width: 550px;
  }
  .web {
    display: block;
  }
}
@media (min-width: 1040px) {
  .contact-section > .contact-item {
    margin-top: 0px;
  }
  .contact-section > :first-child {
    float: left;
  }
  .contact-section > :last-child {
    margin-top: 15px;
  }
  .container,
  .parent-container {
    width: 1005px;
  }
  .left-panel {
    width: 405px;
  }
  .right-panel {
    width: 600px;
  }
}

@media (min-width: 1250px) {
  .container,
  .parent-container {
    width: 1206.4px;
  }
  .left-panel {
    width: 405px;
  }
  .right-panel {
    width: 801px;
  }
}
