/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio[controls], canvas, video, progress {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: baseline;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */


@font-face {
  font-family: "iA Duospace";
  font-style:  normal;
  font-weight: normal;
  font-display: swap;
  src: url("/theme/fonts/iAWriterDuospace-Regular.woff2") format("woff2"),
       url("/theme/fonts/iAWriterDuospace-Regular.woff") format("woff");
}

@font-face {
  font-family: "iA Duospace";
  font-style:  normal;
  font-weight: bold;
  font-display: swap;
  src: url("/theme/fonts/iAWriterDuospace-Bold.woff2") format("woff2"),
       url("/theme/fonts/iAWriterDuospace-Bold.woff") format("woff");
}

@font-face {
  font-family: "iA Duospace";
  font-style:  italic;
  font-weight: normal;
  font-display: swap;
  src: url("/theme/fonts/iAWriterDuospace-Italic.woff2") format("woff2"),
       url("/theme/fonts/iAWriterDuospace-Italic.woff") format("woff");
}

@font-face {
  font-family: "iA Duospace";
  font-style:  italic;
  font-weight: bold;
  font-display: swap;
  src: url("/theme/fonts/iAWriterDuospace-BoldItalic.woff2") format("woff2"),
       url("/theme/fonts/iAWriterDuospace-BoldItalic.woff") format("woff");
}




html {
    font-size: 16px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #222;
}
body, button, input, select, textarea {
    font-family: "iA Duospace", "Akzidenz-Grotesk", "Helvetica Neue", sans-serif;
    font-weight: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
h2, h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #222;
}
h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
p, ul, ol, pre, table, blockquote {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}
/* Sanitation */

hr {
    border: 1px solid;
    margin: -1px 0;
}
ul ul, ol ol, ul ol, ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
b, strong, em, small, code {
    line-height: 1;
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4rem;
}
sub {
    top: 0.4rem;
}

article ul p {
    font-size: 100%;
}
article h1 {
    padding: 0rem;
/*    text-align: center;*/
}
/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection {
    background: #D7F6FF;
    color: #222;
    text-shadow: none;
}
::selection {
    background: #D7F6FF;
    color: #222;
    text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a:visited {
    color: #222;
    text-decoration: none;
}
a:focus {
/*    outline: thin dotted;*/
    outline: none;
    text-decoration: none!important;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */

a:hover, a:active {
    outline: 0;
    color: #000;
    text-decoration: none;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    font-family: 'iA Duospace', monospace;
/*    padding: 1rem 0;*/
    margin: 1rem 0;
    color: #222;
}
blockquote p {
    font-family: 'iA Duospace', monospace;
    font-size: 1.5rem;
    color: #222;
    margin-top: 1.4rem;
    margin-bottom:1.4rem;
    line-height: 2rem;
}
blockquote p em {
    font-style: normal;
    font-weight: normal!important;
}

blockquote:before, blockquote:after {
    content: " ";
    display: block;
    height: 4px;
/*    border-top: solid 4px #222;*/
    width: 20rem;
    margin: 0;
    opacity: 1;
}

dfn {
    font-style: italic;
}
em {
    font-weight: bold;
    font-style: normal;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #222;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #222;
    font-style: italic;
    font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */

pre, code, kbd, samp {
    font-family: "iA Duospace", monospace;
    font-size: 1rem;
    line-height: 1.25rem;
}
/* Improve readability of pre-formatted text in all browsers */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: "";
    content: none;
}
small {
    font-size: 0.85rem;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */

sub, sup {
    font-size: 0.75rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5rem;
}
sub {
    bottom: -0.25rem;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1rem 0;
    padding: 0 0 0 2rem;
}
dd {
    margin: 0 0 0 2rem;
}
nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */

label {
    cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
    font-size: 1rem;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
    line-height: normal;
    *overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */

textarea {
    overflow: auto;
    vertical-align: top;
}
/* Colors for form validity */

input:valid, textarea:valid {} input:invalid, textarea:invalid {
    background-color: #222;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

body {
    /* background: #efe8d5; */
    
    background: #fff;
/*    margin: 0px auto;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 0.8em solid #222;
}
header {
    padding: 0rem 0 3rem;
    position: relative;
}
#top {
/*    margin: 0px auto;*/
    display: block;
/*    text-align: center;*/
    z-index: 1;
    position: relative;
    width: 100%;
/*    max-width: 960px;*/
}

#globalnav {
    list-style: none;
    margin: 0px;
    padding: 0px;
/*    text-align: center;*/
    display: inline-block;
    font-weight: normal;
}
#globalnav li {
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    font-size: .85rem;
}
#globalnav li a {
    color: #222;
    text-decoration: none;
    padding: 0rem 3rem 0rem 0rem;
    display: inline-block;
    opacity: 0.4;
}
#globalnav li a:hover {
    opacity: 1;
}

#globalnav li .active {
    opacity: 1;
}
#nav {
/*    text-align: center;*/
    color: #222;
    padding: 1.5em 0 0em;
}
#nav p {
    padding: 0em;
    margin: 1rem 0rem 2rem;
}
#nav a {
    color: #222;
    text-decoration: none;
}
#nav .navtitle {
    font-size: 4.5rem;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}


