/*
These are specific to andrewgrillet photography
With the GOOD ChatGPT gallery formatting (like -r 125)
2025 November 28
2025 November 29 - new ChatGPT corrections - remove "//" style comments!
*/

body {
    font-family: 'Arial Nova', sans-serif;
    font-weight: medium;
    font-size: 16px;
}

p {
    font-family: 'Arial Nova', sans-serif;
    font-size: 14px;
}

div.callto {
  border: 5px outset red;
  padding: 20px;
  color: #ff0000;
  background-color: #deeaf6;
    }

p.callto {
  font-family: 'Arial Nova', sans-serif;
  color: blue;
  font-size: 20px;
}


p.left {
    text-align: left;
}

p.centre {
    text-align: center;
}

p.right {
    text-align: right;
}


h1 {
    text-align: center;
    font-family: 'Arial Nova', sans-serif;
    font-size: 36px;
    color: blue;
}

h2 {
    text-align: center;
    font-family: 'Arial Nova', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: green;
}

h3 {
    text-align: center;
    font-family: 'Arial Nova', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: blue;
}

h4,h5,h6 {
    font-family: 'Arial Nova', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

hr {
border:solid 1px ;
width: 80%;
color: #000000;
height: 4px;
}

/* Lists */
li.a4 { font-size: 20px; }
dl.a4 { font-size: 20px; }
dt.a4 { font-size: 20px;  font-weight: bold; color: #ff0000; }
dd.a4 { font-size: 16px; font-weight: bold; color: black; }

dt::before { content: "\2022 }" ; 

/* Space navbar menu items */
.navbar ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* Columnise 800px square images -  ChatGPT   29 Nov 2025 */
.gallery-img {
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 800px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



