/* Basic styles for site home page */
/* Chris Tuey */
/* 02/07/2026 */

@import url('https://fonts.googleapis.com/css2?family=Playwrite+US+Modern:wght@100..400&display=swap');

* {
  margin:0;
  padding:0;
}

.banner {

    width: auto;
    height: 90px;
    max-width: 900px;
    background-color:cornflowerblue;
    border:solid;
    border-radius: 25px;
    border-color: lightskyblue;
    
}

.clearfix {
  overflow: auto;
}

body {
  font-family: Arial, sans-serif;
  background-color:lightskyblue;
  background-image: url("images/c_cross_1.png");
  background-repeat: repeat-y;
  color:#544caf
  
}

#container {
  width:70%;
  max-width: 750px;
  padding: 25px;
  border: 4px solid lightskyblue;
  border-radius: 25px;
  margin: 12px auto;
  box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.5);
  background-color:lightcyan;
}
div table {
    
    background-color:skyblue;
    border-radius: 5px;
    border-color: #f60b0b;
    margin: 25px;
} 
 
div table tr td {
    background-color:aliceblue;
    border-radius: 5px;
    border-color: #f60b0b;
    text-align: center;
    
}


label {
    font-size: 14px;
    color: black;
}

input {
    margin: 5px;
    padding: 2px;
    width: 90px;
    border-radius: 5px;
}

.clearfloat{
  clear: both;
}

h1 {
  color: #544caf;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 400;
  font-style: normal;
}

h2 {
  color: #544caf;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 375;
  font-style: normal;
  font-size: 1.75em;
}

h3 {
  color: #544caf;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 350;
  font-style: normal;
  font-size: 1.5em;
}

h4 {
  color:crimson;
  text-align: center;
  text-decoration: underline;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 300;
  font-size: 1.25em;
}
h5 {
  color:black;
  text-align: center;
  text-decoration: underline;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 200;
}

/* Nav Bar */

nav {
  background-color:white;
  text-align:center;
  padding: 5px;
  font-weight: bold;
  border-radius: 15px;
}

nav ul {
     box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.5);
     border-radius: 15px;
}

nav ul li {
  list-style-type: none ;
  text-decoration: none;
  padding: 10px;
  display:inline;
  color: #544caf;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 350;
  font-style: normal;
}


ol li { 
  font-style: oblique;
  color:black
}

ul li{
  font-style: oblique;
  color:black
}

img.border {
  border: 5px solid #f60b0b;
}

img.banner{
  width:100%;
  height: auto;
}

img.left{
  float:left;
  margin-right: 2vw;
  border:5px solid  skyblue;
  border-radius: 15px;
  box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.5);
}

img.right{
  float:right;
  margin-left: 25px;
  border:5px solid  skyblue;
  box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.5);
  border-radius: 15px;
}

p {
  line-height: 1.6; color: black;
  border: 2px solid lightskyblue;
  padding: 10px 10px 10px 10px;
  margin:5px 5px 5px 25px;
  border-radius: 15px;
}

.underline {
    text-decoration: underline;
}
.footstyle {
  background-color:aquamarine ;
  color:black;
  border: 2px solid slateblue;
  border-radius: 15px;
  text-align:center
  
}

a:hover{
  color:aqua
}

ol {
  border: 2px solid lightskyblue;
  padding: 5px 5px 10px 25px;
  margin:5px 0 5px 25px;
  border-radius: 15px;
}

ul {
  border: 2px solid lightskyblue;
  padding: 5px 5px 10px 25px;
  margin:5px 0 5px 25px;
  border-radius: 15px;
}

footer img {
  border:5px solid  skyblue;
  box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.5);
  border-radius: 15px;
}