/*

	!COLOURS
    Green: rgba(47,172,102,1)
    Turquoise: rgba(0,155,154,1)
*/


/*

	!GLOBAL

*/

* {
    box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased; /* Fixes font thinning with sliders. Source: http://stackoverflow.com/questions/9049524/safari-rendering-page-fonts-thinner-with-jquery-slider-on-page */
}

html.sb-init {
    margin-top: 0 !important;
    /* padding-top: 32px; */
}

.wf-loading #sb-site {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

#svgloader {
  display: none;
}

.wf-loading #svgloader {
    display: block;
    text-align: center;
    margin-top: 25%;
}

body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
	color: #FFF;
	font-size: 1em;
	line-height: 1.7;
	background-color: #2fac66;
	background-color: #fff;
}

.wrap {
	max-width: 62.5em;
	margin: 0 auto;
	position: relative;
}

.top-bar {
    padding: 0.35em 0;
    text-align: right;
}

.wrapper {
    width: 90%;
    margin: auto;
    font-size: 1em;
    max-width: 80em;
    position: relative;
}

main {
    margin: 0;
    color: #333;
    background: #eee;
}


.inner {
	padding: 1em;
}

header.banner {
    padding: 3em 0;
    background: rgba(47,172,102, 1);
    background: linear-gradient(48deg, rgba(47,172,102,1) 0%, rgba(0,155,154,1) 100%);
}

blockquote {
    padding: 2em 3em;
    margin: 3em -3em;
    display: block;
    background-color: rgba(200, 232, 173, 1.0);
}

blockquote p {
    font-size: 1.25em;
    line-height: 1.4;
	color: #046C7B;
    font-weight: 700;
    margin-bottom: 0;
}

cite {
    font-style: normal;
	color: #046C7B;
}

blockquote.display-right {
    position: absolute;
    top: 5em;
    right: 2em;
    z-index: 2;
    text-align: right;
    width: 45%;
    font-size: 2.25em;
    line-height: 1.3;
    color: #fff;
    font-style: normal;
    padding: 0;
    margin: 0;
    border: none;
}

blockquote.display-right p.attribution {
    margin-top: 0.75em;
    font-size: 60%;
}

article {
    margin: 0 1em 0 0;
}

.content {
    /* padding: 3em;
    background: #fff; */
    margin: 0;
    font-size: 1em;
}

body.home .content {
    margin-top: 0;
}

body.single .content,
body.category .content,
body.page-template-page-wrapper .content {
    margin-top: 6em;
}

body.page-template-page-wrapper .content {
    padding: 3em 0;
}

body.page .contact{
    padding-top: 6em;
}

body.single h1 {
    margin: 0;
    color: rgba(0,155,154,1);
}

.post-meta {
    margin: 0 0 1em 0;
}

.post-meta-content {
    display: table-cell;
    height: 1em;
    line-height: 1em;
}

.post-meta time {
    vertical-align: middle;
    padding-left: 1.75em;
    background: url(../img/time.svg) no-repeat center left;
}

.pure-button-large {
    font-size: 1.25em;
    margin: 0.75em 0; 
}

.pure-button:hover,
.pure-button-large:hover {
    transition: background-color 0.4s ease;
    filter: none;
    background-image: none;
    box-shadow: none;
}

.pure-button:focus,
.pure-button-large:focus,
.pure-button:active,
.pure-button-large:active {
    filter: none;
    background-image: none;
    box-shadow: none;
}

.hidden-button {
    visibility: hidden;
}

.content a.pure-button-green {
    color: #fff;
    background-color: #2fac66;
}

.content a.pure-button-turquoise,
a.pure-button-turquoise,
button.pure-button-turquoise {
    color: #fff;
    background-color: rgba(0,155,154,1);
    font-weight: 700;
}

.green-button:hover {
    color: #2fac66;
    background-color: fff;
}

