@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shadows+Into+Light+Two&display=swap');

/* Standard Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 19px;
}

body {
  margin: 0px;
  color: #444;
  background-color: #393e46;
  font-family: 'Barlow condensed', sans-serif;
}

.center {
  margin: auto;
  width: 1280px;
  background-color: #fff;
  background-image: url(images/john-bush-background_2568x2000.jpg);
  background-position: 8px 4px;
  background-repeat: no-repeat;
  border-left: 4px solid #9e1f63;
  border-right: 4px solid #9e1f63;
  background-size: 100%;
}
.centered-text {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.last {
  margin-bottom: 1.7em;
}

.space-after-12px {
  margin-bottom: 12px;
}

.space-after-6px {
  margin-bottom: 6px;
}

/* Additional Styles */

main {
  margin-top: 78px;
  position: relative;
}

h1,
h2 {
  margin-top: 6px;
  font-weight: normal;
  margin-bottom: 0.2em;
  text-align: right;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2rem;
}

h3 {
  margin: 12px 0px 6px;
  font-weight: 300;
}

.heading-tagline {
  font-style: italic;
  font-weight: light;
  font-family: 'Courier New', Courier, monospace;
  text-align: right;
  margin: -6px 0px 0px 0px;
  font-size: 0.83rem;
}

.text-accent-1 {
  color: #9e1f63;
}

.text-accent-1hot {
  color: #f70787;
  font-weight: 500;
}

.text-accent-2 {
  color: #1b75bb;
}

.text-accent-2hot {
  color: #01b3ff;
  font-weight: 600;
}

.text-accent-3 {
  color: #b4511f;
}

.text-accent-3hot {
  color: #ff691d;
  font-weight: 600;
}

.text-accent-4 {
  color: #71b41f;
}

.text-accent-4hot {
  color: #89e41a;
  font-weight: 600;
}

p {
  margin-top: 3px;
  font-family: 'Barlow condensed', sans-serif;
  font-stretch: condensed;
  word-spacing: 0.05em;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

ul {
  margin: 0px 0px 36px;
  margin-left: 10px;
  padding-left: 2px;
}

li {
  font-family: 'Barlow condensed', sans-serif;
  font-stretch: condensed;
  word-spacing: 0.05em;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

a {
  letter-spacing: 0.09em;
  text-decoration: none;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

.libug {
  display: inline-block;
  margin-left: 0.35em;
}

.content-grid {
  display: grid;
  grid-template-columns: 43.5% 56.5%;
  column-gap: 24px;
  margin-top: 32px;
  padding-right: 210px;
}

.header-graphics {
  position: relative;
  height: 155px;
}

#header-top-bar-grid {
  display: grid;
  grid-template-columns: 38% 62%;
  height: 18px;
  width: 1272px;
}

.header-top-left {
  background-color: #e0e1e0;
  width: 100%;
}

.header-top-right {
  background-color: #ebe7d9;
  width: 100%;
}

.logotype {
  position: absolute;
  top: 72px;
  left: 40px;
}

.tagline-container {
  position: relative;
}

@keyframes tagline-top {
  0% {
    left: 1800px;
  }
  100% {
    left: 550px;
  }
}

.tagline-top {
  position: absolute;
  height: 1.6em;
  top: 22px;
  font-family: 'Shadows Into Light Two', sans-serif;
  color: #333;
  overflow: clip;
  animation: tagline-top 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-delay: 250ms;
  opacity: 100%;
  letter-spacing: 2px;
  z-index: 4;
}

@keyframes tagline-bottom {
  0% {
    left: -750px;
  }
  100% {
    left: 584px;
  }
}

.tagline-bottom {
  position: absolute;
  height: 1.6em;
  top: 54px;
  font-family: 'Shadows Into Light Two', sans-serif;
  color: #333;
  overflow: clip;
  animation: tagline-bottom 1.75s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-delay: 700ms;
  letter-spacing: 2px;
  z-index: 4;
}

.navbar-grid {
  display: grid;
  grid-template-columns: 46% 54%;
  height: 24px;
  width: 1275px;
  margin-top: 40px;
}

.menubar-graphic {
  position: absolute;
  top: 173px;
  left: 586px;
  width: 689px;
  overflow: hidden;
}

.sample-flex-container {
  display: flex;
  gap: 2.5em;
  margin: 12px 0 40px;
}

.sample-item {
  text-align: center;
  font-size: 0.85rem;
}

a.sample-item:link,
a.sample-item:visited {
  color: #9e1f63;
}

a.sample-item:hover {
  color: #f70787;
}

.sample-image {
  height: 175px;
  width: 145px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(57, 62, 70);
}

#footer-grid {
  display: grid;
  grid-template-columns: 38% 62%;
  height: 175px;
  width: 1272px;
  margin-top: 20px;
  font-size: 0.85rem;
}

#email {
  font-size: 0.85rem;
}

