a {
  color: black;
}
a:visited {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}

.icon
{
   width:20px;
   height:20px;
}
.singerman
{
    height:450px;
    width:600px;
}
.fixed 
{
  position: fixed;
  width: 50%;
  bottom: 10px;
  left:25%;
  } 
.small
{
    font-size: 12px;
}
.oldlogo
{
    height:229.17px;
    width:500px;
}

/* Scope everything to this page only */
.singerman-page {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Header */
.singerman-page .singerman-header {
    background: #333;
    padding: 1rem;
}

.singerman-page .singerman-header a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* Main content */
.singerman-page .singerman-main h1 {
    margin: 1rem 0;
}

.singerman-page .singerman-gallery {
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
}

.singerman-page .w3-col {
    padding: 1rem;
}

/* Images */
.singerman-page .singerman-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Paragraphs */
.singerman-page p {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-top: 0.5rem;
}

/* Responsive: stack cols on mobiles */
@media (max-width: 768px) {
    .singerman-page .w3-col.s6 {
        width: 100% !important;
    }
}