a {
    color: rgba(0,155,154,1);
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.content a {
    color: #046C7B;
}

a:hover {
    border-bottom: none;
}

.band {
    position: relative;
    padding: 3em 0 4em 0;
    font-size: 1.25em;
}

.band h2 {
    font-weight: 400;
}

.band.content-band {
    padding: 1em 0 0 0;
}

.band.display-band {
    padding: 4em 0;
}

.band.display-band .pure-button {
    margin-left: 2em;
}

.content-band .text {
    padding: 4em 4em 0 4em;
    color: #444;
    display: block;
    font-weight: normal;
    transition: all 1s ease;
    height: 30em;
}

.content-band .text a:hover {
    /* background-color: rgba(255, 1255, 255, 1); */
}

.content-band .text  h3 {
    margin-top: 0;
}

.band-gradient {
    background: rgb(47,172,102);
    background: linear-gradient(48deg, rgba(47,172,102,1) 0%, rgba(0,155,154,1) 100%);
}

.band-gradient-right {
    padding-top: 4em;
    background: rgb(47,172,102);
    background: linear-gradient(48deg, rgba(0,155,154,1) 0%, rgba(47,172,102,1) 100%);
}

.band-grey {
    background: #F5F5F5;
}

.band-purple {
    background: #2b3990;
}

.band-purple,
.band-purple h2,
.band-purple h3 {
    margin: 0;
    color: #fff;
}

.band-green {
    background: #B7EB9F;
}

.blue-band {
    background: #BAE2EC;
    background: #8EB2E1;
    background: #87A4E4;
}

.band-white {
    color: #046C7B;
    background: rgba(255, 255, 255, 1.0);
}

.band-green {
    color: #046C7B;
    background: #B7EB9F;

}

.band-rotate-left:before {
    transform: scale(1.25) rotate(-3deg);
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 1.0);
    left: -10vw;
    right: -10vw;
    height: 20vw;
    z-index: 0;
    top: 0;
    background: inherit;
}

.white-diagonal {
    background: url(../img/white-diagonal.svg) no-repeat center left;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    height: 6em;
}

.white-diagonal-alt {
    background: url(../img/white-diagonal-alt.svg) no-repeat center left;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    height: 6em;
}

.features-row .slate  {
    text-align: center;
}

.features-row  {
    margin: 0;
    padding: 3em 0;
}

.features-row .slate .excerpt {
    color: #fff;
    padding: 0;
    font-size: 1em;
    background-color: transparent;
}

.features-row .slate h3 {
    color: #fff;
    margin-top: 0.25em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #fff;
}

.features-row .slate .background-image {
    width: auto;
    height: 4em;
    text-align: center;
}

.highlight {
    font-size: 1.125em;
    line-height: 1.5;
}

.short-bar {
    text-align: center;
    width: 12em;
    margin: 1.5em auto;
}

.short-bar hr {
    border: none;
    border-top: 0.3em solid rgba(178, 207, 194, 1.0);
}

.wavy-bar {
    text-align: left;
    width: 10em;
    height: 1em;
    margin: 1.5em auto;
    background: url(../img/wavy-line.svg) no-repeat center left;
}

.panel {
    padding: 0 1.5em 0 0;
}

.band-teachers h2,
.band-green h3,
.band-white h3 {
    color: #046C7B;
}

.band-teachers h2 {
    margin-top: 0.25em;
}

.content .wp-block-gallery {
    padding: 2em 3em;
    margin: 3em -3em;
    background-color: rgba(0, 0, 0, 0.1);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.content .wp-block-gallery li:before {
    background-image: none;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

.social-media {
    font-size: 1.5em;
    margin-top: 1em;
}

a.linkedin {
    display: inline-block;
    background: url(../img/linkedin-lucy.svg) no-repeat center left;
    width: 3em;
    height: 3em;
    border: none;
    text-indent: -999em;
    margin: 0 0.25em 0 0;
}

a.twitter {
    display: inline-block;
    background: url(../img/twitter-lucy.svg) no-repeat center left;
    width: 3em;
    height: 3em;
    border: none;
    text-indent: -999em;
    margin: 0 0.25em 0 0;
}

.cols-3 .block-col {
    margin: 0 1em 0 1em;
}

.cols-3 .block-end {
    margin: 0 0 0 1em;
}

.contact button {
    margin-bottom: 3em;
}

.acf-map {
    width: 100%;
    height: 30em;
}

.what-we-did {
    margin: 6em 0 0 3em;
    background-color: #fff;
    border: solid 1px #ccc;
    color: rgba(0,155,154,1);
    padding: 2em;
}

.what-we-did h3 {
    color: rgba(0,155,154,1);
    margin: 0.75em 0 0.125em 0;
}

.what-we-did h3:first-of-type {
    margin-top: 0;
}



/*

	!TYPOGRAPHY

*/


header[role="banner"] {
	padding: 1em 0;
}

header[role="banner"] h2 {
 	font-size: 1em;   
}

#site-description {
	font-size: 1em;
	text-indent: -999em;
}

#site-logo a {
	position: absolute;
	font-size: 1em;
    top: -1.75em;
	right: 6em;
	width: 7em;
	height: 10em;
	border: none;
	text-decoration: none;
	z-index: 99;
}