.footer-left {
  background-color: rgba(224, 225, 224, 0.6);
  width: 100%;
  height: 100%;
}

.footer-right {
  background-color: rgba(235, 231, 217, 0.5);
  width: 100%;
  height: 100%;
}

.footer-p {
  margin: 9px 12px;
  font-size: 1rem;
}

a.foot:link,
a.foot:visited {
  color: #9e1f63;
}

a.foot:hover {
  color: #f70787;
}

a.slideLink:link,
a.slideLink:visited {
  color: #777;
  letter-spacing: normal;
  line-height: 2.6;
  display: inline-block;
}

a.slideLink:hover {
  color: #9e1f63;
  text-decoration: none;
}

#navbar-links {
  position: absolute;
  top: 173px;
  left: 646px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  z-index: 6;
}

.template {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.inline {
  display: inline;
}

input {
  margin: 4px 12px 9px 12px;
  text-align: right;
  padding: 4px;
  border: 1px solid #333;
  border-radius: 8px;
  font-family: 'Barlow condensed', sans-serif;
}

#comments {
  border-radius: 8px;
  border: 1px solid #333;
  font-family: 'Barlow condensed', sans-serif;
  text-align: right;
  padding-right: 12px;
  margin: 4px 12px 9px 12px;
  width: 300px;
}

.checkbox-grid {
  float: right;
  /* padding-right: 18px; */
  margin-right: 6px;
  width: 400px;
  grid-template-columns: auto auto auto;
  display: grid;
  /* padding-right: 12px; */
}

.margin-right {
  margin-right: 4px;
}

.checkbox {
  margin-left: 4px;
}

.back-btn {
  position: fixed;
  top: 92vh;
}

.back-to-top {
  padding: 4px 15px 7px 15px;
  background-color: #777;
  font-size: 16px;
  font-weight: 400;
  margin: 10px;
  border-radius: 8px;
  text-decoration: none;
}

.back-to-top:hover {
  background-color: #9e1f63;
  color: white;
  transition: 0.5s;
  text-decoration: none;
}

.top-arrow {
  display: inline-block;
  padding-top: 6px;
  margin-bottom: -2px;
}

li-link {
  display: inline-block;
  margin-left: 0.25em;
}

a.li-link {
  color: #9e1f63;
  text-decoration: none;
}

a.li-link:hover {
  color: #f70787;
  text-decoration: none;
}

.field-width-250 {
  width: 300px;
}

/* Add Slider Styles */
#slider {
  position: relative;
  width: 360px;
  height: 175px;
  margin: 0.65rem 0 2.75rem;
}

#slider div {
  position: absolute;
  /* background-color: rgba(222, 184, 135, 0.216); */
  border: 1px solid rgba(0, 0, 0, 0.387);
  border-radius: 8px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.249);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
  font-size: 0.85rem;
  line-height: 1.35;
  color: #777;
}

.slide-copy {
  position: absolute;
  left: 150px;
  top: 34px;
  margin: 0px 10px 0px 5px;
  line-height: 1.35;
  font-size: 0.85rem;
}
.slide-header {
  color: #9e1f63;
  position: absolute;
  display: inline-block;
  font-weight: 500;
  left: 150px;
  top: 5px;
  margin: 0px 10px 0px 5px;
}

#slider div.active {
  opacity: 1;
  z-index: 1;
}

.slider-btn {
  position: absolute;
  bottom: -22px;
}

button {
  /* transform: translateY(-50%); */
  border: 1px solid #fff;
  border-radius: 8px;
  /* width: 20px;
  height: 30px; */
  background-color: hsl(235, 10%, 75%);
  color: #f1f1f1;
  font-size: 0.6rem;
  font-stretch: condensed;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  padding: 0px 0.75rem;
}

/* button:hover {
  background-color: #9e1f63;
} */

button#prev {
  left: 140px;
}

button#next {
  right: 140px;
}
