
@font-face {
font-family: "FREEFATFONT";
src:
url("assets/fonts/FREEFATFONT-Regular.woff") format("woff"),
url("") format("opentype"),
url("") format("svg");
}

@font-face {
font-family: "Casta-Thin";
src:
url("assets/fonts/Casta-Thin.woff") format("woff"),
url("") format("opentype"),
url("") format("svg");
}

body {
  background-color: #2F0B00;
  overflow: hidden;
}

h1 {
  font-family: 'FREEFATFONT';
  font-size: 8em;
  line-height: .9;
  color: #F0334E;
  -webkit-text-stroke: 2px #2F0B00;
  margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
  font-family: 'Casta-Thin';
  font-size: 2.2em;
  color: #F0334E;
}

h3 {
  font-family: 'FREEFATFONT';
  font-size: 1.9em;
  line-height: .9;
  color: #F0334E;
  -webkit-text-stroke: 1px #2F0B00;
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  font-family: 'Casta-Thin';
  font-size: 1.5em;
  color: #F0334E;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}

a {
  font-family: 'Casta-Thin';
  color: #F0334E;
  text-decoration: underline  1px #F0334E;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F0334E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F0334E;
}


/*container that holds all six 'pages'*/
#body-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  /*border: 1px solid blue;*/
/*  overflow: hidden;*/
}

/*container that holds landing page content*/
#landing-page-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
  text-align: center;
}

/*container that holds navigation content*/
#navigation-bar-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 15px;
  background-color: #F0334E;
  height: 30%;
  width: 97.5%;
  text-align: center;
  align-content: center;
  align-items: center;
  margin-top: 0;
}

/*navigation content*/
#nav-link {
  font-family: 'Casta-Thin';
  font-size: 2.2em;
  color: #2F0B00;
  -webkit-text-stroke: 1px #2F0B00;
  cursor: pointer;
}

#nav-link:hover {
  transform:skew(-15deg);
  
}

button#nav-links {
  background: transparent;
  border: 0;
}

#nav-links {
  font-family: 'Casta-Thin';
  font-size: 1.2em;
  color: #2F0B00;
  -webkit-text-stroke: 1px #2F0B00;
  cursor: pointer;
}

#divider {
  display: block;
  background-image: url("assets/icons/divider.png"); /* The image used */
    height: 20px;
    width: 20px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    margin-right: 20px;
    margin-left: 20px;
}

button#top-nav-link {
  cursor: pointer;
}

/*container that holds introduction content*/
#introduction-page-container {
  /*display: flex;*/
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
  
}

/*introduction content*/
#logos-container {
  display: flex;
  flex-direction: row;
  width: 92%;
  height: 15%;
  margin: 40px;
}

#logo.one {
  width: 20%;
  height: 100%;
  background-image: url("assets/icons/ifa_long_black.jpg"); /* The image used */
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain;
  margin-right: 80px;
}

#logo.two {
  width: 20%;
  height: 100%;
  background-image: url("assets/icons/Valeria_XX_IFA_Smith.png"); /* The image used */
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain;
  margin-right: 80px;
}

#logo.three {
  width: 20%;
  height: 100%;
  background-image: url("assets/icons/VDB_Logo_WNameSAIC.png"); /* The image used */
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain;
}

#top-page-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: transparent;
}

#top-page-nav-link {
  text-decoration: none;
  cursor: pointer; 
}

#top-page-nav-link:hover {
  transform:skew(-15deg);
  
}

button#top-nav-link {
  background: transparent;
  border: 0;
  font-family: 'FREEFATFONT';
  font-size: 1.0em;
  line-height: .9;
  color: #F0334E;
  -webkit-text-stroke: 1px #2F0B00;
  margin-top: 0px;
  margin-bottom: 0px;
}

#horizontal-line-container {
  width: 59%;
  margin-right: 32px;
  margin-left: 32px;
  align-self: center;
}

hr {
  height: 1px;
  color: #F0334E !important;
  background-color: #F0334E !important;
  border: 0px solid #D6D6D6;
}

