@charset "utf-8";
html, body {
    font-family: Poppins;
    margin: 0;
    padding: 0;
	width: 100vw;
	overflow-x: hidden;
}
.banner img{
	width: 100%;
	height: 60%;
	padding-top: 7%;
	
}
.header{
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 30px;
}
.header h1{
	font-size: 3em;
}
.header h2{
	font-size: 2em;
}
.product {
  display: flex; 
  align-items: flex-start; 
  gap: 20px; 
}

.product img {
  width: 60vw;
  height: 100%;
  flex: 1;
  /* margin-left: 70px; */
}

.text-content {
  display: flex;
  flex-direction: column;
  /* max-width: 500px; */
  margin-right: 100px;
  padding-top: 150px;
}

.research{
	position: center;
}
.image-gallery {
    display: flex;
    justify-content: space-between;
    width: 400%;
	height: 40%;
	padding-left: 10em;
	padding-top: 3em;
	padding-bottom: 3em;
}


.banner img {
    width: 100%;
    height: 70%;
}


.showcase {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* padding-left: 50px; */
    padding-right: 50px;
}

.btnwrapper {
    width: 420px;
    text-align: center;
    margin: 1px 0;
	height: 55em; 
	position: relative;
}
.btnwraplabel {
    position: absolute;
    top: 0%;
    left: 6%;
    color: #FFFFFF;
    font-size: 43px;
    font-weight: bold;
    text-align: left;
    line-height: 50px;
    padding-top: 2%
}

.btnwrapper img {
    width: auto;
    height: auto;
}
.btnwrapper .btn{
	font-size: 16px;
	padding: 20px 40px;
	background-color: #006937;
	transform: translateY(-2em);
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.btnwrapper .btn:hover{
	background-color: #FFFFFF;
	color: #398e53;
}




.image-gallery-column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2%;
  justify-content: space-around;
  
}

.image-gallery-row{
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	width: auto;
}

.product {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    padding-bottom: 3em;
    padding-top: 3em;
}

.product img {
    height: auto;
    transform: translateX(4%);
}
.research-container{
	display: flex;
    align-items: center;
}
.research{
	 /*width: auto;*/
	 padding: 20px;
	 padding-left: 6em;
	 height: auto;
	 flex: 1;
	 transform: translateX(1%);
	 z-index: 1;
	 font-size: 1.4em;
	 text-align: center;
	 
}
.research-img{
	flex: 1;
	padding: 20px;
}
.research-img img{
    width: 50vw;
    height: 100%;
	transform: translateX(-15%);
	z-index: 1;
	
}
.text-content {
    width: auto;
    padding: 20px;
    height: auto;
    transform: translateX(5%);
    font-size: 1.2em;
    text-align: center;
}

.text-content h2, .text-content h3 .text-content p {
    margin-top: 0;
	width: 100%;
}
.text-content .button, .research .button{
	font-size: 16px;
	padding: 20px 40px;
	background-color: #006937;
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
	
}
.text-content .button:hover{
	background-color: #FFFFFF;
	color: #398e53;
}


.pgeredir {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1%;
	padding-bottom: 2%;
    justify-content: space-around;
}

.pgeredirwrapper {
    width: 22%;
    text-align: center;
	position:relative;
	align-content: center;
}

.pgeredirwrapper img {
    width: 350px;
    height: 615px;
}

.pgeredirlabel{
	position: absolute;
	top: 0%;
	left: 10%;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	line-height: 50px;
	padding-top: 2%
}
.redirbtn {
	font-size: 16px;
	padding: 20px 40px;
	background-color: #006937;
	transform: translateY(-2em);
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.redirbtn:hover{
	background-color: #FFFFFF;
	color: #398e53;
}

.footer {
    background-color: #2D2A2A;
    color: #ecf0f1;
	
    
    
}

.footer-container {
    padding-left: 5%; 
    padding-top: 1%;
    width: 50%
}


.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
	width: 30vw;
}

.address-phone {
    display: flex;
    gap: 20px;
}

.address, .phone {
    flex: 1;
}

.email {
    margin-top: 10px;
}
.email a {
	color: #ffffff
}
.flaglist{
	list-style: none;
	padding-left: 5%;
	padding-top: 10px;
	margin: 0;
	
}
.flags li{
	display: inline;
	padding-right: 15px;
}
.footer-bottom {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
}
@media screen and (width: 1536px){
.showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	
}

