﻿html {
    overflow-y: scroll;
}

body {
    padding-top: 3.5rem;
}

.jumbotron {
    background-image: url('../images/pier.jpg');
    background-image: linear-gradient(to right, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 75%), url('../images/pier.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: unset;
    color: slategray;
    font-weight: 400;
}

.jumbotron h1 {
    font-weight:500;
}

.logos {
    text-align: center;
}

    .logos img {
        max-height: 120px;
        width: auto;
        padding: 10px;
    }

.federation {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
}
