
/* TEXT COLOR SIZE AND FONT*/

body {background-color:	#FAF9F6;}
h1 {color:#BF40BF;font-family:garamond;font-weight:125}
h2 {color:#BF40BF;font-family:garamond;font-weight:125}
h3 {color:#BF40BF;font-family:garamond;font-weight:125}
h4 {color:#BF40BF;font-family:garamond;font-weight:125}
p {font-size:100%;margin-left:75px;margin-right:75px}
p {font-family: "tahoma"}
li{font-size:110%;font-family:"tahoma";margin-left:75px;margin-right:75px}
li{color:#BF40BF}
label {font-family: "tahoma";font-size:110%}
input {font-family: "tahoma"}


/* HYPERLINK QUALITIES*/

a:link { 
  color: #000000;
  background-color:transparent;
  text-decoration:none;
}

a:visited {
  color: #000000;
  background-color:transparent;
  text-decoration:none;
}

a:hover {
  color: #BF40BF;
  background-color:transparent;
  text-decoration:none;
}

a:active {
  color: #000000;
  background-color:transparent;
  text-decoration:none;
}



img {
  width: 25%;
 display: block;
  margin-left: auto;
  margin-right: auto;

}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

/*HEADER DETAILS*/

header {
  background-color: #E2DFD2;
  padding: 30px;

}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: #BF40BF;
font-family:tahoma;
border: 2px solid #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #FAF9F6;
    padding: 12px 16px;
    text-decoration: none;
    display: block; /* Make each link a block element */
}

.dropdown-content a:hover {background-color: #BF40BF;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    background-color: #E2DFD2;
    color: #BF40BF;
    padding: 16px;
    font-size: 28px;
font-family:tahoma;
font-weight:100;
    border: none;
    cursor: pointer;
}

.container {
  position: absolute; /* POSITIONS THE LOGIN GIF IN THE BANNER */
  right: 25px; /* Aligns the right edge with the container's right edge */
  top: 35px; /* Aligns with the top */
}

.gif-link-right {
  position: absolute; /* Positions the link relative to its container */
  right: 0; /* Aligns the right edge with the container's right edge */
  top: 0; /* Aligns with the top */
  margin-right: 10px; /* Optional: adds space from the absolute edge */
}

.center-link img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; /* Optional: Adjust width if needed */
}

/*BORDER DETAILS AROUND GIFs and JPGs*/
.gif-border {
  border: 2px solid #000000;
}

.center-link1 img {
    display: block;
    margin-left: 25px;
    margin-right: auto;
    width: 50%; /* Optional: Adjust width if needed */
}

/* BORDERED FORM FOR LOGIN PAGE*/
form {
  border: 3px solid #E2DFD2;

width:50%; 
margin: 0 auto;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #BF40BF;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (gold) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #FFD700;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container1 {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}


/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }

}