#copy-container {
  border-left: 1px solid #F0334E;
  border-right: 1px solid #F0334E;
  height: 520px;
  width: 100%;
  margin-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#copy-bold {
  -webkit-text-stroke: .5px #F0334E;
}

#bottom-page-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
  margin-top: -10px;
}

#horizontal-bottom-line-container {
  width: 77%;
  margin-right: 32px;
  align-self: center;
}

#divider-one-container {
  background-image: url("assets/icons/divider_two.png"); /* The image used */
    height: 20px;
    width: 20px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    margin-right: 25px;
    margin-left: -35px;
}

#arrows-container {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

button#nav-arrows {
  background: transparent;
  border: 0;
}

#left-arrow {
  background-image: url("assets/icons/leftarrow.png"); /* The image used */
    height: 20px;
    width: 150px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    margin-right: 20px;
    cursor: pointer;
}

#right-arrow {
  background-image: url("assets/icons/rightarrow.png"); /* The image used */
    height: 20px;
    width: 150px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    cursor: pointer;
}

#divider-two-container {
  background-image: url("assets/icons/divider_two.png"); /* The image used */
    height: 20px;
    width: 20px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    margin-right: -10px;
    margin-left: 25px;
}

/*container that holds video page content*/
#video-page-container {
  /*display: flex;*/
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
}

/*video page content*/
#copy-two-container {
  display: flex;
  flex-direction: row;
  border-left: 1px solid #F0334E;
  border-right: 1px solid #F0334E;
  height: 520px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

#horizontal-line-two-container {
  width: 66%;
  margin-right: 32px;
  margin-left: 32px;
  align-self: center;
}

#video-embed-container.first {
  height: 465px;
  width: 80%;
  margin-left: 40px;
  margin-top: 20px;
  border: 1px solid #F0334E;
  object-fit: contain;
  margin-bottom: 45px;
}

#video-embed-container {
  height: 400px;
  width: 80%;
  margin-left: 40px;
  margin-top: 20px;
  border: 1px solid #F0334E;
  object-fit: contain;
  margin-bottom: 45px;
}

#video-wrapper {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#video-placeholder-img {
  height: 100%;
  width: 100%;
  background-image: url("assets/images/sky-poster.png"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

#video-placeholder-img.second {
  height: 100%;
  width: 100%;
/*  background-image: url("assets/images/the-black-school.png");  The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;  
}

video {
  object-fit: cover;
}

#video-controls-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  width: 10%;
  margin-left: 40px;
  margin-top: 20px;
}

#controlplay{
  height: 20%;
  width: 100%;
  border: 1px solid #F0334E;
  cursor: pointer;
}

#controlpause {
  height: 20%;
  width: 100%;
  border: 1px solid #F0334E;
  cursor: pointer;
}

#controlvolume {
  display: flex;
  justify-content: center;
  height: 20%;
  width: 100%;
  border: 1px solid #F0334E;
  cursor: pointer;
}

.slider {
  align-self: center;
  -webkit-appearance: none;
  width: 80%;
  height: 3px;
  background: #F0334E;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 30px;
  background: #F0334E;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 10px;
  height: 30px;
  background: #F0334E;
  cursor: pointer;
}


#controlfullscreen {
  height: 20%;
  width: 100%;
  border: 1px solid #F0334E;
  cursor: pointer;
}



div#controlplay.one {
  background-image: url("assets/icons/playbutton.png"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 50%; /* Resize the background image to cover the entire container */
}

div#controlpause.two {
  background-image: url("assets/icons/pausebutton.png"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 35%; /* Resize the background image to cover the entire container */
}

div#controlfullscreen.four {
  background-image: url("assets/icons/fullscreenbutton.png"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 60%; /* Resize the background image to cover the entire container */
}

/*container that holds bio page content*/
#bio-page-container {
  /*display: flex;*/
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
}

/*bio page content*/
#copy-three-container {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #F0334E;
  border-right: 1px solid #F0334E;
  height: 520px;
  width: 100%;
  margin-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-repeat: no-repeat;
}

