/* Separate style for fullpage lists */

h1+ul {
    padding-left: 0;
}

h1+ul ul {
    padding-left: 0;
}

h1+ul li {
    margin-left: 1.5em;
}

h1,h2,h3,h4,h5 {
    clear: both;
}

/* Centered elements and images */

.gtp_centered {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    text-align: center;
}

.gtp_centered img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

/* Floating icons */

.gtp_huge_icon {
    display: block;
    text-align: center;
    font-size: 60px;
}

.gtp_huge_icon.gtp_left {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.gtp_huge_icon.gtp_right {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
}
