.section.hero {
    /*    padding-top: 108px; */
    /*    padding-bottom: 135px; */
    background-image: linear-gradient(315deg, rgba(17, 201, 247, 0.59), rgba(69, 110, 196, 0.51) 49%, rgba(113, 32, 153, 0.45)), url("../images/pball-img001.jpg");
    /*    background-position: 0% 0%, 50% 50%; */
    /*    background-size: auto, cover; */
    /*    background-repeat: repeat, no-repeat; */
    /*    background-attachment: scroll, fixed; */
    /*    color: #fff; */
    /*    text-align: center; */
}


.padded-column.picture {
    height: 366px;
    background-image: url("../images/pball-img003.jpg");
    /* background-position: 50% 50%;*/
    /* background-size: cover; */
}


.padded-column.picture2 {
    height: 366px;
    background-image: url("../images/paintball-team3.jpg");
    background-position: 50% 50%;
    background-size: cover;
}


:root {
    --sz_logo: 0px;
}

.tt_logo_cont {
    width: var(--sz_logo);
    height: var(--sz_logo);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.tt_logo {
    background-image: url("../images/logo256.png");
    background-position: 50% 50%;
    background-size: cover;
    height: var(--sz_logo);
}

.bot10 {
    margin-bottom: 10px;
}

.reqf {
    color: aquamarine;
    padding-top: 5px;
    padding-bottom: 5px;
}


.roboto-up {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.pad-top5 {
    padding-top: 5px;
}

