body {

  background-color: rgb(247, 241, 241);

}

* {
  margin: 0px;
  padding: 0px;
}

.account-form {
  display: flex;
  width: 30%;
  margin: 50px auto;
  border: #111110 1px solid;
  padding: 10px;
}



#imgSrc {
  background-image: url("https://zephoragaming.com/Images/kings-and-pirates.png");
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}


h1.title {
  font-size: 32px;
  float: left;
  color: #111110;
  margin-top: -34px;
  height: 2px;

}

#heading {
  text-align: center;
  font-size: 18px;
}

.container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuToggleLinks {
  padding-left: 10px;

}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 24px;
  left: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;

}

#menuToggle input {
  display: flex;
  width: 30px;
  height: 54px;

  cursor: pointer;
  opacity: 0;
  background-color: red;
  margin-top: 19px;

}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: rgb(83, 41, 41);
  border-radius: 3px;

  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;

}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu li {
  padding: 10px 0;
  width: 100%;

}



#menuToggle input:checked~ul {
  transform: none;

}

#menu {
  position: absolute;
  width: auto;
  height: 65px;
  margin: 105px 0px -20px -90px;
  padding: 7px 242px 242px 242px;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(0%, -150%);
  transition: transform 1s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  z-index: -3;

}

#menu a {

  font-size: 15px;
  width: 100%;
}




#forgotPasswordDiv {
  background-color: rgb(107, 91, 60);
  width: 30%;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  box-sizing: border-box;

}

#h3 {
  text-align: center;

}

#resetPasswordBackground {
  background-color: rgb(107, 91, 60);
  width: 60%;
  height: inherit;
  margin: 4% auto;
  padding: 4%;

}

.specialCharacter {
  text-align: center;
}

#postedUsername {
  font-size: 15px;
  display: flex;
  margin: 0px 10px auto auto;
}

#forgotPassword {
  text-decoration: none;
  color: #FFD700;
}

#dateTime {
  float: right;
  font-size: 15px;
  margin: -10px 10px;
}

#post {
  width: 60%;
  height: inherit;
  margin: 5% auto;


}

#submitPost {
  background-color: darkkhaki;
  width: 30%;
  display: block;
  margin: 3% auto;
  padding: 2%;

}

#textArea {
  display: block;
  margin-left: 20%;
  margin-right: auto;
  width: 59.3%;
  resize: none;
}

#username {
  background-color: burlywood;

  height: inherit;
  text-align: left;
  padding: 10px;
  margin: 5px;
}

.img-main-page {

  position: absolute;
  width: 150px;
  height: 45px;
  top: 157px;
  left: 21%;
  z-index: -1;
}

.img-symbol {
  width: 158px;
  height: 55px;
  position: absolute;
  z-index: 1;
  right: 46%;
  top: 12px;
}

#div-index-page {
  display: flex;
  height: 253px;
  width: 58%;
  background-color: #fff;
  margin: 95px auto auto auto;
  font-family: 'Montserrat', sans-serif;
  border: 1px #333 solid;
  border-radius: 3px;

}

#logOut {
  float: right;
  font-size: 17px;
  margin: auto;
  color: rgb(65, 11, 11);
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#postComment {
  float: right;
  font-size: 17px;
  margin: auto;
  color: rgb(65, 11, 11);
  padding-right: 20px;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#forum {
  float: right;
  font-size: 17px;
  margin: auto;
  color: rgb(65, 11, 11);
  padding-right: 20px;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


#logOut:hover {
  color: #311c1c
}





img.createUserIcon {
  height: 30px;
  width: 30px;
  margin: 12px 30px;

}

nav {

  text-align: left;
  position: sticky;
  background-color: rgb(247, 241, 241);
  height: 40px;
}


nav a {
  color: rgb(65, 11, 11);
  text-decoration: none;
  margin: 0px 15px;
  font-size: 22px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  transition-duration: .4s;
  transform: translateY(8px);



}

nav a:hover {
  opacity: 22.0%;
  color: #9b3b4b;
  text-decoration: underline;
}

#under-nav-bar {
  display: flex;
  background-color: grey;
  width: auto;
  height: 45px;
  margin: auto auto;
}

#div-links {
  display: flex;
  width: auto;
  height: 45px;
  margin: auto 25px auto auto;


}


.sizeDivider {
  color: beige;
  font-size: large;
  margin-top: 3px;



}

.vertical {
  border-left: 6px solid black;
  height: 30px;
  position: absolute;

}

.divider {
  display: inline-block;
  width: 100px;
}

