/* 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;
}

.clearfloat{
  clear: both;
}

.clearfix {
  overflow: auto;
}

body {
  font-family: Arial, sans-serif;
  background-color:palegreen;
  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;
  margin: 12px auto;
  box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.5);
  background-color:lightcyan;
}

h1, h2{
  color: #544caf;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 400;
  font-style: normal;
}

h3 {
  color: #544caf;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 350;
  font-style: normal;
}

h4 {
  color:crimson;
  text-align: center;
  text-decoration: underline;
  text-align: center;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 300;
}
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: whitesmoke;
  text-align:center;
  padding: 5px;
  font-weight: bold;
}

nav ul li {
  list-style-type: none ;
  text-decoration: none;
  padding: 10px;
  display:inline;
}


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: 25px 25px 25px 25px;
  border:5px solid  skyblue;
  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);
}

p {
  line-height: 1.6; color: black;
  border: 2px solid lightskyblue;
  padding: 5px 5px 10px 25px;
  margin:5px 0 5px 25px;
}

.underline {
    text-decoration: underline;
}
.footstyle {
  background-color:brown ;
  color:whitesmoke;
  border: 2px solid whitesmoke;
  text-align:center
}

a:hover{
  color:aqua
}

ol {
  border: 2px solid whitesmoke;
  padding: 5px 5px 10px 25px;
  margin:5px 0 5px 25px;
}

ul {
  border: 2px solid whitesmoke;
  padding: 5px 5px 10px 25px;
  margin:5px 0 5px 25px;
}