body {
    margin: 0px auto;
    background-color: #f5f5f5;
}

.clearboth {
  clear:both;
}

h1 {
  font-family: peachy-keen-jf, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #221c31;
  text-decoration: none;
  margin: 0px auto;
  padding: 20px 20px 0px 20px;
  font-size: 200%;
  width: 980px;
}

h2 {
  font-family: franklin-gothic-urw, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #221c31;
  text-decoration: none;
  margin: 0px auto;
  padding: 10px 20px 15px 20px;
  text-align: left;
  font-size: 150%;
  width: 980px;
}

p {
  font-family: franklin-gothic-urw, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0px auto;
  padding: 0px 15px 15px 15px;
  width: 980px;
}


h3 {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0px auto;
  padding: 15px 0px 0px 0px;
  width: 980px;
}


h4 {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0px auto;
  padding: 15px 0px 0px 0px;
  width: 980px;
  }

h5 {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0px auto;
  padding: 15px 0px 0px 0px;
  width: 980px;
  color: #f5f5f5;
  }

header {
  width: 980px;
  height: 131px;
  margin: 0px auto;
  padding: 0px auto;
  background-color: ;
}


.logo {
  width: 344px;
  float: left;
  margin: 0px auto;
}

.backgroundofdivbkgd {
  height: 30px;
  margin: 0px auto;
  background-color: #221c31;
}

nav {
    height: 21px;
    padding: 5px;
    width: 980px;
    margin: 0px auto;
    background-color: ;
    text-align: right;
  }

nav a {
    font-family: peachy-keen-jf, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #f5f5f5;
    text-decoration: none;
    margin: 0px 20px 0px 20px;
    text-align: right;
}

nav a:hover {
    color: #ca9af7;
    font-weight: ;
    text-decoration: underline;
    text-align: center;
}

.spacer2 {
  background-color: #221c31;
  height: 5px;
  margin: 0px auto;
}

.columns1 {
  width: 980px;
  margin: 0px auto;
}

.container {
  margin: 0px 10px 15px 10px;
  float: left;
  position: relative;
  padding: 10px 0px 0px 0px;
  width: 300px;
}

.image {
  opacity: 1;
  width: 300px;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.2;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  font-family: peachy-keen-jf, sans-serif;
  font-weight: 400;
  color: #221c31;
  font-size: 16px;
  padding: 16px 32px;
  width: 300px;
  position: relative;
}

.copyright {
  height: 43px;
  background-color: #221c31;
  padding: 5px;
  margin: 0px auto;
}

.spacer1 {
  height: 43px;
  padding: 5px 0px 0px 10px;
  width: 980px;
  margin: 0px auto;
  background-color: #221c31;
  text-align: right;
  font-size: 100%;
}

footer {
  width: 980px;
  height: 150px;
  margin: 0px auto;
}

footer a {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0px auto;
  padding: 15px 0px 0px 0px;
  width: 980px;
}

footer a:hover {
    color: #ca9af7;
    font-weight: ;
    text-decoration: underline;
    text-align: center;
}

.footer1 {
  margin: 0px 0px 15px 0px;
  background-color: ;
  float: left;
}


.footer1 a:hover{
  border-bottom-style: solid;
  border-color: #221c31;
  padding: 0px 0px 15px 0px;
}

.footer2 {
  margin: 0px 0px 15px 0px;
  background-color: ;
  float: right;
}

.footer2 a:hover{
  border-bottom-style: solid;
  border-color: #221c31;
  opacity: 1;
}

.container2 {
  margin: 0px 0px 15px 10px;
  float: left;
  position: relative;
  padding: 20px 0px 0px 0px;
  width: 150px;

}
.container2:hover .image {
  opacity: .3;
}

.services2 {
    width: 980px;
    margin: 0px auto;
    background-color:;
}

.bottomleft {
  width: 460px;
  margin: 0px auto;
  background-color: ;
  float: left;
}

.bottomleft p {
  width: 460px;
  padding: 15px 0px 0px 0px;
}

.bottomright {
  width: 460px;
  margin: 0px auto;
  background-color:;
  float: right;
}

