* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  background: linear-gradient(135deg, #00BFFF 25%, transparent 25%),
linear-gradient(225deg, #00BFFF 25%, transparent 25%),
linear-gradient(315deg, #00BFFF 25%, transparent 25%),
linear-gradient(45deg, #00BFFF 25%, transparent 25%);
background-size: 100px 100px;
background-color: #87CEEB;
}

#container {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 100px;
}

form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 8px;
  justify-content: center;
  background: linear-gradient( #ffff00, #ffd700, #daa520);
}

input {
  width: 90%;
  height: 30px;
  margin: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #F6F6F6;
  font-family: arial;
}

textarea {
  width: 90%;
  height: 150px;
  border-radius: 6px;
  margin: 10px 0px;
}

 button {
  display: block;
  height: 40px;
  padding: 10px 10px;
  margin: 14px auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

button:hover {
  background: red;
}

/* index */

.indexpage {
  margin: 20px auto;
  width: 100%;
}

.leftcolumn {
  margin: 10px;
  text-align: center;
  background-color: #a9a9a9;
}

.search-div {
  margin: 10px;
}

.middle a {
  text-decoration: none;
  line-height: 20px;
}

.right-index {
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
}

.right-index-list p {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
}

/* login.php Style the input container */

.login-form p {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin: 10px;
}

.login-form {
  margin: 10px 50px;
}

/* signup.php */

.signup-form {
  margin: 10px 50px;
}

.signup-form p {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin: 10px;
}

.signuperror {
  padding-top: 14px !important;
  font-family: arial !important;
  font-size: 16px !important;
  color: red !important;
  text-align: center !important;
}

.signupsuccess {
  padding-top: 14px !important;
  font-family: arial !important;
  font-size: 16px !important;
  color: green !important;
  text-align: center !important;
}

/* RESET PASSWORD */

.resetpwd {
  margin: 60px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.resetpwd p {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.resetpwd h2 {
  text-align: center;
  margin: 10px 10px;
}

.form-resetpwd {
  margin: 60px auto;
  align-content: center;
}

.form-resetpwd input {
  width: 200px;
  height: 30px;
  margin: 15px auto;
  border-radius: 4px;
  background-color: #F6F6F6;
  float: left;
  font-family: arial;
}

.form-resetpwd button {
  display: block;
  width: 200px;
  height: 40px;
  margin: 10px auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

.form-resetpwd button:hover {
  background: red;
}

.p-forgetpwd {
  margin: 20px;
  padding: 20px;
  display: block;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: arial;
  color: #111;
}

/*Aboutus*/

.aboutus {
  display: flex;
  flex-direction: row;
  margin: 5px;
}

.justme {
  margin: 5px;
}

.justme a {
  text-decoration: none;
}

.aboutmeinfo {
  font-style: italic;
}

.aboutmeinfo p {
  font-size: 14px;
}

.aboutmeinfo ul li {
  line-height: 20px;
  font-size: 12px;
}

/*resume*/

.resume-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.leftresume {
  width: 15%;
  height: 100%;
  margin: 20px 10px;
}

.certificates {
  width: 150px;
  height: 100px;
  margin: 10px 0;
  color: white;
  text-align: center;
}

.certs {
  width: 100px;
  max-height: 80px;
}

.resume-header p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.contents {
  width: 180px;
  margin: 10px 5px;
  border-bottom: 4px double #333;
}

.education {
  margin: 10px 10px;
  display: block;
  line-height: 20px;
}

.schools {
  display: block;
  margin-left: 20px;
  line-height: 20px;
  border-bottom: 4px double #333;
}

/* Contact us */

.contact-us p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0;
}

/* Gallery */

.gallery-links p {
  font-size: 28px;
  font-weight: 500;
  margin: 10px;
  text-align: center;
}

.gallery-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  list-style: none;
}

.gallery-container a {
  text-decoration: none;
  margin: 20px;
}

.gallery-container div {
  width: 100%;
  height: 200px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-container a h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 6px 0;
}

.gallery-container a p {
  font-family: arial;
  font-size: 12px;
  font-weight: 300;
  color: #000;
  padding-bottom: 10px;
}
