body {
    background-image: url('/assets/images/background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    min-height: 100vh;
}

body {
    overflow-y: auto;
    margin: 0;
}

nav {
    display: flex;
    justify-content: end;
    gap: 12px;
    padding: 12px;
}

nav img {
    height: 24px;
    transition: 0.3s scale ease-in-out;
}

nav img:hover {
    scale: 1.05;
}

header {
    display: flex;
    justify-content: center;
}

#title {
    display: inline-block;
    text-align: center;
    font-size: 44pt;
    position: relative;
    text-align: center;
    margin: 0;
}

body {
    overflow-x: hidden;
}

.logo {
    padding: 0;
    margin: 0;
}

#rotated {
    font-size: 20pt;
    position: absolute;
    transform: rotate(-11deg);
    bottom: 1ch;
    right: -7ch;

    font-family: 'DynamoCom';
    text-transform: uppercase;
    font-weight: bold;

    line-height: 22px;
}

#rotated span {
    display: inline-block;
}

#rotated .full {
    color: #036E86;
}

#rotated .outline {
    -webkit-text-stroke: 1px #036E86;
    color: white;
    margin-left: 10ch;
}

footer {
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

footer * {
    color: #72A7B4;
}

footer a {
    text-decoration: none;
    font-family: 'Montserrat';
}

footer #email {
    font-weight: bold;
    font-style: italic;
}

footer h3 {
    font-family: 'Aleo';
    font-weight: bold;
    font-style: italic;
}

#contacts {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#tees {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;

    list-style: none;
    padding: 20px;
}

.tee {
    background-color: #036E86;
    color: #fff;
    width: 300px;
    border-radius: 25px;
    padding-bottom: 8px;
}

.tee a {
    color: #fff;
}

.tee span.teeName, .tee span.logo {
    text-align: center;
    width: 300px;
    display: inline-block;
}

.tee img {
    width: 100%;
}

.tee .teeName {
    text-transform: uppercase;
    font-family: 'Barriecito';
}
