:root {
  /* --clr-primary-400: hsl(60 100% 50%);
  --clr-neutral-900: hsl(0 0% 0%);
  --clr-neutral-100: hsl(0 0% 100%);
*/
  --fs-1: clamp(2rem, 1vw + 1rem, 4rem);
  --fs-2: clamp(1.75rem, 1vw + .75rem, 3rem);
  --fs-3: clamp(1.5rem, 1vw + .5rem, 2rem);
  --fs-4: clamp(1.25rem, 1vw + .25rem, 2.5rem);
  --fs-5: clamp(1rem, 1vw + .2rem, 1.2rem);
  --lh-1: clamp(2rem, 2vw + 1rem, 4rem);
  --lh-2: clamp(1.75rem, 1.75vw + .825rem, 3.5rem);
  --lh-3: clamp(1.5rem, 1.5vw + .75rem, 3rem);
  --lh-4: clamp(1.25rem, 1.25vw + .675rem, 2.5rem);
  --lh-5: clamp(1rem, 1vw + .7rem, 2rem);
  --mb-l: 3rem;
  --mb-1: 1rem;
  --mb-2: .825rem;
  --mb-3: .75rem;
  --mb-4: .675rem;
  --mb-5: 0.5rem;
}
/* BASIC */
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  margin: 0;
  height: 100%;
  min-width: 320px;
  font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, "sans-serif";
  font-weight: 100;
}
body {
  margin: 0;
  min-height: 100vh;
}
/*STRUCTURE */

.container {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.home header {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.home .head {
  background-color: #3c3f44;
 background-image: url("../img/WM-480-JPG/cameron-sweeney-welcome-CSLP-480.jpg");

  background-position: bottom center;
	background-repeat: no-repeat;
}


.about .head {
 background-image: url("../img/WM-480-JPG/cameron-sweeney-about-CSLP-480.jpg");

  background-position: bottom center;
	background-repeat: no-repeat;
}



.head #navi h1, .head #navi h2 {
  font-size: 1.7rem;
}
.home .head {
  height: 705px;
  min-height: 480px;
}

.about .head{
  height: 605px;
}

header a {
     color: #ffffff;
}

.home header a {
		color: #ffffff;
}

@media only screen and (max-width: 1000px) {
header #navi ul#toplevel > li:hover,
header #navi ul#toplevel > li:hover > a,

	header #navi ul#toplevel > li.have-sub-menu:hover,
header #navi ul#toplevel > li.have-sub-menu:hover > a {
	 color: #ffffff;
	background-color:transparent;

}
}

/*
.solo header a {
	color: #333333;
}
.array #navi ul#toplevel > li > a,
.page #navi ul#toplevel > li > a {
	color: #333333;
}

*/



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

.home .head {
  height: 905px;
	  background-size: cover;
	  background-image: url("../img/WM-960-JPG/cameron-sweeney-welcome-CSLP-960.jpg");
}

.about .head {
  height: 905px;
	  background-image: url("../img/WM-960-JPG/cameron-sweeney-about-CSLP-960.jpg");
}

}

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

.home .head {
	  background-image: url("../img/WM-1280-JPG/cameron-sweeney-welcome-CSLP-1280.jpg");
}
.about .head {
   background-image: url("../img/WM-1280-JPG/cameron-sweeney-about-CSLP-1280.jpg");
}

header a {
     color: #333333;
}

.home header a {
		color:#ffffff;
	}
.solo header a {
	color: #333333;
}




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

  .home .head {
    background-color: #3c3f44;
    background-image: url("../img/WM-1920-JPG/cameron-sweeney-welcome-CSLP-1920.jpg");
    background-size: cover;
    background-position: bottom center;
  }
.about .head {
   background-image: url("../img/WM-1920-JPG/cameron-sweeney-about-CSLP-1920.jpg");
}
}





.home .welcome {
  width: 100%;
  height: 40vh;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
}

.home main {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 100vh;
}

