.nav-link {
    font-family: agenda, sans-serif;
    font-weight: 600;
}

.width {
	max-width: 70vw;
	margin:auto;
}

.wider {
	margin-left: 0em !important;
	margin-right: 0em !important; 
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 100%;
}

.img {
	height:auto;
	width:100%;
}

.img2 {
	height:auto;
	width:88%;
}

.img3 {
	height: auto;
	width: 100%;
	position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
	/*opacity: .5; */
}

.aligncenter {
    height: 38px;
    display: flex !important;
    align-items: center !important; /* align vertical */
}

.clients{
	margin-top:25px;
}

.marginTop {
    margin-top: 65px;
}

.headerimg {
	width: 100%;
	height:60vh;
	overflow: hidden;
	position: relative;
    background-image: url(../images/cleaning.jpeg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.headerText {
    font-size: 4vh;
}

.bodyText {
    font-size: 2.5vh;
}

.subHeaderText {
    font-size: 3vh;
}

.title {
	margin-top:85px;
	margin-bottom:65px;
}

.center {
	display:flex;
	justify-content: center;
  align-content: center;
  text-align: center;
}

.active .nav-link{
    color:#3d658d!important; 
}

a {
	color:steelblue;
}

a:hover {
	text-decoration: none;
	color:black;
}

body {
  overflow-x: hidden;
  background-color: white;
  font-family: agenda, sans-serif;
  font-weight: 400;
  color: #5E9AD6;
}

.wide {
	max-width: 100%;
	margin:auto;
}

.marginbottom {
  margin-bottom: 15px;
}

.btn-info, .btn-info:active, .btn-info:visited .btn-info:focus{
    background-color: #5E9AD6 !important;
    border: none !important;
}

a .btn-info:hover{
    background-color: #4f81b3 !important;
}

nav a{
	color:#5E9AD6 !important;
}

nav a:hover {
   color:#4774a1 !important;
}

.footer {
	padding-top: 150px;
	padding-bottom: 50px;
}

.footer p{
    font-size: 11px;
}

.footer img{
    padding-right: 20px;
}

@media (max-width: 500px) {
	.width {
		max-width: 90vw;
		margin:auto;
	}

	.title {
		font-size: 2.2em;
		margin-top:55px;
		margin-bottom:35px;
	}
 }

 @media screen and (max-width: 800px) {
    .wrapper {
        display: table; 
        width: 100hw;
        margin-left:0px;
        margin-right:0px;
      }

      .wrapper div:nth-child(1) {
        display: table-footer-group; 
      }

      .wrapper2 {
        display: table; 
        width: 100hw;
      }
      .wrapper div:nth-child(2) {
        display: table-footer-group; 
      }

      .padder {
        margin-left:20px;
        margin-right:20px;
        margin-top:0;
        margin-bottom:0;
      }

      .container {
        margin-left: 0px;
        margin-right: 0px;
      }
      
      .img {
        width:100;
        height: auto;
      }

      .headerText {
        font-size: 3vh;
    }


  }