@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff2') format('woff2'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    height: 100%;
}
body {
    background-color: #FFF;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
@media screen and (min-width:480px) {
    body {
        max-width:480px;
    }
    .contact {
        padding-bottom:5vh;
    }
}

.logo {
    position: relative;
    max-height: 30vh;
    margin-bottom: 5vh;
    max-width: 96%;
    height: 100%;
    width: 100%;
}

.logo img {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.contact {
    margin-top: 2em;
}

.txt {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: 'robotoregular';
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0em;
    word-spacing: 0em;
}
    a:link {
    color: #000;
    text-decoration: none;
}
    a:visited {
    color: #000;
    text-decoration: none;
}
    a:hover {
    color: #2f8d33;
    text-decoration: none;
}
    a:active {
    color: #000;
    text-decoration: none;
}
img {
    border:0;
}
    img a:link {
    border:0;
    text-decoration:none;
}
img a:hover {
    border:0;
    color:transparent;
    text-decoration:none;	
}

ul, li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul {
    margin-bottom: 1em;
}