.iconClass {
  width: 100%;
  height: 30%;
  background-color: #888888;
}

@media screen and (max-width: 700px) {
  nav a {
    font-size: 17px;
    transition-duration: .4s;
    transform: scale(2px);


  }

  #menuToggle {
    display: none;
  }


  #username {
    background-color: burlywood;
    height: inherit;
    text-align: left;
    padding: 10px;
    margin: 5px;
    position: relative;
    z-index: -2;
  }

  .navMenuDropDown {
    font-size: 17px;
    display: inline-block;
    margin: 0px auto;
    padding: 4px;
  }

  .sizeProperties:hover {
    opacity: 22.0%;
    color: #FFD700;
  }




  .sizeProperties {
    text-decoration: none;
    text-align: center;

    color: white;
    padding: 4px;
    display: inline-block;



  }


  #createAccount {
    float: right;
    font-size: 17px;
    margin: auto;
    position: relative;
    text-decoration: none;
    padding-right: 20px;
    color: rgb(65, 11, 11);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }


  #sign-in {
    float: right;
    font-size: 17px;
    color: rgb(65, 11, 11);
    margin: auto;
    position: relative;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

  }

  #border {
    border-left: 1px solid #111110;
    padding-left: .75rem;
  }

  #loggedIn {
    float: right;
    font-size: 17px;
    margin: auto 0px;
    padding-right: 20px;
    text-decoration: none;
    color: rgb(65, 11, 11);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  #logOut {
    float: right;
    font-size: 17px;
    margin: auto;
    color: rgb(65, 11, 11);
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  #logOut:hover {
    color: #311c1c
  }

  #postComment {
    float: right;
    font-size: 17px;
    margin: auto;
    color: rgb(65, 11, 11);
    padding-right: 20px;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  div.iconClass {
    width: 100%;

    background-color: #888888;
  }



  h1.title {
    display: none;
  }



  input[type=text],
  select {

    width: 80%;
    padding: 12px 20px;
    margin: 15px 30%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
  }

  input[type=password],
  select {

    width: 80%;
    padding: 12px 20px;
    margin: 15px 30%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
  }

}

/*Account Creation Page */



input[type=text],
select {

  width: 60%;
  padding: 12px 20px;
  margin: 15px 20%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;

}

input[type=password],
select {

  width: 60%;
  padding: 12px 20px;
  margin: 15px 20%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

.div1 {
  background-color: rgb(107, 91, 60);
  height: inherit;
  width: 60%;
  margin: 5% auto;
  box-sizing: border-box;

}

input[type="submit"] {
  margin: 2% 29%;
  width: 45%;
  border-radius: 4px;
  padding: 14px 20px;
  background-color: #FFD700;
}



#createAccount {
  float: right;
  font-size: 17px;
  margin: auto;
  color: rgb(65, 11, 11);
  position: relative;
  text-decoration: none;
  padding-right: 20px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

#createAccount:hover {
  color: #311c1c
}

#sign-in {
  float: right;
  font-size: 17px;
  margin: auto;
  color: rgb(65, 11, 11);
  position: relative;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#sign-in:hover {
  color: #311c1c
}

#loggedIn {
  float: right;
  font-size: 17px;
  margin: auto 0px;
  padding-right: 20px;
  color: rgb(65, 11, 11);
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#loggedIn:hover {
  color: #311c1c
}

#logOut:hover {
  color: #311c1c
}

#postComment {
  float: right;
  font-size: 17px;
  margin: auto;
  color: rgb(65, 11, 11);
  padding-right: 20px;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


div.divHeader {
  margin: 2% auto;
  width: 100%;

}

h1.creationTitle {
  text-align: center;
  font-size: 2em;
  margin: 2%;
}

#heading-h2 {
  display: flex;
  align-self: flex-end;
  font-size: 18px;
  margin: 3px;
  position: relative;



}

#paragraph-post {
  display: flex;
  background-color: #311c1c;
  height: inherit;
  padding: 10px;
  flex-basis: 20px;
  flex-direction: column;
  top: 0px;
  margin: 0px;


}

#post-font-color {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

#heading-div {
  display: flex;
  background-color: rgb(250, 206, 148);
  height: inherit;
  padding-bottom: 12px;
  padding-left: 3px;
  padding-top: 9px;
  margin-top: 20px;
  border-bottom: #888888;

  border: 1px;
  border-style: solid;

}

#section-post {

  width: 98%;
  margin: 1% auto;
  background-color: #ffffff;
}

/* When the screen gets smaller */

