/*
Theme Name: JWA Architects
Theme URI: https://jwa.co.nz
Author: Established Group
Author URI: http://establishedgroup.com
Version: 1.0.0
*/


/*Minion 3 Subhead Regular & Italic
font-weight: 400;
font-style: normal;
font-style: italic;

Minion 3 Subhead Medium & Italic
font-weight: 500;
font-style: normal;
font-style: italic;

Minion 3 Subhead Semibold & Italic
font-weight: 600;
font-style: normal;
font-style: italic;

Minion 3 Subhead Bold & Italic
font-weight: 700;
font-style: normal;
font-style: italic;*/


@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../jwa/assets/fonts/fontawesomepro/fa-light-300.eot");
  src: url("../jwa/assets/fonts/fontawesomepro/fa-light-300.eot?#iefix") format("embedded-opentype"), 
  url("../jwa/assets/fonts/fontawesomepro/fa-light-300.woff2") format("woff2"), 
  url("../jwa/assets/fonts/fontawesomepro/fa-light-300.woff") format("woff"), 
  url("../jwa/assets/fonts/fontawesomepro/fa-light-300.ttf") format("truetype"), 
  url("../jwa/assets/fonts/fontawesomepro/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; 
}



.TTNormsPro-Regular {
  font-family: TTNormsPro-Regular;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-Italic {
  font-family: TTNormsPro-Italic;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-Medium {
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-MediumItalic {
  font-family: TTNormsPro-MediumItalic;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-Bold {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-BoldItalic {
  font-family: TTNormsPro-BoldItalic;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-ExtraBold {
  font-family: TTNormsPro-ExtraBold;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-Black {
  font-family: TTNormsPro-Black;
  font-weight: normal;
  font-style: normal;
}




/* CSS RESETS */

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,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;
}

html, body {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  color: rgba(0,0,0,1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: TTNormsPro-Regular, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

blockquote {
  margin: 20px 30px;
  border-left: solid 1px rgba(123, 180, 65, 1);
  padding: 10px 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

*:focus {
  outline: 0;
}

blockquote p {
  font-size: 22px;
  color: rgba(123, 180, 65, 1);
  margin-bottom: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.2;
  text-align: left;
}

p,a,ol,ul,li {
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  text-align: left;
}

a {
  color: rgba(0,0,0,1);
  text-decoration: none;
}

a:hover {
  color: gba(0,0,0,0.7);
}

p {
  margin: 0 0 15px 0;
}

hr {
    height: 1px;
    border: 0;
    color: #ccc;
    background: #ccc;
    margin: 20px 0 10px 0;
}

p a:hover {
  color: #333;
}

img {
  width: 100%;
  height: auto;
}

em, i {
  font-family: TTNormsPro-Italic;
}

p strong,
strong {
  font-family: TTNormsPro-Bold;
}


main ol,
main ul {
  font-size: 17px;
  margin: 10px 10px 15px 10px;
  padding: 0 10px;
 
}

main ul {
   list-style: disc;
}

main ol {
   list-style: decimal;
}



.alignright,
img.alignright,
a img.alignright {
  float:right; 
  margin:0 0 1em 1em;
}

.alignleft,
img.alignleft,
a img.alignleft {
  float:left; 
  margin:0 1em 1em 0;
}

.aligncenter,
img.aligncenter,
a img.aligncenter {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}








h1 {
  font-family: minion-3-subhead, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  text-align: left;
  margin-left: 5%;
  position: relative;
  z-index: 3;
  margin-bottom: 5vh;
}


h2 {
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 auto 10px auto;
  width: 100%;
  letter-spacing: 2px;
}

h3 {
   font-family: TTNormsPro-Medium;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}

h4 {
  font-size: 16px;
  font-weight: normal;
   font-family: TTNormsPro-Medium;
  margin-bottom: 10px;
}

h5 {
  font-family: minion-3-subhead, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  font-size: 36px;
}


.container {
  width: calc(100% - 40px);
  max-width: 1150px;
  padding: 40px 20px;
  margin: auto;
  text-align: center;
}


.container.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}





.btn {
    display: inline-block;
    font-family: TTNormsPro-Medium;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 12px 36px;
    color: #fff;
    background-color: rgba(158,146,94,1);
    border-left: none;
    text-transform: uppercase;
    border-radius: 1px;
    margin: 20px 0;
    -o-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    cursor: pointer;
}

.btn:hover {
    background-color: #51534a;
    color: rgba(158,146,94,1);
}


.arrow-link {
    font-family: TTNormsPro-Bold;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    margin: 20px 0;
    display: inline-block;
}

.arrow-link:before{
  font-family: FontAwesome;
  content: '\f054';
  position: absolute;
  width: 0;
  height: 0;
  font-size: 15px;
  right: -7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrow-link:hover {
   color:rgba(255,255,255,1);
}
.arrow-link:hover:before {
 
  right: -11px;
}






/*
*
*
* Global
*
* * * * * * * * * * * * * * * */


.page .container {
  max-width: 800px;
  padding: 25vh 0 60px 0;
}


.page h1 {
  color: #000;
  font-size: 38px;
  text-align: left;
  margin:0 0 60px 0;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
}

.page p, .page a, .page ol,
.page ul, .page li  {
  font-family: minion-3-subhead, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  font-size: 22px;
}

.page a {
  font-size: 23px;
}
.page p {
  margin-bottom: 20px;
}

.page p strong, .page strong {
    font-family: minion-3-subhead, serif;
  font-weight: 700;
  font-style: normal;
}

.about_collage {
  width: 120%;
  height: auto;
  margin: 20px 0 50px -10%;
}







/* Contact Page */





.page.contact .container {
  max-width: 320px;

}

.page.contact a, .page.contact p {
   font-size: 38px;
   font-weight: 700;
}

.page.contact p {
  margin-bottom: 60px;
  }


.page.contact .container ul#social_links {
     position: static; 
     margin: 0;
     padding: 0;
}

.page.contact .container ul#social_links li a i {
  font-size: 30px;
}




#enquiry-map-section {
  height: 500px;
  margin: 60px 0 -1px 0;
}


/* Hide the labels at the bottom */

.gmnoprint.gm-style-cc,
.gm-style-cc {
  display: none;
}

.gm-iv-address-link {
  display: none!important;
}

#enquiry-map-section div div.gm-style div:nth-of-type(2) a div img{
  display: none;
}







.statement {
    width: 100%;
    max-width: 860px;
    margin: 40px auto;
    position: relative;
    z-index: 3;
}

.statement p {
  font-family: minion-3-subhead, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  font-size: 36px;
  color:rgba(175,175,175,1);
  text-align: left;
}



.img-bg {
    background-size: cover;
    background-position: center center;
}


/* SLIDER */


.section-projects h4 {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    text-transform: uppercase;
}

.section-projects .slider-wrapper {
    width: 100%;
    margin: 0;
    overflow: hidden;
}


ul#project-slider {
   list-style: none;
   padding: 0;
   margin: 0;
}

ul#project-slider li {
  display: inline-block;
  height: 600px;
  width: 700px;
  margin-right: 15px;
  cursor: pointer;
}

ul#project-slider li .img-bg {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.lSAction > a {
    /*height: 130px !important;*/
    margin-top: -30px !important;
}

a.lSNext {
  background-color: rgba(0,0,0,0.9);
  border-radius: 3px;
  padding: 15px;
  color: #fff;
}

a.lSNext i {
  font-size: 30px;
  margin-left: 10px;
}



/* Gallery */

.section-gallery .statement {
  opacity: 0;
  margin: 150px auto;
}


section.section-gallery .img_wrapper {
  text-align: center;
  width: 80%;
  margin: 100px auto;
}

section.section-gallery .img_wrapper div {
  display: inline-block;
}

section.section-gallery .img_wrapper div:nth-of-type(1) {
  width: calc(55% - 50px);
  margin: 20px;
}
section.section-gallery .img_wrapper div:nth-of-type(2) {
  width: calc(40% - 50px);
  margin: 20px;
}
section.section-gallery .img_wrapper div:nth-of-type(3) {
  width: calc(45% - 50px);
   margin: 20px;
}
section.section-gallery .img_wrapper div:nth-of-type(4) {
  width: calc(50% - 50px);
   margin: 20px;
  vertical-align: top;
  text-align: left;
}

ul.gallery-categories {
  position: relative;
  list-style: none;
  margin:50px;
  padding: 0;
 
}

ul.gallery-categories li a h5 {
   color:rgba(0,0,0,0.3);
   line-height: 1.5;
}


ul.gallery-categories li a h5 {
    position: relative;
    width: auto;
    display: inline;
}

ul.gallery-categories li a h5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

ul.gallery-categories li a h5:hover:before
 {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}


/*
*
*
* Home Page
*
* * * * * * * * * * * * * * * */


#jwa_logo_intro {
  width:80%;
  max-width: 880px;
  margin: 250px 0 0 auto;
   margin: 140px 0 -80px auto;
  display: block;
   position: relative;
  z-index:2;
}


#home_hero {
  margin-top: 20vh;
  position: relative;
  z-index: 1;
  margin-bottom: -25vh;
}

