html {
  position: relative;
  min-height: 100%;
}

.section {
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.whitetxtshadow {
  color: white;
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.background-lightblue {
  background: #f0f5f7;
}

.background-grey {
  background: #f7f7f7;
}

.container {
  max-width: 960px;
}

.container-small {
  margin: auto;
  max-width: 720px;
}

.container-md {
  max-width: 750px;
}

.container-lg {
  max-width: 1050px;
}

.page-container {
  margin: auto;
  padding-bottom: 6rem;
}

/* Navigation */
.navbar-brand,
.navbar-brand:hover,
.nav-link {
  font-family: canada-type-gibson, sans-serif;
}

.navbar-brand,
.navbar-brand:hover {
  font-weight: 200;
  text-decoration: none;
}

.nav-link {
  margin-left: 2rem;
  font-size: 1rem;
  text-align: right;
  margin-top: 0.3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: source-sans-pro, sans-serif;
  border-bottom: solid white 0.1em;
}

.nav-link:hover,
.nav-link:active,
.nav-link.active {
  text-decoration: none;
  border-bottom: solid black 0.1em;
}

/* Hamburger icon */
.navbar-toggler {
  border: none;
}

/* Images */
.profile-image {
  max-width: 90%;
  display: block;
  margin: auto;
  max-height: 300px;
}

/* Text */
h1,
h2,
h3,
h4,
h5 {
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2.25rem;
  margin-top: 2rem;
}

h2 {
  font-size: 1.65rem;
  text-decoration: none;
}

h3 {
  font-size: 1.25rem;
  margin-top: 1.2rem;
}

h4 {
  font-size: 1rem;
  margin-bottom: 0;
}

ol,
ul,
li,
p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

/* Links */
a {
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.lead a {
  color: #000000 !important;
}

.btn-primary {
  text-decoration: none;
}

/* Misc formatting*/
.summary {
  font-size: 1.2rem;
  font-weight: 300;
}

.contactpage {
  padding-bottom: 4rem;
  margin-bottom: -6rem;
}

.gradientbg {
  margin: auto;
  background: linear-gradient(
    90deg,
    rgba(208, 186, 200, 1) 0%,
    rgba(254, 252, 251, 1) 90%
  );
}

.gradientbg4 {
  background-image: url("https://karenhawkinson.com/images/gradientbackground4.svg");
  background-position: center;
  background-size: cover;
}

.brainstormingbg {
  background-image: url("https://karenhawkinson.com/images/brainstorming.jpg");
  background-position: center;
  background-size: cover;
}

.alicebg {
  background-image: url("https://karenhawkinson.com/images/alice.png");
  background-position: center;
  background-size: cover;
}

blockquote {
  padding: 0 1rem;
  border-left: 0.1rem solid #a32c25;
  margin: 0 1rem 0 1rem;
}

.smallspace {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.medspace {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.space {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr {
  margin: 1.5rem 0;
  border-top: 0;
  border-bottom: .075rem solid black;
  opacity: 1;
}

.sidebar-header {
  font-size: 1.25rem;
  color: black;
  margin-top: 2rem;
}

/* Table */
td,
th {
  border-bottom: 0.1rem solid black;
  padding: 0.8rem;
  font-size: 0.95rem;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

td {
  margin: 1rem;
}

/* Card */
.card {
  border: none;
}

/* Resume */
.resume {
  padding-top: 0;
  margin-top: 0;
}

.resumeh3 {
  margin: 0;
  font-weight: 500;
}

.resumeh3:first-child {
  margin-top: 0;
}

.resumeh3 strong {
  font-weight: 600;
}

/* Font Awesome icons */
.fa-thin,
.fa-brands {
  font-size: 1.75rem;
  color: #14006a;
}

.fa-regular {
  font-size: 2rem;
  color: #000;
}

/* List Group Styling */
/*
@media only screen and (max-width: 820px) {
  .list-group-item,
  .sidebar-header {
    display: none;
  }
}*/

.list-group-item {
  color: black !important;
  border: none;
  border-left: 2px solid lightgrey;
  font-weight: 300;
	margin: 0;
  padding-left: 1rem;
  background: none !important;
}

.list-group-item.active {
  color: black;
  background-color: #e6f0fe !important;
  font-weight: 500;
  border-left: 2px solid #06367e;
}

.list-group-item:hover {
  color: #0a58ca !important;
  text-decoration: none;
}

.scrollarea {
  overflow-y: auto;
}

/* Footer */
.footer {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center;
}
