@charset "UTF-8";
body footer nav {
    padding-top: 10px;
    border-top: thick solid #006F42;
    clear: left;
    background-color: #FFEAA6;
    font-size: xx-large;
    height: auto;
    padding-bottom: 10px;
    padding-right: 0px;
    position: static;
    left: 0px;
    bottom: 0px;
    margin: 10, 20;
    width: 100%;
    text-align: center;
    right: 0px;
}
p {
    text-align: center;
    font-size: large;
    font-weight: bold;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.img-caption {
    background-color: #FFE89D;
    border: thick solid #006F42;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
}
.row .col-lg-3 a h2 {
    padding-top: 10px;
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #000000;
    text-decoration: underline;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFECAE;
    font-size: x-large;
    text-align: right;
    border-bottom: thick solid #007043;
}
nav a{
    border-width: thin;
    text-align: center;
    font-weight: bold;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #000000;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-size: large;
}
body {
    background-image: url(../Images/6850E634-3C39-4755-B26D-F199E95DB14B_1_105_c.jpeg);
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body h1 {
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: bolder;
    text-decoration: underline;
}
#footernav {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    white-space: normal;
    background-color: #FFEFBB;
}
a:hover {
    color: #006F42;
    font-variant: small-caps;
}
#headernav {
    width: auto;
    display: inline;
    margin-left: 15px;
}
#blurbs {
    text-align: center;
    border-width: thick;
    border-style: solid;
}
#logo {
    width: 99px;
    border: 0;
    display: inline;
}
.img-fluid {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    border: thick solid #007A4B;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tagline {
    text-align: center;
    font-size: large;
    font-weight: bold;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.img-caption {
    margin: 5px;
    padding: 10px;
}

.form-box {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px;
    border: 2px solid #007949;
    border-radius: 12px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-row label {
  flex: 0 0 160px; /* fixed width for label */
  margin-right: 15px;
  font-weight: bold;
  text-align: right;
}

.form-row input,
.form-row textarea {
  flex: 1;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 6px;
  box-sizing: border-box;
}

.form-row textarea {
  height: 100px;
  resize: vertical;
}

.form-buttons {
  text-align: center;
  margin-top: 20px;
}

.form-buttons input[type="submit"],
.form-buttons input[type="reset"] {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  background-color: #0066cc;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

.form-buttons input[type="submit"]:hover,
.form-buttons input[type="reset"]:hover {
  background-color: #004999;
}
body header {
    width: 100%;
}
#member-header {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}
h2 {
    text-align: center;
}
#amentitle {
    background-color: #3898DF;
    border: medium inset #005178;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-transform: capitalize;
}
h2 {
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-style: italic;
    margin: 5px;
    font-weight: lighter;
    font-variant: small-caps;
}
#loginlanding {
    font-variant: small-caps;
}
