#cd-nav {
    float: left;
    height: 55px;
    margin-left: 0%;
    clear: none;
    width: 100%;
    background-color: rgb(13, 23, 26);
}

.parallax-background{
  background: transparent url('../img/PS_web.jpg') no-repeat; 
  -webkit-background-size:cover; 
  -moz-background-size:cover; 
  -o-background-size:cover; 
  background-position:center center;
  background-size:cover;
}

#image {
    float: left;
    width: auto;
    max-width: none;
    height: 80%;
    margin-left: 1%;
    margin-top: 5px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
    padding-top: 0px;
}

#image:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#image1 {
    float: right;
    width: 44px;
    max-width: none;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 8px;
    margin-right: 0.76393698%;
}

#image1:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#image2:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#image2 {
    float: right;
    width: 44px;
    max-width: none;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 8px;
    margin-right: 0.63408934%;
}

#footer {
  float: left;
  height: auto;
  margin-left: 0%;
  margin-top: 0px;
  clear: none;
  width: 100%;
  background-color: #101D21;
  margin-right: 0%;
}


#socialdiv{
  display:block;
  margin:0 auto;
  width:90px;
}

#text6 {
  float: none;
  font-size: 1em;
  width: 70.665253%;
  height: auto;
  text-align: center;
  font-weight: 500;
  margin-left: auto;
  margin-top: 10px;
  clear: none;
  min-height: 0px;
  display: block;
  margin-right: auto;

}

#socialfooter{
  display: inline;

}

#tw {

  float: left;
  width: 44px;
  max-width: none;
  height: auto;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  padding-bottom: 2px;

}

#fb {

  float: right;
  width: 44px;
  max-width: none;
  height: auto;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  padding-bottom: 2px;

}

@media (max-width: 375px) {
   .inline li img{
    width: 50px;
    height: 50px;
  }

  .inline li {
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }
}


.footer li a {
    opacity: 1;
    margin-left: 1.1em;
    border-bottom: none;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
.footer li a:hover {
    color:gray;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }


.footer {
  float: left;
  height: auto;
  margin-left: 0%;
  margin-top: 0px;
  clear: none;
  width: 100%;
  background-color: #101D21;
  margin-right: 0%;
}

.footer li{
  font-weight: 300;
  display:  inline;
  color:  white;
  padding-left:   10px;
  padding-right:   10px;
  font-family: 'Source Sans Pro', sans-serif;

}

#socialdiv{
display:block;
margin:0 auto;
width:90px;



}


#tw {

  float: left;
  width: 44px;
  max-width: none;
  height: auto;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  padding-bottom: 2px;

}

#fb {

  float: right;
  width: 44px;
  max-width: none;
  height: auto;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  padding-bottom: 2px;

}