article {
    padding: 1.2em 0em;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
article p {
    margin: 1rem 0;
}

article p a, article ul li a {
/*    background-color: rgba(215,247,255,0.4);*/
border-bottom: 1px solid #4DDBFF;
}

article p a:hover, article ul li a:hover {
    background-color: rgba(215,247,255,1);
}

article h1, article p, article h2, article h3, article ul, article ol {
    width: 100%;
/*    max-width: 720px;*/
    margin-top: 1rem;
    padding: 0%;
}

article h2, article h3 {
    margin-top: 2rem;
}

article ul li {
    margin-left: 1rem;
    list-style-type: circle;
}

#article article:before {
    content: " ";
    display: none;
}
#article .entry-meta:after{
    content: " ";
    display: block;
    height: 4px;
    border-top: solid 4px #222;
    width: 15rem;
    margin: 0;
    margin-top: 0.5rem;
    opacity: 1;
}
#article {
    margin-bottom: 2rem;
}
.archive {
/*    text-align: center;*/
}
.archive h1 {
    margin-top: 0.5rem;
}
.archive h2 {
    font-weight: bold;
    font-size: 3rem;
    margin-top: 0.5rem;
}
.archive h3 {
    text-transform: none;
    margin-top: 0rem;
    font-family: "iA Duospace", monospace;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
}
.archive .banner {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 4px solid #222;
}
.archive ul {
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5rem;
    margin: 0 0 2rem 0;
}
.archive ul li {
    margin: 0em;
    list-style: none;
}
.archive ul li h1{
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.archive ul li h1 a{
    text-decoration: none;
    border: none;
    background-color: transparent;
}

.archive ul li h1 a:hover, .archive ul li h1 a:active, .archive ul li h1 a:focus{
    text-decoration: none;
    border: none;
    background-color: transparent;
    color: #4DDBFF !important;
}

.archive .tagheader h2 {
    font-size: 2.5rem;
}
.archive .tagheader.monospace{
    font-family: "iA Duospace", monospace;
    font-weight: normal;
}
.archive .tagheader.monospace h2{
    font-family: "iA Duospace", monospace;
    font-weight: normal;
    font-size: 2rem;
}

.monthrow {
/*    border-bottom: 1px solid;*/
    padding-top: 1rem;
    padding-bottom: 1.25rem;
}
.monthrow ul {
    margin: 0rem;
}
.monthrow ul li h1 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.banner {
    padding: 0.2em 0 1rem;
    margin: 0em 0em 4em;
}
.textarticle .entry-meta:after {
    content: " ";
    display: block;
    height: 4px;
    border-top: solid 4px #222;
    width: 15rem;
    margin: 0;
    margin-top: 0.5rem;
    opacity: 1;
}

.photostorybox {
    background-color: #222;
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.20);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.photostorybox:hover {
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.40);
    transform: scale(1.01);

}

