""*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	margin: 0;
	overflow: hidden;
	background-color: white;
  color: black;
font-family: 'Lato', serif;
    font-weight: 300;
overflow-y: auto;
}



header{
	color: #000;
	padding: 0 25px;
}

header h1 {
    font-size: 3.5em;
font-style: italic;
font-weight: 700;
margin: 15px auto 0px auto;
}

a {
	color: #000;
	text-decoration: none;
}

a, a:active, a:focus {
outline: none;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h1 {
    font-family: 'Lora', serif;
    font-weight: 700;
    display: inline-block;
    margin: .5em 0 .5em 0;
    position: relative;
}

h4 {
    font-weight: 400;
}

#navigation {
    float: right;
    max-width: 49%;
    margin-top: 2.25em;
}

#navigation a {
    margin-right: 1em;
    position: relative;
    float: left;
}


#portraits-link {
    float: left;
}


#portraits {
 display: inline;
    cursor: pointer;
list-style: none;
margin-top: 5px;
    float: right;
}

#portraits li {
    float: left;
}

#instructions {
    margin: 1em auto auto auto;
    text-align: center;
    max-width: 80%;
}

#instructions-mobile {
   margin: 1em auto auto auto;
    text-align: center;
    max-width: 80%;
        display: none;
}

#big-video {
width: 96.006%;
position: relative;
    margin: auto;
    /*padding: 0 .5%;*/
}

#bigvideomobile {
    display: none;
}

#grid {
  position: absolute;
    top: 0;
  left: 0;
  z-index: 999999; 
    width: 100%;
    max-height: 100%;
}

#grid-links {
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  position: relative;
  width: 25%;
  float: left;
  background: rgba(255,0,0,0);
}

.container.left {
    width: 24.9%
}

.container.leftmiddle {
    width: 25.1%
}

.container.rightmiddle {
    width: 25.1%
}

.container.right {
    width: 24.9%
}
.container:hover {
    background: rgba(91,89,186,0.3);
}

.container #name-link {
    display: none;
}

.container #name-link a {
    color: rgba(91,89,186,0.6);
    font-weight: 400;
    font-size: 2em;
}

.container #name-link a:hover {
    text-decoration: none;
}

.container:hover #name-link {
  /*display: inline;*/
}

.placeholder.a{
  padding-bottom: 56.5%; /* to match video aspect ratio */
    /*border: 1px solid yellow; */
}

.placeholder.b{
  padding-bottom: 56%; /* to match video aspect ratio */
    /*border: 1px solid yellow; */
}

.big-placeholder {
    padding-bottom: 42%;
    display: none;
    /*border: 1px solid red;*/
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.single-body {
  text-align: left;
}

.single-content,
#content {
  width: 90%;
  margin: 10px auto;
        border-top: 2px solid #d3d3d3;

}

.single-content h1 {
    display: block;
margin: 1em auto 1em auto;
}

.single-content a {
    color: #5B59BA;
}

.single-content p {
  margin-top: 0;
  text-align: left;
}

.single-content ul {
    list-style: none;
}

.single-content #intro {
    margin-bottom: 1em;
    float: left;
    width: 100%;
}

.single-content #pull-quote {
    display: inline-block;
    width: 47%;
    font-family: 'Lora', serif;
}

.single-content #intro p {
    display: inline-block;
    margin: 0 0 0 1%;
    width: 100%;
    vertical-align: top;
}

#divider {
text-align: center;
    display:block;
}

p .single-content {
    width: 48%;
    display: inline-block;
    margin-right: 1em;
    vertical-align: top;
    float: left;
}

#single-video {
    width: 50%;
    float: left;
    margin: auto 1em 1em auto;
}

#pull-quote {
    font-size: 1.25em;
    font-style: italic;
        margin-top: .5em;
    display: table;
}

#pull-quote p {
    display: table-cell;
    vertical-align: middle;
}


#interview .left{
    max-width: 70%;
    float: left;
    margin: auto 1em 1em auto;
}

#interview .right{
    max-width: 70%;
    float: right;
    margin: auto auto 1em 1em;
}

#interview {
    width: 85%;
    margin: auto;
}

#interview p{
    margin-top: 1em;
}

.about {
    text-align: center;
}

.about .center {
    margin: auto;
    max-width: 70%;
}

#button-bar {
    margin-top: 2em;
    text-align: center;
}

#button-bar button {
        border-radius: 5px;
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background-color: #696969;
    color: #fff;
    height: 2em;
    width: 2em;
    font-size: 1em;
    margin: auto .25em auto auto;
}

#button-bar button:nth-of-type(2) {
    margin: auto 2em auto auto;
    
}

#button-bar button:hover {
    background-color: #5B59BA;
}

#list {
    list-style: none;
    width: 75%;
    text-align: center;
    padding: 0;
    margin: auto;
    /*display: none;*/
}

#list li {
    display: inline;
    padding-right: 2em;
}

#list h1 {
    margin: 0 0 .5em 0;
    font-size: 1.25em;
}

#list h1:hover {
    text-decoration: underline;
}

/* media query for mobile devices */

@media all and (max-width: 790px) {
	
    #bigvideo {
        display: none;
    }
    
    #bigvideomobile {
        display: inherit;
    }
    
    #navigation {
    float: none;
    max-width: 100%;
    margin-top: 0;
    display: block;
    padding-bottom: 15px;
        height: 1em;
    }
    
    #navigation a {
        font-size: .9em;
    }
    
    header h1 {
    font-size: 10vw;
    }
    
    #grid {
        display: none;
    }
    
    #list {
        display: inline;
    }
    
    #button-bar {
        display: none !important;
    }
    
    #button-bar button {
        display: none;
    }
    
    
    .single-body {
    text-align: center;
    }
    
    .single-content #intro {
    margin-bottom: 1em;
    float: none;
    width: 100%;
    }
    
    #single-video {
        width: 90%;
        margin: auto;
        float: none;
    }
    
    .single-content #intro p {
    display: inline-block;
    margin: 0 0 0 1%;
    width: 100%;
    vertical-align: top;
}
    
    .single-content #pull-quote {
        width: 90%;
    }
   
    #interview {
        width: 100%;
    }
    
    #interview .left{
    max-width: 100%;
    float: none;
    margin: 0;
}

#interview .right{
    max-width: 100%;
    float: none;
margin: 0;
    }
    
    
    #instructions {
display: none;
}

#instructions-mobile {
        display: block;
}
    #list {
        width: 95%;
    }
    
    #list li {
        display: block;
        padding-right: 0;
    }
    
    .about .center {
    margin: auto;
    max-width: 100%;
}
}