/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/* my custom css */
/* my custom css */
/* my custom css */
@font-face {
font-family: "Code";
src: url("Code.ttf");
}
.flex-col{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
}
.wide, main{
    width:100%;
}
html{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    height:100svh;
}
body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #e0e0e0;
    line-height: 2;
    width:90%;
    height:100%;
    max-width: 500px;

}
main{
    flex:1;
}
h1 {
    color: grey;
    border-bottom: 2px solid #444;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size:52px;
    font-family:"Code", monospace;
}
h3{
    margin-bottom:12px;
    font-weight:800;
    font-size:20px;
}
.contact-info, .links{
    margin-top: 30px;
    padding: 30px;
    box-sizing:border-box;
    background-color: #1e1e1e;
    padding: 15px;
    border-radius: 8px;
    width:100%;
}

.contact-info p {
    font-size:18px;
}

a{
    color:hsl(180, 100%, 85%);
}

.logo-box{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
}

#logo{
    height:140px;
    padding-bottom: 20px;
    padding-top: 10px;
}

    /* @media (max-height: 840px){ */
    /*     height:90px; */
    /* } */
    /* @media (max-height: 720px){ */
    /*     height:60px; */
    /* } */
/* @media (max-height: 840px){ */
/*     #logo{ */
/*         height:90px; */
/*         } */
/* } */
@media (max-height: 720px){
    #logo{
        height:60px;
    }
}
#tannerr{
    font-size:40px;
}