#site-logo-footer {
	font-size: 1em;
	width: 10em;
	height: 7.5em;
	border: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FFF;
    line-height: 1.3;
	margin: 1.25em 0 0.5em 0;
    font-style: normal;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
	color: #009b9a;
}

.content > h2:first-child,
.content > h3:first-child,
.content > h4:first-child,
.content > h5:first-child{
    margin-top: 0;
}

.what-we-did ul {
    list-style: none;
}

.what-we-did ul li {
    position: relative;
    padding-left: 1.5em;
}

.what-we-did li:before {
    content: ' '; 
    height: 1em; 
    width: 1em; 
    background-image: url('../img/tick.svg'); 
    background-repeat: no-repeat; 
    position: absolute;
    top: 0.25em;
    left: 0;
    
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #FFF;
	border: none;
    text-decoration: none;
}

h1 {
	font-size: 3em;
    padding: 0 0 0.25em 0;
    margin: 0.75em 0 0 0;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1.125em;
}


p {
	margin: 0 0 1em 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.content ul,
.content ol {
	margin: 0 0 1em 1.75em;
}
.proposition {
    margin: 2em 0 3em 0;
}

.proposition h2,
.title {
    font-family: "effra",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3em;
    line-height: 1.2;
    color: rgba(134, 180, 227, 1.0);
    margin-top: 1em;
}

body.home .title {
    margin-top: 2em;
}

.title-white {
    color: #fff;
}

.proposition p {
   font-size: 1.5em; 
    line-height: 1.3;
}

.smaller-grey {
    font-size: 80%;
    color: #777;
    padding-right: 0.5em;
}

.light {
    font-weight: normal;
}

.col-right {
    padding: 0 0 0 3em;
}


/*

    !HERO

*/

.hero {
    position: relative;
}

.hero-image {
    width: 100%;
    height: 24em;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

body.home .hero-image {
    width: 100%;
    height: 42em;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.hero-content {
    position: absolute;
    width: 65%;
    left: 5%;
    top: 10em;
}

body.home .hero-content {
    animation: slideFadeUp 1s ease-in-out forwards;
}

@keyframes slideFadeUp {
    0% {
        opacity: 0;
        transform: translateY(0);    
    }
    100% {
        opacity: 1;
        transform: translateY(-20%);
    }
}

body.home .hero-content {
    width: 60%;
}

.hero-content h1 {
    font-size: 4em;
    line-height: 1.1;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0.25em;
}

.hero-content p {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 400;
}


.hero .background-image {
    width: 100%;
    height: 100%;
}

.title-image {
    text-align: right;
}

.content-band .background-image,
.custom-block .background-image,
.slates .background-image {
    width: 100%;
    height: 15em;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

 .slates .block-col,
 .slates .block-end {
     transition: transform 0.5s;
}

 .slates .block-col:hover,
 .slates .block-end:hover {
    transform: translate(0, -0.5em);
}

.projects li {
    list-style: none;
    position: relative;
}

.projects .carousel-content {
    position: relative;
}

.projects .background-image {
    width: 100%;
    height: 28em;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.custom-block {
    /* border: solid 1px #ccc; */
}

.content-band .background-image {
    height: 30em;
}

.custom-blocks {
    margin: 6em 0;
}

.custom-blocks h3 {
    margin-top: 0;
}

.custom-blocks .text {
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.3);
}

/*

    !FORMS

*/

.pure-form label {
    margin: 1em 0 0.25em 0;
    font-weight: bold;
    display: block;
    font-size: 1.125em;
}

.pure-form label .required {
    font-weight: normal;
    font-style: normal;
}

.counter .pure-button {
    padding: 0.75em 1em;
    font-size: 1.125em;
}

.counter .counter_box {
    width: 3.5em;
    text-align: center
}

.counter:first-child>.pure-button {
    margin-right: -3px;
}

.counter:last-child>.pure-button {
    margin-left: -3px;
}

.label-message {
    font-weight: normal;
    color: #888;
}

label.error,
p.error,
.error {
    color: #d72c19;
    background-color: #FFE7EF;
    margin: 0.25em 0;
    padding: 0.2em 0.4em;
    font-weight: normal;
    border-left: solid 0.25em #CD1C1F;
    display: block;
}

.instruction {
    font-weight: normal;
}

#status {
    display: none;
    font-size: 1.5em;
    margin: 1em 0;
    padding: 0.2em 0.4em;
    background-color: #FFFAE0;
    border-left: solid 0.25em #FFB268;
}



/*

	!NAVIGATION

*/

li {
	margin: 0;
	padding: 0;
}

.pure-menu.pure-menu-open {
	border: none;
}

#mainmenu {
    font-size: 1.125em;
    text-align: left;
}

#mainmenu li a {
	color: #fff;
	padding: 0.35em 0;
    margin-right: 2em;
    display: inline-block;
    /* text-transform: uppercase;
    letter-spacing: 0.1em; */
}

#mainmenu li a {
    border-bottom: solid 2px transparent;
    transition: all 0.5s;
}

