@font-face {
  font-family: OpenSans;
  src: local("OpenSans Regular"),
       local("OpenSans-Regular"),
       url(fonts/OpenSans-Regular.ttf);
  font-weight: regular;
}

@font-face {
  font-family: OpenSans;
  src: local("OpenSans Bold"),
       local("OpenSans-Bold"),
       url(fonts/OpenSans-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: OpenSans;
  src: local("OpenSans Italic"),
       local("OpenSans-Italic"),
       url(fonts/OpenSans-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: local("OpenSans Light"),
       local("OpenSans-Light"),
       url(fonts/OpenSans-Light.ttf);
  font-weight: lighter;
}

body 
{
	font-family: OpenSans;
    display: relative;
}

#content-wrapper
{
	margin: 0 auto;
	/*max-width: 750px; */
    max-width: 875px;
}

.title, .subtitle
{
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	margin: 10px 0;
	font-size: 16px;
}

.title, 
a
{
	color: #000;
}

#content-wrapper,
a:hover
{
	color: #666;
}

a:visited
{
	/*color: rgb(222,222,222) */
    color: inherit;
}

.nav a
{
	color: #666;
	text-decoration: none;
}

.nav a:hover
{
	color: #C8C8C8;
}


.section hr
{
	width: 80px;
	border-style: solid;
	border-width: 1px 0 0 0;
	
}

.embed-container 
{ 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
    background-color:black;
} 

.embed-container:hover {
    cursor: pointer;
}

.embed-container iframe, 
.embed-container object, 
.embed-container embed,
.embed-container img
{ 	
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
    
}
.embed-container iframe {
    z-index: 2000;
}

.embed-container img {
    -webkit-transition: all 4s linear; /* Safari and Chrome */
    -moz-transition: all 4s linear; /* Firefox */
    -ms-transition: all 4s linear; /* IE 9 */
    -o-transition: all 4s linear; /* Opera */
    transition: all 4s linear;
}

.embed-container:hover img.thumb {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.embed-container img.play-button {
    position: absolute;
    left:0px;
    top:0px;
    z-index: 1000;
    display: none;
}
.embed-container:hover img.play-button {
    display: block;
}

.header-home
{
	text-align: center;
	/*margin-bottom: 100px; */
    margin-bottom: 32px;
}

.header
{
	text-align: center;
	margin-bottom: 100px;
}

.nav 
{
	text-align: right;
    position: absolute;
    right:20px;
    top:10px;
    padding-right: 20px;
}

.button {
    text-align: center;
    margin-bottom: 27px;
}

#logo img {
    margin-top: 45px;
    max-width: 100%;
}

.section
{
	margin-bottom: 100px; 
}

#content-wrapper ul
{
	list-style: none;
    padding-left: 0px;
}

li {
	margin: 20px 0;
}


/* ABOUT PAGE */
#bio-image {
    margin: 0px auto;
    width: 100%;
}

@media (min-width: 875px) {
    .section.logos{
        width: 100vw;
        margin-left: calc(-50vw + 437px);
    }
}

.logo-farm-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-farm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.logo-farm.logos img {
    width: 140px;
    padding: 2%;
    max-width: 20%;
    filter: brightness(1.1);
}
.logo-farm.garlands img {
    width: 140px;
    padding: 2%;
    max-width: 28%;
}