@import url('./Gotham/stylesheet.css');

body {
    background-image: url('../img/BG.jpg');
    background-position: center;
    background-attachment: fixed;
}

#headLogo {
    width: 40%;
    display: block;
    margin: auto;
}

h1 {
    font-family: 'gothambold',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100%;
    text-align: center;
    color: #004882;
    text-transform: uppercase;
}

.block {
    display: block !important;
}

.fullsize {
    width: 100% !important;
}