#margin-bottom-fix {
  display: block;
  height: 5px;
  width: 90%;
  color: #2F0B00;
}

#bio {
  margin-bottom: 20px;
  background-color: none;
}

#index-line-break {
  display: flex;
  align-self: center;
  height: 10%;
  width: 93%;
  border-bottom: 1px solid #F0334E;
}

#bio-index {
  font-size: 18px;
}

a#hover-link-one {
  cursor: pointer;
  line-height: 10px;
  text-decoration: none;
}

a#hover-link-two {
  cursor: pointer;
  text-decoration: none;
}

a#hover-link-three {
  cursor: pointer;
  text-decoration: none;
}

a#hover-link-four {
  cursor: pointer;
  text-decoration: none;
}

a#hover-link-five {
  cursor: pointer;
  text-decoration: none;
}

a#hover-link-six {
  cursor: pointer;
  text-decoration: none;
}

#hover-img-one {
  position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100px;
    width: 100px;
}

#hover-img-two {
  display: none;
}

#hover-img-three {
  display: none;
}

#hover-img-four {
  display: none;
}

#hover-img-five {
  display: none;
}

#hover-img-six {
  display: none;
}

#horizontal-line-three-container {
  width: 72%;
  margin-right: 32px;
  margin-left: 32px;
  align-self: center;
}

#responses-page-container {
  /*display: flex;*/
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
}

#copy-four-container {
  display: flex;
  flex-direction: row;
  border-left: 1px solid #F0334E;
  border-right: 1px solid #F0334E;
  height: 520px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

#left-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50%;
  border-right: 1px solid #F0334E;
}

#response-copy-container {
  height: 43%;
  width: 85%;
  border: 1px solid #F0334E;
  margin-bottom: 20px;
}

#response-container {
  display: flex;
  text-align: center;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

#response-copy {
  margin-top: 25px;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-left: 30px;
  font-size: 22.3px;
}

#response-margin-bottom-fix {
  display: block;
  height: 30px;
  width: 90%;
  color: #2F0B00;
}

#right-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50%;
}

#contributor-container {
  height: 43%;
  width: 85%;
  border: 1px solid #F0334E;
}

#contributor-container.first {
  margin-bottom: 10px;
  background-image: url("assets/images/5.png"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 180%;
}

#contributor-container.second {
  margin-bottom: 20px;
  background-image: url("assets/images/2.png"); /* The image used */
    background-position: top right; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

#contributor-container.third {
  margin-bottom: 10px;
  background-image: url("assets/images/Smith-H-E-L-L-O_1780.jpg"); /* The image used */
    background-position: right top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 120%;
}

#contributor-copy-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#contributor-copy-one {
  margin: 0;
  font-size: 60px;
  cursor: pointer;
}

#contributor-copy-one:hover {
  font-style: italic;
}

/*#contributor-copy-one:hover:before {
  font-size: 60px;
  content: attr(data-hover);
}*/

#contributor-copy-two {
  margin: 0;
  font-size: 60px;
  cursor: pointer;
}

#contributor-copy-two:hover {
  font-style: italic;
}

/*#contributor-copy-two:hover:before {
  font-size: 60px;
  content: attr(data-hover);
}*/

#contributor-copy-three {
  margin: 0;
  font-size: 60px;
  cursor: pointer;
}

#contributor-copy-three:hover {
  font-style: italic;
}

/*#contributor-copy-three:hover:before {
  font-size: 60px;
  content: attr(data-hover);
}*/

#horizontal-line-four-container {
  width: 62%;
  margin-right: 32px;
  margin-left: 32px;
  align-self: center;
}

/*container that holds sky hopinka contribution content*/
#sky-hopinka-contribution-container {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
  text-align: left;
}

#copy-three-container {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #F0334E;
  border-right: 1px solid #F0334E;
  height: 520px;
  width: 100%;
  margin-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-repeat: no-repeat;
}

/* sky hopinka video + text (all) container */
#all-content-container {
  display: flex;
  flex-direction: column; 
  overflow-y: scroll;
  overflow-x: hidden;  
    height: 200%;
  width: 100%;
}

