body, html {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, sans-serif;
  background-color: #3d738b;
}
.nav-bar {
  height: 280px;
  padding: 30px;
  color: white;
  background-color: #222731;
}
.section-name {
  color: white;
  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;
}



.mid {
  text-align: center;
}
.mid-white {
  text-align: center;
}
#nav {
  color: #222731;
  margin: 30px;
  /* width: 100%; */
  /* text-align: center; */
}
.link {
  display: inline-block;
  text-align: center;

  /* float: left; */
  margin: 5px;
  cursor: pointer;
}
.hidden {
  display: none;
}


.btn{
  color: #fefefe;
  font-size: 15px;
  border: 1px solid #222731;

  text-decoration: none;
  outline: none;

  background: #222731;
  height: 50px;
  width: 150px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 5px;

  transition: 0.8s;
}
.btn:hover {
  border: 1px solid #6ddce9;
  background: none;
  cursor: pointer;
  color: #6ddce9;
}


#content {
  display: inline-block;
  width: 70%;
  /* height: 60%; */
  /* height: 600px; */
  background-color: white;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  padding: 10px;

  margin-top: 30px;
  margin-bottom: 100px;
}
p {
  color: #222731;
}
.work-title {
  padding: 10px;
  color: #222731;
}

.videoSpace {
  margin-top: 60px;
}
video {
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 90%;
  min-height: auto;

  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.mid img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 90%;
  min-height: auto;

  border-bottom: 1px solid #ccc;
}

/* .videoSpace iframe {
  min-width: 100% !important;
} */

iframe {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;

}
