@charset "UTF-8";
/* CSS Document */

/* ---------- blog page ---------------*/

.page-wrap-1 {
    margin-left: 30px;
    margin-right: 30px;
}
/* ---------- paralax image caption overlay ---------------*/
.content {
    max-width: 55%;
}
.intro-caption {
    display: block;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    text-transform: none;
}
.intro-caption-2 {
    display: block;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    text-transform: none;
}
.article {
    display: block;
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: normal;
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    text-transform: none;
}
.related {
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
}
/* ---------- blog page images ---------------*/

.blog-image-area {
    padding-top: 0px;
}
.element-to-stretch-blog-incopy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.element-to-stretch-blog-incopy img {
    width: 100%;
    height: auto;
    display: block;
}
.element-to-stretch-blog-incopy iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.element-to-stretch-blog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #FFFFFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.element-to-stretch-blog img {
    width: 100%;
    height: auto;
    display: block;
}
.element-to-stretch-blog iframe {
    width: 100%;
    height: 100%;
    display: block;
}
/* Display the captions on hover */

.element-to-stretch-blog:hover .caption {
    opacity: 1; /* For IE8 and earlier */
    background-color: rgba(255,255,255,0.90);
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
/* Add padding and margin to the caption contents */

.col-6-blog {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto
}
.col-6-blog {
    width: 55%;
}
/* ---------- blog page copy ---------------*/

/* ---- Opinion/About Page: THE RECOVERED BASE ---- */

/* Update this in your BASE section at the top */
#blog .opinion-copy, 
.col-6-blog { 
    width: 55% !important; 
    max-width: 1000px !important; 
    margin: 0 auto !important; 
}

#blog .opinion-copy {
    width: 55% !important; /* This was your 'Smoking Gun' fix */
    max-width: 1000px !important; 
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
}

#blog .opinion-copy h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    margin-top: 1rem !important;
    margin-bottom: 0.8rem !important;
    color: #444 !important;
	/* ADD THIS LINE HERE */
    text-transform: none !important;
}

#blog .opinion-copy p, 
#blog .opinion-copy li p,
#blog .opinion-copy li {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important; /* The Light version */
    font-size: 1.4rem !important; 
    line-height: 1.4 !important;
    color: #444 !important;
    margin-bottom: 0.8rem !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

#blog .opinion-copy strong {
    font-weight: 600 !important; /* True bold */
    color: #444 !important;
}

#blog .opinion-copy .blog-caption {
    display: block !important;
    font-style: italic !important;
    font-size: 1.15rem !important;
    line-height: 1.4 !important;
    color: #777 !important;
    margin-top: 0px !important;
    margin-bottom: 1.5rem !important;
}

.author {
    font-size: 1.2rem;
    line-height: 2rem;
    font-style: normal;
    display: block;
		padding-top: 1.2rem;
    padding-bottom: 2rem;

}
.author a {
    color: #4284f3;
    font-style: normal;
}
.author a:hover {
    color: #444444;
    text-decoration: underline;
}
.readingtime {
    color: #4284f3;
}
.element-to-stretch-blog .caption:hover {
    text-decoration: underline;
}


/* ---------- paralax ---------------*/
.container .content {
    background: rgba(0, 0, 0, .6);
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
    width: auto;
    z-index: 1;
}
.container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
}
.container--big {
    height: 75em; /*height fallback*/
    height: 175vh;
}
.container--full {
    height: 50em; /*height fallback*/
    height: 100vh;
}
.container--small {
    height: 20em; /*height fallback*/
    height: 40vh;
}
.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.parallax__container .parallax {
    /* can be put in a seperate class for better control */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* --------------------------- */
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}
.container-display-1 {
    background-color: #FFFFFF;
}
.container-display-2 {
    color: #444444;
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.7em;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.show-on-mobile--inline {
    display: none;
}
/* ---------- blog footer ---------------*/
#blog .container-6-project-nav-photos {
}
#blog .container-6-project-nav {
}
#blog .project-nav-all {
    width: 100%;
    height: 48px;
    display: block;
}
#blog .project-nav-all a {
    background-image: url(../assets/Fuga-all-articles.png);
    width: 100%;
    height: 48px;
    display: block;
    overflow-x: hidden;
    text-indent: -5000px;
    background-repeat: no-repeat;
    background-position: center 0px;
    position: relative;
}
#blog .project-nav-all a:hover {
    background-image: url(../assets/Fuga-all-articles.png);
    width: 100%;
    height: 48px;
    display: block;
    overflow-x: hidden;
    text-indent: -5000px;
    background-repeat: no-repeat;
    background-position: center -48px;
    position: relative;
}
#blog .container-6 {
    margin-top: 12px;
}

/*-------Responsive-------*/

@media screen and (min-width: 1960px) {
.page-wrap-1 {
    width: 1900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}
.page-wrap-1a {
    width: 1916px;
    margin-left: auto;
    margin-right: auto;
}
.parallax__container .parallax {
    /* can be put in a seperate class for better control */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* --------------------------- */
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 1884px;
}
.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1884px;
    z-index: 0;
}
}