#home_intro {
  opacity: 0;
  margin-bottom: 20vh;
}


/*
*
*
* Project Page
*
* * * * * * * * * * * * * * * */

.main_image {
  background-color: #000;
  width: 100%;
  height: 80vh;
  /*max-height: 700px;*/
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.main_image {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

.main_image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}


@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.project-details .container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    margin: 70px auto 0 auto;
}

.deets {
  width: 20%;

}

.intro {
  width: 90%;
  max-width: 600px;
}

.deets h2 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0;
}

.deets p {
  font-size: 12px;
}


section.project-images .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
}

section.project-images .container div,
section.project-images .container a {
  width: calc(45% - 60px);
  margin: 30px;
}

section.project-images .container div.wide,
section.project-images .container a.wide {
  width: 100%;
}

section.project-images .container div.tall img,
section.project-images .container a.tall img {
  max-height: 700px;
}


section.project-images .container div.statement {
  width: 100%;
  margin: 30px 0 0 0;
}

section.project-images .container div.statement p {
  font-size: 30px;
}



section.related_projects {
      border-top: 1px solid rgba(0,0,0,0.3);
     text-align: center;
     margin: 50px auto 80px auto;
     padding: 100px 0 50px 0;
}

section.related_projects h5 {
  font-size: 34px;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
}

