.pdtp {
    padding-top: 50px;
}

ul {
    list-style: none;
}

#fblogo {
    max-height: 30px;
}

html,body {
    background-color:#e4e4e4;
}

.thumbnail {
    cursor: pointer;
}

#bigFrame {
    width: 100%;
    animation: ease-in-out 2s;
}

#bigImgTitle {

}

.thumbnail:hover  {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(58,47,126,0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(58,47,126,0.75);
    box-shadow: 0px 0px 5px 3px rgba(58,47,126,0.75);
    }

button {
    background-color: rgb(58,47,126) !important;
    border: 0px;
}

button:hover {
    background-color: #e4e4e4 !important;
    transition: 0.5s;
}

.fullwidth {
    width:100%;
}