html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: 'Roboto';
  font-weight: lighter;
}

header {
  width: 100%;
  height: 100vh;
 /* background: url(bg.jpg) no-repeat center center;*/
  background-size: cover;
}

.content {
  width: 94%;
  margin: 4em auto;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.logo {
  line-height: 50px;
  position: fixed;
  float: left;
  margin: 0 46px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
}

nav ul {
  line-height: 60px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: right;
  margin: 0;
  padding-right: 40px;
  transition: 1s;
}

nav.white2 ul {
  background: rgba(255, 255, 255, 0.80);
}

nav ul li {
  display: inline-block;
  padding: 16px 40px;;
  color: black !important;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.menu-icon {
  line-height: 60px;
  width: 100%;
  background: rgba(255, 255, 255, 0.80);
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #000;
  display: none;
}

@media(max-width: 786px) {

  .logo {
    position: fixed;
    top: 0;
    margin-top: 0;
  }

  nav ul {
    max-height: 0px;
    background: rgba(255, 255, 255, 0.80);
  }

  nav.white2 ul {
    background: rgba(255, 255, 255, 0.80);
  }

  .showing {
    max-height: 34em;
  }

  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    text-align: center;
  }

  .menu-icon {
    display: block;
  }

}

.no-gutter-card-deck.card-columns {
  column-gap: 0;
}

.no-gutter-card > .card {
  margin: 0 !important;
}
#cols{
  column-gap: 0 !important;
}

.menu ul li a{
  color: black;
  cursor: pointer;
  font-weight: 900;
}
.portfolio:hover{
  cursor: pointer;
  opacity: 0.95;
}
b, strong{
  font-weight: bold !important;
}

.form-control{
  margin: 10px !important;
  background: #EFEFEF !important;
  border: none !important;
  border-radius: 0 !important;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#vid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(dot.png) repeat;
}