ul#related_list {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1200px;
    margin: auto;
}

ul#related_list li {
    display: inline-block;
    height: 20vw;
    max-height: 300px;
    width: calc(33% - 15px);
    max-width: 400px;

    /*margin-right: 15px;*/
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    font-family: TTNormsPro-Regular;
}

ul#related_list li a div {
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}


/*section.project-images .container div:nth-child(3n+0) {
  background: red;
}
*/





/*
*
* Projects Page
*
* * * * * * * * * * * * * * * */

section#projects .container {

   display: -webkit-box;

   display: -ms-flexbox;

   display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1000px;

}

.project_wrapper {
  width:70%;
}



.project_nav {
  width: 30%;
  position: static;

}

.project_nav ul {
  list-style: none;
   margin: 0;
   padding: 0;
}

.project_nav ul li a {

    font-family: minion-3-subhead, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  font-size: 32px;
  position: relative;

  }

  .project_nav ul li a:before {
     content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }


.project_nav ul li a.active:before
 {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}





#projects_loaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*overflow: scroll;
    height: 100vh;*/
}

#projects_loaded a {
    width: calc(50% - 20px);
}

#projects_loaded a article {
  width: 100%;
}

.project.img-bg {
  height: 200px;
  width: 100%;

}

#projects_loaded h2 {
   font-family: TTNormsPro-Regular;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  margin: 10px 0 20px 0;
}


/*
*
* PreLoader
*
* * * * * * * * * * * * * * * */

svg.preloader {
  width: 100%;
  height: 200px;
  display: inline-block;
  padding: 0px;
  margin: auto;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

svg.preloader path.circle {
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.3);
  stroke-width: 1px;
  -webkit-animation: 1.5s circle infinite ease-in;
  animation: 1.5s circle infinite ease-in;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 0;
  }
  25% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 400 400;
    stroke-dashoffset: -400;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 0;
  }
  25% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 400 400;
    stroke-dashoffset: -400;
  }
}


/*
*
* PAGINATION
*
* * * * * * * * * * * */


/*nav.pagination_wrapper {
    margin: 30px auto 30px auto;
    padding-bottom: 20px;
    text-align: center;
    position: static!important;
}
*/

.pagination .page-item {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 5px 13px 0 0;
}

.pagination .page-item .page-link {
  margin: 0;
  line-height: 40px;
}

nav a.pagination:before {
  left: 0!important;
}

.pagination .page-item.active {
  border-radius: 50%;
  background-color: #64873a;
}

.pagination .page-item.active .page-link {
  color: #fff;
}

nav.pagination_wrapper {
  background-color: transparent;
  border-bottom: none;
  position: static!important;
  text-align: center;
  margin-top: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav.pagination_wrapper a {
  background: transparent;
  padding: 0!important;
  text-align: center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *                                 * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *          MEDIA QUERIES          * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *                                 * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



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


    .container {
      width: calc(100% - 40px);
      max-width: 1000px;
      padding: 40px 20px;
      margin: auto;
      text-align: center;
    }


}



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

  .container {
    width: calc(100% - 40px);
    max-width: 900px;
  }

section#projects .container {
    width: calc(100% - 300px);
}

