a {
  color: #337ab7;
}
p {
  margin-top: 1rem;
}
a:hover {
  color:#23527c;
}
a:visited {
  color: #8d75a3;
}

body {
	line-height: 1.5;
	font-family: sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color:black;
	margin:2em;
}

h1 {
	
	font-size: 210%;
	font-weight: bold;
}

#posts th {
	background-color: rgb(207, 127, 7);
	color: white;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

#posts td {
	padding: 8px;
	border-color: #666666;
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
}



.img-container {
  float: left;
  width: 33.33%;
  padding-top: 15px;
}

.clearfix::after {
  
  content: "";
  clear: both;
  display: table;

}

#board {
  border-color:  #666666;
  background-color: #666666;
  padding: 10px;
  margin-left: 20%;
  margin-right: 20%;

  border-top-left-radius: 25px;
  border-top-right-radius: 25px;

}

#board-bottom {
  border-color:  #666666;
  background-color: #666666;
  padding: 5px;
  margin-left: 20%;
  margin-right: 20%;
}

#leaderitems {
  border-color:  white;
  background-color: white;
  padding: 5px;
  margin-left: 2%;
  margin-right: 2%;

}

.subbutton {
  font-size: 14px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  
  width: 200px;
}

.activity {
  width: 175px;
  height: 45px;
}

.entry {
  display: grid;
  background-color: white;
  place-items: center;
  border-color: white;
}

.contentmain {
  background-image: url("images/active.jpg");
  height: 120vh;
}

.content {
  display: grid;
  background-image: url("images/active.jpg");
  background-color: white;
  height: 120vh;
  place-items: center;
}



#parent {
  display: flex;
  width: 60%;
}
#form {
  display: table-cell;
  vertical-align: middle;
}

h2 {
	font-weight: bold;
	color: #BE178E;
	font-size: 140%;
	text-transform: uppercase;
}

red {
	color: #BE178E;
}

#controls {
  display: flex;
  margin-top: 2rem;
  max-width: 38em;
} 

button {
  flex-grow: 1;
  height: 3.5rem;
  min-width: 2rem;
  border: none;
  border-radius: 0.15rem;
  background: #BE178E;
  margin-left: 2px;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  font-weight: bold;
  font-size: 1.5rem;
}

button:hover, button:focus {
  outline: none;
  background: #BE178E;
}

button::-moz-focus-inner {
  border: 0;
}

button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 3rem;
}

button:disabled {
  pointer-events: none;
  background: lightgray;
}
button:first-child {
  margin-left: 0;
}

audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}

#formats {
  margin-top: 0.5rem;
  font-size: 80%;
}

#recordingsList{
	max-width: 28em;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

#ul1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #BE178E;
}


#itemuser {
  float: left;

}

#itemuser a {
  display: block;
  color: rgb(251, 252, 253);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#itemuser a:hover:not(.active) {
  background-color: #111;
}




#menubar {
  float: left;

}

#menubar a {
  display: block;
  color: rgb(251, 252, 253);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#menubar a:hover:not(.active) {
  background-color: #111;
}

#menubar1 {
  float: left;

}



#menubar1 a {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
}

#menubar1 a:hover:not(.active) {
  background-color: #111;
}

#logo {
  display: block;
  margin-left: 40%;
  margin-right: auto;
  width: 5%;
  max-width: 10%;
  height: auto;
}

#aws {
  float: left;
}

.active {
  background-color: #BE178E;
}





/* Forms */

.form-wrap{
  width: 35%;
  margin: 0 auto;
}

.left-form{
width: 47.5%;

float: left;
}

.right-form{
width: 47.5%;

float: right;
}





input[type=text1], input[type=password], input[type=email] {
  width: 100%;
  padding: 12px 0;
  margin: 10px 0 30px;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #BE178E;
  box-sizing: border-box;
  background: transparent;
  outline: none;



  -webkit-transition: border-bottom 0.4s ease-in-out;
  transition: border-bottom 0.4s ease-in-out;
}


#nameInputRegister{
  width: 100%;
  padding: 12px 0;
  margin: 10px 0 30px;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #BE178E;
  box-sizing: border-box;
  background: transparent;
  outline: none;

}