/*! iconagency.com.au */
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800&display=swap);

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cd202e;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue-dark: #000f28;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat",sans-serif;
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*,:after,:before {
  box-sizing: border-box;
}


#homeFeature .flexLeft {
        order: 1;
}
    
.flexRight {
    order: 2;
}



#homeFeature .featureBlock {
	display: flex;
	max-width: 1140px;
	align-items: center;
}

#homeFeature .featureBlock h2 {
	position: relative;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	text-align: left;
}


#homeFeature .featureBlock50 {
	display: flex;
	width: 50%;
	margin: 0px auto;	
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding: 10px 2%;
}

#homeFeature .featureBlock50 h2 {
	position: relative;
	padding-bottom: 1rem;
	text-align: center;
}


#homeFeature .sideImage {
	width: 50%;
}

#homeFeature .mainImage:hover {
	transform: scale(1.5);
	z-index: 2;
}

#homeFeature a.button {
	padding: 10px;
	border: 1px solid #000;
	color: #000;
	background-color: rgba(255,255,255,1);
	transition: all 0.5s;
	margin-top: 30px;
	display: block;
    border-radius: 8px;
    max-width: 320px;
    text-decoration: none;

}


#homeFeature a.button:hover {
	background-color: rgba(0,0,0,1);
	text-decoration: none;
	transition: all 0.5s;color: #fff;

}


#homeFeature .wrap {
    flex-wrap: wrap;
    max-width: 1200px;
}



#homeFeature .hFlex {
	display: flex;
	/*align-items: center;*/
	justify-content: space-evenly;
}


@media(max-width:800px) {
#homeFeature .hFlex {
	display: block;
}

#homeFeature .highlightImg{
	float: none; 
	min-height: initial;
}

#homeFeature .sideImage {
	width: 100%;
}

#homeFeature .featureBlock50 {
	width: 100%;
	margin: 20px auto;	
}

}

@media(max-width:400px) {
	


#homeFeature .specificationsOuter {
	width: 95%;
}

#homeFeature .featureBlock {
	display: block;
	margin-top: 45px;
}



#homeFeature h2 {
	font-size: 1.8rem;
}
	
#homeFeature .highlightBox{
	display: block;
	border-radius: 0;
	padding: 0;
}


}

