

/* OVERALL ELEMENTS */
.body{
	background-color: #f0faf9;
	min-width: 100vh;
	min-height: 100vh;
}
.buffer {
	background-color: #407294;
	padding: 10px;
	margin-bottom: 10px;
}
a {
	color: white;
	text-decoration: none;	
}
.a:visited {
	color: white;
	text-decoration: none;
}

/* TOP AND BOTTOM ELEMENTS */
.verytopdiv {
	display: flex;
	background-color: black;
	padding: 0px;
	margin-bottom: 5px;
	color: white;
}
.topleft {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}
.topleftelements {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 2px;
}
.slogan {
	display: inline-block;
	line-height: 1;
	padding: 7px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #1D69AB;
}
.topright {
	width: 50%;
	float: right;
	display: flex;	
	justify-content: flex-end;
}
.toprightelements{
	height: 50%;
	display: inline-block;
	margin: 0px;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 2px;
	line-height: 1;
	padding: 10px 5px 5px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #1D69AB;
}
.verybottomdiv{
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	background-color: black;
	padding-top: 50px;
	padding-bottom: 20px;
	color: white;
}
.bottomelements {
	display: block;
	margin: auto;
}

/* THE VIDEO MENUS */
.seconddiv {
	margin: auto;
	background-color: #1D69AB;
	padding-top: 16px;
	text-align: center;
}
.toplabels {
	margin-bottom: 4px;
}
.allvidcontrolslabel {
	display: inline-block;
	width: 290px;
	align-content: center;
	position: relative;
	margin-left: 10px;
	padding: 10px;
	text-align: center;
	font-family: didot;
	background-color: #e3f9fc;
	color: #b34104;
	-moz-border-radius: 12px 12px 0px 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	-khtml-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	
}
.button {
	display: inline-block;
	line-height: 1;
	padding: 7px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #1D69AB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 33px, #f0faf9;
	box-shadow: 1px 1px 1px 1px #f0faf9;
}
.button:hover {
	background-color: #3f93cc;
	cursor: pointer;
		box-shadow: 1px 1px 1px 1px black;
}
.activatedbutton {
	background-color: red;
}


/* VIDEO BOXES */
.vidsbox {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	position: relative;
	background-color: #f0faf9;
	padding-top: 20px;
	margin-bottom: 10px;
/*	border-color: green;
	border-style: solid;
	border-width: 3px; */
}
.center {
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}	
.vidholder {
/*	border-color: red;
	border-style: solid;
	border-width: 3px; */
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 560px;
	height: 315px;
	background-color: #e3f9fc;
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 1px 1px 1px 1px #f25b0a;
	color: #407294;
}	
.vidholder:hover {
	background-image: linear-gradient(#e3f9fc, #fff, #e3f9fc);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}	
.vidholderholdingvid {
	background-color: #fff;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 560px;
	height: 315px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px;
}
.smallvid {
	width: 280px;
	height: 157px;		
}
.mediumvid {
	width: 560px;
	height: 315px;		
}
.bigvid {
	width: 960px;
	height: 540px;		
}
.hugevid {
	width: 1920px;
	height: 1080px;		
}
.iframeholdingvideo {
	position: relative;
	box-shadow: 2px 2px 2px 2px;
	margin-left: 20px;
	margin-bottom: 20px;
	
}	
::-webkit-input-placeholder {
	color: gray;
	opacity: 80%;
}
:-ms-input-placeholder {
	color: gray;
	opacity: 80%;
}
::placeholder {
	color: gray;
	opacity: 80%;
}
.theInput {
	color: #32c;
	width: 80%;
	border: none;
	text-align: center;
}


/* OTHER PAGES */

.allprofiles {
	display: grid;
	grid-template-columns: auto auto auto;	
	align-content: top;
	align-items: top;		
	
}
.profile {
	display: block;
}
.name {
	font-weight: bold;
	padding-left: 5px;	
}
.title {
	padding-left: 5px;
	font-style: italic;
}
.description {
	font-size: smaller;
	padding-right: 30px;
	padding-left: 5px;
}
/* STUFF I THINK I DELETED */
.infobox {
	margin-top: 50px;
	margin: auto;
	display: block;
	width: 55%;
	text-align: left;
	background-color: #e3f9fc;
	padding: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0 0 1px 1px #728DA5;
	margin-bottom: 10px;
}
.centerMain {
	align-content: center;
	position: relative;
	margin: auto;
	padding: 10px;
	text-align: center;
	font-family: didot;
	background-color: #e3f9fc;
	color: #b34104;
}
.maintitle {
	margin: auto;
	display: block;
	align-content: center;
	width: 55%;
	text-align: center;
	background-color: #f0faf9;
	padding: 10px;	
}