#footermenu li a {
	color: rgba(0,155,154,1);
	padding: 0.35em 0;
    margin: 1em 1em 1em 0;
    display: inline-block;
    border: none;
    /* text-transform: uppercase;
    letter-spacing: 0.1em; */
}

#footermenu li a:hover {
	color: rgba(0,155,154,1);
    background-color: transparent;
}

#mainmenu li a:hover,
#mainmenu li.active a {
    background-color: transparent;
    border-bottom: solid 2px #fff;
}


/*

	!PAGINATION
	
*/

.pagination {
	margin: 2em 0 1em 0;
}

.page-numbers {
	padding: 0.2em 0.5em;
	background-color: #eee;
	border-bottom: solid 0.0625em #888;
}

span.current {
	color: #fff;
	background-color: #333;
}



/*

	!FOOTER

*/

footer {
	margin: 1em 0 5em 0;
    padding: 2em 0;
    color: #777;
}

footer a,
footer h2 {
    color: #777;
}

footer p {
    margin: 0;
}

.organisation-copyright {
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #ccc;
}


/*

	!HELPERS

*/

/* Hiding */
.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.round img,
img.round {
    border-radius: 50%;
    opacity: 0.8;
}

.portrait {
    width: 10em;
    height: 10em;
}

.centre {
    text-align: center;
}


/*

    !TABLES

*/

table {
    width: 100%;
    margin-bottom: 4em;
    border: solid 1px #999;
}

table td:first-child {
}

table thead {
    color: #fff;
    background-color: #FFF;
}

table th {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25em;
}

table th {
    border-left: 1px solid #FFF;
    border-width: 0 0 0 1px;
}

table td {
    vertical-align: top;
    padding: 1em 1.25em;
    background-color: #FFF;
    border: solid 1px #999;
}

tr.available td {
    background-color: rgba(176, 216, 39, 0.2);
}

tr.booked td,
tr.pending td {
    color: #999;
    /* background-color: rgba(241, 35, 8, 0.1); */
}

.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time], 
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
    padding: .75em 1em;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    font-family: "effra", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125em;
    color: #444;
}


/*

    !GUTENBERG BLOCKS

*/

.work-example-block {
	color: #046C7B;
    text-align: center;
    /* background-color: rgba(200, 232, 173, 1.0); */
    padding: 1em;
}

.work-example-block a {
    display: block;
    border: none;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
}

.work-example-block .icon {
    width: 8em;
    height: auto;
    display: block;
    margin: 0 auto;
}

.work-example-block h3 {
    color: #046C7B;
    margin: 0.75em 0 0 0;
    font-size: 1em;
}

.work-example-block p {
	font-size: 0.875em;
    line-height: 1.4;
	color: #222;
}


.button-container {
    display: none;   
}

.button-container.active {
    display: block;   
}

.button-container {
  position: absolute;
  top: 4em;
  left: 2em;
  height: 1.75em;
  width: 2.25em;
  cursor: pointer;
  z-index: 101;
  transition: opacity .25s ease;
}

.button-container:hover {
    opacity: 0.7;
  }
  
