/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */
body {
  font-family: 'EB Garamond', serif;
  padding-top: 54px;
  color: #868e96; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40; }

h1 {
  font-size: 7rem;
  line-height: 5.5rem; }

h2 {
  font-size: 3.5rem; }

strong {
  color: #343a40; }

.subheading {
  font-weight: 500;
  font-family: 'EB Garamond', serif;
  font-size: 2rem;
  margin-top: .5em; }

.subheading.mobile {
  display: none; }

.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; }

.navbar-toggler-icon {
    vertical-align: -45%; 
	margin-left: 5px; }

img.ad {
  max-width: 50%;
  float: left; }

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

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !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: 3rem !important;
    padding-bottom: 3rem !important; } }

.bg-primary {
  background-color: #343a40 !important; }

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

a {
  color: #343a40; }
  a:hover, a:focus, a:active {
    color: #868e96; }



@media (max-width: 992px) {

h1 {
  font-size: 4rem;
  line-height: 4rem; }

.subheading {
  font-size: 1.4rem;
  line-height: 1.8rem; }

.subheading.desktop {
  display: none; }

.subheading.mobile {
  display: block; }

section.header-section {
  padding-top: 5em !important; }

section.resume-section {
  padding-top: 1em !important;
  padding-bottom: 3em !important; 
  min-height: 0; }

img.ad {
  max-width: 100%;
  float: none; }

img.ad.ad-right {
  margin-top: 2em; }

}




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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.95);
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,.6);
	outline: none;
}