@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300&display=swap');
/*@font-face {*/
/*font-family: 'Brandon Grotesque Regular';*/
/*src: url('../fonts/BrandonGrotesque-Regular.eot');*/
/*src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),*/
/*url('../fonts/BrandonGrotesque-Regular.woff') format('woff'),*/
/*url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/



@font-face {
	font-family: 'BubbbleGum';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("../fonts/BubbbleGum.eot");
	src: url("../fonts/BubbbleGum.eot?#iefix") format("embedded-opentype"), 
	url("../fonts/BubbbleGum.woff2") format("woff2"), 
	url("../fonts/BubbbleGum.woff") format("woff"), 
	url("../fonts/BubbbleGum.ttf") format("truetype"), 
	url("../fonts/BubbbleGum.svg#fontawesome") format("svg"); 
}

div.hometext h2 {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 18px;
	margin-top: 50px;
	text-align: center;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.col-home-image {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-home-image img {
	margin-top: 1em;
	width: 100%;
}

.col-home-description {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 15px;
}

.w-100 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.pl-0 {
	padding-left: 0;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

html, body{
	margin: 0px;
	padding: 0px;
		height: 100%;
}
a{
	text-decoration: none;
	color: #333;
}
footer a, footer{
	font-size: 16px;
}

body{
	font-family: 'BubbbleGum', sans-serif;
	/*font-family: 'Brandon Grotesque Regular', sans-serif;*/
	color: #333;
	background: #fff;
    font-size: 14px;

}
h1,h2,h3,h4,h5,h6{
}
div.wrap{
	height: 100%;
}

#header-border, #nav-wrap, #logo, #menu-button{
  
	transition-duration: 200ms;
}

img.max-width-100 {
	max-width: 100%;
}
img.max-height-100 {
	max-height: 100%;
}

.mb-15 {
	margin-bottom: 15px!important;
}

/*a.logo {*/
/*    display: block;*/
/*    width: 450px;*/
/*    max-width: 60%;*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    margin: auto;*/
/*    top: 0px;*/
/*	  transition-duration: 200ms;*/
/*}*/

div.neonshadow{
	box-shadow: 14px 10px 16px 0px rgba(0, 0, 0, 0.6);
	
	position: absolute;
	z-index: 100000;
}
div.neonmenushadow{
	box-shadow: 14px 10px 16px 0px rgba(0, 0, 0, 0.6);
	
	position: relative;
	z-index: 100000;
}
div.neon{
	background-size: contain;
	z-index: 100;
	background-color: #49FC41;
	box-shadow: 0px 0px 6px 6px rgba(128, 253, 123, 0.6);
	transition-duration: 200ms;
	border-radius: 6px;
	border-bottom: 5px solid #77FE74;
	border-right: 4px solid #77FE74;
}


div.shapemenu{
	height: 12px;
	width: 100%;
	border-radius: 0px  6px 6px 0px;
	width: 100%;
	margin: 15px 5px 15px 0px;
	left: -20px;
}
div.shapemenu div.neon{
	margin: 0px !important;
}
div.shape1{
	height: 220px;
	width: 12px;
	right: 100px;
	top: -20px;
	border-radius: 0px 0px 6px 6px;
}
div.shape2{
	height: 200px;
	width: 12px;
	right: 100px;
	bottom: 0px;
}

div.header-border{
	height: 100px;
	border-bottom: 0px solid #5E4C38;
	position: fixed;
	width: 100%;
	top: 0px;
	transition-duration: 200ms;
	background: #fff;
	z-index: 10000;
}

.mainContent {
	margin-top: 140px;
	margin-bottom: 40px;
}

header{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 60px;
z-index: 100000;
}

div.instagram{
position: absolute;
top: 6px;
right: 25px;
font-size: 19px;
}

div.searchholder{
position: relative;
top: 6px;
z-index: 100;
}


#nav-wrap a.search-button, #nav-wrap a.socialmedia {
    font-size: 20px;
    margin-top: -3px;
}

h4.contact{
	letter-spacing: 1px;
font-size: 17px;
font-weight: 600;
}
div.contact-info{
	padding-left: 30px;
}
div.contact-info a, div.contact-info span{

	position: relative;
	line-height: 35px;
}
div.contact-info i{
	position: absolute;
	left: -30px;
	top: 4px;
}

input.search{
font: bold 10px/16px  Arial;
padding: 0 0 0px 4px;
width:100px;
height:18px;
min-height: 16px;
border: solid 1px #bbb;
background-color: #fff;
color: #555;
float: left;
border-radius: 0px;
-webkit-appearance: none;
}

input.searchsubmit{
font: bold 10px/16px  Arial;
padding: 0px 0px 0px 0px;
width:55px;
height:18px;
border: none;
background-color: #bbb;
color: #fff;
cursor: pointer;
float: left;
text-shadow: 0;
display: inline-table;
border-radius: 0px;
text-shadow: 0 0px rgba(0, 0, 0, 0);
-webkit-appearance: none;
}

input.searchsubmit:hover{
background-color: #777;
}

li.searchmenu{
	display: block;
}


a.logo:visited{
	color:#fff;
}

nav.nav-wrap {
	display: table-cell;
	vertical-align: middle;
}

