html {
  scroll-behavior: smooth;
}
body > .ui.container {
    margin-top: 3em;
}
iframe {
    border: none;
    width: calc(100% + 2em);
    margin: 0 -1em;
    height: 300px;
}
iframe html {
    overflow: hidden;
}
iframe body {
    padding: 0;
}

.ui.container > h1 {
    font-size: 3em;
    text-align: center;
    font-weight: normal;
}
.ui.container > h2.dividing.header {
    font-size: 2em;
    font-weight: normal;
    margin: 4em 0 3em;
}

.ui.table {
    table-layout: fixed;
}


#skill-bar-wrapper {
    font-size: 18px;
}

.skillbar-container {
  position:relative;
  display:block;
  margin-bottom: 15px;   
  width: 100%;
  background-color: #666463;
  background-color: rgba(255,255,255,.1);
  height:35px;
  height:5px;
}
  
.skills {
  height:35px;
  height:5px;
  width:0px;
}

  @media only screen and (min-width: 768px) {

    nav.ui.container .ui.header {
      float: left;
      margin-top: 12px;
    }

    nav.ui.container .ui.inverted.compact.menu {
      float: right;
    }
  }

  .ui.inverted.vertical.center.aligned.segment {
    padding-top: 36px;
  }

  nav.ui.container .ui.inverted.compact.menu {
    background-color: rgb(51, 51, 51);
  }

  nav.ui.container .ui.inverted.compact.menu .item {
    padding-bottom: 0;
  }

  nav.ui.container .ui.inverted.compact.menu .item {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 14px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 0;
  }

  nav.ui.container .ui.inverted.compact.menu .active.item {
    background-color: inherit;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }

  .ui.inverted.vertical.segment {
    height: 100vh;
    background-color: rgb(51, 51, 51);
  }

  .ui.content.container {
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .ui.content.container h1.header {
    font-size: 36px;
  }

  .ui.content.container p {
    font-size: 21px;
    line-height: 1.6;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .ui.inverted.vertical.segment footer.ui.segment {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: gray;
  }

  .ui.inverted.vertical.segment footer.ui.segment a {
    color: white;
  }

  /*Footer*/

  .footer.segment {
    padding: 5em 0em;
  }

  .footer.secondary.pointing.menu .toc.item {
    display: none;
  }



  