
a:hover {
  text-decoration: none;
}

a {
  color:black;
  text-decoration: none!important;
}

a:visited {
  text-decoration: none!important;
}

a:active {
  text-decoration: none!important;
}

.bkg{
  background: url("Clouds.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:750px;
}

h1{
  font-size:65px;
  font-weight:bold;
  margin-bottom: 20px;
}

.title > p{
  font-size:20px;
  font-weight:bold;
}

h2{
  margin-top: 15px;
}

.social img {
  width:160px;
  height:160px;
}

#amazon{
  width:250px!important;
}


.wrapper {
  text-align:center;
}

.livre{
  margin-top:100px;
}

.livre img{
  margin:auto;
  max-width:280px;
  text-align:center;
}

.hook > img {
  margin-top:65px;
}


.commentsLink {
  margin-top:45px;
  margin-bottom: 45px;
}


.copy p{
  padding-top:25px;
}

.main-content{
  margin-bottom: 50px;
}


footer{
  margin-top:10px;
  background-color:#d2ddea;
  color:black;
  height:75px;
}


/*-------------media queries--------------*/

@media only screen and (max-width:450px){


    footer{
      width:100%;
    }





}