.photostory {
    padding: 10rem 0rem 4rem;
    background-size: cover!important;
    position: relative;
    width: 100%;
/*    max-width: 1200px;*/
    margin-top: 1rem;

}
.photostorymeta {
    padding: 2rem;
}
.photostorybox h1 {
    position: relative;
    z-index: 10;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.photostorybox h1 a {
    color: #fff;
    opacity: 0.8;
}
.photostorybox h1 a:hover, .photostorybox h1 a:active {
    color: #fff;
    opacity: 1;
}
.photostorybox .entry-content {
/*    text-align: center;*/
    position: relative;
    z-index: 10;
    color: #fff;
    margin-top: -10px;
}
.photostorybox .entry-meta {
    position: relative;
    z-index: 10;
    color: #fff;
}
.photostorybox .entry-meta li {
    color: #fff;
}

/*.photostorybox:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0em;
    bottom: 0em;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
    transition: all 0.5s ease;
}
.photostorybox:hover:before {
    opacity: 0.6;
}*/

.entry-tags {
/*    text-align: center;*/
    margin-top: 4rem;
}
.entry-tags a {
    color: #222;
    padding: 0 2rem 0 0;
    font-family: "iA Duospace", monospace;
    text-transform: lowercase;
    font-size: 1rem;
}
.entry-tags a:hover {
    color: #222;
}
article ul.entry-meta {
    display: block;
/*    margin: 0 auto;*/
    margin-top:0rem;
    margin-bottom: 0rem;
    padding-top: 0.5rem;
    list-style: none;
    font-size: 1rem;
/*    text-align: center;*/
    font-family: "iA Duospace", monospace;
    text-transform: uppercase;
}
article ul.aboutcaption {
    margin-top: -7em!important;
}

article ul.entry-meta li {
    display: inline;
    color: #222;
    margin: 0em;
}
article ul.entry-meta li a {
    color: #222;
}
article ul.entry-meta li a:hover, article ul.entry-meta li a:active {
    color: #222;
}
article img {
    margin-bottom: 1rem;
    max-width: 100%;
    padding: 1em 0;
    display: block;
    width: 100%;
}

article .entry-content p img {
    margin-bottom: .5rem!important;
    display: block;
    padding: 0px!important;
}

p.imagecollection {
    display: inline-block;
    margin-bottom: -1rem;
}

/*article .imagecollection img:first-child {
    width: 48%;
    float: left;
} 

article .imagecollection img:nth-child(2) {
    width: 48%;
    float: right;
}*/

/*article .wide {
     margin:0 -1.6em; 
     padding: 1em 0 0 
    position: relative;
    display: block;
}*/

/*article .wide img {
    margin: 1em 0 0;
    width: 100%;
}*/

ul.tagcloud {
    list-style: none;
}
ul.tagcloud li {
    display: inline-block;
    padding: 10px;
    font-family: "iA Duospace", monospace;
}
ul.tagcloud li a, ul.tagcloud li a:hover {
    text-decoration: none;
    border-bottom: none;
    background-color: transparent;
}

ul.tagcloud li a:hover{
    color: #4DDBFF;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

li.tag-0 {
    font-size: 8rem;
}
li.tag-1 {
    font-size: 6rem;
}
li.tag-2 {
    font-size: 4rem;
}
li.tag-3 {
    font-size: 2rem;
}
li.tag-4 {
    font-size: 1rem;
}
article video {
    padding: 1rem 0;
    max-width: 100%;
}
article iframe, article object, article embed {
    padding: 2em 0;
    max-width: 100%;
    display: block;
    margin-bottom: 0 auto 1em;
}
footer {
    background-color: #222;
    color: #fff;
    padding: 1em;
    margin-top: 3rem;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#foot {
/*    width: 100%;*/
/*    max-width: 720px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    font-size: 1rem;
}
#socialbadges ul {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0.2rem 0;
    list-style: none;
    font-size: .85rem;
    text-align: center;
    width: 100%;
/*    max-width: 720px;*/
    font-family: 'iA Duospace', monospace;
    text-transform: uppercase;
}
#socialbadges ul li {
    padding: 0 1rem 0 0;
    display: inline;
}
#socialbadges .rss {
    display: inline-block;
    background: url(images/rss.png) no-repeat center center;
    width: 40px;
    height: 40px;
}
#socialbadges .twitter {
    display: inline-block;
    background: url(images/twitter.png) no-repeat center center;
    width: 40px;
    height: 40px;
}
#socialbadges .instagram {
    display: inline-block;
    background: url(images/instagram.png) no-repeat center center;
    width: 40px;
    height: 40px;
}
#socialbadges ul li a {
    opacity: 0.5;
    color: #fff;
    transform: scale(0.8);
}
#socialbadges ul li a:hover {
    opacity: 1;
    transform: scale(1);
}
.pagination {
    margin: 2rem 0rem;
}
.pagination ul {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0.2em 0em;
    list-style: none;
    font-size: 1rem;
/*    text-align: center;*/
    font-family: "iA Duospace", monospace;
    width: 90%;
/*    max-width: 720px;*/
    padding: 0 5%;
    text-transform: uppercase;
}
.pagination ul li {
    display: inline;
}

