/* #EE0055 */

@font-face {
    font-family: main;
    src: url(font.ttf);
}
html, body {
    margin: 0px;
    padding: 0px;
}
div, input, button {
    font-family: main, monospace;
    overflow: hidden;
    word-wrap: break-word;
}
a {
    color: black;
    outline: 0;
}

#top {
    position: relative;
    background: #EE0055;
}
#topCanvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 320px;
    width: 100%;
}
#topLogo {
    position: relative; /* proper z-positioning */
    margin: 20px;
    width: 280px;
    height: 280px;
}
#top h1 {
    margin: 0px 32px;
    font-size: 64px;
    font-weight: 100;
}
#top h2 {
    margin: 12px 32px 32px;
    font-size: 32px;
    font-weight: 100;
}

#main a:focus {
    color: #EE0055;
}
.main {
    margin: 32px auto;
    width: 90%;
    max-width: 800px;
}
#main h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 100;
}
#hodlers {
    margin: auto;
    max-width: 400px;
}
#hodlers div div {
    margin: 0px 8px 16px;
    border: 1px solid #EE0055;
    background: #FAFAFA;
}
#hodlers h3 {
    margin: 16px;
    text-align: center;
    font-size: 20px;
}
#hodlers p {
    margin: 8px;
}
#hodlers .address {
    font-size: 10px;
}

#bottom {
    position: relative;
    height: 128px;
    min-height: 38vh;
    background: #EE0055;
    text-align: center;
}
#bottom a {
    display: inline-block;
    margin: 32px 8px 0px;
    padding: 2px;
    text-decoration: none;
}
#bottom a:focus {
    text-decoration: underline;
}
#bottom h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #EE0055;
    font-size: 16px;
    font-weight: 100;
}

@media (hover: hover) {
    #main a:hover {
        color: #EE0055;
    }
    #bottom a:hover {
        text-decoration: underline;
    }
}

@media (min-width: 600px) {
    #top h1 {
        position: absolute;
        top: 40px;
        left: 280px;
    }
    #top h2 {
        position: absolute;
        top: 200px;
        left: 280px;
    }
    #bottom a {
        margin: 32px 7vw 0px;
    }
}
@media (min-width: 680px) {
    #hodlers {
        max-width: 800px;
    }
    #hodlers .hodler {
        float: left;
        width: 50%;
    }
    #hodlers div div {
        min-height: 180px;
    }
}
@media (min-width: 1360px) {
    #hodlers {
        max-width: 1600px;
    }
    #hodlers .hodler {
        float: left;
        width: 25%;
    }
}