
    * {
    margin: 0;
    }
    html, body {
    height: 100%;
    }
    .wrapper {
    min-height: 100%;
    height: auto !important;
    /*height: 100%;*/
    margin: 0 auto -4.7em;
    }
    footer {
    height: 4em;
    }



body {
    overflow-x: hidden;


background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,52,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(51,52,52,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,52,52,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,52,52,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,52,52,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(51,52,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333434', GradientType=0 );

font: normal 14px "Times New Roman", Georgia, Serif;

}

.puma {

  padding: 0;
  margin: 0;
  background-color:transparent;
  margin: 0 auto;
  margin-top: 100px;
  min-height: 100%;

}


.puma-image {
    max-width: 100%;
    margin-bottom: 50px;
}

.wrapper p {
    text-align: center;
    color: #d9c78b;
    letter-spacing: 1px;
    font-size: 14px;
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #d9c78b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

footer {
    color: #d9c78b;
    padding-bottom: 30px;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: transparent;
}
