body {

  font-family: Helvetica;
  color: #000;
  margin: 0;
  padding: 0;
}



.nav-bar {
  height: 280px;
  padding: 30px;
  color: white;
  background-color: #222731;
}

.section-name {
  text-align: center;
  font-size: 60px;
}
.section-desc {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #6ddce9;
  padding-bottom: 10px;
}
.arrow {
  text-decoration: none;
  color: white;
  outline: none;
  position: absolute;
  top: 10;
  left: 10;
  max-width: 40px;
}






.swiper-container {
  background-color: #3d738b;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 960px;
  height: 540px;
}

.swiper-slide .videoSpace{
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 10;
  bottom: 0;
  align-items: center;
}

.swiper-slide .videoSpace iframe {
  width: 100%;
}




.ending {
  height:75px;
  /* margin-bottom: 10px; */
  padding: 10px;
  color: #6ddce9;
  background-color: #222731;
}
#contactInfo span {
  text-align: center;
  display: block;
  font-size: 10px;
  padding-bottom: 5px;
}