.horizontal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.horizontal .item {
  display: flex;
  align-content: center;
  align-items: center;
}
.horizontal .item img {
  height: auto;
}
.cate * {
  text-align: center;
  padding: 0;
  margin: 0;
}
.cate {
  min-height: 80vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cate {
  background-color: #6c707a;
  color: #E3E5F6;
}

.cate .content div a {
  display: block;
  padding: 0.25rem 0;
  width: 100%;
}
.cate .content ul {
  list-style-type: none;
}
.cate .content .sect ul li {}
header {
  min-width: 320px;
}
/* HEADER */
header img {
  margin: 1rem 0 0 0;
}
header nav.nav {
  /*	padding-bottom: 0.5em;*/
}
header ul {
  list-style-type: none;
  margin: 0;
}
.col {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.photos {
  display: block;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
}
.photo {
  padding: 0;
  overflow: hidden;
}
.photo:last-of-type {
  margin-bottom: 1em;
}
.item:hover a, .item:hover a img {
  background-color: #ffffff;
}
.item:hover a img {
  opacity: 0.95;
}
.more .btn {
  display: inline-block;
  padding: 0.7em 1.75em;
  border: 0px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 0.2em;
}
.content {
  padding: 2rem 0;
}
.hero .content {
  padding-top: 0;
}
.gallery .content {
  padding-top: 0;
}
.feature {
  max-width: 32rem;
  margin: 0 auto 1rem;
}
.folio, .feature .folio .photo {
  min-width: 320px;
  max-width: 32rem;
  margin: 0 auto;
}
.feature picture, .feature .photo__img, .feature img {
  margin: 0 auto;
}
.text {
  padding: 0 3rem 2rem;
  columns: 1 auto;
  column-gap: 0;
  margin: 0 auto;
}
footer {
  text-align: center;
}
footer h1, footer h2, footer h3, footer h4 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding: 1rem 0;
  margin: 1rem 0;
}
footer h4 {
  text-transform: uppercase;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer ul li a {
  display: block;
  width: 100%;
}
footer .grid {
  display: flex;
  flex-direction: column;
}
/* Individual */
.con {
  min-width: 320px;
  max-width: 31rem;
  margin: 0 auto;
}
.hero {
  padding: 2rem 0;
}
.folio, .meta, .mob, footer div {
  padding: 1rem;
}
.folio .photo {
  margin: 0 auto;
  /*	min-width: 78rem;*/
}
ol, .content ul {
  padding: 2rem 0;
}
.content p.nomargin {
  margin-bottom: 0;
}
.content #method {
  background-image: url("../im/contact-mob.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 2rem;
  margin: 0 auto;
}


@media only screen and (min-width: 1200px) {
.content #method {
  background-image: url("../im/contact.png");
	}
}




.copyright p {
  text-align: center;
  margin: 0 2rem;
}
/*NAV*/
header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
header .logo {}
header nav {}
header .nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .nav a {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 100;
  padding: 0.75em 2.5em;
  /*	border-radius: 0.25em;*/
  text-decoration: none;
  display: block;
  margin: 0.5em 0 0.5em auto;
  text-align: center;
}
header .nav a:last-of-type {
  margin-right: 0;
}
/* MENU */
#navi ul#toplevel {
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#navi ul li a {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 100;
  padding: 0.5em 1.5em;
  display: block;
  margin: 0;
  text-align: center;
  width: 100%;
}
#navi .sub-menu {
  display: none;
}
.mob .sub-menu {
  display: block;
}
/*END Menu */
 footer ul a {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 100;
  padding: 0.5em 1.5em;
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: center;
}
.mob ul a:hover, .mob ul a:focus {
  text-decoration: underline;
}
/*BREADCRUMBS */
.bc {
  display: block;
  width: 100%;
  padding: 2rem 3rem;
  background: #f7f8f8;
  color: #aaaaaa;
}
.bc ul {
  list-style-type: none;
}
.bc ul, .bc ul li {
  padding: 0;
  margin: 0;
}
.bc ul li {
  display: block;
}
.bc ul {
  text-align: center;
}
.bc ul li a {
  padding: 0.25rem;
	display: inline-block;
}






