.nav-link {
    font-family: agenda, sans-serif;
    font-weight: 500;
}

.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%;
}

ul{
    padding: 0;
}

.headerButton {
    display: flex;
    justify-content: space-between !important;
    margin: 0;
    padding: 10px 0;
    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/cleaning4.jpeg);
    background-repeat: no-repeat;
    background-position: center top -150px;
    background-size: cover;
}

.headerimg2 {
	width: 100%;
	height:60vh;
	overflow: hidden;
	position: relative;
    background-image: url(../images/carcleaning.jpg);
    background-repeat: no-repeat;
    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;
}

a {
	color:steelblue;
}

a:hover {
	text-decoration: none;
	color:black;
}

body {
  overflow-x: hidden;
  font-family: agenda, sans-serif;
  font-weight: 400;
  color: #fff;
}

.wide {
	max-width: 100%;
	margin:auto;
}

.button {
	height:40px;
	width:150;
	background-color:#386088;
	border-radius: 9px;
}

body {
	background-color: black;
}

.landingH {
    height: 25vh;
    min-width:100%;
    background-color: #000;
    margin: auto;
    color: aliceblue;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding:5vw;
}

.landing {
    height: 25vh;
    min-width:100%;
    background-color: #000;
    margin: auto;
    color: aliceblue;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding:5vw;
}

.landingW {
    height: 25vh;
    min-width:100%;
    background-color: white;
    margin: auto;
    color: #5E9AD6;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding:5vw;
}

.landing img {
    width:60vh;
    height: auto;
}

.landingH img {
    width:60vh;
    height: auto;
}

.carimg {
    width: 15vh !important;
}

.landing h2{
    font-size: 3vw;
    padding-left: 30px;
    padding-right: 30px;
}

.landingW img {
    width:25vw;
    height: auto;
}

.landingW h2{
    font-size: 3vw;
    padding-left: 30px;
    padding-right: 30px;
}

.phone a:hover {
    color:#fff !important;
}

.landing button {
    margin-top: auto;
    margin-bottom: auto;
}

.landingW button {
    margin-top: auto;
    margin-bottom: auto;
}


.splashWrapper {
    height: 100vh;
    width: 100vw;
    background-color: #000 !important;
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    animation-name: slideOut;
    animation-fill-mode:forwards;
    animation-duration: 1.2s;
    animation-delay: 2.1s;
}

.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;
}

.footer {
    color: white;
	padding-top: 150px;
	padding-bottom: 50px;
}

.footer p{
    font-size: 11px;
}

.footer img{
    padding-right: 20px;
}

@keyframes slideOut {
    from {margin-left:0vw;}
    to {margin-left:-100vw;}
}

.splashIMG {
    height:auto;
    width:50vw;
}

.justright {
    display:flex;
    justify-content: end;
    align-items: flex-end;
}

@media (max-width: 500px) {
	.width {
		max-width: 95vw;
		margin:auto;
	}

	.title {
		font-size: 2.2em;
		margin-top:55px;
		margin-bottom:35px;
		color: white;
	}

    .landing {
        height: 28vh;
        display: flex;
        flex-flow: column nowrap;
    }

    .landingW {
        height: 28vh;
        display: flex;
        flex-flow: column nowrap;
    }

    .landingH {
        height: 16vh;
    }

    .landing h2{
        font-size: 3.5vh;
        padding-top:5px;
        padding-bottom:5px;
        margin: auto;
        text-align: center;
        align-items: center;
    }

    .landingW h2{
        font-size: 3.5vh;
        padding-top:5px;
        padding-bottom:5px;
        margin: auto;
        text-align: center;
        align-items: center;
    }

    .landingW button{
        justify-content: center;
        margin-top: auto;
        margin-bottom: auto;
    }
    .landing button{
        padding-top:5px;
        padding-bottom:5px;
        margin: auto;
        text-align: center;
        align-items: center;
    }

    .landing img{
        height:7vh;
        width:auto;
    }

    .landingH img{
        height:7vh;
        width:auto;
    }

    .carimg{
        height:7vh;
        width:auto !important;
    }

    .splashIMG{
        width:100vw;
    }
    
 }

 @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;
      }
      
      .headerimg {
        width: 100%;
        height:40vh;
        overflow: hidden;
        position: relative;
        background-image: url(../images/cleaning4.jpeg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .clients{
        margin-top:15px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .headerText {
        font-size: 3vh;
    }

  }