body {
  margin:0;
  background-image: linear-gradient(90deg, #e8e5e5 0.28%, #ffffff 0.28%, #ffffff 50%, #e8e5e5 50%, #e8e5e5 50.28%, 			#ffffff 50.28%, #ffffff 100%);
  background-size: 362.00px 362.00px;
}

.img {
  width: 100%;
}

.image {
    flex-shrink: 0;
}


#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
  color: white;
  background-color:#000;
  background-image:url(img/168Helderfontein.jpg);
  background-size: cover;
  overflow:hidden;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}

.hero-title {
  font-family:"Jost", Arial, sans-serif;
  letter-spacing:20px;
  text-align:center;
  line-height: 0.9;
  font-size: 8vw;
  font-weight:normal;
}

.fading {
  animation-name: fade-in;
  animation-duration: 3s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*menu*/

.logo {
	position:absolute;
	width:100%;
	height:auto;
	display: flex;
  	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index:100;
	margin-top:2%;
	}
	
/*imaages*/

.images {
  width: 100%;
  height: auto;
}

#gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
  
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
  
}
}
@media (max-width:800px){
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
}
}
@media (max-width:600px){
  #gallery{
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
}  
}
#gallery img {
  width:100%;
  height:auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom:4%;
}

/*fonts*/


@font-face {
    font-family: 'Wingding';
    src: url('fonts/Wingding.eot');
    src: url('fonts/Wingding.eot?#iefix') format('embedded-opentype'),
        url('fonts/Wingding.woff2') format('woff2'),
        url('fonts/Wingding.woff') format('woff'),
        url('fonts/Wingding.ttf') format('truetype'),
        url('fonts/Wingding.svg#Wingding') format('svg');
    font-style: normal;
    font-display: swap;
}

.link-size {
	font-family: 'Jost', sans-serif;
	font-size:5vmin;
}

.undrline-text {
	font-family: "Wingding", Arial, sans-serif;
	font-size:1.5vmin;
	}
	
.undrline-text-large {
	font-family: "Wingding", Arial, sans-serif;
	font-size:4vmin;
	}

.contact-size {
	font-family: "Jost";
	color:rgba(255, 255, 255, 0.3);
	font-size:1.5vmin;
}

.contact-copy {
	font-family: "Jost";
	color:rgba(255, 255, 255, 0.3);
	font-size:1vmin;
	margin-top:5%;
}

.chat-text {
	font-family: "Jost";
	color:rgba(255, 255, 255, 0.3);
	font-size:4vmin;
}

.small-title {
	font-family: "Jost";
	color: #FFF;
	font-size:5vmin;
	text-transform: uppercase;
	letter-spacing:1px;
}

.small-title2 {
	font-family: "Jost";
	color: #000;
	font-size:5vmin;
	text-transform: uppercase;
	letter-spacing:1px;
}

.text-title {
	font-family: "Jost";
	color: #FFF;
	font-size:2.5vmin;
	text-transform: uppercase;
	font-weight:bolder;
	letter-spacing:1px;
}

.text-body {
	font-family: "Jost";
	color: #FFF;
	font-size:2vmin;
	text-transform: uppercase;
	letter-spacing:1px;
}

.large-text {
	font-family: "Jost", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 6vmin;
	line-height:1.5;
	letter-spacing:2px;
	}
	
.large-text-Bold {
	font-family: "Jost", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 6vmin;
	line-height:1.5;
	letter-spacing:2px;
	}

.hero-footer {
  display: flex;
  margin-bottom: -0.05em;
  align-items: center;
  justify-content: center;
}


article {
  max-width: 80%;
  margin: 0 auto;
  padding-top:150px;
  padding-bottom:150px;
  padding-left:10px;
  padding-right:10px;
  background-color:transparent;
}

.footersize {
  max-width: 100%;
  margin: 0 auto;
  padding-top:80px;
  padding-bottom: auto;
  padding-left:10px;
  padding-right:10px;
  background-color:transparent;
}

 #circ{
	font-size: 1.7vmin;
	font-family: "Jost", Arial, sans-serif;
	text-transform: uppercase;
	animation: spin 14s linear infinite;
	color: #CCC;
	z-index:1000;
	position:absolute;
        }
        @keyframes spin{
            100%{
                transform: rotate(300deg);
            }
		}
		
.links {
 -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}
.links:hover {}	

 .read-more {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
}
.read-more:hover:before {
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.read-more:before {
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.5s;
  background-color: #fff;
}

.recent-projects {
	background-image: linear-gradient(90deg, #222 0.28%, #111 0.28%, #111 50%, #222 50%, #222 50.28%, 			#111 50.28%, #111 100%);
  background-size: 362.00px 362.00px;
  text-align:left;
	}
	
/*3 coloums*/
.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 0;
}

.column {
	flex: 1;
	margin:0;
	padding: 0;
}

.space-column {
	margin-right:10%;
	margin-bottom:5%;
}

.columns2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align:center;
	margin: 0 0;
}

.column2 {
	flex: 1;
	margin:0;
	padding: 0;
}

.space-column2 {
	margin-right:10%;
}