#nav-wrap ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: end;
}

#nav-wrap li{
	list-style: none;
}
#nav-wrap a{
	font-size: 16px;
	color: #080808;
	text-decoration: none;
	margin-right: 23px;
	letter-spacing: 1px;
}

.menubtn{
	display: none;

}



img.page-img{
	float: right;
	max-width: 100%;
}

img.thumb-image{
	max-width: 100%;
	max-height:  calc(100% - 80px);
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	right: 0px;
}
a.thumb{
	height: 0px;
	padding-top: calc(100% + 80px);
	display: block;
	position: relative;
	margin-bottom: 30px;
}
div.item-title{
	position: absolute;
	top: calc(100% - 70px);
}

.onsale {
    height: 40px;
    width: 40px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 40px;
    top: 15px;
    right: 35px;
    margin: 0;
    background: #992320;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 2;
		text-transform: uppercase;
line-height: 40px;
}

#scroll-top a.scrollup {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
		font-size: 20px;
		text-align: center;
		line-height: 32px;
    display: none;
    opacity: 0.89;
    filter: alpha(opacity=89);
    z-index: 999;
    border-radius: 100%;
	}

div.headermenu{
	display: table;
}

a.logo {
	display: table-cell;
	position: relative;
	left: 0;
	margin: auto;
	top: 0;
	vertical-align: middle;
	height: 75px;
	padding-right: 60px;
}
img.logo {
	width: 150px;
}

@media  (max-width: 1200px) {

	section.home-text-section {
		margin-left: 15px;
		margin-right: 15px;
	}

	#nav-wrap a.search-button, #nav-wrap a.socialmedia {
		font-size: 30px;
		padding-top: 12px;
		padding-bottom: 3px;
	  }
	  
	div.neonh {
		background: rgb(255, 255, 255) !important;
	  }

	div.header-border {
		height: 73px;
	}

	img.page-img{
		float: unset;
		margin-top: 30px;
		width: 100%;
	}

	.menubtn {
		display: block;
		z-index: 1000000;
		position: absolute;
		right: 30px;
		top: 18px;
		cursor: pointer;
	}

	#nav-wrap ul{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap ;
		margin-top: 60px;
		padding: 0px;
	}

	#nav-wrap ul {
		display: block;
	}

	nav.nav-wrap {
		position: fixed;
		left: calc(100% + 30px);
		top: 0px !important;
		background: #fff;
		width: 100%;
		height: 100%;
		margin: 0px;
		overflow: auto;
		z-index: 1000;
	}

	nav.show {
		 left: 0px;

	}

	#nav-wrap a{
		
		line-height: 30px;
		display: block;
		margin-left: 0px;
		margin-bottom: 15px;
		white-space: nowrap;
	}

	.bar1, .bar2, .bar3 {
	  width: 35px;
	  height: 3px;
	  margin: 7px 0;
	  transition: 0.4s;
	  
	background-color: #000;
	}

	.change .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
	  transform: rotate(-45deg) translate(-6px, 6px);
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-8px, -8px);
	  transform: rotate(45deg) translate(-8px, -8px);
	}

}





div.catimage {
    padding-top: 100%;
    width: 100%;
    height: 0px;
    display: block;
}


.portfolio-item .zoomex2 {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

h6.catname {
	font-family: 'BubbbleGum', serif;
	position: absolute;
	font-size: 4vw;
	opacity: 1;
	font-weight: bold;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
}

.portfolio-item:hover .zoomex2 {
	background: rgba(0, 0, 0, 0.0);

}
.HomePortfolioSection .portfolio figure.portfolio-item {
	padding-bottom: 0;
}



.HomePortfolioSection .portfolio figure.portfolio-item {
    padding: 15px;
        padding-bottom: 15px;
    margin: 0;
    padding-bottom: 50px;
}
.img-item {
    position: relative;
}

div.copyright{
	text-align: center;
padding-top: 40px;
padding-bottom: 30px;
}
div.catdescription{
	padding: 0px 20px;
}

div.title{

	font-size: 15px;
letter-spacing: 1px;
}


@media (min-width: 1200px) {
	div.shapemenu {
		display: none;
	}

	/*a.logo {*/
	/*	display: block;*/
	/*	width: 450px;*/
	/*	max-width: 60%;*/
	/*	position: absolute;*/
	/*	left: 10px;*/
	/*	margin: auto;*/
	/*	top: 0px;*/
	/*}*/

	h6.catname {
		font-size: 40px;
	}
}


 
@media (min-width: 1199px) and (max-width: 1201px) {
	#header-border, #nav-wrap, #logo, #menu-button {
		transition-duration: 0ms;
	  }
	a.logo {
		
		
		transition-duration: 0ms;
	}
	div.neonh{

		transition-duration:0ms;
	}



	div.header-border{

	transition-duration: 0ms;
	}
}

.overflow-hidden {
	overflow-y: hidden;
}

.pb-15 {
	padding-bottom: 15px;
}

body {
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    color: #333;
    background: #fff;
    font-size: 14px;
}

@media (max-width: 576px) {
	.col-home-image img {
		margin-top: 0;
	}
	.col-home-image {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-home-description {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
}