.riversedge {
 background-image: url("riverphoto.png"); 
}
body {
  /*background-image:url("bg.jpg");*/
  background: linear-gradient(#fa357a, #F9964D, #EDE33D, #b6fa4d, #3dd2fb, #9067DD,#fa357a);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment:fixed;
}

#container {
  height:600px; 
}
#box {
  width:550px;
  height:auto;
  margin:auto;
  margin-top:100px;
  position: relative;
  background:black;
  background: rgba(100, 187, 4, 0.25);
  overflow:visible;
}

#box2 {
  width:550px;
  height:auto; 
  margin:auto;
  position: relative;
  background:white;
  overflow:visible;
}

#box3 {
  width:550px;
  height:660px; 
  margin:auto;
  position: relative;
  background:white;
  overflow:visible;
  line-height:0;
}
#boxin {
  padding:20px;
  text-align:center;
  font-family:arial;
  font-size:20px;
  color:#ffffff;
  opacity:1.0;
}

a {
 color:#ff0077; 
 text-decoration:none;
}

a:hover {
 color:#ffff00;
}

.sysbox { 
        background-color:#fff;
        width: 400px;
        color: #fff;
    }
   
    .sysbox2 {
      padding:5px;
      line-height:100%;
        opacity:.8;
        height:30px;
        font-family:arial;
        color:#000;
        font-size:28px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
overflow: hidden;
 
    }
   
    .sysbox2:hover {
      opacity:1;
        position: relative;
        height: 300px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 
    }
   
    .sysbox3 {
        padding-top: 23px;
        font-family:arial;
        font-size: 20px;
        text-align: left;
        line-height: 20px;
        color: #000;
        width:85%;
    }

#s1 {
  background-color:#fa357a;
}

#s2 {
  background-color:#F9964D;
}

#s3 {
  background-color:#EDE33D;
}

#s4 {
  background-color:#b6fa4d;
}

#s5 {
  background-color:#3dd2fb;
}

#s6 {
  background-color:#9067DD;
}

#syscont {
  background:linear-gradient(#9067dd,#fff);
  height:460px;
  width:400px;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}








body {
  /*min-height: 100vh; this is what makes the middle scroll*/
  padding-top:60px;
    font-family: arial;
}




.layout {
  display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr) minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1400px;
  margin: 40px auto;
  align-items: start;
}




.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.85);
  color:#ff0077;
  border-bottom: 1px solid #000;
  z-index: 9999;
}

.topbar-inner {
  max-width: 1400px;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-inner h1 {
  margin-top:20px;
}

.reasonablysizedimg {
  height:100px;
}

.center {
  max-width: 800px;
  margin: 42px auto 0 auto; /* space for topbar */
  width: 100%;
}

/* give the blog a real container feel */
.blog {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* actual post boxes */
.post {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #000;
  padding: 15px;
  box-shadow: 4px 4px 0px #000;
}

/* sidebars should also look like panels, not blank voids */
.side-panel {
  top: 150px; /* pushes it below topbar */
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid #000;
  padding: 15px;
  box-shadow: 4px 4px 0px #000;
  position:sticky;
}

#rightColumn {
  top: 150px;
  grid-column: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top:20px;
  position:sticky;
}

.tags {
 font-style:italic; 
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}


#pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

#pagination button {
  padding: 6px 10px;
  border: 1px solid #000;
  background: white;
  cursor: pointer;
}

#pagination button:disabled {
  opacity: 0.5;
  cursor: default;
}







.side-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.item-name {
  display: block;
  font-weight: bold;
  color: #000;
  margin-bottom:0px;
}

.item-date {
  display: block;
  font-size: 11px;
  color: #777;
  margin-bottom:3px;
  margin-top: 0px; /* THIS is your spacing control */
}


h4 a {
 text-decoration:underline; 
}



.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}



.history-link {
  font-size: 12px;
  color: #555;
  text-decoration: underline;
}

.history-link:hover {
  color: #000;
}







.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 10px;
}

.gallery-item {
  width: 100%;
  aspect-ratio: 1 / 1;   /* this is the magic part */
  overflow: hidden;
  border: 1px solid #000;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* crops instead of stretching */
  display: block;
}

.tenant-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}


.tenant-item {
  padding: 8px;
  border: 1px solid #000;
  background: rgba(255,255,255,0.8);
  text-align:center;
}














































