.rogue-fixed-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}

label#close-fixed-area {
    padding: 15px;
    font-size: 20px;
    margin: 0 2%;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 96%;
    height: 100%;
    top: 0;
    left: 0;
    text-align:right;
}

.full-width {
    padding: 40px 0;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

img.circle-image,
figure.circle-image img {
    overflow: hidden;
    border-radius: 50%;
    display: block;
    margin: 20px auto;
}

.bold-text {
  font-weight: bold;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5, h6 {
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: calc(24px + 0.2vw);
    }

    h2 {
        font-size: calc(22px + 0.2vw);
    }

    h3 {
        font-size: calc(20px + 0.2vw);
    }

    h4 {
        font-size: calc(18px + 0.2vw);
    }

    h5 {
        font-size: calc(16px + 0.2vw);
    }

    h6 {
        font-size: calc(15px + 0.2vw);
    }
}

.comment-content {
    margin-top: 10px;
}

.comment {
    width: 90%;
    margin-bottom: 1em;
    clear: both;
}

.comment.odd {
    float: right;
}

.comment .vcard img {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.comment p {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding: 0.75em;
    margin: 0;
}

.comment .comment-meta {
    font-size: 0.8em;
    text-align: right;
    margin-top: 5px;
}

.comment-list {
    margin: 20px 0 0;
}

form.comment-form label {
    display: block;
    margin-bottom: 5px;
}

#respond {
    clear: both;
}

/* ==== Tables ==== */

table {
    margin: 15px 0;
}

th, td {
    padding: 15px;
}

.text-label {
    display: none;
}

/* SMALL SCREENS */
@media screen and (min-width: 480px) {

}

/* TABLETS (Portrait) */

@media screen and (min-width: 680px) {

}

@media only screen and (min-width: 768px) {

}

/* TABLETS (Landscape) */

@media screen and (min-width: 960px) {

/* ==== HEADINGS ==== */

.large-title {
    font-size: 45px;
}

.text-label {
    display: inline;
}

}

/* LAPTOPS */

@media screen and (min-width: 1200px) {


}

@media screen and (min-width: 1490px) {


}
