@charset "UTF-8";

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
    user-select: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******************
    CUSTOM STYLES
 *****************/

*,
*:before,
*:after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    overflow-y: scroll;
    /* optimize font rendering */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    /* set base font size to 16px */
    font-size: 100%;
}
body {
    font-family: Vollkorn, Georgia, serif;
    font-size: 1em;
    line-height: 1.75;
    background: #f8f8f8;
    -webkit-font-smoothing: antialiased;
}
img,
video,
object {
    max-width: 100%;
}
article,
header,
nav,
section {
    display: block;
}
em {
    font-style: italic;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.site-content {
    background: #fafafa;
    overflow: hidden;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    min-height: calc(100vh - 530px);
    /* stick footer to bottom */
}

/* Typography
================================ */

.nugget {
    font-family: Karla, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.25);
    letter-spacing: 1.4px;
}
.thumb-nugget {
    font-family: Karla, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}
.copyright {
    font-family: Karla, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
}
.pill {
    border: 0px solid rgba(174, 136, 173, 0.2);
    background-color: rgba(174, 136, 173, 0.1);
    border-radius: 100px;
    font-family: Karla, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #3eb1df;
    letter-spacing: .3px;
    line-height: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: -3px;
    margin-left: 2px;
    vertical-align: middle;
}
hr {
    border: 1px solid #eee;
    width: 100%;
    margin: 50px 0 100px 0;
}
h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: .6em;
    color: rgba(0, 0, 0, 0.53);
    line-height: 10px;
    margin: 2em;
    text-transform: lowercase;
}
h1 span {
    font-weight: 100;
    color: rgba(0, 0, 0, 0.35);
}
h1 i {
    color: rgba(0, 0, 0, 0.25);
    font-family: Karla, Helvetica, sans-serif;
    font-weight: bold;
}
h1 img {
    width: 150px;
}
h2 {
    text-transform: uppercase;
    font-family: Karla, Helvetica, sans-serif;
    font-size: 18.7px;
    color: rgba(0, 0, 0, 0.31);
    line-height: 14px;
    font-weight: normal;
}
.future h2 {
    text-transform: none
}
.site-intro-text h2 {
    font-size: 35px;
    line-height: 51px;
}
h3 {
    font-family: Karla, Helvetica, sans-serif;
    letter-spacing: 0.7px;
}
h4 {
    font-family: Karla, Helvetica, sans-serif;
    line-height: 1.3;
}
i {
    font-weight: normal;
}
s {
    color: rgba(0, 0, 0, 0.35);
}
p {
    letter-spacing: -.01em;
    margin-bottom: 35px;
    margin-top: 20px;
    font-family: Karla, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #3c3c3c;
}
hr + .row > .column:last-child > p:first-child {
    margin-top: 30px;
}
.footer {
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 0.2px;
    font-family: Vollkorn, Georgia, serif;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-font-smoothing: antialiased;
}
ol {
    counter-reset: numerals;
}
ol li::before {
    counter-increment: numerals;
    content: counter(numerals);
    font-family: Karla, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0px;
    line-height: 42px;
    padding-right: 22px;
    vertical-align: bottom;
}
.list {
    margin-bottom: 35px;
    margin-top: 17px;
    letter-spacing: 0px;
    font-family: Karla, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.list li {
    display: flex;
}
.list li:hover {
    fill: #cb1b1b;
}
.line {
    width: 5%;
    border-bottom: 3px solid #EAEAEA;
    margin-bottom: 60px;
    margin-top: 50px;
    margin-left: 47.5%;
    margin-right: 47.5%;
}
blockquote {
    font-family: Karla, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
    color: #A47AA3;
    border-left: 3px solid thistle;
    padding-left: 25px;
    margin-bottom: 30px;
}
a {
    text-decoration: none;
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}
a:hover {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}
a svg:hover {
    border-radius: 100%;
    color: #0e1a25;
    fill: white;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
    transition: background-color 0.5s, transform 0.5s ease-out;
    transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
a svg {
    width: 22px;
    height: 25px;
    margin-right: 10px;
    fill: darkgray;
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.smallcaps {
    font-variant: small-caps;
}
.text-caption {
    font-family: Karla, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: #9b9b9b;
}
.text-italic {
    font-style: italic;
}
.subhead {
    font-family: Karla, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 28px;
    display: block;
}
.subhead i {
    font-family: Karla, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
    display: block;
    margin-bottom: -10px;
}

/* BUTTON */

button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
button:hover {
    color: #e1e7cf;
}
button:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
html *,
html *:before,
html *:after {
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}
html i,
html em,
html b,
html strong,
html span {
    transition: none;
}
*:before,
*:after {
    z-index: -1;
}

/* NUMBERCIRCLE */

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 40px;
    height: 40px;
    padding: 8px 8px 8px 9px;
    background: #fafafa;
    border: 1px solid crimson;
    color: crimson;
    text-align: center;
    font: 1.1em Arial, sans-serif;
    margin-right: .5em;
}

/* Header
/* ======================================== */

.site-header {
    box-sizing: content-box;
    position: relative;
    z-index: 1;
}
.site-nav {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    display: table;
    width: 100%;
}
.site-intro,
.site-menu,
.site-menu:after {
    background: #FFB886;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to right, #FF637E, #FFE226, #1CD5AF, #28BBEB, #FF637E);
    /* For Safari 5.1 to 6.0 */
    background: linear-gradient(to right, #FF637E, #FFE226, #FFE226, #1CD5AF, #28BBEB, #FF637E, crimson);
    /* Standard syntax (must be last) */
    background-size: 400% 100%;
    background-position: 33.3% 0;
    -webkit-transition: background-position .5s ease;
    transition: background-position .5s ease;
}
.category-talk .site-intro,
.category-talk .site-menu,
.category-talk .site-menu:after {
    background-position: 0% 0;
}
.category-work .site-intro,
.category-work .site-menu,
.category-work .site-menu:after {
    background-position: 66.6% 0;
}
.category-skills .site-intro,
.category-skills .site-menu,
.category-skills .site-menu:after {
    background-position: 100% 0;
}
.site-intro {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
}
.site-intro-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 29px;
    line-height: 40px;
    color: white;
    text-align: center;
    padding: 20px 10px 20px 10px;
    margin: auto;
    box-sizing: border-box;
}
.site-intro .site-intro-text h2 {
    animation: heartbeat 4s infinite;
}
@keyframes heartbeat {
    0% {
        text-shadow: -1px -1px 0 rgba(255, 255, 255, 0), 1px -1px 0 rgba(255, 255, 255, 0), -1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 0 rgba(255, 255, 255, 0);
        opacity: .6;
    }
    50% {
        opacity: .1;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
    100% {
        opacity: .6;
        text-shadow: -1px -1px 0 rgba(255, 255, 255, 0), 1px -1px 0 rgba(255, 255, 255, 0), -1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 0 rgba(255, 255, 255, 0);
    }
}
@media (max-width: 640px) {
    .site-intro-text {
        font-size: 25px;
        line-height: 36px;
        padding: 50px 10px 40px 10px;
        width: 320px;
    }
}
.site-intro-link {
    color: #FFF;
}
.site-menu {
    padding-top: 10px;
    position: relative;
    cursor: default;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.site-menu-fixed {
    position: fixed;
}
.site-menu::before,
.site-menu::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.site-menu::before {
    height: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    backface-visibility: hidden;
    /* work around bug in Chrome 56+ */
}
.site-menu::after {
    bottom: 0px;
    height: 30px;
}
.site-menu-item {
    display: inline-block;
    margin: 0 2em;
    font-family: Karla, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    line-height: 16px;
    font-weight: bold;
}
@media (max-width: 480px) {
    .site-menu-item {
        margin: 0 1.5em;
    }
}
@media (max-width: 420px) {
    .site-menu-item {
        margin: 0 1.25em;
    }
}
@media (max-width: 360px) {
    .site-menu-item {
        margin: 0 1em;
    }
}
.site-menu-item a {
    display: inline-block;
    color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
.site-menu-item a:hover {
    color: rgba(0, 0, 0, 0.25);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.category-talk .category-talk.site-menu-item a,
.category-home .category-home.site-menu-item a,
.category-work .category-work.site-menu-item a,
.category-skills .category-skills.site-menu-item a {
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.site-menu-underline {
    display: none;
}
.site-menu.site-menu-animated .site-menu-item a {
    border-bottom-color: transparent;
}
.site-menu.site-menu-animated .site-menu-underline {
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.site-menu.site-menu-animated .site-menu-underline.positioning {
    -webkit-transition: none;
    transition: none;
}

/* Post
================================ */

.image {
    position: relative;
}
.image img {
    transition: all 0.5s ease-in-out;
}
.image:hover img {
    -webkit-filter: brightness(20%);
    filter: brightness(20%);
    opacity: 1;
}
.image p {
    font-size: 0;
    line-height: 0;
}
.image-with-border::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1;
}
.blog {
    margin-top: 40px;
}
.blog-post {
    margin: 10px 0 5px 0;
}
.post-list-thumb img {
    float: left;
    width: 75px;
    height: 75px;
    margin: 1px 30px 1px 80px;
}
.post-item {
    display: block;
    width: 48%;
    float: left;
    margin-top: 2.4%;
}
.post-item:nth-child(odd) {
    margin-right: 1%;
}
.post-item:nth-child(even) {
    margin-left: 1%;
}

/*
.post-item img {
  display: block;
  border-radius: 3px 3px 0 0;
  width: 100%;
  transition: all 0.5s ease-out;
  margin: 0;
  margin-top: -2em;
}
*/

.post-item {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.post-item-img {
    position: relative;
}
.post-item-img img {
    display: block;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease-out;
}
.post-item-label {
    display: block;
    width: 100%;
    transition: all 0.5s ease-out;
    padding: 4% 0;
    background: #fff;
    border-top: none;
}
.logo {
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 20px;
    /*^ to see wut it luk like*/
}
.post-item-icon img {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    top: -40px;
    margin-bottom: -30px;
}
.post-item:hover {
    box-shadow: -10px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.post-item:hover .post-item-img img {
    -webkit-filter: brightness(20%);
    filter: brightness(20%);
}
.overlay-title {
    display: block;
    position: absolute;
    left: 5%;
    right: 5%;
    top: 20%;
    z-index: 100;
    font-size: 1em;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.image:hover .overlay-title,
.post-item:hover .overlay-title {
    opacity: 1;
}

/* NEW CONTENT */

.category-home footer a {
    color: #52d88e;
}
.category-home footer a:hover {
    color: #ffe126;
}
.category-home a svg:hover {
    background: #52d88e;
}
.category-talk footer a {
    color: #ff7273;
}
.category-talk footer a:hover {
    color: orange;
}
.category-talk .site-content a {
    color: #ff7273;
}
.category-talk .site-content a:hover {
    color: orange;
}
.category-talk a svg:hover {
    background: #ff7273;
}
.category-work footer a {
    color: #3eb1df;
}
.category-work footer a:hover {
    color: #41d9c8;
}
.category-work a svg:hover {
    background: #3eb1df;
}
.category-skills footer a {
    color: crimson;
}
.category-skills footer a:hover {
    color: #8739a3;
}
.category-skills h3 {
    display: flex;
    color: crimson;
    text-transform: uppercase;
    font-family: Karla, Helvetica, sans-serif;
    padding-left: .15em;
    font-size: 17.8px;
    line-height: 44px;
    font-weight: normal;
}
.category-skills button {
    width: 100%;
    height: auto;
    margin-top: 1em;
    padding: 1em;
    border: solid crimson 1px;
    color: crimson;
    font-size: 1.2em;
    text-transform: uppercase;
    background: #fafafa;
}
.category-skills button:hover {
    background: crimson;
    color: white;
    cursor: pointer;
}
.category-skills .nub {
    border: solid #eee 1.1em;
}
.category-skills .nubleft {
    border: solid #e6e6e6 1.1em;
}
.category-skills .nub2 {
    border: solid #eee 1.1em;
    border-right: 0em;
}
.category-skills .nub3 {
    border: solid #eee 1.1em;
    border-top: 0em;
}
.category-skills a svg:hover {
    background: crimson;
}
.tekk1 a {
    color: #343434;
    text-decoration: underline;
}
.randomcon {
    padding: 1px;
    position: relative;
}
.randomcon img {
    width: 17.1%;
    position: absolute;
    bottom: 0;
}
.randomcon .tekst2 {
    font-family: Vollkorn, Georgia, serif;
    margin-left: 8.8em;
    position: relative;
    font-style: italic;
    font-size: 1.27em;
}
.myintro {
    position: relative;
    display: flex;
}
.tekk1 {
    width: 80%;
    background: linear-gradient(to left, #ffe126, #ffe126);
    padding: 1.6em;
}
.tekk1 p {
    padding-right: 3em;
    color: #313131;
}
.tekk2 {
    margin-left: 1em;
    width: 40%;
    background-image: url(img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    margin: 1.5em 0 1em -3em;
    padding: 1em;
    outline: solid #fafafa 3px;
}
#hero2 section {
    border: 10px solid #ededed;
}
.future {
    margin-top: 1em;
    display: flex;
}
.flex1 {
    display: flex;
    flex-direction: column;
    width: 20%;
}
.flex1 div {
    outline: solid #f8f8f8 3px;
    position: relative;
}
.div1 {
    background-image: url(/uploads/test1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: -2em;
}
.div2 {
    background-image: url(/uploads/test2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60%;
    margin-top: .5em;
    margin-bottom: 1em;
    margin-right: -4em;
}
.div3 {
    background-image: url(/uploads/teamwork.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 25%;
}
.flex2 {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.flex2 .sec1 h2 {
    color: #52d88e;
}
.flex2 .sec2 h2 {
    color: #52d88e;
}
.flex2rev {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.flex2rev .sec1 h2 {
    color: #52d88e;
}
.flex2rev .sec2 h2 {
    color: #52d88e;
}
.sec1 {
    width: auto;
    background: linear-gradient(to right, #e3e3e3, #dedede);
    padding: 1.6em;
}
.margup {
    margin-top: 1em;
}
.sec2 {
    background: linear-gradient(to left, #eaeaea, #eee);
    padding: 1.6em;
    margin-left: 1em;
}
.nubio2 {
    background-image: url(img/teamwork.png);
    padding: 1.1em;
    width: 120%;
}
.nubio3 {
    background-image: url(img/swot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1.1em;
    width: 220%;
}
.nubio4 {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 190%;
}
.nubio44 {
    display: flex;
    height: 50%;
}
.nubio4a {
    background-image: url(img/sketch.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    width: 50%;
}
.nubio4b {
    background-image: url(img/nubiomoodboard.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}
.nubio4c {
    background-image: url(img/nubiomockup.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
}
.nubio5 {
    background-image: url(img/code.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.1em;
    width: 60%;
}
.nubio6a {
    background-image: url(img/nubioux1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
}
.nubio6b {
    background-image: url(img/nubioux2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
}
.nubio6c {
    display: none;
}

/*  END NEW CONTENT */

@media only screen and (max-width: 600px) {
    .category-skills .nubio2,
    .category-skills .nubio4 {
        width: 100%;
    }
    .category-skills .nub,
    .category-skills .nubio3,
    .category-skills .nubio4c,
    .category-skills .nubio5 {
        width: 100%;
        margin-top: 1em;
        height: 11em;
        border: none;
    }
    .category-skills .nubio6a,
    .category-skills .nubio6b,
    .category-skills .nubio44,
    .three-fifths img {
        display: none;
    }
    .two-fifths img {
        width: 100%
    }
    .category-skills .nubio4 {
        flex-direction: column;
    }
    .category-skills .nubio4a {
        margin-top: 1em;
    }
    .nubio6c {
        display: block;
        background-image: url(img/nubioux3.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }
    .post-item {
        width: 100%;
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .overlay-title {
        font-size: 2.2em;
    }
    .randomcon .tekst2 {
        margin-left: 0em;
        color: #585858;
        text-align: center;
        font-size: 1.18em;
        margin: 1.5em;
        margin-top: 1em;
    }
    .randomcon img {
        display: none;
    }
    .overlay-title {
        font-size: 1em;
    }
    .tekk1 {
        width: 100%;
    }
    .tekk1 p {
        padding: 0em;
    }
    .tekk2 {
        display: none;
    }
    .tekk2.mobonly {
        display: block;
        background-image: url(img/hero.jpg);
        background-repeat: no-repeat;
        width: 100%;
        height: 20em;
        margin: 0 auto;
        margin-top: 1em;
    }
    .post-item {
        margin-bottom: 1.3em
    }
    .flex2 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .flex2rev {
        flex-direction: column-reverse;
    }
    .sec2 {
        margin-top: 1em;
        margin-left: 0em;
    }
}
.mobonly {
    display: none;
}

/*.post-hero {
  height: 400px;
}
*/

.post-header {
    margin-top: -4rem;
    margin-bottom: 3rem;
}
.post-metadata {
    font-family: Karla, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-style: italic;
    color: #9b9b9b;
    margin-top: 20px;
}
.pullquote {
    font-size: 0.875rem;
    font-style: italic;
    color: #9b9b9b;
}
@media only screen and (max-width: 480px) {
    .post-item {
        width: 100%;
    }
}
table#blue {
    width: 100%;
    height: 100%;
    background-color: #9ACCE2;
    border: 0px;
}
td {
    padding: 20px;
}

/* Layout
================================ */

.page {
    position: relative;
    overflow: hidden;
}
.page.page-exit-left,
.page.page-exit-right,
.page.page-fade {
    position: absolute;
    width: 100%;
}
.page.page-exit-left {
    -webkit-animation: exit-left .5s ease-out both;
    animation: exit-left .5s ease-out both;
}
@-webkit-keyframes exit-left {
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes exit-left {
    100% {
        transform: translateX(-100%);
    }
}
.page.page-exit-left + .page {
    -webkit-animation: enter-from-right .5s ease-out backwards;
    animation: enter-from-right .5s ease-out backwards;
}
@-webkit-keyframes enter-from-right {
    0% {
        -webkit-transform: translateX(100%);
    }
}
@keyframes enter-from-right {
    0% {
        transform: translateX(100%);
        perspective: 1px;
        /* disable subpixel antialiasing glitch */
    }
}
.page.page-exit-right {
    -webkit-animation: exit-right .5s ease-out forwards;
    animation: exit-right .5s ease-out forwards;
}
@-webkit-keyframes exit-right {
    100% {
        -webkit-transform: translateX(100%);
    }
}
@keyframes exit-right {
    100% {
        transform: translateX(100%);
    }
}
.page.page-exit-right + .page {
    -webkit-animation: enter-from-left .5s ease-out backwards;
    animation: enter-from-left .5s ease-out backwards;
}
@-webkit-keyframes enter-from-left {
    0% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes enter-from-left {
    0% {
        transform: translateX(-100%);
        perspective: 1px;
        /* disable subpixel antialiasing glitch */
    }
}
.page.page-fade {
    -webkit-animation: fade-out .5s ease both;
    animation: fade-out .5s ease both;
}
@-webkit-keyframes fade-out {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }
}
@keyframes fade-out {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateY(-100px);
    }
}
.loading .page {
    opacity: 0;
}
.loaded .page {
    -webkit-animation: loading .8s ease backwards;
    animation: loading .8s ease backwards;
}
@-webkit-keyframes loading {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
    }
}
@keyframes loading {
    0% {
        opacity: 0;
        transform: translateY(25px);
        perspective: 1px;
        /* disable subpixel antialiasing glitch */
    }
}
.page.page-fade + .page {
    -webkit-animation: fade-in .5s ease backwards;
    animation: fade-in .5s ease backwards;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(100px);
        perspective: 1px;
        /* disable subpixel antialiasing glitch */
    }
}
.wrap {
    margin: 20px auto;
    max-width: 1200px;
    overflow: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.primary-header {
    display: inline-block;
    /*float: none;
    width: 90%;
    margin: 0 auto;*/
}
@media only screen and (max-width: 1085px) {
    body {
        font-size: 16px;
    }
    .wrap {
        margin: 15px auto;
    }
}

/* Header 

.site-title {
    float: left;
}
.page-menu {
    float: right;
}
.page-menu li {
    display: inline-block;
    margin: 0.5em 1em;
    padding: 0.5em 0;
    list-style: none;
}

*/


/* Footer */

.site-footer {
    background-color: #eee;
    font-family: Vollkorn, Georgia, serif;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
    -webkit-font-smoothing: antialiased;
}
.site-footer-left,
.site-footer-right {
    float: left;
    padding: 40px 10px 40px 0px;
    width: 340px;
    max-width: 100%;
    vertical-align: top;
}
@media (min-width: 850px) {
    .site-footer-right {
        float: right;
    }
}
@media (min-width: 550px) {
    .site-footer-contact {
        float: left;
    }
    .site-footer-about {
        float: right;
    }
}

/* Content */

.content-title {
    font-size: 2.4em;
    line-height: 1.3;
    margin: 0 0 0.5em;
}
.post-preview {
    border-top: 1px dotted #d4d7d9;
    margin: 1em 0 0;
    padding: 1em 0 0;
}
.subpage-menu a {
    display: inline-block;
    margin-right: 15px;
}
.row {
    display: block;
}

/* Video */

.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}
.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Animation
/* ======================================== */


/* Effect 1: opacity */

.post-item.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

/* Grid
/* ======================================== */

.container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/* For devices larger than 400px */

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

/* For devices larger than 550px */

@media (min-width: 550px) {
    .container {
        width: 80%;
    }
    .column,
    .columns {
        margin-left: 4%;
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }
    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }
    .two.columns {
        width: 13.3333333333%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .nine.columns {
        width: 74.0%;
    }
    .ten.columns {
        width: 82.6666666667%;
    }
    .eleven.columns {
        width: 91.3333333333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.6666666667%;
    }
    .two-thirds.column {
        width: 65.3333333333%;
    }
    .two-fifths.column {
        width: 41.4%;
    }
    .three-fifths.column {
        width: 54.6%;
    }
    .one-half.column {
        width: 48%;
    }
    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Self Clearing Goodness */

.container:after,
.row:after,
.u-cf {
    content: '';
    display: table;
    clear: both;
}