.primary-container .grid-container {
  flex-direction: column;
}







/* Content MENU */
/* meta/mob layout */





section.mob, section.meta {
  width: 100%;
  margin: 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}
section.meta .content, section.mob .content {
  width: 100%;
		text-align: center;
}
section.meta ul, section.meta ol, section.meta li, section.mob ul, section.mob ol, section.mob li {
  list-style-type: none;
}
section.meta p:last-of-type, section.mob p:last-of-type {
  margin-bottom: var(--mb-2);
}
section.meta div.sub-menu div, section.mob div.sub-menu div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  align-content: stretch;
}
section.meta div .sub-menu div a, section.mob div .sub-menu div a {
  display: block;
  padding: 0.25rem 0.5rem;
  text-align: left;
	text-align: center;
}
section.meta div.sub-menu h3, section.mob div.sub-menu h3 {
  margin-top: 10px;
  width: 100%;
}
section.meta div.sub-menu .one, section.meta div.sub-menu .two, section.mob div.sub-menu .one, section.mob div.sub-menu .two {
  width: 100%;
  border-bottom: none;
}
section.meta div.sub-menu .one ul, section.mob div.sub-menu .one ul {
  width: 100%;
  margin-right: 0;
}
section.meta div.sub-menu .two ul, section.mob div.sub-menu .two ul {
  width: 100%;
  margin-right: 0;
}
section.meta div.sub-menu .two ul:first-of-type, section.mob div.sub-menu .two ul:first-of-type {
  padding-bottom: 0;
}
section.meta div.sub-menu .two ul:last-of-type, section.mob div.sub-menu .two ul:last-of-type {
  padding-top: 0;
}
section.meta div.sub-menu ul a, section.mob div.sub-menu ul a {
  width: 100%;
}
/* COLOUR */
section.mob, section.mob div.sub-menu, section.mob a {
  background: #ffffff;
}
section.mob li > a {
  text-transform: uppercase;
}
section.mob div.sub-menu div {
  border-bottom: 1px solid #eaebec;
}
section.mob div.sub-menu div:last-of-type {
  border-bottom: none;
}
/* buttons */
.btn-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.btn-group a {
  text-align: center;
}
.btn {
  padding: 0.75em 2.5em;
  border-radius: 0.25em;
  text-decoration: none;
  display: block;
  margin: 0.5em 0 0.5em auto;
}
.btn + .btn {
  margin-left: 0.5em;
}
.col .btn-group {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  max-width: 100%;
}
.btn-group .btn:last-of-type {
  margin-right: 0px;
}
/* Images */
header .logo {
  max-width: 30rem;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
	margin: 0 auto;
}
.photo {
  margin-bottom: 2em;
}


