﻿/* newart3.css 

Author: Peter H Fewster
Created: December 11, 2024
Updated: November 13, 2025

The following styles are short so a browser tends not to get them from an updated cegart.css

Henve a short style sheet, with a changing numerical suffix will be used. The current version is newart3.css
Everytime a change is made update the suffix and then edit the name in the "link" phrase for
the following files:
home.php
peter-fall.php
peterwinter.php
summerworkshopregistration/payment.php
*/

.culturenotice {
  background-color: #fff;
  margin-bottom: 20px;
  border: 2px #333 solid;
  padding: 4px 16px;
}

.registrationfeature {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px #333 solid;
  padding: 4px 16px;
}

.registrationbutton {
/* As of November 2025 decided to make the registration button color the same as that used in form submission, namely green */
/*  background-color: #ac1c0c; */
  background-color: #299925;
  border: none;
  border-radius: 48px;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: Arial Rounded MT, arial, helvetica, sans-serif;
  font-size: 20px;
  margin: 4px 2px;
  padding: 8px 16px;
  cursor: pointer;
}