@media screen and (max-width: 568px) {




  nav a:hover {
    color: #43b2ce;
    text-decoration: underline;
  }

  .div1 {
    background-color: rgb(107, 91, 60);
    height: inherit;
    width: 80%;
    margin: 10% auto;
  }

  #username {
    background-color: burlywood;

    height: inherit;
    text-align: left;
    padding: 10px;
    margin: 5px;
  }


  input[type=text],
  select {

    width: 80%;
    padding: 12px 20px;
    margin: 15px 10%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
  }

  input[type=password],
  select {

    width: 80%;
    padding: 12px 20px;
    margin: 15px 10%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
  }


  h1.creationTitle {
    text-align: center;
    font-size: 1.3em;

  }



  #createAccount {
    display: none;
    float: right;
    font-size: 17px;
    margin: auto;
    color: rgb(65, 11, 11);
    position: relative;
    text-decoration: none;
    padding-right: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  #createAccount:hover {
    color: #311c1c;


  }

  #sign-in {
    display: none;
    float: right;
    font-size: 14px;
    margin: auto;
    position: relative;
    color: rgb(65, 11, 11);
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  #sign-in:hover {
    color: #311c1c;

  }

  #loggedIn {
    float: right;
    font-size: 17px;
    margin: auto 0px;
    padding-right: 20px;
    text-decoration: none;
    color: rgb(65, 11, 11);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  #loggedIn:hover {
    color: #311c1c;

  }

  #logOut {
    float: right;
    font-size: 17px;
    margin: auto;
    color: rgb(65, 11, 11);
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  #logOut:hover {
    color: #311c1c
  }


  .navMenuDropDown {
    font-size: 17px;
    display: inline-block;
    margin: 0px auto;
    padding: 4px;
    background-color: #FFD700;



  }



  #postComment {
    float: right;
    font-size: 17px;
    margin: auto;
    color: rgb(65, 11, 11);
    padding-right: 20px;
    text-decoration: none;
    padding-right: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  .sizeProperties:hover {

    opacity: 22.0%;
    color: #FFD700;


  }



  .sizeProperties {
    text-decoration: none;
    text-align: center;
    color: white;
    padding: 4px;
    display: inline-block;
  }

}


#user {
  float: right;


}

.popup {
  margin: 70px auto;
  padding: 20px;
  background-color: #333;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

ul {
  padding: 0;
  list-style-type: none;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: all 200ms;
  color: #fff;

}

.popup .header {
  text-align: center;
  font-size: 30px;

}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }

  #forgotPasswordDiv {
    width: 70%;
  }







}

@media screen and (min-width: 950px) {

  .input-icons i {
    position: absolute;
  }

  .input-icons {
    width: 100%;
    margin-bottom: 10px;
  }

  .icon {
    padding: 25px;
    padding-left: 100px;
    color: black;
    min-width: 50px;

  }
}

@media screen and (max-width: 400px) {

  .input-icons i {
    position: absolute;
  }

  .input-icons {
    width: 100%;
    margin-bottom: 10px;
  }

  .icon {
    padding: 25px;
    padding-left: 20px;
    color: black;
    min-width: 50px;

  }
}






@media screen and (max-width: 960px) {

  .input-icons i {
    position: absolute;
  }

  .input-icons {
    width: 100%;
    margin-bottom: 10px;
  }

  .icon {
    padding: 25px;
    padding-left: 70px;
    color: black;
    min-width: 50px;

  }



  #fname::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #lname::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #email::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #accountName::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #password::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #confirmPassword::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }
}

@media screen and (min-width: 568px) {

  .input-icons i {
    position: absolute;
  }

  .input-icons {
    width: 100%;
    margin-bottom: 10px;
  }

  .icon {
    padding: 25px;
    padding-left: 130px;
    color: black;
    min-width: 50px;

  }

  #fname::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #lname::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #email::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #accountName::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #password::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }

  #confirmPassword::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: small;
    text-align: center;
  }
}

@media screen and (min-width: 1100px) {

  .input-icons i {
    position: absolute;
  }

  .input-icons {
    width: 100%;
    margin-bottom: 10px;
  }

  .icon {
    padding: 25px;
    padding-left: 260px;
    color: black;
    min-width: 50px;

  }


  #fname::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: medium;
    text-align: center;
  }

  #lname::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: medium;
    text-align: center;
  }

  #email::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: medium;
    text-align: center;
  }

  #accountName::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: medium;
    text-align: center;
  }

  #password::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: medium;
    text-align: center;
  }

  #confirmPassword::placeholder {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: medium;
    text-align: center;
  }
}












/* End of 500px Resize */