.hero .content p {
  font-style: italic;
  color: #383838;
  margin-bottom: 0;
}
.hero .content {
  padding: 0;
  text-align: center;
}
ul.thumb {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
ul li.item {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
}
ul li.item span.title {
  display: block;
  padding: 1rem;
}
ul li.item a {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
}

ul li.item img {
  height: auto;
  display: block;
}
/* SPACING */
section, header, main, footer {
  padding: 0;
}

/* Typography */
body, h1, h2, h3, h4, p, blockquote {
  margin: 0;
  padding: 0;
  font-weight: 100;
}
h1, h2, h3 {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
h1 {
  font-size: var(--fs-1);
  line-height: var(--lh-1);
  /*margin-bottom:  var(--mb-1);*/
  margin-bottom: 0;
}
h2 {
  font-size: var(--fs-2);
  line-height: var(--lh-2);
  margin-bottom: var(--mb-2);
}
h3 {
  font-size: var(--fs-3);
  line-height: var(--lh-3);
  margin-bottom: var(--mb-3);
}
h4 {
  font-size: var(--fs-4);
  line-height: var(--lh-4);
  margin-bottom: var(--mb-4);
}
body, p, p * {
  font-size: var(--fs-5);
  line-height: var(--lh-5);
}
p, p * {
  margin-bottom: var(--mb-5);
}
p:last-of-type {
  margin-bottom: var(--mb-l);
}
small, footer, footer p, footer p a {
  font-size: 0.85rem;
}

footer p a {
color: #000000;

}
blockquote {
  font-size: var(--fs-3);
  line-height: var(--lh-3);
  text-align: center;
  padding: 1rem;
  font-style: italic;
}
blockquote::before {
  content: open-quote;
  line-height: var(--lh-3);
}
blockquote::after {
  content: close-quote;
}
.logo {}
.logo a {
  text-decoration: none;
}
/* COLOUR */

header a {
  text-decoration: none;
}
header .active a {
  background-color: #ffffff;
}
header a:hover, header a:focus {
  text-decoration: underline;
}
.btn {
  color: #fff;
}
a {
  color: #4d596a;
  text-decoration: none;
}
a:hover, a:focus {
  color: #494664;
  text-decoration: underline;
}

.meta {
  background-color: #f7f8f8;
}


.primary-container {
display: flex;
	justify-content: center
}





@media only screen and (max-width: 1150px) {
  ul li.item img {
    min-width: 320px;
  }
}


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


#navi ul li a {
   padding: 1rem;
}
#navi {
    z-index: 999;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-content: center;
}


#navi ul#toplevel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


}



