@import "fonts.css";

* {
    box-sizing: border-box;
}

.heavy { font-weight: 900; }

body, html {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

body {
    background: white;    
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", 
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    text-align: center;
    font-size: 15px;
    color: #191a1a;
}

#layout-table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.index #mast {
    margin-top: 60px;
}


#content-row {
    height: 100%;
}

#footer-row {
    padding: 40px;
}

body.index {
    font-size: 0;
}


#logo {
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 20px auto 10px auto;
}

.phrase {
    font-size: 26px;
    margin: 20px auto 50px auto;
    line-height: 33px;
}

a.card {
    text-decoration: none;
}

.card {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 16px;
    width: 340px;
    height: 200px;
    font-family: AvenirNext, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: white;
    padding-top: 8px;
}

.card img {
    cursor: pointer;
    display: block;
    margin: 12px auto;
}

.tile38.card {
    background: black;
}

a.card:hover {
    background: black;
}

.tile38.card img {
    height: 65px;
    margin-top: 19px;
    margin-bottom: 16px;
}

.fencesapi.card {
    background: black;
}

.fencesapi.card img {
    height: 50px;
    margin-top: 28px;
    margin-bottom: 23px;
}

#footer {
    /* position: fixed; */
    /* padding-bottom: 20px; */
    /* bottom: 0; */
    width: 100%;
    font-size: 15px;
}

.index .join {
    font-size: 20px;
}

#footer .links {
    line-height: 40px;
}

#footer .links a {
    color: black;
    text-decoration: none;
}

#footer .links a:hover {
    text-decoration: underline;
}