/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   @font-face {
    font-family: 'bebas_neueregular';
    src: url('font/bebasneue-webfont.eot');
    src: url('font/bebasneue-webfont.eot?') format('embedded-opentype'), url('font/bebasneue-webfont.woff') format('woff'), url('font/bebasneue-webfont.ttf') format('truetype'), url('font/bebasneue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
  }

html {
    color: #222;
    font-size: 1em;
  font-family: 'bebas_neueregular', Sans-serif;
    box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
  font-family: 'bebas_neueregular', Sans-serif;
    
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{
    font-size: 1em;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


h2{

}

u{
    text-decoration: none;
    text-decoration: underline;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.container{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.header img{
    width: 10vw;
    max-width: 1800px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    display: none;
}

.page_container{
    max-width: 1820px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.column-third{
    width: 100%;
    background-color: #000;
    margin-bottom: 10px;
    display: table;
}

.column-third img{
    width: 100%;
    height: auto;
    display: block;
}

.title_type{
    text-decoration: underline;
    font-weight:700; 
}

.nudge{
    margin-left: 0px !important;
}

.nav_{
    width: 100vw;
    height: 100px;
    position: fixed;
    display: block;
    z-index: 100;
    background-color: #fff;
    font-family: 'Karla', sans-serif;
    max-width: 1820px;
    margin-left: auto;
    margin-right: auto;
}

.nav-items{
    text-align: center;
    bottom: 0;
    padding-bottom: 10px;
}

.nav_ li{
    list-style-type: none;
    list-style: none;
    display: inline;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 0.85em;
}

.logo-small_{
    width: auto;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav_ li:hover{
    text-decoration: underline;
}

.home li{
}

.home{
    text-align: center;

}



strong{
    font-family: 'Karla', sans-serif;
    font-size: 1.1em;
    line-height: 2em;
}

.project-title{
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
    font-family: 'Karla', sans-serif;
    text-decoration: underline;
    color: #fff;
}

.project-title span {
    display: inline-block;
    font-size: .8rem;
    width: 80%;
    /* font-family: 'Karla', sans-serif; */
    text-decoration: none;
    color: #fff;
}
.padding_top{
    padding-top: 20px;
}


.project-content > .post-image img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}



.project-image{
    position: relative;
    display: table;
    background-color: #fff;
}

.project-image:hover{
    background-color: #000;
}

.speaking{
    font-family: 'Source Serif Pro', serif;
    padding-top: 88px;
}

.speaking-content a{
    text-decoration: underline;
}

.speaking-content img{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.remove-padding img{
    padding-top: 0px !important;
}

.speaking-splash img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


.current-menu-item{
    text-decoration: underline;
}

a{
    text-decoration: none;
    color: inherit;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    max-height: ;
}

.spacer{
    height: 20px;
}

em{
    text-decoration: underline;
}

.project-page{
    padding-top: 88px;
}

.project-title-page{
    font-family: 'Karla', sans-serif;
    font-size: 1.1em !important;
    line-height: 2em;
}

.video{
    display: none;
}

#content{
    font-family: 'Source Serif Pro', serif;
}

.work-override{
    width: 100vw;
}

.work-space{
    padding-top: 88px;
}

.post-image img{
    width: 100%;
    height: auto;
}

.portfolio{
    margin-top: -10px;
    height: 100%;
}

.social_icons{
    font-size: 1.4em;
}

.social_icons a:hover{
    color: #727272;
}

#content{
    display: none;
}

.post_cont{
    padding-bottom: 13px !important;
}

.btn {
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 3px;
    color: #ffffff;
    background: #000000;
    padding: 4px 10px 3px 10px;
    text-decoration: none;
    font-family: 'Karla', sans-serif;
    font-weight: 100;
    border: 1px solid #000;
    margin-top: 0px;
}

.btn:hover {
  background: #3d3d3d;
  text-decoration: none;
}

.btn:focus{
    outline: 0;
}

.nav-home{
    width: 100% !important;
    position: fixed;
    top: 0;
}

.nav-home.affix{
    position:fixed;
    top:0;
    right:0;
}

#sticker {
  width:100%;
  box-sizing:border-box;
    z-index: 10000 !important;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (min-width: 352px) {
    .nav_ li{
        font-size: 1.5em;
    }
}


@media only screen and (min-width: 769px) {
    .only-sp{
        display: none;
    }
}
@media only screen and (min-width: 768px) {

    .gif{
        display: none;
    }
    
    .nudge{
        margin-left: 10px !important;
    }
    
    .video{
        display: inherit;
        width: 100%;
        height: auto;
    }
    
    .social_icons{
        font-size: 2em;
    }
    
    .column-third{
        width: 49% !important;
        margin: 0.5%;
        float: left;
    }
    
    .nav-home{
        top: inherit;
        position: absolute;
    }
    
    .header img{
        display: inherit;
    }

    
    .home{
        text-align: right;
        max-width: 1800px;
    }
    
    .speaking{
        padding-top: 60px;
    }
    
    .work-space{
        padding-top: 60px;
    }
    

    .project-page{
        padding-top: 60px;
    }
    
    .project-content{
        margin-left: 20px;
        margin-right: 20px;
    }

    .container_main{
        width: 100vw;
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .project-title{
        display: none;
        position: absolute; 
        bottom: 40%;
        text-align: center;
        width: 100%; 
        font-size: 1em;
    }
    
    img:hover + .project-title{
        display: inherit;
    }
    

    
    .project-title:hover{
        display: inherit;
    }
    
    .project-image img{
        -webkit-backface-visibility: hidden;
    }
    
    .project-image img:hover{
        opacity: 0.5;
        transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
    
    .project-title{
        pointer-events: none;
    }
    
    .header{
        padding-bottom: 40px;
    }
    
    .portfolio{
        max-width: 1800px;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
    
    .work-override{
        width: 94vw;
        margin-left: 3vw
    }
    
    .nav-items{
        text-align: inherit;
        float: right;
        display: inherit;
        bottom: 0px;
        padding-bottom: 0px;
        padding-top: 22px;
        padding-right: 18px;
    }
    
    .nav-items-home{
        padding-right: 0px !important;
    }
    
    .logo-small_{
display:none;
    }
    
    .logo-home{
        margin-left: 
    }
    
    .nav_ li{
        bottom: 0px; 
        margin-left: 28px;
        margin-right: 12px;
    }
    
    .nav-home{
        position: absolute;
    }
    
    .nav_{
        height: 60px;
        width: 100%;
    }

    

         
    
    
}


@media only screen and (min-width: 910px) {
    .nav_{
        width: 70% !important;
    }
    
    .container_main{
        width: 70vw;
    }
    
    .header img{
        width: 10vw;
    }
    
    .page_container{
        width: 70vw;
    }
}


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

    
    .column-third{
        width: 32.33% !important;
        margin: 0.5%;
        float: left;
    }

    .project-title{
      bottom: 20%;
    }
    
}



@media only screen and (min-width: 1020px) {
    
    .work-override{
        width: 92vw;
        margin-left: 4vw
    }
}


@media only screen and (min-width: 1440px) {
    .home{
        text-align: right;
        max-width: 1800px;
    }
    
    
}


@media only screen and (min-width: 1600px) {
    .work-override{
        width: 90vw;
        margin-left: 5vw;
        max-width: 1800px;
    }
}




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

    .speaking-splash img{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        height: auto;
        margin-bottom: 20px;
    }
    
    .mww{
        max-width: 1800px !important;
    }
    
    .speaking-splash{
        
    }
    
    .work-override{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .nav-items-home{
        padding-right: 20px !important;
    }
}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


















/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}