:root {
  --nav-button-bg:#000; /* darker brown */
  --content-bg:#CCCCCC; /* silver */
  --accent-dark-one:#474747 /* darker brown */
  --accent-dark-two:#262626; /* dark grey */
  --accent-light-one:#fff; /* cream */
  --accent-light-two:#CCCCCC; /* light brown */
  
}


html, body {
  background-image: url("seamless3.gif");
  background-repeat: repeat;
  margin:0;
  font-family:Times; serif;
  font-size:12px;
}

strong {
  color:var(--accent-dark-one);
}
em {
  color:var(--accent-dark-two);
}
u {
  color:var(--accent-dark-one);
}
a {
  color:var(--accent-dark-two);
  font-weight:bold;
}
.nav li {
  background-color:var(--nav-button-bg);
  margin-bottom:2px;
  text-align:center;
  display:block;
  list-style-type:none;
  padding:5px;
}
.nav li a {
  font-weight:bold;
  text-decoration:none;
  color:white;
}
.nav {
  padding-left:0;
  margin:0;
  margin-top:5px;
  list-style-type:none;
  margin-bottom:10px;
  
}
nav.ul {
  padding:none;
  margin:none;
  padding-bottom:10px;
}
body {
  background-color:var(--body-bg);
}
.container {
  max-width:700px;
}
.alignment {
  display:flex;
  justify-content:center;
}
.content-wrapper {
  max-width:605px;
  margin-left:55px;
  margin-right:0px;
}
.content {
  background-color:var(--content-bg);
  border:3px solid white;
  border-top:none;
  border-bottom:none;
  box-shadow: -0.3em 0 .5em black;
  display:flex;
  flex-wrap:wrap;
  margin-top:-3px;
  max-width:100%;
  z-index: 2;
}
.footer {
  width:100%;
  text-align:center;
  z-index:99;
  position:absolute;
  bottom:0px;
  left:0;
  color:var(--accent-dark-one);
}

.left-content {
  max-width:350px;
  margin-right:10px;
}
.padding p {
  padding-left:10px;
}
.right-content {
  width:200px;
  flex:1;
  
}
.header {
  margin:0 auto;
  max-width:700px;
  z-index: 1;
}
.footer-img {
  max-width:700px;
  margin: 0 auto;
}
.footer-img img {
  max-width:100%;
  margin: 0 auto;
}
.header img {
  max-width:100%;
  margin: 0 auto;
}
div {
  margin:0;
  padding:0;
}
h1 {
  background-color:var(--accent-light-one);
  color:#6C6B68;
}
h2 {
  background-color:var(--accent-light-two);
  color:var(--accent-dark-two);
}
h1, h2 {
  padding:3px;
}
h1, h2, h3 {
  font-family:"Verdana"; serif;
  font-size:24px;
  margin-top:20px;
  margin-bottom:20px;
}
h3 {
  border-bottom:3px solid white;
}
h4 {
  border-bottom:3px solid var(--nav-button-bg);
  font-family:"Verdana"; serif;
  font-size:16px;
}
ul {
    list-style-type:disc;
}

.subtitle {
  font-weight:bold;
  color:var(--accent-dark-one);
  font-size:14px;
  border-bottom:2px dashed var(--nav-button-bg);
}

.scrollbox {
  margin: 0 auto;
  height:120px;
  width:33%;
  background-color:#474747;
  color: #CCCCCC;
  border:2px solid #6C6B68;
  overflow-y:auto;
}



* {
  box-sizing: border-box;
}

.slider {
  width: 300px;
  text-align: center;
  overflow: hidden;
}

.slides {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides::-webkit-scrollbar {
  display: none; /* Hides the scrollbar */
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.slides > div:target {
/*   transform: scale(0.8); */
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}
img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #ccc;
}



/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}

html, body {
  height: 100%;
  overflow: hidden;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #74ABE2, #5563DE);
  font-family: 'Ropa Sans', sans-serif;
}



#statuscafe {
    padding: .5em;
    background-color: #D5D0C4;
    border-width: 2px;
    border-style: solid;
    border-color: #6C6B68;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

@media only screen and (max-width: 719px) {
  .content {
    box-shadow: -0.2em 0 .3em black;
    border-left:2px solid white;
    border-right:2px solid white;
    flex-direction:column;
    flex-wrap:wrap;
  }
  .content-wrapper {
    max-width:100%;
    margin-left: 7.85%;
    margin-right: 6%;
  }
  .right-content {
    display:block;
    width:100%;
    order:1;
  }
  .left-content {
    order:2;
    display:block;
    width:100%;
    margin-right:0;
  }
  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}