main {
  padding-left: 180px;
  padding-bottom: 150px;
}

@media only screen and (max-width : 992px) {
  main {
    padding-left: 0;
  }
}

h3 {
  font-weight: 200;
  margin-bottom: 60px;
  margin-top: 0;
  padding: 30px 40px;
  text-transform: uppercase;
}

#intro.section {
  min-height: 800px;
  background: url(../../assets/img/me.png) no-repeat top
    center/cover;
  position: relative;
}

#intro.section .container {
  color: white;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
}

#intro.section .container *:not(span) {
  font-weight: 400;
  line-height: 120%;
  padding: 0px 35px 0px 35px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.85);
}

main {
  background: url(../../assets/img/bg.png) repeat;
}

nav {
  background: white;
  box-shadow: none;
  height: 0;
}

nav i {
  padding: 0 15px;
  position: relative;
  top: 5px;
}

ul.side-nav li {
  padding: 0;
}

ul.sidenav.sidenav-fixed {
  width: 180px;
}

ul.sidenav.sidenav-fixed li.logo {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 100px;
}

ul.sidenav.sidenav-fixed li.logo a {
  min-height: 110px;
}

ul.sidenav.sidenav-fixed li.logo a:hover {
  background-color: transparent;
}

.section {
  padding-bottom: 30px;
  padding-top: 0;
  position: relative;
}

.inline-icon {
  vertical-align: text-bottom;
  /* font-size: 18px !important; */
}

nav.hide-on-large i.material-icons {
  color: #009688;
  font-size: 40px;
  
}

.name-title {
  display: block;
  height: 100%;
  padding-top: 15px;
  text-align: center;
  width: 100%;
  position: absolute;
}
.name-title > span,
.name-title > a {
  position: relative;
  line-height: 20px;
}
.name-title a {
  font-size: 22px;
  display: block;
}
.name-title span {
  display: block;
  font-size: 14px;
}

ul.table-of-contents li.logo a.active,
ul.table-of-contents li.logo a:hover {
  font-weight: inherit;
  padding-left: 32px !important;
  border-left-width: 0px !important;
}

.brand-logo h1 {
  font-size: 24px;
  line-height: 24px;
  margin: inherit;
  font-weight: 100;
}

#logo-container {
  padding-top: 24px;
}

.hide-on-large ul.sidenav {
  width: 190px;
  padding-top: 20px;
}

.responsive-img {
  margin: 0 auto;
  max-height: 120px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 992px) {
  nav {
    background: #fff;
    height: 64px;
    position: absolute;
  }
  nav a.button-collapse,
  nav a.button-collapse i {
    color: #009688;
    height: 56px;
    line-height: 56px;
  }
  nav.hide-on-large.only.trigger {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  #intro.section .container *:not(span) {
    font-weight: 300;
    line-height: 120%;
    padding: 65px 35px 0px 35px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}