@font-face {
    font-family: 'Helvetica-Light';
    src: url('Helvetica-Light.eot');
    src: url('Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('Helvetica-Light.woff2') format('woff2'),
        url('Helvetica-Light.woff') format('woff'),
        url('Helvetica-Light.ttf') format('truetype'),
        url('Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot-HTF-B06-Bold.eot');
    src: url('../fonts/Didot-HTF-B06-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Didot-HTF-B06-Bold.woff2') format('woff2'),
        url('../fonts/Didot-HTF-B06-Bold.woff') format('woff'),
        url('../fonts/Didot-HTF-B06-Bold.ttf') format('truetype'),
        url('../fonts/Didot-HTF-B06-Bold.svg#../fonts/Didot-HTF-B06-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/* 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;
}
.test {
	background-image: url(../images/Victory-Over-Divorce-logo.jpg);
}

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;
}
* {
  box-sizing: border-box;
}
body {
	background: #fff;
	font-family: 'Helvetica-Light', Times New Roman, serif;
	font-size: 100%;
	color: #000;
}
.container {
	max-width: 1366px;
	margin: 1% auto 1% auto;
}
.header-container {
	background: #faf6f5;
	max-width: 100%;
	padding: 1%;
	margin: 0 auto;
}
.vod-logo {
	margin: 0 0 -10px;
}
.main-header .header-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.main-nav ul {
	margin: 1em 0 .5em;
	text-align: center;
}
.main-nav li {
	display: inline;
}
.main-nav a {
	display: inline-block;
	padding: 0.5em;
	color: #000;
	text-decoration: none;
}
.welcome {
    position: relative;
	text-align: center;
    color: #fff;
	background: #9fc451;
}
.peace {
	vertical-align: bottom;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-title {
	font-family: 'Didot', Serif;
	font-size: 450%;
	text-shadow: 0px 3px 15.2px rgba(0, 0, 0, 0.48);
}
.description-title {
	font-family: 'Didot', Serif;
	font-size: 450%;
	color: #9fc451;
	text-align: center;
	margin: 2% 0 2% 0;
}
.centerit {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p {
	font-size: 125%;
	line-height: 1.5em;
	padding: 0 10% 0 10%;
}
.topic-title {
	text-align: center;
}
.green-button-container {
  display: flex;
  justify-content: space-between;
}
.green-button-container > div {
  background-color: #cde797;
  width: 20%;
  margin: 2%;
  text-align: center;
  font-size: 125%;
  border-radius: 8px;
  padding: 1% 0 1% 0;
}
.scroll {
	margin: 5% 0 5% 0;
}
.video-box {
	background: #9fc451;
	padding-bottom: 10%;
}
.video-title {
	font-family: 'Didot', Serif;
	font-size: 450%;
	color: #fff;
	text-shadow: 0px 3px 15.2px rgba(0, 0, 0, 0.48);
	text-align: center;
	padding: 5% 0 5% 0;
}
.vid-thumb {
	/*border: 1px solid #ddd;*/
	 border: 4px solid rgba(255, 255, 255, .72);
}
.equalHMRWrap {
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.equalHMR {
	width: 32%;
	/*margin-bottom: 2%;*/
}
.eq {
	padding: 2%;
}
.eqWrap {
	display: flex;
}
footer {
	background: #aeaeae;
	text-align: center;
	padding-top: 2%; 
}