#menu_wrapper .project_wrapper {
    margin: 20vh 10vw 50px auto;
  }


}



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

    .project-details .container,
    .project-images .container {
      max-width: 800px;
      max-width: calc(100% - 200px);
    }

    .project-details .container {
      padding: 40px;
    }

    section.project-images .container div {
      width: calc(50% - 40px);
      margin: 20px;
    }

    .page .container {
      padding: 170px 0 60px 0;
    }


    .container {
    width: calc(100% - 240px);
    }

    section#projects .container {
    width: calc(100% - 240px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    }

    .project-details .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    }






    h1 {
    font-size: 34px;
    margin-left: 120px;
      }

      .page h1 {
        font-size: 34px;
      }

      .page p, .page a, .page ol, .page ul, .page li {
      font-size: 20px;
  }

     


      .intro {
          width: 90%;
          max-width: 600px;
          margin-left: 20px;
      }

      .deets {
        margin-left: 20px;
      }

      .project_nav ul li a {
    font-size: 28px;
  }

      ul#related_list li h6 {
        font-size: 13px;
      }

      .deets h2 {
        font-size: 14px;
      }



      #jwa_logo_intro {
        margin: 25vh 0 -10vh auto;
        width: 80%;
      }

      #home_hero {
    margin: 50px 0 0 auto;
    width: 100%;
}

    #home_intro {
      margin-bottom:0px;
    }

    .statement {
    width: 90%;
  }

  ul#project-slider li {
 
    height: 450px;
    width: 660px;
  }

  .section-projects h4 {
      width: 65%;
      }



  section#projects .container .project_nav {
    margin-bottom: 40px;
  }

  .project_wrapper {
    width: 100%;
  }

  .project.img-bg {
    height: 20vw;
}





} /* max-width:1023px */



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





} /* max-width:992px */



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

  

  


} /* max-width:850px */



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


  
  p {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  ul,ol {
    font-size: 16px;
  }
  h2 {
    font-size: 24px;
  }
  
  blockquote {
    margin: 20px 20px;
    padding: 10px 20px 10px;
  }
  blockquote p {
    font-size: 19px;
  }

  footer div {
    width: 250px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.statement {
    width: 100%;
}

  .statement p {
    font-size: 28px;
    }

    .section-gallery .statement {
      margin: 100px auto;
  }

  h5 {
    font-size: 28px;
  }

  #enquiry-map-section {
    height: 50vh;
  }


  

} /* max-width:768px */





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

  section.project-images .container div {
    width: calc(100% - 40px);
    margin: 20px;
  }

  ul#related_list {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-flow: column;

            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

ul#related_list li {
    display: block;
    height: 25vh;
    width: 80%;
    max-width: 330px;
    margin: 20px auto;
}

ul#related_list li a div {
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.project_nav {
    width: 100%!important;
    }
  

} /* max-width:650px */



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


  h1 {
    margin: 0 30px 40px 30px;
  }

  .project-details .container, 
  .project-images .container,
  ul#related_list {
      width: calc(100% - 60px);
      max-width: calc(100% - 60px);
      margin: 0;
      padding: 30px;
/*      width:100%;
      max-width: 100%;*/
  }

    .container,
    section#projects .container,
     .page .container {
    width: calc(100% - 60px);
}

  .page .container {
      padding: 130px 0 60px 0;
  }

.about_collage {
    width: 100%;
    margin: 20px 0 50px 0%;
}


  .deets, .intro {
    margin-left: 0;
    width:100%;
  }

  .deets {
    margin-bottom: 30px;
  }

  section.project-images .container div {
    width:100%;
    margin: 0 0 20px 0;
  }

  section.section-gallery .img_wrapper div:nth-of-type(1) {
    width: 100%;
    margin: 20px 0;
  }

  section.section-gallery .img_wrapper div:nth-of-type(2) {
      width: calc(55% - 50px);
  }

  section.section-gallery .img_wrapper div:nth-of-type(4) {
      width: 100%;
    margin: 20px 0;
  }

  section.section-gallery .img_wrapper {
      margin: 100px auto 25px auto;
      width: 100%;
  }

  .section-gallery .statement {
    margin: 40px auto;
}

  ul#project-slider li {
    height: 300px;
}




 

} /* max-width:550px */



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

  ul#related_list {
    width: 100%;
    max-width:  100%;
    padding: 0;
  }

  .statement {
    width: 100%;
}

  .statement p {
    font-size: 24px;
  }

  .section-projects h4 {
    width: 85%;
  }

  #projects_loaded a {
    width: 100%;
}

.project.img-bg {
    height: 50vw;
}


}


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

  ul#related_list {
    width: 100%;
    max-width:  100%;
    padding: 0;
}

  #jwa_logo_intro {
    margin: 25vh 0 -5vh auto;
    }

    #home_hero {
    margin: 50px 0 -5vh 0;
    width: 100%;
}


 
} /* max-width:370px */



/* Specific Screens (height & width) */


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


 }


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



 }




