body{
  background-color: white;
  zoom: 200%;
  -moz-transform: scale(200%);
    -moz-transform-origin: 0 0;
}

header {
  width: 100%
  margin: 0px auto;
font-style: Arial;
background-color: #F0F0F0;
color: grey;
}

ul.DOW{
  text-align: left;
}

 #map {
   width: 60%;
   float: right;
   height: 200px;
   background-color: grey;
 }

 #mapc{
   width: 100%;
   height: 275px;
   margin-left: auto;
   margin-right: auto;
   background-color: grey;
 }

nav {
  text-align: center;
font-style: arial;
background-color: #FFFFFF;
}

h1{
  text-align: center;
font-style: arial;
font-size: 25px;
}

#container {
  max-width: 960px;
  margin: 0 auto;
font-style: arial;
background-color: #FFFFFF;
}

#left {
  float: left;
  font-size: arial;
  width: 20%;
background-color: #FFFFFF;
}

h2{
  font-style: Arial;
  color: black;
  text-align: center;
  font-size: 20px;
}

h3{
  float: left;
  text-rendering: auto;
font-style: arial;
background-color: #FFFFFF;
}

input{
  color: grey;
  text-align: center;
}

#mainC {
  text-align: center;
background-color: #FFFFFF;
font-style: arial;
}

#mainAlt {
  text-align: center;
background-color: #336999;
font-style: arial;
color: white;
}

#mainAltP {
  text-align: left;
  text-indent: 30px;
background-color: #336999;
font-style: arial;
color: white;
}


#mainP {
  width: 100%;
  text-align: left;
  text-indent: 30px;
background-color: #FFFFFF;
font-style: arial;
}

#main {
  text-align: left;
background-color: #FFFFFF;
font-style: arial;
}

.menu td {
  float: right;
  padding: 0px;
  background-color: #336999;
  border: 0px solid grey;
  border-radius: 0%;
  text-align: center;
  color: white;

}

#services td {
  margin: 0 auto;

}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}


p{
  width: 100%
  font-style: arial;
  color: black;
}

footer {
  width: 100%;
  clear: both;
font-style: arial;
background-color: grey;

}

.centertxtimg{
  z-index: 100;
position: absolute;
color: white;
font-size: 24px;
font-weight: bold;
left: 22%;
bottom: 45%;
}

.centertext {
  text-align: center

}

        .slider-holder{
            width: 935px;
            height: 400px;
            background-color: yellow;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            text-align: center;
            overflow: hidden;

          }

        .image-holder{
            width: 14025px;
            background-color: grey;
            height: 400px;
            clear: both;
            position: relative;

            -webkit-transition: left 2s;
            -moz-transition: left 2s;
            -o-transition: left 2s;
            transition: left 2s;

        }

        .slider-image{
            float: left;
            margin: 0px;
            padding: 0px;
            position: relative;
        }

        #slider-image-1:target ~ .image-holder{
            left: 0px;
        }

        #slider-image-2:target ~ .image-holder{
            left: -935px;
        }

        #slider-image-3:target ~ .image-holder{
            left: -1870px;
        }
        #slider-image-4:target ~ .image-holder{
            left: -2805px;
        }
        #slider-image-5:target ~ .image-holder{
            left: -3740px;
        }
        #slider-image-6:target ~ .image-holder{
            left: -4675px;
        }

        .button-holder{
            position: relative;
            top: -20px;
        }

        .slider-change{
            display: inline-block;
            height: 10px;
            width: 10px;
            border-radius: 5px;
            background-color: #336999;
        }

        #logo{
          float: left;
          top: 0px:
          left: 0px;
          padding-right: 125px;
        }

        .fa {
          padding: 20px;
          font-size: 30px;
          width: 50px;
          text-align: center;
          text-decoration: none;
        }

        .fa:hover {
          opacity: 0.7;
        }

        .fa-facebook {
          background: #3B5998;
          color: white;
        }

        .fa-linkedin {
          background: #55ACEE;
          color: white;
        }
