/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
video {
	width: 90%;
	height: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 2% 2% 2%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
* {
  box-sizing: border-box;
}
body {
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #fff;
	background-color: #333;
}
.container-full {
	width: 100%;
	height: auto;
}
.navigation-bg {
	width: 100%;
	max-height: 53.5px;
	margin-top: 2.5%;
	background: rgba(0, 0, 0, 0.6);
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1
}
.rowtv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.columntv {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  border: solid 1px #666666;
  padding: 1%;
  margin: 1%;
}
.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2
}
.logo {
	max-width: 250px;
	margin-left: auto;
}
.logo a:link {
	text-decoration: none;
	margin-left: auto;
}
.menu-image {
	max-width: 230px;
	max-height: 100px;
}
.content {
	background: #DADADA;
}
.content-video {
	width: 60%;
	margin: 1% auto 1% auto;
}
.footer-home {
	max-height: 32px;
	background-color: #333333;
	padding: 1%;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.footer {
	max-height: 32px;
	background-color: #333333;
	padding: 1%;
}
.footer-text {
	color: #999999;
	text-align: center;
	font-size: 80%;
}
/* home page random */
#homebg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/* end of random */

.bio {
	background-image: url("../images/Marcia-Sherrill.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bio-content {
	margin: 2% 1% 5% 55%;
}
.right {
	text-align: right;
}
.title-right {
	text-align: right;
	margin-right: 1%;
}
.about-text {
	font-size: 88%;
	text-align: right;
	line-height: 1.38em;
	padding: 1% 2% 1% 2%
}
.centerit {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.video-title {
    font-family: Times New Roman, serif;
    color: #FF4984;
    text-align: center;
    margin-bottom: 1%;
}
.page-title {
    font-family: Times New Roman, serif;
    font-weight: 200;
    color: #FF4984;
    text-align: right;
    margin-right: 1%;
}
/* media queries */
@media screen and (max-width:1024px) {
	.content-video {
	width: 80%;
  }
}
@media screen and (max-width:980px) {
	.bio {
		background-image: url("../images/Marcia-Sherrill-980-80.jpg");
		background-size: contain;
		height: 100%;
;
	}
	.bio-content {
	margin: 2% 1% 5% 2%;
	background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width:768px) {
	.content-video {
	width: 90%;
  }
}
@media screen and (max-width:640px) {
	.rowtv {
	display: block;
  }
    .bio {
        background-size: cover;
    }
}
@media screen and (max-width:480px) {
	.content-video {
	width: 98%;
  }
}
