  body {
    background: #ffffff;
  }
  body, html {
    height: 100%;
  }
  #main {
    height: 100%;
  }
  section {
    padding: 13% 0;
    height: 100%;
  }
  #dot-nav{
    right: 10px;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    z-index: 999;
  }

  #dot-nav ul {
    list-style: none;
    margin:0;
    padding: 0;
  }
  #dot-nav li {
    position: relative;
    background-color:#ccc;
    border:3px solid #bdc3c7;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    padding: 5px;
    height: 10px;
    margin: 10px 10px 0px 0px;
    width: 10px;
    vertical-align:bottom;
  }
  #dot-nav li.active, #dot-nav li:hover {
    background-color: #fff;
  }

  #dot-nav a {
    outline: 0;
    vertical-align:top;
    margin: 0px 0px 0px 25px;
    position: relative;
    top:-5px;
  }
  .awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: black;
    color: #f5f5f5;
    border: 1px solid #fff;
  }
  .awesome-tooltip + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid black;
  }
  .top50{
    top:50%;
  }

  #services{
    padding:0px;
    margin:0px;
    text-align:center;
    font-size:80px;
  }
  #designs{
    padding:0px;
    margin:0px;
    text-align:center;
    font-size:80px;
  }

  .navback{
    width:100%;
    height:50px;
    background-color: rgba(255,255,255,0.8);
    bottom:0px;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }