html{
    min-height:100%;
}

body { 
   background-image: url("./img/background.jpg");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}

.wrapper{
    width:100%;
}

ul{
    list-style: none;

}

#navigation {
    display:table; 
    margin:0 auto; 
    text-align:center; 
    margin-bottom: 6rem;
    }
    #navigation ul {
    list-style:none;
    display:inline-block; 
    }
    #navigation ul {
    display:inline; 
    }
    #navigation li {
    display:inline;
    }
    #navigation a {
     color:#D3D3D3;
    float:left;
    text-decoration:none; 
    padding: 14px 10px 0px 10px; 
    }
    #navigation a:hover {
        color:#fff;
    }

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
}


.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	border-radius:100%;
	text-align:center;
	width: 60px;
	height: 100%;
	font-size:20px;
    color: #D3D3D3;
    border: 5px solid;

}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}
.info{
    margin-bottom: 6rem;
}
.info p{
    color:#D3D3D3;
    letter-spacing: 0.5em;
    text-align:center; 
    font-size:15px;
}

.info a{
    color:#D3D3D3;
    text-decoration: underline;
    letter-spacing:0.5em;
    
  
}

.info a:hover{
    color: #D3D3D3;
}

.wrapper{
    margin-top: 6rem;
}

.pumping_mgmt{
  width: 100%;
  max-width: 450px;
  height: auto;
}
