body, html {
    /*height: 100%;*/
    min-height: 100%;
}

body {
    color: white;
    font-family: "kelson_sanslight";
    font-weight: 100;
    font-size: 18px;
    line-height: 1.66;
    background:  #0f131a ;
    position: relative;
    padding-bottom: 100px;
}


.container {
    margin: 0 auto;
    max-width: 1170px;
    min-width: 1170px;
}

.orange {
    color: #ff7800;
}

h1, h2, h3 {
    font-family: "kelson_sansbold";
    text-transform: uppercase;
    font-size: 70px;
}

h3 {
    margin-bottom: 50px;
}

b {
    font-family: "kelson_sansbold";
}

.title {
    margin-top: 70px;
}


.subheader__line {
    width: 190px;
    height: 10px;
    background: #ff7800;
}

.footer-img {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 549px;
    bottom: 100px;
    background: #0F131A url("/img/torneo_bf.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -3px;
}

.head-img {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: #0F131A url("/img/torneo_b1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}

.over-ptrn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: url("/img/ptrn.png");
    z-index: -1;
}

a, a:hover, a:focus {
    text-decoration: underline;
    color: #8bc2ff;
}

a:hover {
    color: #71a5de;
}

.column:first-child {
    padding-right: 40px;
}

.column:last-child {
    padding-left: 40px;
}