* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: rgb(34, 16, 16);
}
a:hover,
a:focus {
    text-decoration: underline;
    color: rgb(34, 16, 16);

}

h3 {
    font-weight: 100;
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.header {
    text-align: center;
    top: auto;
    margin: 3em auto;
}

.sidebar {
    /* background: rgb(61, 79, 93); */
    /* background: rgb(85, 44, 44); */
    background: rgb(153, 112, 112);
    color: #fff;
}

.brand-title,
.brand-tagline {
    margin: 0;
}
.brand-title {
    text-transform: uppercase;
}
.brand-tagline {
    font-weight: 300;
    color: rgb(250, 228, 228);
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.nav-item a {
    background: transparent;
    border: 2px solid rgb(250, 228, 228);
    color: rgb(250, 228, 228);
    margin-top: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 85%;
}
.nav-item a:hover,
.nav-item a:focus {
    border: 2px solid rgb(34, 16, 16);
    color: rgb(34, 16, 16);
    text-decoration: none;
}

.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content {
    padding: 2em 1em 0;
}

.post {
    padding-bottom: 2em;
}
.post-title {
    font-size: 2em;
    color: rgb(34, 16, 16);
    /* color: #222; */
    margin-bottom: 0.2em;
}
.post-avatar {
    border-radius: 50px;
    float: right;
    margin-left: 1em;
}
.post-description {
    /* font-family: Georgia, "Cambria", serif; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #444;
    line-height: 1.8em;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.post-category {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    color: #fff;
    background: #999;
    font-size: 80%;
}
    .post-category-design {
        background: #5aba59;
    }
    .post-category-pure {
        background: #4d85d1;
    }
    .post-category-yui {
        background: #8156a7;
    }
    .post-category-js {
        background: #df2d4f;
    }

.post-images {
    margin: 1em 0;
}
.post-image-meta {
    margin-top: -3.5em;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.footer {
    padding: 1em 0;
}
.footer a {
    color: #ccc;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

#image::after {
  content: "";
  background: url('../../img/common/logo.png');
    background-size: auto 100vh;
    background-repeat: no-repeat;
  opacity: 0.1;
  height: inherit;
  top: 0;
  /* left: 50%; */
  bottom: 0;
  right: 0;
  /* display: inline-block; */

  overflow: hidden;

  
  position: fixed;
  z-index: -1;   
}

body {
    background-color: rgb(250, 228, 228);

}

@media (min-width: 70em) {
    .content {
        padding: 2em 3em 0;
        margin-left: 25%;
    }

    .header {
        margin: 50% 2em 0;
        text-align: right;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        border-right: 1px solid #444;
        border-bottom: 1px solid #444;
    }

    .footer {
        text-align: center;
    }


}

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

        #image::after {
            content: "";
            background: url('../../img/common/logo.png');
                background-size: auto 100vh;
                background-repeat: no-repeat;
            opacity: 0.1;
            height: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;

            max-height: 100vh;

            
            position: fixed;
            z-index: -1;   
        }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */

  #image::after {
            content: "";
            background: url('../../img/common/logo.png');
                background-size: auto 100vh;
                background-repeat: no-repeat;
            opacity: 0.1;
            height: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;

            max-height: 100vh;

            
            position: fixed;
            z-index: -1;   
        }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */

  #image::after {
            content: "";
            background: url('../../img/common/logo.png');
                background-size: auto 100vh;
                background-repeat: no-repeat;
            opacity: 0.1;
            height: inherit;
            top: 0;
            left: 20%;
            bottom: 0;
            right: 0;

            max-height: 100vh;

            
            position: fixed;
            z-index: -1;   
        }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
  #image::after {
            content: "";
            background: url('../../img/common/logo.png');
                background-size: auto 100vh;
                background-repeat: no-repeat;
            opacity: 0.1;
            height: inherit;
            top: 0;
            left: 50%;
            bottom: 0;
            right: 0;

            max-height: 100vh;

            
            position: fixed;
            z-index: -1;   
        }
}

