body
{ overflow: scroll;
  background-color: rgba(0, 0, 0, 0.2);
}
.Buttons {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
a {
    border: 1px outset black;
    background-color: #808080;
    box-shadow: 10px #888;
    color: black;
    padding: 2px 8px;
    text-decoration:none;
    margin-right:15px;
}

h1 {
    background-color: rgba(204, 0, 204, 0.3);
    color: silver;
    padding: 2px 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    font-family: Castellar, sans-serif;
    font-weight: bold;
}
h5 {
    background: rgba(153, 153, 102, 0.3);
	width: fit-content;
}

.Pics {
	width: 48%;
	margin: 1%;
	float: left;
	clear: left;
	min-width: 350px;
}

.Bio {
    height: auto;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
    font-weight: 100;
    font-family: 'MS PGothic', serif;
	width: 48%; 
	padding: 1%;
	float: left;
	clear: right;
	margin-top: 1%;
	min-width: 350px;
}

.Video {
	width: 50%;
	float: left;
	clear: left;
}

.Video h5 {
	background: none;
	margin-left: 2%;
}

.Title {
    background-color: rgba(255, 255, 255, 0.2);
    color: navy;
	margin: 1% 7%;
}

.Forms {
	color: black;
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    font-family: 'MS PGothic', serif;
	font-size: xx-large;
    border: 15px ridge purple;
    border-bottom-width: 0px;
	width: 30%;
	min-width: 280px;
	float: left;
	clear: right;
}

.Entries {
    text-align: center;
    font-size: xx-large;
    border-top-width: 0px;
    border-bottom-width: 15px;
	width: 30%;
	margin: 1% 7%;
	margin-top: -1%;
	float: left;
  }

.size {
    width: 98%;
	min-width: 350px;
    min-height: 350px;
    margin: 3% 7%;
	float: left;
	clear: left;
}
.resize {
    width: 100%;
}

#home {
  border: solid black 1px;
  padding: 5px;
  background: darkslategray;
  color: white;
  text-decoration: none;
  box-shadow: black 3px 2px 5px;
  border-radius: 10%;
  position: absolute;
  top: 1%;
  right: 5%;
}

@media only screen and (max-width: 480px) {
    .Video, .size, .resize {
        margin: 0%;
        margin-top: 1%;
            
    }

}