/* Color scheme: http://paletton.com/#uid=13Y0u0k5-5J57kk5wdXdM5ykc5a */

section{
  width: 1000px;
  margin: 0px auto;
  padding: 0px;
  display: block;
}

#picture-area{
  background-image: url("./background-test.jpg");
  background-size: cover;
  background-position: center center;
  height: 300px;
}

body{
  margin: 0px;
  padding: 0px;
  font-family: 'open_sansregular';
  color: #EBEBEB;
  background: #1A1A23;
}

.floatright{
  float: right;
}

.floatleft{
  float: left;
}

.floatclear{
  clear: both;
}

.navbar-element{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}

.picture-element{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

#picture-branding{
  float
}

h1{
  display: inline;
  font-size: 32px;
}

h3{
  display: inline;
  font-size: 20px;
  font-weight: normal;
}

h4{
  font-size: 13px;
  display: inline;
  font-weight: normal;
}

img{
  padding: 5px;
}

.button{
  border: 1.4px solid silver;
  padding: 5px;
  border-radius: 15px;
  margin-right: 5px;
  text-decoration: none;
  color: silver;
  font-size: 17px;
  display: inline;
  transition: background-color .25s;
  width: 90px;
  text-align: center;
}

.button:hover{
  background-color: #616271;
}

#navbar{
  height: 75px;
}

#picture-area{
  border-top: 1px solid rgb(77, 77, 77);
  border-bottom: 1px solid rgb(77, 77, 77);
}

#picture-constrictor{
  padding-left: 16px;
  padding-right: 16px;
}

.table-heading{
  text-align: center;
  font-size: 25px;
}

.table-contents{
  text-align: justify;
}

td{
  padding-left: 32px;
  padding-right: 32px;
}

.table-inner-heading{
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo{
  border-radius: 50%;
  height: 55px;
  border: 2px solid grey;
  padding: 0px;
  margin-right: 15px;
}

#copyright{
  padding-top: 32px;
  font-style: italic;
  font-size: 9px;
  text-align: center;
}

.fakelink{
  cursor: pointer;
}

.link{
  color: rgb(209, 255, 209);
  text-decoration: none;
  transition: border .25s;
  border-bottom: 1px solid transparent;
}

.link:hover{
  border-bottom: 1px solid rgb(209, 255, 209);
}

#wiki-contents{
  width: 700px;
  margin: auto;
}

.home-page-icon{
  height: 32px;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  display: inline;
}

.home-page-header{
  display: inline;
}

.donation-form{
  text-align: center;
  width: 300px;
}

.donation-form-container{
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donation-disclaimer{
  font-size: 12px;
}
