/*
font-family: 'Lato', sans-serif;
font-family: 'Droid Serif', serif;
font-family: 'Playfair Display', serif;

default color: #151515;
para graph: color: #6a6a6a;
color: #f68a27;   .hover
border: 1px solid rgba(0, 0, 0, 0.04);
*/

/********************** FONTS ***************************/
@import url('https://fonts.googleapis.com/css?family=Droid+Serif|Lato|Playfair+Display');

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a4a4;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a4a4a4;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a4a4a4;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4;
}

::selection{
	background-color: #f68a27;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/* Scroll Bar *****/
::-webkit-scrollbar {
    width: 12px;
		height: 5px;
}
::-webkit-scrollbar-track {
	background-color: #969696;
}
::-webkit-scrollbar-thumb{
  background: #454545;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.5);
}

body{
	position: relative;
  margin: 0px auto;
  color: #151515;
  font-family: 'Droid Serif', serif;
	font-weight: normal;
  background-color: #ffffff;
  font-size: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p{
	margin: 10px 0px;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 1.8;
}
p.dark{
  color: #151515;
}
s{
  color: #f68a27;
  font-size: 3.5em;
  float: left;
  display: inline-block;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  text-decoration: none;
}
i.dot::before {
    content: "•";
    font-style: normal;
    color: rgb(246, 138, 39);
    vertical-align: middle;
    margin: 0px 8px;
}
.center{
	text-align: center;
}
a{
	margin: 0px;
  text-decoration: none;
  color: #f68a27;
  transition: 0.4s;
}
a:hover{
  transition: 0.4s;
	color: #f68a27;
}
hr{
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
i.divider::after, i.dividerLight::after{
	content: "|";
	font-style: normal;
	margin: 0px 8px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif;
  font-family: 'Playfair Display', serif;
	margin: 10px 0px;
	color: #151515;
}
h1{
	font-size: 4em;
}
h2{
	font-size: 3.8em;
}
h3{
	font-size: 3.5em;
}
h4{
	font-size: 2.2em;
	line-height: 1.2;
	border-color: transparent;
	text-transform: uppercase;
	text-align: center;
  color: #151515;
}
h5{
	font-size: 2em;
  color: #6a6a6a;
  font-family: 'Lato', sans-serif;
}
header{
  position: relative;
  text-align: center;
}
header video{
  width: 100%;
}
header h1{
  position: absolute;
  width: 100%;
  top: 42%;
  transform: translateY(-50%);
  text-align: center;
  pointer-events: none;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.7;
  font-size: 6.5em;
  text-shadow: 1px 2px 16px rgba(0,0,0,0.8);
  z-index: 1;
}
header h1 > span{
  font-size: 30px;
}
.video{
  position: relative;
}
.video video{
  width: 100%;
}
.logo{
  position: absolute;
  left: 5%;
  top: 5vh;
  z-index: 1;
}
.logo img{
  width: 50px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
  opacity: 0.8;
  transition: 0.4s;
}
.logo img:hover{
  transition: 0.4s;
  opacity: 1;
}
div.overlay{
  position: absolute;
  height: 100px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("../images/gradient.png");
  background-size: 100% 100%;
  z-index: 5;
}
.container{
  position: relative;
  margin: 0 auto;
  width: 700px;
  max-width: 90%;
}
.extended{
  width: 800px;
  max-width: 95%;
}
.inline-video{
  width: 800px;
  max-width: 100%;
}
canvas{
  position: relative;
  padding: 30px 15px;
  width: 100%;
  max-height: 450px;
  border-radius: 5px;
  box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
p.image-caption{
  font-style: italic;
  font-size: 14px;
  padding-top: 0px;
  width: 100%;
  text-align: center;
}
.interviews{
  position: relative;
  margin: 30px 0px;
  background-color: #f4f4f4;
}
.interview-slide{
  position: relative;
  display: none;
}
.interview-slide > div{
  position: relative;
  width: 50%;
}
img.interviewee{
  width: 100%;
}
.interview-text{
  padding: 50px 50px 50px 30px;
}
.interview-text h4{
  font-weight: normal;
  text-transform: none;
  text-align: right;
  font-size: 18px;
}
.interview-text h1{
  position: relative;
  font-family: 'Playfair Display', serif;
  font-size: 8em;
  font-weight: normal;
  margin-left: -15%;
  margin-bottom: 0px;
  text-shadow: 0px 0px 5px #ffffff;
}
p.designation{
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.5;
}
p.quote{
  margin: auto;
  margin-top: 10%;
  max-width: 500px;
  font-style: italic;
}
.next{
  position: relative;
  cursor: pointer;
  float: right;
}
.next span{
  font-size: 16px;
  display: block;
  font-family: 'Droid Serif', serif;
  text-align: right;
  font-weight: normal;
  color: #6a6a6a;
}
.shake{
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-iteration-count: infinite;
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.muteButton, .video-mute{
  position: relative;
  margin: 15px;
  width: 45px;
  height: 45px;
  border:0px;
  outline: 0px;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
  background-image: url('../images/unmute.png');
}
.video-mute{
  position: absolute;
  top: 15%;
  right: 10%;
  margin: 0px;
  width: 45px;
  height: 45px;
  border:0px;
  outline: 0px;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
  background-image: url('../images/unmute.png');
}

.muteButton.active, .video-mute.active{
  background-image: url('../images/mute.png');
}
.muteButton.active:before,.muteButton.active:after, .video-mute.active:before,.video-mute.active:after {
  content:'';
  display:block;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  border-radius:50%;
  border:1px solid /*#e8e8e8*/#f68a27;;
}
.muteButton.active:before, .video-mute.active:before {
  -webkit-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
}
.muteButton.active:after, .video-mute.active:after {
  -webkit-animation: ripple 3s linear 2s infinite;
  animation: ripple 3s linear 2s infinite;
}
@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  75% {-webkit-transform:scale(1.6); opacity:0.8;}
  100% {-webkit-transform:scale(1.8); opacity:0;}
}
@keyframes ripple{
  0% {transform:scale(1); }
  75% {transform:scale(1.6); opacity:0.8;}
  100% {transform:scale(1.8); opacity:0;}
}
.muteButton audio{
  visibility: hidden;
  max-width:10px;
}
.inline-audio{
  position: relative;
  display: flex;
  margin-top: 45px;
  margin-bottom: 15px;
  text-align: center;
}
.inline-audio > div:first-child{
  width: 60%;
}
.inline-audio > div:last-child{
  width: 40%;
}
.inline-audio .muteButton{
  margin-top: 40%;
  transform: translateY(-50%);
}
.audio-span{
  display: block;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}
.inline-slider{
  position: relative;
  margin-top: 30px;
  display: flex;
}
.inline-slider-links{
  position: relative;
  padding-right: 5px;
}
.inline-slider-links ul{
  margin-top: 100%;
  padding: 0px;
}
.inline-slider-links li{
  position: relative;
  list-style: none;
  font-size: 18px;
  display: block;
  color: #969696;
  cursor: pointer;
  padding: 15px 25px 15px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: 0.4s;
}
.inline-slider-links li:hover{
  color: #6a6a6a;
}
.inline-slider-links li.active{
  transition: 0.4s;
  color: #151515;
}
.inline-slider-links li.active::after{
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background-color: #151515;
  top: 50%;
  right: -45px;
}
.inline-slider-links li:last-child{
  border-bottom: 0px;
}
.inline-slider-data > div{
  display: none;
}
.inline-slider-data > div.active{
  display: block;
}
.inline-slider-data img{
  width: 100%;
}
.inline-image{
  text-align: center;
  padding: 30px 0px 20px 0px;
}
.inline-image img{
  max-width: 100%;
}
.survey{
  background-color: #fff5d0;
  text-align: center;
  display: flex;
  padding: 15px 0px;
}
.survey img{
  max-width: 90%;
}
.timeline{
  background-color: #f5f5f5;
  padding: 60px 0px;
  margin: 45px 0px;
}
.timeline h5{
  position: relative;
  width: 900px;
  max-width: 90%;
  margin: 15px auto;
}
.timeline h5::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #f68a27;
  position: absolute;
  bottom: 0px;
  margin-left: 15px;
}
.timeline-slider{
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  width: 90%;
  margin: auto;
  display: flex;
}
.timeline-slider > div{
  background-color: #eeebeb;
  padding: 15px 30px;
  white-space: normal;
  margin: 60px 15px 30px 15px;
  display: inline-block;
  min-width: 230px;
}
.timeline-slider h1{
  margin-top: -40px;
  font-family: 'Droid Serif', serif;
  font-size: 5em;
  font-weight: normal;
  color: #f68a27;
}

.timeline-slider::-webkit-scrollbar-track {
	background-color: #eeebeb;
}
.timeline-slider::-webkit-scrollbar-thumb{
  background: #afaeae;
}
.bargraph{
  position: relative;
  display: flex;
  background-color: #f6f6f6;
  padding-top: 15px;
  border-radius: 5px;
}
.bargraph-canvas{
  position: relative;
  width: 90%;
  padding: 15px;
  padding-top: 5px;
  box-sizing: border-box;
}
.bargraph canvas{
  max-width: 100%;
  background-color: #ffffff;
}
.nutrients li{
  position: relative;
  list-style: none;
  font-size: 18px;
  display: block;
  color: #969696;
  cursor: pointer;
  margin: 0px 0px 0px 15px;
  padding: 15px 30px 15px 5px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: 0.4s;
}
.nutrients li:hover{
  color: #6a6a6a;
}
.nutrients li.active{
  transition: 0.4s;
  color: #151515;
}
.nutrients li.active::after{
  content: "";
  position: absolute;
  top: 38%;
  right: 5px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #f8bd3d;
}
.nutrients li:last-child{
  border-bottom: 0px;
}
.comics{
  position: relative;
  margin: 45px 0px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 4px 4px 15px rgba(0,0,0,0.2);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.comics img{
  width: 100%;
  display: none;
}
.comics img:first-child{
  display: block;
}
.comics-controls{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #d0d0d0;
  display: flex;
  border-radius: 4px 0px 4px 0px;
}
.comics-controls div{
  font-size: 20px;
  transform: scaleX(0.8);
  padding: 5px 10px;
  color: #6a6a6a;
  cursor: pointer;
  user-select: none;
}
.comics-controls div:nth-child(2){
  font-size: 14px;
  padding: 8px 5px 0px 5px;
}
.comics-controls div:hover{
  color: #000000;
}

.map-container{
  position: relative;
}
#map{
  position: relative;
  width: 100%;
  height: 80vh;
  margin-bottom: 30px;
}
#map canvas{
  min-height: 80vh;
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-missing-css{
  display: none!important;
}
.brew-state{
  position: absolute;
  top: 30px;
  left: 15px;
  bottom: 30px;
  padding-left: 2%;
  background: linear-gradient(to right, #f5f5f5, rgba(245, 245, 245, 0.9), rgba(245, 245, 245, 0));
}
.brew-state ul::-webkit-scrollbar {
    width: 0px;
		height: 0px;
}
.brew-state ul{
  padding: 0px;
  max-height: 90%;
  overflow-y: auto;
}
.brew-state li{
  list-style: none;
  font-size: 14px;
  margin: 15px 10px;
  color: rgba(0,0,0,0.5);
  cursor: pointer;
}
.brew-state li:hover{
  color: rgba(0,0,0,0.8);
}
.brew-state li.active{
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  font-weight: bold;
}
.brew-text{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 300px;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px 0px 0px 0px;
  box-sizing: border-box;
}
.brew-text > div{
  display: none;
}
.brew-text > div.active{
  display: block;
}
.brew-text h4{
  text-align: left;
  font-family: 'Droid Serif', serif;
  font-weight: normal;
}
.brew-text p{
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0,0,0,0.8);
}
div.section-break{
  display: block;
  background-image: url("../images/section_break.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  background-size: contain;
}
.sticky-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  display: none;
}
.sticky-header > div{
  position: relative;
  display: inline-table;
  vertical-align: middle;
}
.sticky-header > div:first-child{
  filter: invert(1);
  position: absolute;
  top: 10px;
  left: 5%;
}
.sticky-header > div:last-child{
  position: absolute;
  top: 15px;
  right: 5%;
}
.sticky-header img{
  width: 35px;
}
.sticky-header h4{
  margin: 10px 0px;
}
.share-container > .share-drop{
  display: none;
}
.share-container:hover > .share-drop{
  display: block;
}
.share-drop{
  background-color: #ffffff;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 1px 4px 5px rgba(0,0,0,0.2);
  padding: 2px 10px;
  margin: 15px -10px;
  padding-bottom: 1px;
}
.share-drop a{
  display: block;
  margin: 20px 0px;
}
i.icon{
	background-position: center;
	background-repeat: no-repeat;
  background-size: contain;
	padding: 10px;
	transition: 0.4s;
  cursor: pointer;
}
i.icon:hover{
	transition: 0.4s;
}
i.like{
	background-image: url("../images/like.svg");
}
i.like:hover{
	background-image: url("../images/like-hover.svg");
}
i.like.active{
	background-image: url("../images/like-seleted.svg");
}
i.facebook{
	background-image: url("../images/fb.svg");
}
i.facebook:hover{
	background-image: url("../images/fb-hover.svg");
}
i.twitter{
	background-image: url("../images/twitter.svg");
}
i.twitter:hover{
	background-image: url("../images/twitter-hover.svg");
}
i.reddit{
	background-image: url("../images/reddit.svg");
}
i.reddit:hover{
	background-image: url("../images/reddit-hover.svg");
}
i.mail{
	background-image: url("../images/mail.svg");
}
i.mail:hover{
	background-image: url("../images/mail-hover.svg");
}
i.print{
	background-image: url("../images/print.svg");
}
i.print:hover{
	background-image: url("../images/print-hover.svg");
}
i.comment{
	background-image: url("../images/comment.svg");
}
i.comment:hover{
	background-image: url("../images/comment-hover.svg");
}
i.share{
	background-image: url("../images/share.svg");
}
i.share:hover{
	background-image: url("../images/share-hover.svg");
}
i.whatsapp{
	background-image: url("../images/whatsapp.svg");
}
i.whatsapp:hover{
  background-image: url("../images/whatsapp-hover.svg");
}
.mobileOnly{
  display: none!important;
}
footer{
  position: relative;
  margin-top: -12px;
  background-color: #fafafa;
  padding: 30px 0px;
}
footer p{
  margin: 0px 0px;
  font-size: 16px;
  color: #151515;
}
footer p span{
  font-size: 12px;
  color: #6a6a6a;
  margin-right: 5px;
}
.footer-container{
  position: relative;
  margin: auto;
  margin-top: 30px;
  width: 800px;
  max-width: 90%;
  text-align: center;
}
.footer-container p{
  display: inline-block;
}
.footer-container p::after{
  content: " | ";
  font-size: 12px;
  color: #bbbbbb;
  margin: 0px 6px;
}
.footer-container p:last-child::after{
  content: "";
}
.author-container{
  position: relative;
  margin: 15px auto;
  width: 800px;
  max-width: 90%;
  display: flex;
}
.footer-author{
  position: relative;
  width: 50%;
  display: flex;
}
.footer-author img{
  width: 80px;
  border-radius: 50%;
  margin-right: 15px;
}
.footer-author > div > p:last-child{
  margin: 5px 0px;
  font-size: 12px;
  color: #6a6a6a;
}
p.copy{
  text-align: center;
  font-size: 12px;
  color: #6a6a6a;
}
#royalCount{
  margin-top: 30px;
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
  opacity: 0;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
  opacity: 0;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
  opacity: 0;
}


@media screen and (max-width:999px){  /** Tablet Screen ******/
  .footer-container p{
    display: block;
  }
  .footer-container p::after{
    content: "";
  }
  .mobileOnly{
    display: block!important;
  }
  .interview-slide > div{
    width: 100%;
  }
  .interview-slide > div:first-child{
    text-align: center;
    padding-top: 30px;
  }
  img.interviewee{
    max-width: 300px;
    border-radius: 5px;
  }
  .interview-text{
    padding: 15px 5% 45px 5%;
    box-sizing: border-box;
  }
  .interview-text h4{
    text-align: center;
  }
  .interview-text h1{
    font-size: 6em;
    margin-left: 0%;
    text-shadow: none;
  }
  p.quote{
    margin-top: 15px;
    max-width: 700px;
  }
  .shake{
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }
}

@media screen and (max-width:499px){  /** Mobile Screen ******/
  #royalCount{
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .brew-text{
    width: 100%;
    padding-bottom: 30px;
  }
  .bargraph{
    display: block;
  }
  .bargraph-canvas{
    width: 100%;
  }
  .bargraph canvas{
    min-height: 250px;
  }
  .nutrients{
    white-space: nowrap;
    overflow-x: auto;
    margin: 5px 5px;
    margin-top: 0px;
  }
  .nutrients li{
    display: inline-block;
    margin: 10px;
    padding: 0px;
    border-bottom: 0px;
  }
  .nutrients li:hover{
    color: #6a6a6a;
  }
  .nutrients li.active{
    transition: 0.4s;
    color: #151515;
  }
  .nutrients li.active::after{
    position: relative;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
  }
  .timeline-slider p{
    font-size: 14px;
  }
  .timeline-slider > div{
    padding: 5px 15px;
  }
  .inline-audio{
    display: block;
  }
  .inline-audio > div:first-child{
    width: 100%;
  }
  .inline-audio > div:last-child{
    width: 100%;
  }
  .inline-audio .muteButton{
    margin-top: 45px;
  }
  canvas{
    padding: 10px 5px;
    max-height: 400px;
  }
  img.interviewee{
    max-width: 150px;
    border-radius: 5px;
  }
  .interview-text h1{
    font-size: 4em;
  }
  .next img:first-child{
    display: none;
  }
  .next span{
    font-size: 16px;
    display: block;
    font-family: 'Droid Serif', serif;
    text-align: right;
    font-weight: normal;
    color: #6a6a6a;
  }
  .inline-slider{
    display: block;
  }
  .inline-slider-links{
    padding-right: 0px;
  }
  .inline-slider-links ul{
    margin-top: 0%;
    margin-bottom: 0px
  }
  .inline-slider-links li{
    display: inline-block;
    padding: 10px;
    border-bottom: 0px;
  }
  .inline-slider-links li.active{
    background-color: #eeeeee;
    transition: 0.4s;
    color: #151515;
    border-radius: 5px 5px 0px 0px;
  }
  .inline-slider-links li.active::after{
    content: "";
    height: 0px;
    width: 0px;
    top: 0%;
    right: 0px;
  }
  .survey{
    position: relative;
    display: block;
    padding: 15px 0px;
  }
  .survey img{
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .brew-state{
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: auto;
    padding-left: 0%;
    padding-bottom: 15px;
    background: linear-gradient(to bottom, #f5f5f5, rgba(245, 245, 245, 0.9), rgba(245, 245, 245, 0));
  }
  .brew-state ul{
    max-height: 80px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .brew-state li{
    display: inline-block;
    font-size: 14px;
    margin: 5px 10px;
  }
  .brew-state li.active{
    font-size: 16px;
  }
  header{
    min-height: 80vh;
  }
  .sticky-header > div:first-child{
    top: 11px;
  }
  .sticky-header img{
    width: 30px;
  }
  footer p{
    margin-bottom: 5px;
  }
  footer p span{
    display: block;
    font-size: 12px;
    color: #6a6a6a;
    margin-right: 0px;
  }
  .author-container{
    position: relative;
    margin: 15px auto;
    width: 800px;
    max-width: 90%;
    display: block;
  }
  .footer-author{
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }
  .comics-controls{
    background-color: rgba(208, 208, 208, 0.8);
  }
  .comics-controls div{
    font-size: 16px;
    padding: 4px 10px;
  }
  .comics-controls div:nth-child(2){
    font-size: 12px;
    padding: 6px 5px 0px 5px;
  }

}

/****** BIG Screens ******/

@media screen and (min-width:1600px){
  p.quote{
    font-size: 28px;
    max-width: 650px;
    margin-top: 8%;
  }
  .interview-text h1{
    margin-top: 5%;
  }
  .audio-span{
    margin-bottom: 8%;
  }

}



@media print {

}
