
/*!
 * 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: 'Open Sans', serif;
  padding-top: 54px;
  font-size: 0.9rem;
  color: #868e96;
  max-width:1024px;
  margin: 0 auto !important;
  float: none !important;
  background-color:rgb(240, 240, 240);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40; }

h1 {
  font-size: 2.8rem;
  line-height: 2.5rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 1.5rem; 
}

h4 {
  font-size: 1.1rem; 
  font-family: 'Helvetica', serif;
  font-weight: 700;
  text-transform: none;
}




.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.35rem; }

.list-social-icons a {
  color: #495057; }
  .list-social-icons a:hover {
    color: #1772d0; }
  .list-social-icons a .fa-lg {
    font-size: 1.75rem; }

.list-icons {
  font-size: 3rem; }
  .list-icons .list-inline-item i:hover {
    color: #1772d0; }


#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
 }

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 1024px;
    height: 3.2rem; }
    #sideNav .navbar-brand {
      display: flex;
      margin: auto auto 0;
      padding: 0.1rem; }
      #sideNav .navbar-brand .img-profile {
        max-width: 2rem;
        max-height: 2rem;
        border: 0.1rem 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;
        width: 100%; }
        #sideNav .navbar-collapse .navbar-nav .nav-item {
          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: #1772d0 !important; }

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

a {
  color: #1772d0; }
  a:hover, a:focus, a:active {
    color: #BD5D38; }

.btn-primary {
        background-color: #1772d0;
        color: #FFF;
        border-color: #1772d0;
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active    {
        background-color: #FFF;
        color: #1772d0;
        border-color: #1772d0;
    }

.btn-secondary {
        background-color: #495057;
        color: #FFF;
        border-color: #495057;
    }
    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active    {
        background-color: #1772d0;
        color: #AAA;
        border-color: #1772d0;
    }

.div-table {
  display: table;         
  width: 100%;
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
}
.div-table-col {
  display: table-cell;
  padding: 3px;
}