@media screen and (max-width: 1881px) {
.article {
    font-size: 2.2rem;
    line-height: 2.6rem;
}
.intro-caption {
    font-size: 3.5rem;
    line-height: 3.8rem;
}
	.intro-caption-2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
}

@media screen and (max-width: 1850px) {
.article {
    font-size: 2.1rem;
    line-height: 2.4rem;
}
.intro-caption {
    font-size: 3.5rem;
    line-height: 3.8rem;
}
}

@media screen and (max-width: 1800px) {
.article {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.intro-caption {
    font-size: 3rem;
    line-height: 3.4rem;
}
    .blog-caption {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
}

@media screen and (max-width: 1500px) {

	#blog .opinion-copy, 
    .col-6-blog {
        width: 70% !important; 
    }	
	 /* Target the H1 specifically at this size */
    #blog .opinion-copy h1 {
        font-size: 1.7rem !important; 
        line-height: 1.3 !important;
    }
	
	.container-display-2 {
    padding: 30px;
	}
	
.article {
    font-size: 1.7rem;
    line-height: 2.1rem;
}
.intro-caption {
    font-size: 2.4rem;
    line-height: 2.8rem;
	text-align: center;
}
	.intro-caption-2 {
    font-size: 1rem;
    line-height: 1.2rem;
		text-align: center;
	}
.container .content {
    padding: 0px 20px;
}
.author {
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
.col-6-blog {
    width: 65%;
}
.blog-image-area {
    padding-top: 0px;
}
.blog-caption {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
	}
}



@media screen and (max-width: 1300px) {
.container-display-2 {
    padding: 20px;
}
.article {
    font-size: 1.5rem;
    line-height: 1.9rem;
}
.intro-caption {
    font-size: 1.8rem;
    line-height: 2rem;
}
.container .content {
    padding: 0px 20px;
}
.author {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
.col-6-blog {
    width: 65%;
}
.blog-image-area {
    padding-top: 0px;
}
    .blog-caption {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
}

@media screen and (max-width: 1066px) {
.container-display-2 {
    padding: 20px;
}
.article {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.intro-caption {
    font-size: 1.6rem;
    line-height: 1.9rem;
}
.container .content {
    padding: 0px 20px;
}
.author {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
.col-6-blog {
    width: 75%;
}
.blog-image-area {
    padding-top: 0px;
}
.blog-caption {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
}

@media screen and (max-width: 1024px) {
.container-display-2 {
    padding: 20px;
}
.article {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.intro-caption {
    font-size: 1.6rem;
    line-height: 1.9rem;
}
.container .content {
    padding: 0px 20px;
}
.author {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
.col-6-blog {
    width: 75%;
}
.blog-image-area {
    padding-top: 0px;
}
.blog-caption {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
}

@media screen and (max-width: 900px) {

#blog .opinion-copy, 
    .col-6-blog {
        width: 85% !important;
    }

    /* Target the H1 specifically at this size */
    #blog .opinion-copy h1 {
        font-size: 1.4rem !important; 
        line-height: 1.2 !important;
    }

    /* Target the P and LI specifically at this size */
    #blog .opinion-copy p, 
    #blog .opinion-copy li,
    #blog .opinion-copy li p {
        font-size: 1.2rem !important; 
        line-height: 1.5 !important;
    }
	
	.container-display-2 {
    padding: 20px;
}
.content {
    max-width: 85%;
}
.related {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
.article {
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-align: center
}
.intro-caption {
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center
}
.container .content {
    padding: 0px 20px;
}
.author {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
.col-6-blog {
    width: 85%;
}
.blog-image-area {
    padding-top: 0px;
}
#blog .opinion-copy .blog-caption {
    font-size: 1rem !important; /* Scaled down from 1.2rem */
    line-height: 1.3 !important;
    margin-bottom: 0.8rem !important; /* Slightly more air for tablet */
}
}

@media screen and (max-width: 550px) {
.container-display-2 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}
.article {
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center
}
.intro-caption {
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center
}
.container .content {
    padding: 0px 10px;
}
.author {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
}
.col-6-blog {
    width: 100%;
}
.blog-image-area {
    padding-top: 0px;
}
.blog-caption {
    font-size: .9rem;
    line-height: 1.2rem;
    font-style: normal;
    display: block;
    padding-bottom: 1.2rem;
	padding-top: 1.2rem;
}
	#blog .opinion-copy, 
    .col-6-blog {
        width: 100% !important;
        padding: 0 15px !important; /* Safety margin for the glass edge */
    }
    #blog .opinion-copy p {
        font-size: 1.15rem !important;
        line-height: 1.5 !important;
    }
}

@media screen and (max-width: 480px) {
.hide-on-mobile {
    display: none;
}
.show-on-mobile--inline {
    display: inline;
}
}

@media screen and (max-width: 320px) {
.hide-on-mobile {
    display: none;
}
.show-on-mobile--inline {
    display: inline;
}
}

/* SMALL MOBILE: Fine-tuning for tiny devices (iPhone SE etc) */
@media screen and (max-width: 400px) {
    #blog .opinion-copy h1 {
        font-size: 1.5rem !important;
    }
	}


