/****** PLACE YOUR CUSTOM STYLES HERE ******/

.width-50 {
    max-width: 50%;
}

.bg-dark-to-light {
    background: -moz-linear-gradient(top, #292929 0%, #292929 44%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #292929 0%,#292929 44%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #292929 0%,#292929 44%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.anton {
   font-family: 'Abril Fatface', cursive;
}

.btn-main {
    background: #e31d3b;
    border: none !important;
    color: #fff;
}
.bordering {
    border: 4px solid #e31d3b;
    padding: 8px;
}

