body, html {
	height: 100%;
	margin: 0;
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 300;
}



p {
   font-size: 18px;
}

a {
	color: var(--brown);
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}


a:hover {
	color: #000;
	text-decoration: underline;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

h1 {
	font-style: normal;
	font-weight: 200;
	margin-bottom: 30px;
	color: dimgrey;
}

h2 {
	font-style: normal;
	font-weight: 200;
	color: var(--brown);
	font-size: 1.5rem;
	line-height: 1.85rem;
}

h3 {
	font-style: normal;
	font-weight: 200;
	color: var(--brown);
	font-size: 1.4rem;
	line-height: 1.9rem;
}

h4 {
	font-style: normal;
	font-weight: 200;
	color: dimgrey;
	font-size: 1.3rem;
	line-height: 1.8rem;
}

h5 {
	font-weight: 400;
	padding-top: 20px;
}

.my-large {
	margin-top: 60px;
	margin-bottom: 60px;
}

.small {
	font-style: normal;
	font-weight: 300;
}










/* @group COLOURS */


:root {
  --brown: #913E0C;
  --brown-light: #f3efed;
}

.text-brown {
	color: var(--brown);
}

.text-grey {
	color: dimgrey;
}

.border-light-grey {
	border: 1px solid lightgray;
}




/* @end */







/* @group SPACERS */

.spacer-lg {
	height: 60px;
}

.spacer-md {
	height: 30px;
}

.spacer-sm {
	height: 15px;
}



/* @end */






/* @group CAPTION */

.caption {
	margin-bottom: 100px;
}

.caption p, .caption a {
	margin: 0;
	font-size: 15px;
	line-height: 1.2rem;
}

p.artist {
	font-size: 15px;
	line-height: 1.2rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}

p.artwork {
	font-style: normal;
	font-weight: 100;
	font-size: 1.6rem;
	margin-bottom: 10px;
	margin-top: 10px;
	color: var(--brown);
	line-height: 1.8rem;
}

.work-grid p {
	font-size: 1.0rem;
	line-height: 1.1rem;
	color: var(--brown);
	margin-top: 12px;
}

p .sold {
	padding-left: 4px;
	font-weight: 700;
	color: var(--brown);
}

a.enquire {
	font-size: 13px;
	line-height: 1.2px;
}

a.enquire i {
	padding-right: 9px;
}

/* @end */






/* @group NAVIGATION */



.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
	padding: 0;
}

.navbar-brand {
	width: 270px;
	height: 20px;
	line-height: 0;
	padding: 0;
}

.nav-item {
	font-size: 16px;
	padding-right: 2px;
	padding-left: 2px;
}

nav .navbar-nav li a {
  color: var(--brown) !important;
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid silver;
}

/* For inline icons on mobile */
nav .navbar-nav li .megamenu a {
  border: none;
}


nav .navbar-nav {
  border-bottom: 1px solid silver;
}




.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	border-width: 0;
	border-radius: 0;
	margin-top: 0;
	font-size: 15px;
	padding: 0 0 0 0px;
	background-color: var(--brown-light);
}

.megamenu-li .megamenu a {
	padding-left: 16px;
}

.dropdown-menu {
   display: block;
   opacity: 0;
   padding: 0;
   max-height: 0;
   overflow: hidden;
   transition: all .3s ease-in;
}
 .dropdown-menu.show {
   max-height: 800px;
   opacity: 1;
   transition: all .3s ease-in;
}




.megamenu .after-icon {
	width: 35px;
	height: 37px;
}

.megamenu .still-icon {
	width: 35px;
	height: 35px;
}

.megamenu .wild-icon {
	width: 100px;
	height: 43px;
}





/* @end */





/* @group HEADERS */

/*.header {
	/* Full height *!/
	height: calc(100vh - 60px);
	max-height: calc(100vh - 60px);
	width: 100%;
	position: relative;
  	overflow: hidden;
	top: 0;
}*/


.vid-100w video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
  background-color: white;
  display: block;
}

/*.header-bg img {
	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
	
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.header-bg video, .header-bg iframe {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}*/


/* @end */






/* @group HOME */

.btn-outline-dark {
	color: var(--brown);
	font-weight: 300;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid var(--brown);
}

.btn-outline-dark:hover {
	background-color: var(--brown);
	color: var(--brown-light)!important;
}





/* @end */






/* @group WORKS */

.work-grid .col {
	margin-bottom: 40px;
}

.work-grid a:hover, .work-grid a p:hover {
	opacity: 0.6;
}

.subdue {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-color:rgba(0,0,0,0.25);
}




/* @end */













/* @group HOVERGRID */

.hovergrid-container {
	margin-left: -1px;
	margin-top: 1px;
	margin-right: -1px;
}

.hovergrid {
width:100%;
height:auto;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
background-color: white;
border: 1px solid white;
}

.hovergrid .subdue {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-color:rgba(0,0,0,0.0);
}

.hovergrid .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:1;
-webkit-transition:all .8s ease;
transition:all .8s ease;
padding-right: 20px;
	padding-left: 20px;
}

.hovergrid:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
background-color:rgba(0,0,0,0.3);
}

.hovergrid img {
height: 100%;
width: 100%;
object-fit: cover;
-webkit-transition:all .8s ease;
transition:all .8s ease;
}