.pagination ul li a {
    color: #222;
    font-style: none;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 2rem;
}
.pagination ul li a:hover {
    color: #111;
}
.pagination ul .disabled a {
    opacity: 0.4;
}

/* =============================================================================
    About Page Specific styles
   ========================================================================== */
.aboutintro {
    margin-bottom: 5rem;   
}
.aboutintro .heroimage {
    background: #fff url('http://tuhin.co/theme/images/tuhinbymax.jpg') no-repeat 40% 60%;
    /*-webkit-background-size: 1045px;
    -moz-background-size: 1045px;
    -o-background-size: 1045px;
    background-size: 1045px;*/
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 30rem;
    margin-bottom: 2rem;
}

.currentjob a {
    color:#FF5A5F !important;
    border-bottom: 1px solid #FF5A5F !important;
}

.currentjob a:hover, .currentjob a:active, .currentjob a:focus {
    background-color: rgba(255, 90, 95, 0.1) !important;
}

h5.smallheadline {
    font-family: "iA Duospace", monospace;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4rem;
    opacity: 0.4;
    text-transform: uppercase;
    margin: 0rem;
    margin-bottom: -16px;
}

blockquote.standout {
    margin: 2.5rem 0 2rem!important;
    width: 100%;
}

blockquote.standout:before, blockquote.standout:after {
    content: " ";
    display: block;
    height: 4px;
     border-top: solid 4px #222; 
    width: 10rem;
    margin: 0;
    opacity: 1;
}

.contact {
    font-size: 1rem;
    width: 100%;
    font-family: 'iA Duospace', monospace;
    text-transform: uppercase;
    background-color: #222;
    padding: 1rem;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border-bottom: none;
}

#article .contact:hover, #article .contact:active, #article .contact:focus {
    background-color: #111!important;
    border-bottom: none!important;
    color: #fff!important;
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.20);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.hobbies {
    background-color: #222;
    color: #fff!important;
    padding-top: 4rem;
    padding-bottom: 0rem;
    margin-bottom: -70px;
}


.hobbies h2 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 3.75rem;
    line-height: 4rem;
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.hobbies p a {
    color: #fff;
    border-bottom: 1px solid rgba(77,219,255,0.4);
}

.hobbies p a:hover {
    background-color: rgba(215,247,255,0.2);

}

.hobbies ul li {
    list-style: none;
    margin-left: 0rem;
    color: #fff;
    font-size: 1rem;
    font-family: 'iA Duospace', monospace;
    text-transform: uppercase;
    font-weight: normal;
}
.hobbies ul li a, .hobbies ul li a:hover {
    border-bottom: none;
    background-color: #222!important;
    color: #fff;
}
.hobbies ul li a:hover, .hobbies ul li a:active, .hobbies ul li a:focus {
    border-bottom: none;
    background-color: #222!important;
    color: #4DDBFF !important;
}

.hobbies blockquote.standout {
    margin: 3rem 0 3rem!important;
    width: 100%;
    color: #fff!important;
}

.hobbies blockquote.standout p {
    color: #fff!important;
}

