@charset "UTF-8";

/*NAV*/
.nav-link{
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 12pt;	
}

#nav-item-active{
	border-bottom: 1px solid black;
}


.breadcrumb-item{
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 9pt;
}

.breadcrumb-item {
	border-bottom: none;
}



/*header*/

.hero-image{
  	background-image: url("../images/Axis-Situe-3-1920.jpg");
  	background-color: #cccccc;
  	height: 1000px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}

.about-hero-image{
  	background-image: url("../images/shears-leather.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}

.products-hero-image{
  	background-image: url("../images/ps3.jpg");
  	background-color: #cccccc;
  	height: 600px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}

.hero-text{
  	text-align:left;
  	position: absolute;
  	top: 25%;
  	left: 10%;
	padding: 5px 5px 5px 5px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	}

.hero-text-2{
  	text-align:left;
  	position: absolute;
  	top: 38%;
  	left: 10%;
	padding: 5px 5px 5px 5px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.product-hero-text{
  	text-align:left;
  	position: absolute;
  	top: 35%;
  	left: 10%;
	padding: 5px 15px 5px 15px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	}



/*body*/

.page-body{
	
padding-top: 100px;
padding-bottom: 150px;	
	
}

.text-image{
	padding-bottom: 100px;
	padding-top: 100px;
	
}


h1{
font-size: 3rem;
font-family:  "meno-display", sans-serif;
font-weight: 700;
font-style: normal;
}

h2 {
font-size: 2rem;	
font-family:  "meno-display", sans-serif;
font-weight: 700;
font-style: normal;

	
}

p {
font-size: 14pt;	
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
	
}


li{
font-size: 14pt;	
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
	
}


/*Prodcut cards*/

.product-card{
	
	margin-top:  50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	background-color: #b2bebf;
	
}

.product-title{
	font-size:32pt;
	
}

.btn{
	color: white;
	border-color: white;
	border-radius: 25px;
	padding: 10px 20px 10px 20px;
	font-size: 14pt;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-style: bold;
}


/*footer*/

.footer-icon{
	max-height: 50px;
	min-height: 50px;
	margin-right: 10px;
	
}

.footer-logo{
	max-height: 150px;
	padding-left:15px;
	padding-bottom: 25px
	}	

.footer-address{
	color: white;
	font-size: 12pt;
}

.footer-call{
	color: white;
	font-size: 12pt;
}


/*Carousel*/

#myCarousel{
	margin-right: 100px;
}


.carousel-control-prev-icon{
	background-color: black;
}

.carousel-control-next-icon{
	background-color: black;
}

.carousel-item active{
	border: none;
}


@media (max-width:1200px){
	
	/*header*/

.hero-image{
  	background-image: url("../images/Axis-Situe-3-1920.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}
	
.about-hero-image{
  	background-image: url("../images/shears-leather.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}	

.hero-text{
  	text-align:left;
  	position: absolute;
  	top: 15%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	}

.hero-text-2{
  	text-align:left;
  	position: absolute;
  	top: 28%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*body*/

.page-body{
	
padding-top: 50px;
padding-bottom: 100px;	
	
}

.text-image{
	padding-bottom: 100px;
	padding-top: 100px;
	
}
	

h1{
	font-size: 3rem;
}

h2 {
font-size: 28pt;	
font-family:  "meno-display", sans-serif;
font-weight: 700;
font-style: normal;
	
}

p {
font-size: 14pt;	
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
	
}

.page-body {
}



/*footer*/

.footer-icon{
	max-height: 50px;
	min-height: 50px;
	margin-right: 10px;
	
}
	
.footer-logo{
	max-height: 100px;
	padding-bottom: 25px
	}	

.footer-address{
	font-size: 12pt;
}

.footer-call{
	font-size: 12pt;
}

}


@media (min-width:992px){
	
	/*header*/

.hero-image{
  	background-image: url("../images/Axis-Situe-3-1920.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}

.about-hero-image{
  	background-image: url("../images/shears-leather.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}
	
.hero-text{
  	text-align:left;
  	position: absolute;
  	top: 15%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	}

.hero-text-2{
  	text-align:left;
  	position: absolute;
  	top: 28%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*body*/

.page-body{
	
padding-top: 50px;
padding-bottom: 100px;	
	
}

.text-image{
	padding-bottom: 100px;
	padding-top: 100px;
	
}
	

h1{
	font-size: 3rem;
}

h2 {
font-size: 36pt;	
font-family:  "meno-display", sans-serif;
font-weight: 700;
font-style: normal;
	
}

p {
font-size: 14pt;	
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
	
}

.page-body {
}



/*footer*/

.footer-icon{
	max-height: 50px;
	min-height: 50px;
	margin-right: 10px;
	
}

.footer-address{
	font-size: 12pt;
}

.footer-call{
	font-size: 12pt;
}

}




@media (max-width:576px){
	
	/*header*/

.hero-image{
  	background-image: url("../images/Axis-Situe-3-1920.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}
	
.about-hero-image{
  	background-image: url("../images/shears-leather.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}	

.hero-text{
  	text-align:left;
  	position: absolute;
  	top: 15%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	}


.hero-text-2{
  	text-align:left;
  	position: absolute;
  	top: 28%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
}
	

/*body*/

.page-body{
	
padding-top: 50px;
padding-bottom: 100px;	
	
}

.text-image{
	padding-bottom: 100px;
	padding-top: 100px;
	
}
	

h1{
	font-size: 3rem;
}

h2 {
font-size: 32pt;	
font-family:  "meno-display", sans-serif;
font-weight: 700;
font-style: normal;
	
}

p {
font-size: 14pt;	
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
	
}

.page-body {
}



/*footer*/

.footer-icon{
	max-height: 50px;
	min-height: 50px;
	margin-right: 10px;
	
}

.footer-logo{
	min-height: 100px;
	padding-bottom: 25px
	}	

.footer-address{
	font-size: 12pt;
}

.footer-call{
	font-size: 12pt;
}

}


@media (max-width:551px){
	
	/*header*/

.hero-image{
  	background-image: url("../images/Axis-Situe-3-1920.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}
	
.about-hero-image{
  	background-image: url("../images/shears-leather.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}	

.hero-text{
  	text-align:left;
  	position: absolute;
  	top: 15%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	}

.hero-text-2{
  	text-align:left;
  	position: absolute;
  	top: 28%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
}
	

/*body*/

.page-body{
	
padding-top: 50px;
padding-bottom: 100px;	
	
}

.text-image{
	padding-bottom: 100px;
	padding-top: 100px;
	
}
	

h1{
	font-size: 2.5rem;
}

h2 {
font-size: 28pt;	
font-family:  "meno-display", sans-serif;
font-weight: 700;
font-style: normal;
	
}

p {
font-size: 12pt;	
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
	
}

.page-body {
}



/*footer*/

.footer-icon{
	max-height: 50px;
	min-height: 50px;
	margin-right: 10px;
	
}

.footer-logo{
	min-height: 100px;
	padding-bottom: 25px
	}	

.footer-address{
	font-size: 9pt;
}

.footer-call{
	font-size: 9pt;
}

}




@media (max-width:375px){
	/*header*/

.hero-image{
  	background-image: url("../images/Axis-Situe-3-1920.jpg");
  	background-color: #cccccc;
  	height: 800px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}
	
#about-hero-image{
  	background-image: url("../images/shears-leather.jpg");
  	background-color: #cccccc;
  	height: 600px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	margin-top: -50px;
}	

.hero-text{
  	text-align:left;
  	position: absolute;
  	top: 15%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	}

.hero-text-2{
  	text-align:left;
  	position: absolute;
  	top: 28%;
  	left: 10%;
	padding: 5px 10px 5px 10px;
	font-family:  "meno-display", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*body*/

.page-body{
	
padding-top: 50px;
padding-bottom: 100px;	
	
}

.text-image{
	padding-bottom: 100px;
	padding-top: 100px;
	
}
		

h1{
	font-size: 1.9rem;
}

h2 {
font-size: 20pt;	
font-family:  "meno-display", sans-serif;
font-weight: 700;
font-style: normal;
	
}

p {
font-size: 12pt;	
font-family:  "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;
	
}

.page-body {
	max-width: 300px;
}



/*footer*/

.footer-icon{
	max-height: 50px;
	min-height: 50px;
	margin-right: 10px;
	
}
	
	.footer-logo{
		min-height: 100px;
		padding-bottom: 25px
	}	

.footer-address{
	font-size: 9pt;
}

.footer-call{
	font-size: 9pt;
}

}