.hovergrid:hover img {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}


.hovergrid h4, .hovergrid p {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1.3px;
margin: 0;
-webkit-transition: all .8s ease;
transition: all .8s ease;
line-height: 16px;
}


.hovergrid i {
opacity:0;
filter:alpha(opacity=100);
-webkit-transition:all .8s ease;
transition:all .3s ease;
display: block;
height: 0;
}

.hovergrid:hover i {
opacity:1;
filter:alpha(opacity=100);
-webkit-transition:all .8s ease;
transition:all .3s ease;
margin-bottom: 50px;
}

.hovergrid p {
opacity:0;
display: block;
height: 0;
-webkit-transition:all .6s ease;
transition:all .6s ease;
}

.hovergrid:hover p {
opacity:1;
-webkit-transition:all .6s ease;
transition:all .6s ease;
margin-bottom: 20px;
}




/* @end */




/* @group HOVERGRID FILTERING */

.filter-menu {
	
}

.filter-menu p {
	color: var(--brown);
	font: 17px 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 500;
}



/* The "show" class is added to the filtered elements */
.filter {
  display: none; /* Hide all elements by default */
}

.showy {
  display: block;
  animation: anim 0.5s ease-in;
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* Style the buttons */
.filter-menu .btn {
	cursor: pointer;
	transition: all .6s ease;
	color: var(--brown);
	font: 15px 'Rubik', sans-serif;
	padding: 5px 1px 3px;
	border-radius: 0;
	border-style: none;
	border-bottom: 2px solid white;
	margin-right: 25px;
	margin-left: 25px;
}



/* Add a grey background color on mouse-over */
.filter-menu .btn:hover {
	border-color: var(--brown);
	color: var(--brown);
	transition: all .6s ease;
}

/* Add a dark background color to the active button */
.filter-menu .btn.active {
	color: var(--brown);
	transition: all .6s ease;
	border-style: none;
	border-color: var(--brown);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 5px 2px 3px;
}



.works-icon {
	display: block;
	padding-top: 6px;
}

.after-icon {
	width: 25px;
	height: 25px;
}

.still-icon {
	width: 28px;
	height: 26px;
}

.wild-icon {
	width: 60px;
	height: 33px;
}



/* @end */

/* @group CONTACT */

.butterfly-01 {
	width: 140px;
	max-width: 140px;
	position: absolute;
	right: -8%;
	top: 55px;
	z-index: 50;
	rotate: -25deg;
}

.butterfly-02 {
	width: 150px;
	max-width: 150px;
	position: absolute;
	top: 510px;
	z-index: 50;
	rotate: 25deg;
	left: -11%;
	overflow: hidden;
}

/* @end */


/* @group EXHIBTIONS */

.exhibitions a:hover {
	text-decoration: none;
}




/* @end */



/* Bootstrap 4 breakpoints */

/* Landscape devices */
@media only screen 
  and (orientation: landscape)
   {

.vert {
	display: none;
}

.horz {
	display: block;
}

}

/* Portrait devices */
@media only screen 
  and (orientation: portrait)
   {

.vert {
	display: block;
}

.horz {
	display: none;
}

}


 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

.nav-item {
	font-size: 14px;
}


}

 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

p {
   font-size: 17px;
}

.navbar-brand {
	width: 260px;
	height: 19px;
}

nav .navbar-nav li a {
  padding-bottom: 0;
  padding-top: 0;
}

nav .navbar-nav li a {
  border: none;
}

nav .navbar-nav {
  border: none;
}

.megamenu {
	background-color: var(--brown-light);
}

.megamenu a.nav-link {
	/*color: #FFF !important;*/
	font-style: normal;
	font-weight: 200;
	color: var(--brown);
	font-size: 18px;
	text-align: center;
	padding-top: 12px;
}

.megamenu .after-icon {
	width: 44px;
	height: 44px;
}

.megamenu .still-icon {
	width: 45px;
	height: 45px;
}

.megamenu .wild-icon {
	width: 115px;
	height: 57px;
}



.my-large {
	margin-top: 120px;
	margin-bottom: 120px;
}

.spacer-lg {
	height: 120px;
}

.spacer-md {
	height: 60px;
}

.spacer-sm {
	height: 30px;
}



.butterfly-01 {
	width: 150px;
	max-width: 150px;
	position: absolute;
	right: 4%;
	top: 55px;
	z-index: 50;
	rotate: -25deg;
}

.butterfly-02 {
	width: 160px;
	max-width: 160px;
	position: absolute;
	top: 550px;
	z-index: 50;
	rotate: 25deg;
	left: 1%;
}




}

 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 


.nav-item {
	font-size: 15px;
	padding-right: 4px;
	padding-left: 4px;
}

.navbar-brand {
	width: 290px;
	height: 20px;
}


.butterfly-01 {
	width: 180px;
	max-width: 180px;
	position: absolute;
	right: 8%;
	top: 75px;
	z-index: 50;
	rotate: -25deg;
}

.butterfly-02 {
	width: 200px;
	max-width: 200px;
	position: absolute;
	top: 510px;
	z-index: 50;
	rotate: 25deg;
	left: 7%;
}




}

 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}








