* {
    font-family: Helvetica;
}

#interview-content {
	max-width: 900px;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 80px;	
	padding: 8px;
	font-size: 1.1em;
}
#interview-content header{
	margin-top: 16px;
}
#interviewee { 
	color:#456aa1; 
	font-size: 2.5em;
}
#interview-title { 
	color:black; 
	font-size: 1.5em;
}
#interview-type-line {
	color:gray; 
	font-size: 1em;
	margin: 8px 0 8px 0;
}
#interview-date {
	color:gray; 
	font-size: 1em;
	font-style: italic;
	margin: 8px 0 8px 0;
	
}
#cc-update {
	color:#456aa1; 
	font-size: 1em;
	font-style: italic;
	margin: 8px 0 8px 0;
}
#cc-address {
	color:gray; 
	font-size: 1em;
	margin: 8px 0 8px 0;
}
.interview-heading {
	color:#456aa1; 
	font-size: 1.5em;
	display:block;
	margin-top: 32px;
	margin-bottom: -16px;
}
.embedded-table {
	min-width: 50%;
	margin-top: 32px;
	margin-bottom: 32px;
	border-collapse: collapse;
}
.embedded-table td{
	padding: 5px;
    text-align: left;
	border: 1px solid gray;
}
@media only screen and (max-width: 500px) {
    #interviewee {
        font-size: 1.75em;
    }
    #interview-title {
		font-size: 1.25em;
	}
	.interview-heading {
		font-size: 1.25em;
	}
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.civic-yt-video {
	max-width: 854px;
	height: 480px;
	margin: auto;
	margin-top: 40px;
	display: block;
}


/* Center the loader */
#loading-spinner {
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: auto;
  margin-top:16px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}




@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

