html {
    position: relative;
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

h2 {
    margin-top: 1.3em;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

body { 
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.Tap-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.Tab {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Rubik', sans-serif;
    max-height: 100vh;
    overflow: scroll;
}

.Tab p {
    left: 0;
    right: 10;
    font-size: 18px;
}

.Tab a {
    color: #000;
}

.namecard img {
    max-width: 300px; 
    max-height: 300px;
}

.namecard {
    display:relative;
    text-align:center;
}


.namecard h1 {
    font-size: 32px;
    font-weight: 900;
}

.namecard h2 {
    font-size: 18px;
    font-weight: 600;
}

.summary table {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #000;
    list-style: none;
    margin: 5px auto;
    position: relative;
    text-align:center;
}

.summary td {
    padding: 10px 10px;
}

.summary p {
    color: #000;
    font-size: 12px;
}

.sidenav {
    position: relative;
    background-color: #000;
    width: 15%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.menu {
    position: absolute;
    font-family: 'Rubik', sans-serif;
    top: 45%;
    left: 0;
    padding: 0;
}

.sidenav-icon .SDIcon {
    color: #fff;
    padding: 0;
    margin-right: 10px;
}

.sidenav-icon a {
    color: #fff;
}

.sidenav-icon ul {
    color: #fff;
}

.sidenav-icon li {
    list-style-type: none;  
}


a:link, a:visited {
    background-color: transparent;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
}
    
a:hover {
    opacity: 0.3
}

.info a {
    opacity: 0.6;
}

.info h1 {
    font-size: 32px;
    font-weight: 600;
}

.social a {
    color: #fff;
}

.social table {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #000;
    list-style: none;
    width: 100%;
    margin: 5px auto;
    position: relative;
    text-align:center;
}

.social td {
    padding: 5px 5px;
}

.social a {
    color: #000;
    font-size: 20px;
}

.contact a {
    color: #fff;
}

.contact table {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #000;
    list-style: none;
    width: 100%;
    margin: 5px auto;
    position: relative;
    text-align:center;
}

.contact td {
    padding: 5px 10px;
}

.contact a {
    color: #000;
    font-size: 20px;
}

section#timeline {
  width: 100%;
  margin: 5px auto;
  position: relative;
}

section#timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    background: rgba(0,0,0,1);
}

section#timeline article {
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
}   

section#timeline article:after {
    content: '';
    display: block;
    clear: both;
}

section#timeline article div.inner {
    width: 40%;
    float: left;
    margin: 0 0 0 0;
}

section#timeline article div.inner span.date {
    display: block;
    width: 60px;
    height: 30px;
    padding: 7.5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -30px;
    border-radius: 100%;
    font-weight: 900;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    vertical-align: center;
    font-size: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}


section#timeline article div.inner p {
    padding: 2px;
    margin: 0;
    font-size: 12px;
    background: #fff;
    color: #000;
    border-radius: 6px 6px 6px 6px;
    border: 1px;
    border-style:solid; 
    border-color:#000;
    text-align: center;
}


section#timeline article:nth-child(2n+2) div.inner {
    float: right;
    padding: 2px;
    margin: 0;
}

@media screen and (max-width: 799px) {
    .menu {
        left: -20px;
    }
    
    .sidenav {
        padding-top: 15px; 
      }
  
      .sidenav .item-label {
          display: none;
      }
  
      .Tab {
          margin-top: 25px;
      }
  
      .info h1 {
          font-size: 16px;
      }
  
      .Tab p {
          font-size: 12px;
      }
  
      .experience p {
          font-size: 10px;
      }
  
      section#timeline article div.inner p {
          font-size: 9px;
      }
  
      .experience td {
          padding: 2px 2px;
      }
}
