html {
  scroll-behavior: smooth;
}

body {
  /*font-family: 'Open Sans', serif;*/
  /*font-family: 'Roboto', serif;*/
  font-family: 'Segoe UI', serif;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif*/
  /*padding-top: 54px;*/
  color: #5a5f65;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1, h2, h3 {
  /*text-transform: uppercase;*/
  /*font-variant: small-caps;*/
  font-family: 'Lato', serif;
  font-weight: 500;
  color: #2d333a;
}

h1 {
  font-size: 60px;
  line-height: 80px;
}

.subheading {
  /*text-transform: uppercase;*/
  /*font-variant: small-caps;*/
  font-weight: 500;
  font-family: 'Lato', serif;
  font-size: 1.35rem;
  margin-bottom: 5px!important;
}


h2 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
}

h2.schedule {
  margin-top: 10px;
  margin-bottom: 20px;
}


h3 {
  font-weight: 300;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

p {
  font-weight: 400;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

.list-social-icons a {
  color: #495057;
}

.list-social-icons a:hover {
  color: #BD5D38;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #BD5D38;
}

#sideNav .navbar-nav .nav-item .nav-link {
  /*font-weight: 600;*/
  /*text-transform: uppercase;*/
  /*font-variant: small-caps;*/
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f8f9fae6;
}

#sideNav .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: white;
  text-decoration: underline;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.2rem solid rgba(255, 255, 255, 0.1);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

/* Tables */
/*table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #BD5D38;
  border-collapse: collapse;
}
td {
  text-align: left;
  border: 1px solid #BD5D38;
}
th {
  padding: .25rem .5rem;
  border: 1px solid #BD5D38;
}
*/

th {
  font-weight: 600;
}

.table, .table td, .table th {
  border-top: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.topic-head {
  font-weight: 550;
}

.topic-dividers {
  background-color: #73b3ff2b;
}
/*tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
  background-color: #cb562c12;
}
*/
section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 80px !important;
  padding-bottom: 20px !important;
}

section.resume-section #about {
  padding-top: 80px !important;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.bg-primary {
  background-color: #376ab5f5 !important;
}

.text-primary {
  color: #376ab5f5 !important;
}

a {
  color: #376ab5f5;
}

a:hover, a:focus, a:active {
  color: #013979;
}

img {
  max-width:80%;
}
