body {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

#nocsp-video {
  height: 80vh;
  width: 100vw;
}

.carousel {
  background: #00062a;
  height: 90vh;
}

.carousel img {
  display: block;
  height: 90vh;
}
@media screen and (max-width: 600px) {
  .carousel {
  height: 70vh;
  } 
  .carousel img {
  height: 70vh;
  }
}

@media screen and (max-width: 410px) {
  .carousel {
  height: 65vh;
  } 
  .carousel img {
  height: 65vh;
  }
}

.vjs-poster {
  background-color: #00062a;
}

.vjs-theme-forest .vjs-big-play-button {
    background-color: #ff0000;
    border-radius: 50px;
}

.vjs-theme-forest {
    --vjs-theme-forest--primary: red !important;
    --vjs-theme-forest--secondary: #fff !important;
}

.vjs-theme-forest.vjs-big-play-button:focus, .vjs-theme-forest:hover .vjs-big-play-button {
  background-color: #ff0000;
  border-radius: 50px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E");
  box-shadow: inset rgb(105 100 111 / 18%) 0px 3px 7px 17px
}

.share-section {
 display: flex;
 border: 1px solid #000;
 padding: 30px 0.5rem;
 margin-top: 35px;
}

#share-left {
  border-right: 1px solid #000;
}

#share-left,
#share-right {
  padding: 0.5rem;
  flex-grow: 1;
  width: 50%;
}

#share-text {
  font-family: 'Karla', "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #share-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  #share-text {
    font-size: 14px;
  }
}

#share-link {
  color: inherit;
  text-decoration: none;
}
#share-link:hover {
  color: #ed2d36;
}

.about-us-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f9f9ff;
  height: 100%;
}

.about-us-section {
  width: 50%;
  padding: 64px;
  text-align: center;
  font-family: 'Karla', "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.about-us-section:nth-child(3n) {
  width: 100%;
}

.about-us-section:hover {
  background-color: #e6e6f1;
}
@media screen and (max-width: 800px) {
  .about-us-container {
    flex-direction: row;
  }
  .about-us-section {
    width: 100%;
  }
}

#paragraph {
  text-align: left;
  padding-top: 32px;
  font-weight: 300;
}

#logo {
  max-height: 200px;
}

@media screen and (max-width: 500px) {
  .about-us-section {
    padding: 32px 54px;
  }
  #paragraph {
    padding: 0
  }
  #logo {
    max-height: 120px;
  }
}

@media screen and (max-width: 400px) {
  .about-us-section {
    font-size: 14px;
  }
}

.join-section {
  border: 1px solid #000;
  display: flex;
  background-color: #00072a;
  background-image: linear-gradient(315deg, #040a2a 0%, #010525 74%);
}

#join-left,
#join-right {
  flex-grow: 1;
  max-width: 50vw;
  color: white;
}
#join-right {
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
  
}

#join-img {
  max-width: 50vw;
}

@media screen and (max-width: 435px) {
  .join-section {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #join-left, #join-right {
    min-width: 100vw;
  }
  #join-img {
    max-width: 100vw;
  }
}


#take-action {
  display: flex;
}

#take-action-list {
  padding: 56px 86px;
  font-family: 'Karla', "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  list-style-type: "\2192";
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#take-action-list li {
  padding: 12px;
  font-size: 32px;
}

@media screen and (max-width: 1180px) {
  #take-action-list {
    padding: 16px 32px;

  }
 #take-action-list li {
    font-size: 24px;
  }
}

@media screen and (max-width: 820px) {
  #take-action-list li {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  #take-action-list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 535px) {
  #take-action-list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 435px) {
  #take-action-list {
    padding: 0 0 0 42px;
  }
  #take-action-list li {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #take-action-list {
    padding: 0 0 0 32px;
  }
  #take-action-list li {
    font-size: 14px;
  }
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #0c0e1b;
  color: white;
  font-family: 'Karla', "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 24px 64px 64px 64px;
  height: 100%;
}

.footer-section {
  flex: 0 32%;
  height: 100%;
}

.footer-section ul {
 font-weight: 300;
 margin: 0;
 padding: 8px 0 8px 24px;
}

@media screen and (max-width: 700px) {
  footer {
    flex-direction: row;
  }

  footer ul {
    justify-content: center;
  }

  .footer-section {
    flex: 0 100%;
  }
}

.zine-paragraph {
  font-family: 'Karla', "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 32px;
  padding: 24px;
}
.zine-paragraph a{
  color: red;
  text-decoration: underline;
}
.zine-img {
  display: flex;
  object-fit: contain;
  align-items: end;
  max-width: 50vw;
  padding: 24px;
}

.zine-left {
  display: flex;
  max-width: 50vw;
  max-height: 100vh;
}

.zine-right {
  display: flex;
  max-width: 50vw;
}

 @media screen and (max-width: 1178px) {
  .zine-paragraph {
    font-size: 24px
  }
}

 @media screen and (max-width: 800px) {
   .zine-paragraph {
     font-size: 18px
   }
 }

@media screen and (max-width: 400px) {
  .zine-paragraph {
    font-size: 14px
  }
}
#zine {
  background-color: #f9f9fe;
  background-image: none;
  border-bottom: 1px solid #000;
  border-top: none;
}

@media screen and (max-width: 575px) {
  .zine-img {
    max-width: 95vw;
    padding: 0;
  }
  .zine-left {
    width: 100vw;
  }
  .zine-right {
    min-width: 100%;
  }
  #zine {
    display: flex;
    flex-direction: column;
  }
}
