 body {
   background: #1a1a1a;
}
    p {
       font-size: 17px;
}
    section a {
        color: #27708C !important;
   }

    #toTop {
        width: 2em !important;
    }

   div.wrap {
       background: #fff;
       padding-top: 70px;
       padding-bottom: 70px;
       border-radius: 0 0 5px 5px;
       min-height: 100vh;
}
    .intro, #course-title {
        margin: 0 auto;
    }
    .navbar {
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }
    .title {
        font-family: 'Slabo 27px', serif !important;
        font-size: 40px;
    }
    .intro {
        font-family: 'Slabo 27px', serif !important;
        font-size: 75px;
        margin-bottom: 10px;
}

    .projects a {
        color: #333 !important;
    }

    .projects {
        background: rgba(231, 231, 231, 0.5);
        border-radius: 4px;
        padding: 0.4em;
        -webkit-transition: color .3s ease-in, background .3s ease-in;
        -moz-transition: color .3s ease-in, background .3s ease-in;
        -o-transition: color .3s ease-in, background .3s ease-in;
        transition: color .3s ease-in, background .3s ease-in;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .projects:hover {
        background: rgba(38, 38, 38,0.8);

    }

    .projects:hover h3, .projects:hover p {
        color: #fff !important;
    }

    footer {
    max-height: 100%;
    text-align: center;
    padding: 0.5%;
    background-color: rgba(26, 26, 26, 0.8);
    color: aliceblue;
    position: fixed;
    bottom: 0;
    width: 100%;
    }

    #behance {
        width: 29px;
    }

    /* If videos have a 4 : 3 aspect ratio use this one. */
    .vimeo43 {
        position: relative;
        padding-bottom: 75%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }

    /* Use this class for videos with 16 : 9 aspect ratio. */
    .vimeo {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }

    .vimeo iframe, .vimeo43 iframe {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*Controls title size. */
@media (max-width: 768px) {
  .intro {
        font-size: 40px;
}
}
 /*
 * Open dropdowns on hover instead of click.
 */
@media (min-width: 768px) {
  .dropdown:hover {
    background: #e7e7e7;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

    .vimeo {
        width: 100%;

    }
}

/*
 * The following is needed since the dropdowns are <div>
 * elements instead of <a> elements
 */
.nav > li > div {
  position: relative;
  display: block;
  padding: 10px 15px;
  cursor: default;
}
.navbar-nav > li > div {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.navbar-default .navbar-nav > li > div {
  color: rgb(119, 119, 119);
}
.navbar-collapse.collapse {
  display: none;
}
.dropdown-open {
  background: #e7e7e7;
}