/* sky hopinka video container */
#video-content-container {
  display: flex;
  flex-direction: row;  
  height: 90%;
  width: 100%;
  margin-left: 80px;
}

#video-controls-container.two {
  display: none;
}

#sky-bio {
  text-align: center;
}


/*container that holds nikita gale contribution content*/
#nikita-gale-contribution-container {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
  text-align: center;
}

/* nikita gale pdf copy (all) content */
#copy-six-container {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #F0334E;
  border-right: 1px solid #F0334E;
  height: 520px;
  width: 100%;
  margin-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-repeat: no-repeat;
  text-align: left;
}

#nikita-copy-content-container {
  display: flex;
  flex-direction: column; 
  overflow-y: scroll;
  overflow-x: hidden;  
  height: 200%;
  width: 100%; 
}

#nikita-pdf-content-container {
  display: flex;
  flex-direction: row;  
  height: 100%;
  width: 100%;
}

#pdf-container-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 290%;
  width: 70%;
  margin-left: 170px;
}

#pdf-wrapper-2 {
  height: 90%;
  width: 90%;
}

#pdf-copy-container.nikita {
  display: none;
}

#catalog-copy.nikita {
  margin-top: 20px;
}

#index-line-break.nikita {
  margin-top: 310px;
}

#nikita-indent {
  margin-left: 60px;
}

/*container that holds the black school contribution content*/
#the-black-school-contribution-container {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
  text-align: center;
}

#horizontal-line-container.the-black-school {
  width: 52.5%;
}

#the-black-school-bio {
  text-align: left;
}

/* the black school video container */
#iframe-content-container {
  display: flex;
  flex-direction: row;  
  height: 100%;
  width: 100%;
  align-self: center;
  align-content: center;
}

#iframe-embed-container {
/*  height: 230%;*/
  width: 77%;
  margin-left: 120px;
  margin-top: 20px;
  border: 1px solid #F0334E;
  object-fit: cover;
}

#iframe-wrapper {
  display: block;
  height: 400px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  cursor: pointer;
/*  background-image: url("assets/images/the-black-school.png");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  cursor: pointer;   
}


/*#vid3-box {
  display: flex;
  flex-direction: column;
  padding: 0% 0 0 0; 
  position: relative;
  height: 100%;
}*/

/*#vid3 {
  object-fit: cover;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    position: relative;  
}*/

#video-controls-container.the-black-school {
  display: none;
  height: 250%;
}

#index-line-break.the-black-school {
  margin-top: 45px;
}

#catalog-page-container {
  /*display: flex;*/
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  /*border: 1px solid green;*/
  height: 90%;
  width: 97%;
  margin: 20px;
}

#copy-five-container {
  display: flex;
  flex-direction: row;
  border-left: 1px solid #F0334E;
  border-right: 1px solid #F0334E;
  height: 520px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

#pdf-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97%;
  width: 70%;
}

#pdf-wrapper {
  height: 90%;
  width: 90%;
}

#pdf-copy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 30%;
}

/*iframe {
  overflow: hidden;
}*/

#pdf-arrows {
  /*display: flex;*/
  display: none;
  flex-direction: row;
  height: 15%;
  width: 70%;
  margin-bottom: 40px;
}

#pdf-left-arrow {
  height: 100%;
  width: 50%;
  background-color: #F0334E;
  margin-right: 10px;
  background-image: url("assets/icons/catalogleftarrow.png"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 75%;
    cursor: pointer;
}

#pdf-right-arrow {
  height: 100%;
  width: 50%;
  background-color: #F0334E;
  background-image: url("assets/icons/catalogrightarrow.png"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 75%;
    cursor: pointer;
}

#pdf-copy {
  text-align: center;
  height: 40%;
  width: 70%;
}

#catalog-copy {
  margin: 0;
  font-size: 30px;
}

#horizontal-line-five-container {
  width: 66%;
  margin-right: 32px;
  margin-left: 32px;
  align-self: center;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */


.iframe-cover-image {
  height: 100%;
  width: 100%;
  position:relative;
  top:0;
  left:0;
  z-index:200;
  background-image: url("assets/images/poster-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
}

#vid3 {
      height: 100%;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 100;
/*opacity: 0;*/
}

body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

h1 {
    font-family: FREEFATFONT;
    font-size: 12em;
    line-height: 0.9;
    color: rgb(240, 51, 78);
    -webkit-text-stroke: 1px rgb(47, 11, 0);
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-family: Casta-Thin;
    font-size: 5em;
    color: rgb(240, 51, 78);
    margin-top: 40px;
    margin-bottom: 50px;
}

h3 {
    font-family: FREEFATFONT;
    font-size: 3em;
    line-height: 0.9;
    color: rgb(240, 51, 78);
    -webkit-text-stroke: 2px rgb(47, 11, 0);
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

p {
    font-family: Casta-Thin;
    font-size: 3em;
    color: rgb(240, 51, 78);
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
} 

#landing-page-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    height: 100vh;
    width: 96%;
    margin: 20px;
    text-align: center;
}

#navigation-bar-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(240, 51, 78);
    height: 10%;
    width: 92%;
    text-align: center;
    align-self: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

#nav-link {
    font-family: Casta-Thin;
    color: rgb(47, 11, 0);
    -webkit-text-stroke: 1px rgb(47, 11, 0);
    cursor: pointer;
}

button#nav-links {
  background: transparent;
  border: 0;
}

#nav-links {
  font-family: 'Casta-Thin';
  font-size: 1.8em;
  color: #2F0B00;
  -webkit-text-stroke: 1px #2F0B00;
  cursor: pointer;
}

#divider {
    display: block;
    background-image: url(assets/icons/divider.png);
    height: 20px;
    width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0px;
    margin-left: 0px;
}

#introduction-page-container {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    height: 90vh;
    width: 96%;
    margin: 20px;
}
  
button#top-nav-link {
    background: transparent;
    border: 0px;
    font-family: FREEFATFONT;
    font-size: 1em;
    line-height: 0.9;
    color: rgb(240, 51, 78);
    -webkit-text-stroke: 1px rgb(47, 11, 0);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /* width: 99%; */
    text-align: left;  
  }

#copy-container {
    border-left: 1px solid rgb(240, 51, 78);
    border-right: 1px solid rgb(240, 51, 78);
    height: 85%;
    width: 100%;
    margin-top: 20px;
    overflow: scroll;
}

#horizontal-line-container {
    width: 10%;
    margin-right: 20px;
    margin-left: 20px;
    align-self: center;
}

#logos-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 92%;
    height: 5%;
    margin: 40px;
}

#logo.one {
    width: 40%;
    height: 100%;
    background-image: url(assets/icons/ifa_long_black.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    /* margin-right: 50px; */
}

#logo.two {
    width: 40%;
    height: 100%;
    background-image: url(assets/icons/Valeria_XX_IFA_Smith.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

#bottom-page-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: transparent;
    margin-top: 0px;
}

#horizontal-bottom-line-container {
    display: none;
    width: 77%;
    margin-right: 32px;
    align-self: center;
}

#divider-one-container {
    background-image: url(assets/icons/divider_two.png);
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0px;
    margin-left: -10px;
}

#arrows-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    margin-left: 20px;
}

#left-arrow {
    background-image: url(assets/icons/leftarrow.png);
    height: 60px;
    width: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 30px;
    cursor: pointer;
}

#right-arrow {
    background-image: url(assets/icons/rightarrow.png);
    height: 60px;
    width: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#divider-two-container {
    background-image: url(assets/icons/divider_two.png);
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -10px;
    margin-left: 25px;
}

#video-page-container {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    height: 90vh;
    width: 96%;
    margin: 20px;
}

#copy-two-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgb(240, 51, 78);
    border-right: 1px solid rgb(240, 51, 78);
    height: 85%;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

#horizontal-line-two-container {
    width: 25%;
    margin-right: 20px;
    margin-left: 20px;
    align-self: center;
}

#video-embed-container {
    height: 50vh;
    width: 90%;
    align-self: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
    border: 1px solid rgb(240, 51, 78);
}

#video-wrapper {
  display: block;
  height: 100%;
  width: 100%;
}

#video-controls-container {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 20%;
    width: 90%;
    margin: 40px 40px 20px;
}

#controlplay {
    height: 90%;
    width: 40%;
    border: 1px solid rgb(240, 51, 78);
}

#controlpause {
    height: 90%;
    width: 40%;
    border: 1px solid rgb(240, 51, 78);
}

#controlvolume {
    height: 90%;
    width: 40%;
    border: 1px solid rgb(240, 51, 78);
}

#controlfullscreen {
    height: 90%;
    width: 40%;
    border: 1px solid rgb(240, 51, 78);
}

#bio-page-container {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    height: 90vh;
    width: 96%;
    margin: 20px;
}

#bio-index {
    font-size: 2.5em;
}

#horizontal-line-three-container {
    width: 36%;
    margin-right: 20px;
    margin-left: 20px;
    align-self: center;
}

#copy-three-container {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgb(240, 51, 78);
    border-right: 1px solid rgb(240, 51, 78);
    height: 85%;
    width: 100%;
    margin-top: 20px;
    overflow: hidden scroll;
    background-repeat: no-repeat;
}

#responses-page-container {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    height: 90vh;
    width: 96%;
    margin: 20px;
}

#horizontal-line-four-container {
    width: 15%;
    margin-right: 20px;
    margin-left: 20px;
    align-self: center;
}

#copy-four-container {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgb(240, 51, 78);
    border-right: 1px solid rgb(240, 51, 78);
    height: 85%;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

#response-container {
    display: flex;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

#response-copy {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-left: 30px;
  font-size: 50px;
}

#left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid rgb(240, 51, 78);
}

#right-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#catalog-page-container {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    height: 90vh;
    width: 96%;
    margin: 20px;
}

#horizontal-line-five-container {
    width: 20%;
    margin-right: 20px;
    margin-left: 20px;
    align-self: center;
}

#copy-five-container {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgb(240, 51, 78);
    border-right: 1px solid rgb(240, 51, 78);
    height: 85%;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

#pdf-container {
     display: flex; 
    /*display: none;*/
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#pdf-copy-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 25%;
    width: 100%;
    margin-top: 0px;
}

#pdf-copy {
    text-align: center;
    height: 20%;
    width: 70%;
}

#catalog-copy {
    margin: 0px;
    font-size: 60px;
}


#video-content-container {
    display: flex;
    flex-direction: row;
    height: 90%;
    width: 100%;
    margin-left: 0px; 
}

#copy-six-container {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #F0334E;
    border-right: 1px solid #F0334E;
    height: 85%;
    width: 100%;
    margin-top: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-repeat: no-repeat;
    text-align: left;
}


#pdf-container-2 {
     display: flex; 
    /*display: none;*/
    justify-content: center;
    align-items: center;
    height: 70vh;
    width: 100%;
    margin-left: 0px;
}

#index-line-break.nikita {
     margin-top: 0px; 
}

#horizontal-line-container.the-black-school {
    width: 8%;
}

#iframe-embed-container {
/*    height: 50vh !important;*/
    width: 75%;
/*    margin-left: 40px;*/
    margin-top: 20px;
    border: 1px solid #F0334E;
    object-fit: cover;
}

#index-line-break.the-black-school {
    margin-top: 50px;
}


#iframe-wrapper iframe,
#iframe-wrapper object,
#iframe-wrapper embed {
 height: 100%;
 max-width: calc(237.037vh);
}

.player player-85ef8e5c-a94a-4af6-8c6a-df11210a59ed js-player-fullscreen with-fullscreen with-sticky-custom-logo touch-support mobile player-cardsCorner player-normal player-sm {
  height: 100%;
 max-width: calc(237.037vh); 
}

/*#vid3-box {
  padding: 0% 0 0 0 !important; 
  position: relative;
  height: 100%;
}

iframe#player {
  height: 100% !important; 
}*/

/*#vid3-box iframe {
  flex-grow: 1;
}*/

}
