	body{
			    background-color: #2E3638 !important;
		}
        div#particles-js {
         position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}   
/*Navigation*/

/* Important styles */
#toggle {
   display: block;
    width: 28px;
    height: 30px;
    /* margin: 30px 897px 10px; */
    position: fixed;
    right: 2%;
    z-index: 211;
        top: 4%;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
         position: fixed;
    color: #fff;
    width: 200px;
    padding: 10px;
    margin: 0;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    text-align: right;
    background-color: #22222259;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    z-index: 211;
    right: 2%;
    top: 7%;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block; 
}
ul, li, li a {
 
  margin: 0;
  padding: 0;
}
li a {
 padding: 2px;
  color: #fff ;
  text-decoration: none;
  transition: all .2s;
  font-size:14px;
  text-transform: uppercase;
}
li a:hover,
li a:focus {

  color: #000;
  text-decoration: none;
}
#menu ul li {
    display: block;
    list-style: none;
}

/* demo styles */
body { background: #eee; color: #555;font-family: 'Ubuntu', sans-serif !important; }
p, p a { font-size: 13px;text-align: center; color: #bebebe; }


/*Navigation*/
.pad{
    margin-top: 7%;
    margin-bottom: 5%;
}

/*align*/
.alg{
            margin-top: 5%;
    text-align: center;
    margin-bottom: 5%;
    color: rgb(141, 196, 223);
}
/*align*/
li{
  color: #fff;
    font-size: 16px;
    line-height: 2em;
}
.bg{
        background-image: url(../img/worn-dots.png);
}
.bar{
    border:1px solid #fff;
}

.rect {
    width: 130px;
    height: 300px;
    background-color: #51a9df;
    margin-left: 242px;
    box-shadow: -97px 1px 1px #777;
}
p{
	color: #fff !important;
	font-size: 16px;
}
i.fa.fa-handshake-o {
       margin-right: 2%;
    font-size: 82px;
    color: #FFF;
    font-weight: 100;
}

.nol{
	border-right: 4px solid #868686;
}