.hobbies blockquote.standout:before, .hobbies blockquote.standout:after {
    content: " ";
    display: block;
    height: 4px;
     border-top: solid 4px #fff; 
    width: 10rem;
    margin: 0;
    opacity: 1;
}

.imagegrid{
    margin-top: 3rem; 
}
.imagegrid li img {
    width: 100%;
    margin: 1rem 0;
    max-width: 100%; 
}




/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    direction: ltr;
}
.ir br {
    display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */

.hidden {
    display: none;
    visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
    visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.fade-in.one {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.fade-in.two {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s;
}
.fade-in.three {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.fade-in.four {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 320px) {
    /* Style adjustments for viewports 400px and over go here */
    
    article {
        padding: 1rem 0rem 1rem 0rem;
    }

        h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
h2, h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #222;
}
h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

    #nav {
        padding: 3rem 0 0rem;
    }
    
    #top {
        margin-top: -10px;
        margin-bottom: 10px;
        display: block;
        z-index: 1;
        position: relative;
    }
    #nav .navtitle {
        font-size: 5.5rem;
        font-family: 'Playfair Display', serif;
        font-weight: bold;
    }
    article h1, article p, article h2, article h3, article ul, article ol {
        margin-top: 1.4rem;
        margin-bottom: 0rem;
    }

    article h2, article h3 {
        margin-top: 2rem;
    }

    blockquote p {
    font-size: 1.125rem;
    margin-top: 1.4rem;
    margin-bottom:1.4rem;
    line-height: 1.5rem;
}
    .pagination ul {
        width: 92%;
        padding: 0 4%;
    }
}


@media only screen and (min-width: 600px) {
    /* Style adjustments for viewports 600px and over go here */
    

    article {
        padding: 1rem  0rem 1rem 0rem;
    }

    .photostory {
        padding: 14rem 0rem 4rem;
    }
    
    #nav .navtitle {
        font-size: 8rem;
        font-family: 'Playfair Display', serif;
        font-weight: bold;
    }
    header {
        padding: 0rem 0 4.5rem;
        position: relative;
    }
    #top {
        margin-top: -80px;
        margin-bottom: 10px;
        display: block;
/*        text-align: center;*/
        z-index: 1;
        position: relative;
    }
    blockquote p {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom:2rem;
    line-height: 2rem;
}

blockquote:before, blockquote:after {
    content: " ";
    display: block;
    height: 4px;
/*    border-top: solid 4px #222;*/
    width: 20rem;
    margin: 0;
    opacity: 1;
}
    #socialbadges {
        width: 100%;
        display: block;
    }
    #socialbadges ul {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0.5rem 0rem 0em;
        list-style: none;
        font-size: .85rem;
/*        text-align: center;*/
    }
    #socialbadges ul li {
        padding: 0 1rem 0 0;
        display: inline;
    }
}

@media only screen and (min-width: 768px) {
    article img{
    width: 120%;
    margin: 0 -20% 1rem;
    max-width: 120%;
    }

    article .imagecollection img:first-child {
    width: 58%;
    float: left;
} 

article .imagecollection img:nth-child(2) {
    width: 58%;
    float: right;
    margin: 0px 0% 1rem;
}

    blockquote {
    margin: 1rem -20%;
    width: 120%;
}


}

