.lyf-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;
}

/* ==== ALIGNMENT ==== */

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

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

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

.margin-left {
margin-left: 1%;
}

/* ==== COMMENTS ==== */

.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;
}

/* 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) {
    
}

/* LAPTOPS */

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

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

}