@media screen and (max-width: 1400px) {
	
		.contact-size {
	font-size:1.5vmin;
}

	.contact-size2 {
	font-size:2vmin;
}

.text-title {
	font-family: "Jost";
	color: #FFF;
	font-size:3vmin;
	text-transform: uppercase;
	font-weight:bolder;
	letter-spacing:1px;
}

.text-body {
	font-family: "Jost";
	color: #FFF;
	font-size:2vmin;
	text-transform: uppercase;
	letter-spacing:1px;
}
}

@media screen and (max-width: 1024px) {
  .columns .column {
		margin-bottom: 10%;
    flex-basis: 20%;
  }
  
.space-column {
	margin-right:10%;
}

  .columns2 .column2 {
		flex-basis: 20%;
		margin: 0 0 10% 0;
  }

.hero-title {
  font-family:"Jost", Arial, sans-serif;
  letter-spacing:20px;
  text-align:center;
  line-height: 0.9;
  font-size: 7vw;
  font-weight:normal;
}

	.contact-size2 {
	font-size:2vmin;
}

.large-text-Bold {
	font-family: "Jost", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 5vmin;
	line-height:1.5;
	letter-spacing:2px;
	}
	
	.large-text {
	font-family: "Jost", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 5vmin;
	line-height:1.5;
	letter-spacing:2px;
	}
	
	.small-title {
	font-family: "Jost";
	color: #FFF;
	font-size:5vmin;
	text-transform: uppercase;
	letter-spacing:1px;
}

.small-title2 {
	font-family: "Jost";
	color: #000;
	font-size:5vmin;
	text-transform: uppercase;
	letter-spacing:1px;
}
}

@media screen and (max-width: 900px) {
	
	.hero-title {
  letter-spacing:5px;
  font-size: 10vw;
}

.columns .column {
		margin-bottom: 10%;
    flex-basis: 20%;
	}

.columns2 .column2 {
		flex-basis: 100%;
		margin: 0 0 10% 0;
  }

.link-line{
	line-height: 30px;
}
	
	.contact-size2 {
	font-size:2vmin;
}

.large-text-Bold {
	font-family: "Jost", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 4vmin;
	line-height:1.5;
	letter-spacing:2px;
	}
	
	.large-text {
	font-family: "Jost", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 4vmin;
	line-height:1.5;
	letter-spacing:2px;
	}
	
	.small-title {
	font-family: "Jost";
	color: #FFF;
	font-size:4vmin;
	text-transform: uppercase;
	letter-spacing:1px;
}

.small-title2 {
	font-family: "Jost";
	color: #000;
	font-size:4vmin;
	text-transform: uppercase;
	letter-spacing:1px;
}

.text-title {
	font-family: "Jost";
	color: #FFF;
	font-size:2vmin;
	text-transform: uppercase;
	font-weight:bolder;
	letter-spacing:1px;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
  color: white;
  background-color:#000;
  background-image:url(img/168Helderfontein.jpg);
  background-size: cover;
  background-position:center;
  overflow:hidden;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 20% 0;
	}
	
	.columns2 .column2 {
		flex-basis: 100%;
		margin: 0 0 20% 0;
  }
}
		
/*social*/
.socail{
	font-size: 2vmin;
	height: 54px;
  	width: 54px;
  	background-color: transparent;
  	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, 0.3);
	margin-right:1%;
	color:#FFF;
  }
  
.socail:hover{
	height: 54px;
  	width: 54px;
  	background-color: #fff;
  	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, 0.3);
	margin-right:1%;
	color:#000;
  }
  
.margin-socail{
	margin-top:6%;
	}
.lineheight-socail{
  line-height: 0.5;
}


@media only screen and (max-width: 600px) {

.hero-title {
  letter-spacing:5px;
  font-size: 8vw;
}

.text-title {
	font-family: "Jost";
	color: #FFF;
	font-size:4vmin;
	text-transform: uppercase;
	font-weight:bolder;
}

.text-body {
	font-family: "Jost";
	color: #FFF;
	font-size:3vmin;
	text-transform: uppercase;
}

 #circ{
	font-size: 3vmin;
	font-family: "Jost", Arial, sans-serif;
	text-transform: uppercase;
	animation: spin 14s linear infinite;
	color: #CCC;
	z-index:1000;
	position:absolute;
        }
		
.socail{
	font-size: 2.7vmin;
	height: 54px;
  	width: 54px;
  	background-color: transparent;
  	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, 0.3);
	margin-right:2%;
	color:#FFF;
  }

.socail:hover{
	height: 54px;
  	width: 54px;
  	background-color: #fff;
  	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, 0.3);
	margin-right:2%;
	color:#000;
  }
  
  .contact-size {
	font-size:2.5vmin;
}

.contact-size2 {
	font-size:3.5vmin;
}

.contact-copy {
	font-family: "Jost";
	color:rgba(255, 255, 255, 0.3);
	font-size:1.5vmin;
	margin-top:10%;
}

.lineheight-socail{
  line-height: 2;
}

.margin-socail-footer{
	margin-top:0;
	padding:0;
	}
	
	.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
  color: white;
  background-color:#000;
  background-image:url(img/168Helderfontein.jpg);
  background-size: cover;
  background-position:center;
  overflow:hidden;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}
}