@media only screen and (min-width: 960px) {
    /* Style adjustments for viewports 960px and over go here */
    
    body {
        border-left: 1.25rem solid #222;
        border-right: 1.25rem solid #222;
        border-top: 1.25rem solid #222;
        font-size: 1rem;
        line-height: 1.6rem;
    }

    h1 {
    font-size: 3.75rem;
    line-height: 4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
h2, h3 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #222;
}
h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

    article {
        padding: 1rem 0rem 1rem 0rem;
    }
    article h1, article p, article h2,article h3, article ul, article ol {
        width: 100%;
/*        max-width: 720px;*/
        margin-top: 1.5rem;
        padding: 0%;
    }

    article h2, article h3 {
        margin-top: 2rem;
    }


    .pagination ul {
        width: 100%;
/*        max-width: 720px;*/
        padding: 0%;
    }
    article img {
        width:160%;
        margin: 0 -30% 1rem;
        max-width: 160%;
    }

    article .imagecollection img:first-child {
    width: 78%;
    float: left;
} 

article .imagecollection img:nth-child(2) {
    width: 78%;
    float: right;
    margin: 0px -30% 1rem;
}


/*    article ul li {
        margin-left: 4rem;
    }*/

blockquote {
    margin: 1rem -30%;
    width: 130%;
}

    blockquote p {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom:2rem;
    line-height: 2rem;
    }

    .hobbies blockquote.standout {
    margin: 2rem 0 4rem!important;
    width: 100%;
    color: #fff!important;
}


    .photostory {
        padding: 20rem 0em 4rem;
    }

    #nav {
        padding: 5rem 0rem 0rem;
    }

    #nav .navtitle {
        font-size: 12.5rem;
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        line-height: 1.4;
    }
    header {
        padding: 0em 0 6rem;
        position: relative;
    }

    .archive .tagheader h2 {
    font-size: 3rem;
}

    #top {
        margin-top: -240px;
        margin-bottom: 10px;
        display: block;
/*        text-align: center;*/
        z-index: 1;
        position: relative;
    }
    #socialbadges {
        width: 100%;
        display: block;
    }
    #socialbadges ul {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0.5rem 0rem 0rem;
        list-style: none;
        font-size: .85rem;
/*        text-align: center;*/
    }
    #socialbadges ul li {
        padding: 0 1rem 0 0;
        display: inline;
    }
    #copyright {
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(110, 88, 71, 1);
        -moz-box-shadow: inset 0px 0px 0px 0px rgba(110, 88, 71, 1);
        box-shadow: inset 0px 0px 0px 0px rgba(110, 88, 71, 1);
        border-top: 0px solid #483424;
    }

    .aboutintro {
        margin-bottom: 8rem;   
    }
}

/* Style adjustments for viewports 1600px and over go here */
/*@media only screen and (min-width: 1600px) {
  
    body {
        font-size: 130%;
    }
    .article-list {
        padding: 1.2em 0%;
        width: 50%;
        float: left;
        position: relative;
        text-align: left!important;
        height: 660px;
    }
    .article-list:before {
        border: none;
        margin: none;
        display: none;
    }
    .photostory {
        padding: 18em 4em 4em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        max-width: none;
        height: 650px;
    }
    .photostory {
        border-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .photostory:before {
        border-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .photostory .photostorybox {  
        text-align: left!important;
        position: absolute;
        bottom: 4em;
        left: 4em;
        right: 4em;
    }
    .photostory .entry-content {
        text-align: left!important;
    }
    .textarticle {
        position: relative;
        top: 40%;
        transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
        text-align: left!important;
        padding: 0em 4em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .textarticle h1 {
        font-size: 4em;
        text-align: left;
    }
    .article-list h1 {
        text-align: left;
    }
    .article-list ul.entry-meta {
        text-align: left;
    }
    article img {
        margin: 0 -40% 1em;
        max-width: 180%;
        width: 180%;
    }
    blockquote p {
        max-width: 1200px!important;
    }
    .tagcloud {
        max-width: 1200px;
    }
    article h1, article p, article h2, article h3, article ul, article ol {
        max-width: 840px;
    }
    #top {
        margin: -243px auto 10px;
    }
    
    #main {
        margin: 0px auto 8em;
    }

}*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    
    #socialbadges .rss {
        display: inline-block;
        background: url(images/rss@2x.png) no-repeat center center;
        background-size: 45px;
    }
    #socialbadges .twitter {
        display: inline-block;
        background: url(images/twitter@2x.png) no-repeat center center;
        background-size: 45px;
    }
    #socialbadges .instagram {
        display: inline-block;
        background: url(images/instagram@2x.png) no-repeat center center;
        background-size: 45px;
    }
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: sanbeiji.com/archives/953 */
    
    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href)")";
    }
    abbr[title]:after {
        content: " (" attr(title)")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* css-discuss.incutio.com/wiki/Printing_Tables */
    
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}