.btnwrapper {
    width: 300px;
    text-align: center;
    height: 600px;
	position: relative;
}
.btnwraplabel{
	position: absolute;
	top: 0%;
	left: 6%;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 50px;
	padding-top: 2%
}
.btnwrapper img {
    width: 90%;
    height: auto;
}

 .btn{
	font-size: 16px;
	padding: 20px 40px;
	background-color: #006937;
	transform: translateY(-2em);
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.btnwrapper .btn:hover{
	background-color: #FFFFFF;
	color: #398e53;
	
}
.pgeredir {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1%;
	padding-bottom: 2%;
    justify-content: space-around;
}

.pgeredirwrapper {
    width: 20%;
    text-align: center;
	position:relative;
	align-content: center;
}

.pgeredirwrapper img {
    width: 90%;
    height: 450px;
}

.pgeredirlabel{
	position: absolute;
	top: 0%;
	left: 10%;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	line-height: 50px;
	padding-top: 2%;
}
.redirbtn {
	font-size: 16px;
	padding: 20px 40px;
	background-color: #006937;
	transform: translateY(-2em);
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.redirbtn:hover{
	background-color: #FFFFFF;
	color: #398e53;
}
}
@media only screen and (min-resolution: 1.5dppx) and (pointer: fine),
       only screen and (-webkit-min-device-pixel-ratio: 1.5) and (pointer: fine){
html, body {
    font-family: Poppins;
    margin: 0;
    padding: 0;
	width: 100vw;
	overflow-x: hidden;
}
	.showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	
}
.banner img{
		width: 100vw;

		
	}
.text-content .button, .research .button{
	font-size: .9em;
	padding: 10px 25px;
	background-color: #006937;
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
	
}
.btnwrapper {
    width: 300px;
    text-align: center;
    height: 600px;
	position: relative;
}
.btnwraplabel{
	position: absolute;
	top: 0%;
	left: 10%;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	padding-top: 2%
}
.btnwrapper img {
    width: 90%;
    height: auto;
}
.btnwrapper .btn{
	font-size: .9em;
	padding: 10px 25px;
	background-color: #006937;
	transform: translateY(-2em);
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

 .btn{
	font-size: .9em;
	padding: 10px 25px;
	background-color: #006937;
	transform: translateY(-2em);
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.btnwrapper .btn:hover{
	background-color: #FFFFFF;
	color: #398e53;
	
}
.research{
	 /*width: auto;*/
	 padding: 20px;
	 padding-left: 6em;
	 height: auto;
	 flex: 1;
	 transform: translateX(1%);
	 z-index: 1;
	 font-size: 1.0em;
	 text-align: center;
	 
}
.product {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
	padding-bottom: 3em;
	padding-top: 3em;
	
}

.product img {
    width: 45vw;
  height: 100%;
  flex: 1; 
  margin-left: 70px;
}
.text-content {
  display: flex;
  flex-direction: column;
  max-width: 30%;
  margin-right: 100px;
  padding-top: 150px;
}
.text-content {
    width: auto;
    padding: 20px;
    padding-left: 6em;
    height: auto;
    transform: translateX(-15%);
    font-size: .9em;
    text-align: center;
}
.image-gallery-column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2%;
  justify-content: space-around;
  
}

.image-gallery-row{
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	width: auto;
}
.image-gallery-row img , .image-gallery-row-iso img{
		width: 80%;
	}
.pgeredir {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1%;
	padding-bottom: 2%;
    justify-content: space-around;
}

.pgeredirwrapper {
    width: 20%;
    text-align: center;
	position:relative;
	align-content: center;
}

.pgeredirwrapper img {
    width: 90%;
    height: 450px;
}

.pgeredirlabel{
	position: absolute;
	top: 0%;
	left: 10%;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	padding-top: 2%
}
.redirbtn {
	font-size: .9em;
	padding: 10px 25px;
	background-color: #006937;
	transform: translateY(-2em);
	border-radius: 5px;
	color: #FFFFFF;
	border: #006937  2px solid;
	cursor: pointer;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.redirbtn:hover{
	background-color: #FFFFFF;
	color: #398e53;
}
}
@media only screen 
  and (min-width: 781px) 
  and (max-width: 1376px)
  and (pointer: coarse) {
		html, body {
    font-family: Poppins;
    margin: 0;
    padding: 0;
	width: 100vw;
	overflow-x: hidden;
}

	.banner{
		height: 100%;
		width: 100%;
		
	}
	.banner img{
		width: 100vw;
		padding-top: 19%;
		
	}
	.header h1{
		font-size: 1.9em;
		width: 100%;
	}
	.header h2{
		font-size: 1.2em;
	}
    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        width: 100%;
    }

    .mega-menu-wrapper {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }

	.research {
		text-align: center;
		padding-left: 5%;

		
	}
	.research{
	 height: auto;
	 flex: 1;
	 transform: translateX(1%);
	 z-index: 1;
	 text-align: center;
	 font-size: 1em;
	 
}
.research-img{
	flex: 1;
}
.research-img img{
    width: 60vw;
	transform: translateX(-5%);
	z-index: 1;
	
}
	.research h3{
		font-size: 1em;
		
	}
	.research p{
		font-size: .7em;
		
	}
.image-gallery-column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2%;
  justify-content: unset;
  
}

.image-gallery-row{
	text-align: center;
	font-weight: bolder;
	width: auto;
	font-size: 1em;
}
	.product{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	
	.text-content{
		/* text-align: center; */
		/* justify-content: center; */
		padding: 0px;
		transform: translateX(-7%);
		width: 100vw;
		/* margin-left: 5%; */
		margin-right: 20%;
		line-height: 1;
		font-size: 1em;
	}
	.text-content h2 {
		 font-size: 20px; 
		text-align: center;
		width: 40vw;
		padding-top: 7%;
	}
	.text-content p{
		/* font-size: 20px; */
		/* width: 90vw; */
	}
	.text-content a{
		/* padding-left: 25%; */
		text-align: center;
		/* width: 100%; */
	}
	.btnwrapper {
		width: 40%;
		height: 20%;
	}
	.button{
		width: 80%;
		

	}
	.pgeredirwrapper{
		width: 35%;
		padding-bottom: 10px;
		padding-left: 0;
		
	}
	.pgeredirwrapper img{
		width: 100%;
		height: 90%
	}
	.pgeredirlabel{
		padding-top: 7%;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.redirbtn{
		/*font-size: 15px;
		padding: 5% 10%*/
		display: none;
	}
	.showcase{
		/* width: 100%; */
		padding-left: 2%;
		flex-wrap: nowrap;
	}
   .btnwrapper {
    width: 300px;
    text-align: center;
    height: 600px;
    position: relative;
}
        .btnwraplabel {
            position: absolute;
            top: 0%;
            left: 6%;
            color: #FFFFFF;
            font-size: 30px;
            font-weight: bold;
            text-align: left;
            line-height: 33px;
            padding-top: 2%
        }

        .btnwrapper img {
            width: 30vw;
            /* height: 75vh; */
        }
		
   /*
	.btnwrapper img{
		width: 100%;
		height: 90%
	}
	.btnwraplabel{
		font-size: 5vw;
		line-height: 1.5
	}*/
	.btn{
		/*font-size: 15px;
		padding: 5% 10%;*/
		display: none;
	}
	/*.image-gallery-column{
		width: 70vw;
		padding-left: 15%;
		align-items: center;
		
	}
	.image-gallery-row-iso img{
		padding-right: 40%;
		padding-left: 26%;
		width: 200px;
		height: 300px;
		object-fit: scale-down;
	}
	.image-gallery-row img{
		width: 15vw;
	}
	.image-gallery-row p{
		font-size: 3vw;
		padding-bottom: 10%;
		padding-left: 20px;
		padding-right: 20px;
	}*/
	.footer-container{
		padding-left: 5%;
		width: 100%;
	}
	.footer{
		width: 100;
	}
	.address p{
		width: 120%;
	}
	.phone p{
		width: 300%;
		padding-left: 10px;
	}
}
@media only screen 
  and (min-width: 781px) 
  and (max-width: 1376px)
  and (orientation: landscape)
  and (pointer: coarse) {
		html, body {
    font-family: Poppins;
    margin: 0;
    padding: 0;
	width: 100vw;
	overflow-x: hidden;
}
	.btnwraplabel {
            position: absolute;
            top: 0%;
            left: 6%;
            color: #FFFFFF;
            font-size: 35px;
            font-weight: bold;
            text-align: left;
            line-height: 50px;
            padding-top: 2%
        }
	.banner{
		height: 100%;
		width: 100%;
		
	}
	.banner img{
		width: 100vw;
		padding-top: 13%;
		
	}
	.header h1{
		font-size: 1.9em;
		width: 100%;
	}
	.header h2{
		font-size: 1.2em;
	}
    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        width: 10%;
    }

    .mega-menu-wrapper {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }
	
		.research {
		text-align: center;
		padding-left: 5%;

		
	}
	.research{
	 height: auto;
	 flex: 1;
	 transform: translateX(1%);
	 z-index: 1;
	 text-align: center;
	 font-size: 1.4em;
	 
}
.research-img{
	flex: 1;
}
.research-img img{
    width: 60vw;
	transform: translateX(-5%);
	z-index: 1;
	
}
	.research h3{
		font-size: 1em;
		
	}
	.research p{
		font-size: .7em;
		
	}
	.image-gallery-column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2%;
  justify-content: space-around;
  
}

.image-gallery-row{
	text-align: center;
	font-weight: bolder;
	width: auto;
	font-size: 1em;
}
	.product{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	
	.text-content{
		padding: 0px;
		transform: translateX(-8%);
		/* margin-left: 5%; */
		margin-right: 20%;
	}
	.text-content h2 {
		font-size: 30px;
		text-align: center;
		/* width: 50vw; */
	}
	.text-content p{
		font-size: 20px;
		/* width: 50vw; */
	}
	.text-content a{
		/* padding-left: 50%; */
		text-align: center;
		width: 100%;
	}
	.btnwrapper {
		width: 30%;
		height: 50%;
	}
	.button{
		width: 80%;
		

	}
	.pgeredirwrapper{
		width: 35%;
		padding-bottom: 10px;
		padding-left: 0;
		
	}
	.pgeredirwrapper img{
		width: 100%;
		height: 90%
	}
	.pgeredirlabel{
		padding-top: 7%;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.redirbtn{
		/*font-size: 15px;
		padding: 5% 10%*/
		display: none;
	}
	.showcase{
		/* width: 90%; */
		padding-left: 3%;
		margin: 0;
	}
   /* .btnwrapper{
		width: 60%;
	}
	.btnwrapper img{
		width: 80%;
		height: 80%
	}
	.btnwraplabel{
		font-size: 3.5vw;
		line-height: 1.5;
		padding-left: 5%;
	}*/
	.btn{
		/*font-size: 15px;
		padding: 5% 10%;*/
		display: none;
	}
	/*.image-gallery-column{
		width: 60vw;
		padding-left: 20%;
		align-items: center;
		
	}
	.image-gallery-row-iso img{
		padding-right: 40%;
		padding-left: 26%;
		width: 200px;
		height: 300px;
		object-fit: scale-down;
	}
	.image-gallery-row img{
		width: 15vw;
	}
	.image-gallery-row p{
		font-size: 3vw;
		padding-bottom: 10%;
		padding-left: 20px;
		padding-right: 20px;
	}*/
	.footer-container{
		padding-left: 5%;
		width: 100%;
	}
	.footer{
		width: 100;
	}
	.address p{
		width: 120%;
	}
	.phone p{
		width: 300%;
		padding-left: 10px;
	}
}
/* Mobile Styles */
@media (max-width : 780px ){
html, body {
    font-family: Poppins;
    margin: 0;
    padding: 0;
	width: 100vw;
	overflow-x: hidden;
}

	.banner{
		height: 100%;
		width: 100%;
		
	}
	.banner img{
		width: 100vw;
		padding-top: 28%;
		
	}
	.header h1{
		font-size: 1.9em;
		width: 100%;
	}
	.header h2{
		font-size: 1.2em;
	}
    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        width: 100%;
    }

    .mega-menu-wrapper {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }
	.research-img{
		display: none;
		
		
	}
	.research {
		text-align: center;
		padding-left: 5%;
		padding-right: 5%;
		
	}
	.research h3{
		font-size: 1em;
		
	}
	.research p{
		font-size: .7em;
		
	}
	.image-gallery img{
		
	}
	.product{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.product img{
		display: none;
	}
	
	.text-content{
		text-align: center;
		justify-content: center;
		padding: 0px;
		transform: translateX(0%);
		margin-right: 20%;
	}
	.text-content h2 {
		font-size: 30px;
		text-align: center;
		width: 90vw;
		
		 
	}
	.text-content p{
		font-size: 20px;
		width: 90vw;
	}
	.text-content a{
		
	}
	
	.btnwrapper {
		width: 40%;
		height: 20%;
	}
	.button{
		width: 80%;
		

	}
	.pgeredirwrapper{
		width: 35%;
		padding-bottom: 10px;
		padding-left: 0;
		
	}
	.pgeredirwrapper img{
		width: 100%;
		height: 90%
	}
	.pgeredirlabel{
		padding-top: 5%;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.redirbtn{
		/*font-size: 15px;
		padding: 5% 10%*/
		display: none;
	}
	.showcase{
		width: 80%;
		padding-left: 50px;
		
	}
    .btnwrapper{
		width: 60%;
	}
	.btnwrapper img{
		width: 100%;
		height: 90%
	}
	.btnwraplabel{
		font-size: 5vw;
		line-height: 1.5
	}
	.btn{
		/*font-size: 15px;
		padding: 5% 10%;*/
		display: none;
	}
	.image-gallery-column{
		width: 63vw;
		padding-left: 20%;
		align-items: center;
		
	}
	.image-gallery-row-iso img{
		padding-right: 15%;
		/*padding-left: 10%;*/
		width: 200px;
		height: 300px;
		object-fit: scale-down;
	}
	.image-gallery-row img{
		width: 20vw;
	}
	.image-gallery-row p{
		font-size: 3vw;
		padding-bottom: 10%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-container{
		padding-left: 5%;
		width: 100%;
	}
	.footer{
		width: 100;
	}
	.address p{
		width: 120%;
	}
	.phone p{
		width: 300%;
		padding-left: 10px;
	}
}

@media (max-width: 428px){
html, body {
    font-family: Poppins;
    margin: 0;
    padding: 0;
	width: 100vw;
	overflow-x: hidden;
}
	.banner{
		height: 100%;
		width: 100%;
		
	}
	.banner img{
		width: 100vw;
		padding-top: 35%;
		
	}
	.header h1{
		font-size: 1.9em;
		width: 100%;
	}
	.header h2{
		font-size: 1.2em;
	}
    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        width: 100%;
    }

    .mega-menu-wrapper {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }
	.research-img{
		display: none;
		
		
	}
	.research {
		text-align: center;
		padding-left: 0;
		
	}
	.research h3{
		font-size: 1em;
		
	}
	.research p{
		font-size: .7em;
		
	}
	.image-gallery img{
		
	}
	.product{
		width: 100%;
		padding: 0;
		padding-bottom: 50px;
	}
	.product img{
		display: none;
	}
	
	.text-content{
		align-items: center;
		padding: 0;
		transform: translateX(15%);
	}
	.text-content h2 {
		font-size: 100%;
		text-align: center;
		width: 80%;
		
		 
	}
	.text-content p{
		font-size: 80%;
		width: 80%;
		
	}
	
	.btnwrapper {
		width: 40%;
		height: 20%;
	}
	.button{
		width: 80%;
		

	}
	.pgeredirwrapper{
		width: 35%;
		padding-bottom: 10px;
		padding-left: 0;
		
	}
	.pgeredirwrapper img{
		width: 100%;
		height: 90%
	}
	.pgeredirlabel{
		font-size: 100%;
		line-height: 1.5;
	}
	.redirbtn{
		/*font-size: 15px;
		padding: 5% 10%*/
		display: none;
	}
	.showcase{
		width: 80%;
		padding-left: 30px;
		
	}
    .btnwrapper{
		width: 60%;
	}
	.btnwrapper img{
		width: 100%;
		height: 90%
	}
	.btnwraplabel{
		font-size: 140%;
		line-height: 1.5
	}
	.btn{
		/*font-size: 15px;
		padding: 5% 10%;*/
		display: none;
	}
	.image-gallery-row-iso{
		width: 300px;
		height: 80%;
	}
	.image-gallery-row-iso img{
		width: 90%;
		padding-left: 20px;
	}
	.image-gallery-column{
		width: 80%;
		padding-left: 40px;
	}
	.image-gallery-row img{
		width: 50%;
	}
	.image-gallery-row p{
		font-size: 15px;
	}
	.footer-container{
		padding-left: 5%;
		width: 100%;
	}
	.footer{
		width: 100;
	}
	.address p{
		width: 120%;
	}
	.phone p{
		width: 300%;
	}
}

