body{
    background-image: url("images\\tanBG.jpg");
    background-repeat: repeat;
    margin: 0px;
}

.wrapper{
    margin: 60 auto;
    display: grid;
    width: 700px;
}

.logo {
    width: 700px;
    height: 700px;
    background-image: url("images\\tinos-handmade_large.png");
    margin: 0 auto 0 -11px;
    justify-self: center;
}

.icon{
    height: 200px;
}


.text{
    text-align: center;
    font-family: "Mesquite Std medium",Georgia, 'Times New Roman', Times, serif serif;
}

.nav{
    display: flex;
    justify-content: space-between;
    font-size: xx-large;
    font-family: 'Stardos Stencil', cursive;
    padding: 0px 20px 0px 20px;
}

.heading{
    justify-content: center;
}

.frame{
    display: flex;
    justify-content: center;
}

.teamPics {
    height: 410px;
    width: 470px;
    position: absolute;
    top: 57px;
    left: 114px;
    z-index: -1;
    text-align: center;
}

.teamWrapper{
    position: relative;
}

.teamNames{
    font-family: 'Caveat', cursive;
    justify-self: center;
    cursor: pointer;
}

.teamNames.header{
    cursor: default;
}

.names{
    display: grid;
    justify-content: center;
    flex-direction: column;
}

a{
    text-decoration: none;
    color: black;
}

.sponsWrapper{
    display: flex;
}

p{
    padding: 0px 0px 0px 20px;
}

.center{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.posterWrapper{
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.poster{
    position: relative;
    width: 100%;
}
