/* You can customize theme styles here */
@font-face {
  font-family: MavenPro-medium;
  src: url("/fonts/MavenPro-Medium.ttf"); }

@font-face {
  font-family: MavenPro-regular;
  src: url("/fonts/MavenPro-Regular.ttf"); }

@font-face {
  font-family: trevino;
  src: url("/fonts/trevino.otf"); }

@font-face {
  font-family: Montserrat-Regular;
  src: url("/fonts/Montserrat-Regular.ttf"); }

@font-face {
  font-family: Montserrat-Bold;
  src: url("/fonts/Montserrat-Bold.ttf"); }

.section {
  padding-top: 0px;
  padding-bottom: 4em; }

.header .navbar-brand span {
  font-family: Montserrat-Bold !important;
  font-weight: 400;
  font-size: 2em; }

html body {
  font-family: Montserrat-Regular; }

.display-1 {
  margin-top: 1em; }

.header .navbar-brand span:first-child {
  color: #033a75;
  font-size: 2em;
  font-weight: 400; }

.header .navbar-brand span:last-child {
  color: #eead0e;
  font-size: 2em;
  margin-left: 3px;
  font-weight: 400; }

.header .navbar-light .navbar-nav .nav-link {
  color: #033a75;
  font-weight: 500;
  font-size: 1em; }

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #eead0e !important; }

a:hover {
  color: #eead0e !important; }

.headshot {
  border-radius: 20px; }

.btn-primary {
  background-color: #033a75;
  color: #eead0e; }

.resume .page-title {
  display: none; }

.center {
  text-align: center; }

.resume-download img {
  width: 32px;
  float: left; }

.page-content h1 {
  text-align: center;
  margin: 0.5em 0; }

.page-content h2 {
  text-align: center;
  margin: 0.5em 0; }

.page-title {
  text-align: center; }

.resume .page-content {
  font-size: 14px; }
  .resume .page-content .city {
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 2em; }
  .resume .page-content .registration {
    font-size: 1.25em; }
  .resume .page-content p {
    font-size: 14px;
    margin-bottom: 1em; }
  .resume .page-content ul {
    margin-top: 0.25em; }
  .resume .page-content ul li {
    font-size: 14px; }
  .resume .page-content h4 {
    font-size: 1.5em;
    margin-top: 2em; }
  .resume .page-content h5 {
    font-size: 1.25em;
    display: inline;
    margin-bottom: 6px; }
  .resume .page-content h6 {
    margin-left: 0.5em;
    border-left: 1px solid black;
    padding-left: 0.5em;
    font-weight: 400;
    font-size: 1.2em;
    display: inline; }
  @media only screen and (max-width: 400px) {
    .resume .page-content .page-title {
      display: none; }
    .resume .page-content ul {
      padding: 20px; }
    .resume .page-content li {
      margin-bottom: 4px; }
    .resume .page-content h1 {
      font-size: 2em; } }
.rad-showcase {
  margin-top: 40px; }

.rad-showcase-text {
  margin-top: 120px; }

.rad-showcase .platform-links [class^="icon-"]:hover::before {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: all;
  transition-property: all, -webkit-transform;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  color: #eead0e; }

.rad-showcase .platform-links {
  margin-bottom: 30px; }

.rad-showcase .platform-links [class^="icon-"] {
  font-size: 24px; }

html body ::selection {
  background-color: #488079;
  color: #fff; }

.profile-image img {
  max-inline-size: 100%;
  block-size: auto; }

.profile-image img {
  margin-top: 40px; }

.rad-showcase__bg img {
  margin-top: 0;
  margin-left: 100px;
  max-width: 100%; }

@media only screen and (min-width: 768px) {
  .rad-showcase__bg img {
    height: 400px; } }

.header .navbar-brand {
  flex-direction: row; }

.header .navbar-brand span {
  display: inline; }

.header .navbar-brand span:nth-child(2) {
  font-family: inherit;
  margin-top: 0; }

#breadcrumb-bar {
  position: relative;
  padding-top: 120px; }

ul.breadcrumbs {
  display: inline;
  padding-left: 0; }

ul.breadcrumbs li:not(:last-child):after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px; }

ul.breadcrumbs li {
  display: inline; }

.book-category {
  font-size: 1.5em;
  padding-bottom: .3em;
  border-bottom: 1px solid #c8c8c8;
  width: 100%; }

.book-category-anchor .icon {
  font-size: 12px; }

ul.book-category-content {
  padding-left: 0; }

.book-card a.goodreads {
  float: right; }

.goodreads-search {
  margin-left: 64px;
  width: 16px; }

.book-content {
  width: 100%; }

.book-content h5,
.book-content h6 {
  display: inline;
  font-weight: 300; }

.book-content h5 {
  margin-right: 2px; }

.book-content .goodreads-link {
  float: right; }

#books .row {
  margin: 0; }

ul.book-category-content {
  list-style: none; }

.book-content.featured::before {
  content: "\2605";
  /* Unicode bullet symbol */
  color: #478079;
  /* Bullet color */
  /* Optional tweaks */
  font-weight: bold;
  padding-right: 10px;
  background-color: transparent;
  top: 4px;
  left: -5px; }

.about__profile-picture img {
  object-fit: contain; }

.experience__company {
  color: #478079; }

.experience__location {
  font-weight: normal; }

.experience + .experience {
  padding-top: 0; }

body.home div.experience {
  padding-top: 50px; }

.experience a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit; }

.experience.selected a,
.experience:hover a,
.experience:active a,
.experience a:hover,
.experience a:active {
  display: block;
  background-color: #488079; }

.experience.selected a > .experience__company,
.experience:hover a > .experience__company,
.experience:active a > .experience__company,
.experience a:hover > .experience__company,
.experience a:active > .experience__company {
  color: white; }

.all-experience-container {
  margin-top: 50px; }

.footer__copy a {
  color: white; }

@media only screen and (max-width: 768px) {
  .header .navbar-brand {
    margin-top: 10px; } }

@media only screen and (max-width: 990px) {
  .rad-showcase__bg img {
    margin-left: 0; } }

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .header {
    padding-top: 10px; } }

@media only screen and (min-width: 968px) and (max-width: 992px) {
  .rad-showcase {
    padding-top: 100px; } }

@media only screen and (min-width: 992px) {
  .rad-showcase {
    padding-top: 40px; } }
