/*!
 * 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;
  color:#495057; }

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

h1 {
  font-size: 2rem;
  line-height: 2rem;
  color: #0A4D91;
}

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1rem;
  color: #0A4D91;
  padding-top: 20px;  
}

.top {
  margin-top: 50px;
}

.table_sections{
  border-collapse: collapse;
}

.table_sections td{
  text-align: left;
  padding: 5px;
  border: 1px solid #343a40;
}



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

.chairman {
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.15rem; }

.resume-content > p {
  margin-bottom: 0 !important;
  padding-bottom: 5px;
  font-size: 0.8rem;
}

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

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

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



section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

.p-justify {
  text-align: justify;
}

.background{
  min-width: 100%;
  background-color: white;
  display: inline-block;
  position: fixed;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-style: solid;
  border-bottom-color: #0A4D91;
  border-bottom-width: 1px;
}

.content {
  display: block;
  padding-top: 190px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler {
  padding: 0 !important;
  font-size: 1rem !important;
}

@media (min-width: 400px) {
  .content {
    padding-top: 160px;
  }
}

@media (min-width: 576px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
    color: #0A4D91;
  }
  
  h2 {
    font-size: 2rem; }
  
  h3 {
    font-size: 1.2rem;
    color: #0A4D91;
    padding-top: 20px;  
  }

  .content {
    padding-top: 150px;
  }
}


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

  .top {
    margin-top: 10px;
  }

  .background{
    min-width: auto;
  }

  .content {
  padding-top: 180px;
  }

  h3 {
    font-size: 1.5rem;
  }

  section.resume-section {
  min-height: 100vh; }
  section.resume-section .resume-item .resume-date {
  min-width: 18rem; } 

  #sideNav {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 17rem;
  height: 100vh; }
  #sideNav .navbar-brand {
  display: flex;
  margin: 25px auto;
  padding: 0.5rem; }
  #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: column;
  width: 100%; }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
  display: block; }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: block; }
}

@media (min-width: 860px) {
  .content {
    padding-top: 110px;
  }

  .background{
    min-width: 100%;
 }
}

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

  .background{
    min-width: 100%;
    background-color: white;
    display: inline-block;
    position: fixed;
    padding-top: 1rem;
    padding-left: 3rem;
    border-bottom-style: solid;
    border-bottom-color: #0A4D91;
    border-bottom-width: 1px;
    }

  .content {
    display: block;
    padding-top: 120px;
  }
  }

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

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

a {
  color: #0A4D91;
  text-decoration-style: solid;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #0A4D91; }