.button-container.active .top {
      transform: translateY(11px) translateX(0) rotate(45deg);
      background: #fff;
}
    
.button-container.active .middle {
      opacity: 0;
      background: #fff;
}
    
.button-container.active .bottom {
      transform: translateY(-11px) translateX(0) rotate(-45deg);
      background: #fff;
}
  
.button-container span {
  background: #fff;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition:  all .35s ease;
  cursor: pointer;
}

.button-container .top {
      top: 0x;
}
    
.button-container .middle {
      top: 11px;
}
    
.button-container .bottom {
      top: 22px;
}

.overlay {
  position: fixed;
  background: #009b9a;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 100;
}

.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    border: none;
}

.overlay-menu .pure-menu li a:hover {
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
}

/*
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}
*/

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

body .gform_wrapper .gform_body input[type=text],
body .gform_wrapper .gform_body input[type=email],
body .gform_wrapper .gform_body input[type=number],
body .gform_wrapper .gform_body textarea, 
body .gform_wrapper .gform_body .StripeElement {
    border: solid 1px #009b9a;
    padding: 1.25rem; 
    height: auto;
    width: 100%;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 1.25rem; 
}

body .gform_wrapper .gform_body .gform_button,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
    display: inline-flex;
    align-items: center;
    align-self: start;
    justify-content: center;
    min-width: 120px;
    min-height: 48px;
    padding: 0 1.5em 0.25em 1.5em;
    margin-top: 1rem;
    transition: 180ms all ease-in-out;
    border-radius: 4px;
    background-color: #009b9a;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle; 
    border: none;
}


/*

    !MEDIA QUERIES

*/

/* Above 1024 (Large desktop) */

@media only screen and (min-width: 64.1em) {

    .content-band .background-image {
        height: 36em;
    }
    
}



/* Below 1024 (laptop below) */

@media only screen and (max-width: 63.9em) {
   
}


/* Below 768 (iPad portrait and below) */

@media only screen and (max-width: 48em) {
        
    .button-container {
        display: block;
    }
    
    #mainmenu {
        display: none;   
    }
    
    .wrapper {
        width: 95%;    
    }
    
     body.home .hero-image {
        padding-top: 20%;
    }

    .hero-content {
       padding: 0 2em; 
    }
    
     body.home .hero-content {
        width: 80%;
   }

    .content {
        padding: 0;
    }
    
    .highlight,
    .band.content-band {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .content-band .text {
        padding: 1.5em 1em;
        height: auto;
   }
    
    #site-logo a {
        right: 2em;
    }

    h1 {
        font-size: 2.75em;
    }
    
   .hero-image {
        padding-left: 0;
    }
    
    blockquote,
    .content .wp-block-gallery {
        margin: 3em -1em;
    }
    
   .hero-image {
        position: static;
    }
    
    .band.display-band .pure-button {
        margin-left: 0;
    }
    
    .what-we-did {
        margin: 0;
    }

      
}

@media only screen and (max-width: 35em) {
                
     body.home .hero-image {
        padding-right: 0;
        margin-left: 0;
    }
    
    .top-bar {
        text-align: left;
    }

    body.single .content,
    body.category .content,
    body.page-template-page-wrapper .content {
        margin-top: 0;
    }

    .content-band .pure-button {
        margin-bottom: 2em;
    }
    
    .content {
        padding: 3em 0;
        margin: 0;
    }
    
    .content-band .background-image {
        height: 20em;
    }

    .hero-content {
        width: 90%;
        left: 2.5%;
        top: 17.5%;
        bottom: auto;
    }

    body.home .hero-content {
        bottom: auto;
        width: 100%;
   }

    .hero-content h1 {
        font-size: 2em;
    }

     body.home .hero-image {
        height: 32em;
    }

   .hero-image {
        height: 14em;
        width: 100%;
        position: static;
    }
            
      #site-logo a {
        width: 5em;
        height: 7em;
    }

    .band.display-band .pure-button {
        margin-left: 0;
    }

    .content-band .text {
        padding: 1.5em 1em;
        height: auto;
    }
    
    .content-band .background-image {
    }
    
    .band-gradient-right {
        padding-top: 0;
    }
    
    .band.display-band {
        margin: 1em -5%;
        padding: 2em;
    }

    
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        /* width: 100%; */
    }
    
}