@media only screen and (min-width: 1000px) {
  .con {
    min-width: 320px;
    max-width: 31rem;
  }


  .col {
    display: flex;
    flex-direction: row;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .btn-group {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  /* navi */
  #navi img {
    padding: 0px;
    margin: 0px;
  }
  #navi {
    z-index: 999;
    width: 100%;
    height: 122px;
    margin: 0;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
  }
  #navi ul, #navi ol, #navi li {
    list-style-type: none;
  }
  #navi ul li a {
    text-align: left;
  }
  #navi ul#toplevel {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #navi ul#toplevel > li > a {
    padding: 1rem 3rem;
    /* Text in center */
    height: 122px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  #navi ul#toplevel > li > a:hover {
    background: none;
  }
  #navi ul#toplevel > li.have-sub-menu:hover > div.sub-menu {
    display: block;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu {
    display: none;
    width: 1000px;
    position: absolute;
    right: 0;
    top: 122px;
    padding: 2rem 0 0 5rem;
    overflow: hidden;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu > div {
    /*
  width: calc((100% - 60px) / 3 );
  float: left;
  margin-right: 20px;
*/
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu div a {
    display: block;
    padding: 0.5rem;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu h1,
#navi ul#toplevel > li.have-sub-menu > div.sub-menu h2,
	#navi ul#toplevel > li.have-sub-menu > div.sub-menu h3 {
    margin-top: 0.25rem;
    width: 12rem;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu .one, #navi ul#toplevel > li.have-sub-menu > div.sub-menu .two {
    width: 40rem;
    border-bottom: none;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu .one ul {
    width: 38rem;
    margin-right: 2rem;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu .two ul {
    width: 18rem;
    margin-right: 1rem;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu ul a {
    width: 100%;
  }
  /* COLOUR */
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu, #navi ul#toplevel > li.have-sub-menu:hover, #navi ul#toplevel > li.have-sub-menu:hover > a {
    background: #ffffff;
    color: #333333;
  }
  #navi ul#toplevel > li > a {
    color: #fff;
    text-transform: uppercase;
  }
  #navi .sub-menu a {
    color: #6b7c93;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu div {
    border-bottom: 1px solid #eaebec;
  }
  #navi ul#toplevel > li.have-sub-menu > div.sub-menu div:last-of-type {
    border-bottom: none;
  }


section.meta .content, section.mob .content {
		text-align: left;
}


}
@media only screen and (min-width: 1150px) {
  .home header {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }




	  .home.about .head {
    background-color: #3c3f44;
    background-image: url("../img/WM-1920-JPG/cameron-sweeney-ossa-CSLP-1920.jpg");
    background-size: cover;
    background-position: bottom center;
  }



  .home .head {
    height: calc(80vh - 122px);
    min-height: 790px;
  }
  .home .welcome {
    width: 100%;
    height: 80vh;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .home main {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 80vh;
  }
  .call {}
  .home main .feature {
    /*	min-height: 80vh;*/
    width: 80vw;
    max-width: 1200px;
    margin: 0px;
  }

  .horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  .horizontal .item {
    display: flex;
    align-content: center;
    align-items: center;
  }
  .horizontal .item img {
    height: auto;
  }
  ol, .content ul {
    padding: 2rem 3rem;
  }
  .content {
    padding: 3rem 5rem;
  }
  .bc ul li {
    display: inline-block;
  }
  .bc ul {
    text-align: left;
  }
  .bc li:first-of-type:before {
    content: '';
  }
  .bc ul li:before {
    content: '-';
    position: relative;
    margin-right: 3px;
  }
  .con {
    min-width: 320px;
    max-width: 100rem;
  }
  .hero {
    height: 20rem;
    padding: 0;
  }
  .hero .con {
    display: flex;
    height: 20rem;
    align-items: center;
    justify-content: center;
  }
  /* overlapping feature img */
  .solo .hero {
    height: 40rem;
  }
  .feature {
    max-width: 120rem;
    margin: -20rem auto 6rem;
    z-index: 33;
  }
  .home .feature {
    margin-top: 0;
  }
  .folio, .feature .folio .photo {
    min-width: 320px;
    max-width: 120rem;
    margin: 0 auto;
  }
  .feature picture, .feature img {
    margin: 0 auto;
  }
  .feature img, .con img {
    max-width: 100%;
  }
  ul.thumb {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  header .logo {}
  header nav {}
  header .nav ul {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  header .nav a {
    display: block;
    padding: 0.5rem 1rem;
    margin: 0 .5rem;
  }
  header .nav a:last-of-type {
    margin-right: 0;
  }
  /* meta/mob layout */
  section.mob, section.meta {
    width: 100%;
    margin: 0;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
  }
  section.meta .content, section.mob .content {
    width: 100%;
  }
  section.meta ul, section.meta ol, section.meta li, section.mob ul, section.mob ol, section.mob li {
    list-style-type: none;
  }
  section.meta div.sub-menu div, section.mob div.sub-menu div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    align-content: stretch;
  }
  section.meta div .sub-menu div a, section.mob div .sub-menu div a {
    display: block;
    padding: 0.25rem 0.5rem;
    text-align: left;
  }
  section.meta div.sub-menu h3, section.mob div.sub-menu h3 {
    margin-top: 10px;
    width: 33%;
	  padding: 0.5rem 1.5rem;
  }
  section.meta div.sub-menu .one, section.meta div.sub-menu .two, section.mob div.sub-menu .one, section.mob div.sub-menu .two {
    width: 66%;
    border-bottom: none;
  }
  section.meta div.sub-menu .one ul, section.mob div.sub-menu .one ul {
    width: 100%;
    margin-right: 0;
  }
  section.meta div.sub-menu .two ul, section.mob div.sub-menu .two ul {
    width: 50%;
    margin-right: 0;
  }
  section.meta div.sub-menu ul a, section.mob div.sub-menu ul a {
    width: 100%;
  }
  section.meta div.sub-menu .two ul:first-of-type, section.mob div.sub-menu .two ul:first-of-type {
    padding-bottom: 2rem;
  }
  section.meta div.sub-menu .two ul:last-of-type, section.mob div.sub-menu .two ul:last-of-type {
    padding-top: 2rem;
  }
  .btn {
    margin: 0 0.5em 0 0;
  }
  .btn + .btn {
    margin-left: 0.5em;
  }
  .btn-group .btn:last-of-type {
    margin-right: 0px;
  }
  .photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .folio .photo {
    max-width: 78rem;
  }
  ul li.item a {
    padding: 1rem;
    margin: 1rem;
  }
  ul li.item img {
    height: 21rem;
  }
  .home ul.feature li.item img {
    height: auto;
    width: 69rem;
  }
  .text {
    padding: 0 5rem 2rem;
    columns: 2 auto;
    column-gap: 3rem;
    margin: 0 auto;
  }
  footer .grid {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}


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

.portrait {
	max-width: 54rem;

}



}



.portrait img {
	max-height: 99vh;

}



.gc {
  display: grid;
  grid-auto-flow: column;
	column-gap: 2rem;
  grid-auto-columns: 1fr;
}

.grid-container {
  display: flex;
}
.grid-container ul {
  list-style-type: none;
}
.primary-container .grid-container {
  flex-direction: column;
}

.image-container {
  position: relative;
}

.grid-container .call-to-action-container {
  padding: 2rem;
  min-width: 30rem;
}

.call-to-action-container {
  display: flex;
  align-items: center;
}
.call-to-action-container div {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.image-container a {
  display: block;
  text-align: center;
}
.image-container h2, .image-container h3 {
  margin: 0 auto;
  position: absolute;
  font-size: 1rem;
  line-height: 1rem;
  top: 49%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}

.solo .primary-container .grid-container {
  flex-direction: column;
  margin: 0;
}
.solo main {
  margin-top: 0;
}
.solo .bc {
  padding: 2rem 4rem;
}
.content {
  padding: 4rem;
}
.solo .text {
  padding: 0rem;
  column-gap: 4rem;
}
.solo .primary-container .call-to-action-container > div {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.solo .primary-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
	max-width: 1920px;
}
.solo .grid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0rem 4rem 8rem;
}
.solo .primary-container .call-to-action-container p {
  margin: 0;
}


.solo .primary-container .image-container, .solo .primary-container .call-to-action-container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
	text-align: center;
}
.solo .primary-container .image-container img {
  max-width: 100vw;
}


.solo .primary-container .image-container {
  padding: 0;
}
.solo .primary-container .call-to-action-container > div {
  padding: 0;
}
.folio, .meta, .mob, footer div {
  padding: 0;
}
.solo .cate {
  padding: 4rem;
}
.solo footer {
  padding: 4rem;
}



.grid-container {
  display: flex;
  flex-direction: row;
}




.related {
	text-align: center;
	width: 100%;
}
.related h2 {
	padding: 3rem 0rem 2rem 0rem;

}



.related-container {
  display: flex;
  flex-direction: column;
  align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.related-container .related-grid-container {
  margin-bottom: 1rem;
  flex-direction: column;
}

.related-image-container {
  position: relative;
}

.related-container .related-image-container h3 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  top: 47%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  text-align: center;
  width: 100%;

}
.related-container .related-grid-container .related-call-to-action-container {
  padding: 2rem 0;
}
.related-container .related-grid-container .related-call-to-action-container div {
  padding: 0 2rem;
}










/**/
@media only screen and (min-width: 650px) {}
@media only screen and (max-width: 959px) {
  .gc {
    grid-auto-flow: row;
  }
}
@media only screen and (min-width: 960px) {
	.primary-container .grid-container {
  flex-direction: row;
}

	.image-container h2, .image-container h3 {
  font-size: 27px;
  line-height: 27px;
	}


}
@media only screen and (min-width: 1280px) {
  .solo main {
    margin-top: -122px;
  }
  .solo .primary-container .call-to-action-container {
    padding: 12rem 2rem 5rem 8rem;
  }
  .solo .primary-container > .grid-container {
    flex-direction: column;
    background: none transparent;
    margin: 0;
  }
  .solo .bc {
    padding: 2rem 8rem;
  }
  .content {
    padding: 4rem 8rem;
  }
	  .related .content {
    padding: 4rem 2rem;
  }
  .solo .primary-container .call-to-action-container > div {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
.related-container {
  flex-direction: row;
	    align-items: stretch;
    justify-content: space-between;
	justify-content: space-evenly;
}

.related-container .related-grid-container {
	max-width: 430px;
	}

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

.solo .primary-container .image-container img {
    max-width: 1920px;

}


  .solo .primary-container .grid-container {
    flex-direction: column;
    background: none transparent;
    margin: 0;
  }
  .solo .bc {
    padding: 2rem 8rem;
  }
  .content {
    padding: 4rem 16rem;
  }
  .related .content {
    padding: 4rem 8rem;
  }

  .solo .text {
    padding: 0rem;
    column-gap: 8rem;
  }
  .solo .primary-container .call-to-action-container > div {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
}



.image-container *,
.related-image-container * {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 1px #383838;
}

.image-container:hover *,
.related-image-container:hover * {
	color: #ffffff;
	text-decoration: none;
}


.image-container h2,
.related-image-container h3 {
    display: none;
}

.image-container:hover h2,
.related-image-container:hover h3{
    display: block;
}

.image-container:hover div img,
.related-image-container:hover div img {
	  transition: opacity 0.2s ease-in;
	opacity: 0.7;
}
.image-container:hover div,
.related-image-container:hover div{
    background-color: #000000;
}

.solo .image-container:hover div img {
	opacity: 1;
}



.call-to-action-container a {
		max-width: 35ch;
}



main ul li a {
text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 100;
  padding: 0.5em 1.5em;
  text-decoration: none;
  display: block;
  margin: 0;
 text-align: left;

}


.center {
	  text-align: center;
}
.shadow {
		text-shadow: 0px 1px 2px #383838;
}



@media only screen and (max-width: 1000px) {
	main ul li a {
		text-align: center;}

	.call-to-action-container a {
    max-width: 80ch;
}
}




#navi ul#toplevel > li.have-sub-menu > div.sub-menu,
#navi ul#toplevel > li.have-sub-menu:hover,
#navi ul#toplevel > li.have-sub-menu:hover > a {
    background-color: #f7f8f8;
    color: #333333;
}


footer {
	background: none transparent;
	color: #333333;
}












.array header,
.solo header,
.page header {

	 background-image: url("../im/subhead-bghead.png");
}

.about.page header {
background: none;
}

#navi .logo {
	background-color: #4d5056;
}

.hero {
	background-color: #e4e5e7;
}


.bay-of-fires .hero {
	 background-image: url("../im/subhead-bgbay-of-fires.png");
}
.bruny-island .hero {
	 background-image: url("../im/subhead-bgbruny-island.png");
}

.cradle .hero {
	 background-image: url("../im/subhead-bgcradle.png");
}

.franklin .hero {
	 background-image: url("../im/subhead-bgfranklin.png");
}

.freycinet .hero {
	 background-image: url("../im/subhead-bgfreycinet.png");
}


.macquarie-harbour .hero {
	 background-image: url("../im/subhead-bgmacquarie.png");
}

.southport-lagoon .hero {
	 background-image: url("../im/subhead-bgsouthport.png");
}

.southwest .hero {
	 background-image: url("../im/subhead-bgsouthwest.png");
}

.takayna-tarkine .hero {
	 background-image: url("../im/subhead-bgtakayna.png");
}


.turrakana .hero {
	 background-image: url("../im/subhead-bgturrakana.png");
}

.wukalina .hero {
	 background-image: url("../im/subhead-bgwukalina.png");
}








section.mob {
	background-color: #fbfcfe;
}


footer {
	background: #f7f7f8;
	background: #ffffff;
}





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

#navi .logo img {
	display:none;
}


	#navi .logo {display: block;
		width: 100%;
		height: 122px;
		background: url("../im/cameron_sweeney_logomob.png") no-repeat center
	}


}


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

.content {
    padding: 2rem;
}
}
