html, body {
    height: 100%;
}

body {
    padding-top: 55px;
    display: flex;
    text-align: center;
    flex-direction: column;
}

main {
    margin: auto;
    padding: 25px;
    /* flex: 1 0 auto; */
    /* max-width: 750px; */
}

img {
    max-width: 100%;
}

/* Homepage */

.intro {
    
}

.intro > h1 {
    color: #212121;
    font-size: 12vh;
}

.intro > h2 {
    color: #757575;
    font-size: 3vmin;
}

/* Page content */

.content {
    padding-top: 20px;
}

/* Profile picture */

.profile {
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
}

/* Colored links */

a:link, a:visited {
    color: var(--accent);
}

a.icon:hover {
    text-decoration: none;
}

a:hover {
    color: var(--accent) !important;
}

/* Copyright message */

.copyright {
    margin: 15px 0;
}

/* Paginator */

.pages {
    padding: 15px 0;
}

.pages-icon {
    padding: 0 15px;
}

/* List item for posts/projects */

.item {
    padding: 10px 0;
}

.item-tag {
    background-color: var(--accent);
}

/* Navigation icons */

.navbar-icon {
    font-size: 125%;
    display: inline-block !important;
}

/* Colored borders at top/bottom of page */

.navbar.navbar-default {
    border-top: var(--border-width) solid var(--accent);
}

footer {
    border-bottom: var(--border-width) solid var(--accent);
}


.bg-light {
    background: #F8F5F3 !important
}

#socials ul {
    display: inline;
}

#socials ul li{
    padding: 1em;
}

h1, h2, #features h3, #community h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
    color: #0C7081;
}

h1 {
    font-weight: 900;
    font-size: 3em;
    padding-top: 1em;
}

h5 {font-size: .8em;}

.subtitle {
    padding-top: 1em;
    font-size: 1.3em;
}

.fab, .far, .nav-link, .copyright a, p.copyright.text-muted,
#features, #features h3, #sn-links h3 {
    color: #0C7081;
}

.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #0C7081;
    text-decoration: underline;
}

#stores {padding: 3em 0;}

#screens {padding-top: 2em;}

#screen-2 {
    float:right;
    bottom:-2em !important;
    right: -5em;
}
#screen-3 {
    float:right;
    bottom:-2em !important;
    right: 5em;
    z-index: -1
}

#features {
    padding-top: 6em;
}

#features h3, #sn-links h3, #community h3 {
    padding: 1em;
    font-weight: 900;
    font-size: 2em;
}

#community h3 {
    padding-bottom: 0;
}

#features {
    text-align: left;
}

#features h3 {
    text-align: center;
}

#features li {
    list-style: none;
    font-weight: 700;
}

#community ul {
    display: inline;
}

#community ul li {
    display: inline;
    padding: 0 1em;
}

@media (max-width: 768px) {
    h1 {
        font-weight: 900;
        font-size: 2em;
        padding-top: 1em;
    }
    h2 {
        padding-top: 1em;
        font-size: 1em;
    }
}

div#blog-post h1, div#blog-post h5 {
    text-align: left;
}

div.item.blog-post-list a {
    color: #0C7081;
}

footer {padding: 2em 0;}

.navbar-collapse.collapse.show {
    padding-top: 3em;
    background-color: #F8F5F3;
    margin-top: 1em
}

