/* globals */
body {
  padding-top: 80px;
  /* font-family: 'Lato', sans-serif; */
}
.bg-light {
  background-color: #fff !important;
}

a,
a:visited,
a:active,
a:link,
a:hover {
  color: #555;
  text-decoration: underline;
}

h1 a,
h2 a,
h3 a,
h4 a,
h4 a:visited,
h4 a:active,
h4 a:link,
h4 a:hover h5 a,
h5 a:visited,
h5 a:active,
h5 a:link,
h5 a:hover {
  color: #212529;
  text-decoration: none;
}

small {
  line-height: 1.2rem !important;
}

/* navbar */

.logo img {
  width: 222px;
  margin-left: 1px;
}
/* just the "S" */
.logo-mobile > img {
  width: 47px !important;
  max-width: 12vw !important;
  min-width: 22px !important;
}
/* @media (min-width: 768px) {
    .logo img {
        width: 220px;
    }
} */
.navbar a {
  text-decoration: none !important;
}

/* project pages */

.page {
  min-height: 60%;
  text-align: left;
}
.smallPagePadding {
  min-height: 60%;
  margin-bottom: 5rem;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.project-callout,
.project-downloads {
  text-align: center;
}
h1.project-title {
  font-size: 1.7rem;
  margin: 40px 0 30px;
}
.project-callout {
  font-size: 1.25rem;
  margin: 20px 0 4px 0;
}
.project-downloads {
  font-size: 1.25rem;
  margin: 40px 0;
}
.project-downloads a {
  text-decoration: none;
}
.project-downloads .download-badge {
  max-height: 2.5rem;
  margin: 0 4px;
}
.caption {
  color: #ccc;
  font-size: 80%;
}

/* work page */
.work a,
.work a:link,
.work a:visited,
.work a:hover {
  text-decoration: none;
  color: #000;
  text-align: left;
  font-size: 1rem;
  line-height: 1.3em;
}
.work .title {
  padding-top: 4px;
}
.work .description {
  color: #999;
}

/* subscribe */
.subscribe-container {
  background-color: #ddd;
}

/* footer */
.footer-container {
  background-color: #ddd;
}
.fab {
  margin: 20px 4px;
  font-size: 1.3em;
  color: #888;
}
.fab.fa-arrow-circle-down {
  font-size: 2.1em;
  color: #888;
}
.fab:hover {
  color: #777;
  cursor: pointer;
}

/* project pages */

.banner img {
  width: 100%;
  height: auto;
}


/* markdown ![]() images have no class to hang bootstrap's .img-fluid on,
   so give them the same behavior (max-width: 100%; height: auto;) directly */
.project-content img {
  max-width: 100%;
  height: auto;
}

/* WORDPRESS  */

/* allow img to be full width in feed */
.post img {
  height: 100% !important; /* add !important */
  width: 100% !important; /* add !important */
}
.entry-content-feed p {
  margin-bottom: 0.3rem;
}

ul {
  margin-left: 0 !important;
  padding-left: 25px;
}

/* TALLY BUTTON  */

.btn-deeppurple,
.btn-deeppurple img {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 22px !important;
  background-color: #461899;
  border-color: #461899;
}
.btn-deeppurple:hover {
  color: #fff;
  background-color: #461899;
  border-color: #461899;
}
.btn-deeppurple:focus,
.btn-deeppurple.focus {
  color: #fff;
  background-color: #461899;
  border-color: #461899;
  box-shadow: 0 0 0 0.2rem rgba(60, 47, 88, 0.5);
}
.btn-deeppurple.disabled,
.btn-deeppurple:disabled {
  color: #fff;
  background-color: #461899;
  border-color: #461899;
}
.btn-deeppurple:not(:disabled):not(.disabled):active,
.btn-deeppurple:not(:disabled):not(.disabled).active,
.show > .btn-deeppurple.dropdown-toggle {
  color: #fff;
  background-color: #461899;
  border-color: #461899;
}
.btn-deeppurple:not(:disabled):not(.disabled):active:focus,
.btn-deeppurple:not(:disabled):not(.disabled).active:focus,
.show > .btn-deeppurple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 47, 88, 0.5);
}

blockquote {
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-left: 5px solid #ccc;
  background-color: #f8f9fa;
  font-style: italic;
}

blockquote p {
  margin-bottom: 0;
  color: #333;
}
