*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)),url(images/digitron\ stationary.png);
    background-position: center;
    background-size: cover;
    position: relative;
    
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position:relative
}
.nav-links ul li a{
    color: #000000;
    text-decoration: none;
    font-size: 13px ;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #0ca504;
    display: block;
    margin:auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.home-link.active{
    color: #0ca504;
}

.text-box{
    width: 90%;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 50px;
    letter-spacing: -3px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    font-weight:100;
    letter-spacing: -0.2px;
    line-height: 30px;
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.villain-btn{
    display: inline-block;
    text-decoration: none;
    color:white;
    border: 1px solid white;
    padding: 12px 70px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.villain-btn:hover{
    border:1px solid #0ca504;
    background:#0ca504;
    transition: 1s;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color:white;
    border: 1px solid white;
    padding: 12px 70px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.hero-btn:hover{
    border:1px solid #0ca504;
    background: #0ca504;;
    transition: 1s;
}
nav .bx{
    display: none;
}
.btn-particles {
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 5;
/* 	filter: url(#gooeyness); */
}
.btn:active {
	transform: scale(0.9) translate(-55%, -55%);
}

@media(max-width:700px){

    .text-box h1{
        font-size:30px;
        letter-spacing: -2px;
    }
    .text-box p{
        font-size: 15px;
        letter-spacing: 0.03px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: white;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .bx{
        display: block;
        color: #0ca504;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
    .row{
        flex-direction: column;
    }
    .image-container1{
        max-width: fit-content;
    }
}

/*------ about -------*/

.header-about{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)),url(images/digitron\ stationary.png);
    background-position: center;
    background-size: cover;
    position: relative;
    
}
.text-box-about{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 70px;
}
h1{
    font-size: 70px;
    font-weight: lighter;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hero-btn-about{
    display: inline-block;
    text-decoration: none;
    color:white;
    border: 1px solid white;
    padding: 12px 70px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.hero-btn-about:hover{
    border:1px solid #0ca504;
    background:#0ca504;
    transition: 1s;
}
.about-link.active{
    color: #0ca504;
}

/*---- Porfolio ---*/

.portfolio-link.active{
    color: #0ca504;
}
.header-portfolio{
    min-height: 120vh;
    width: 100%;
    background-color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)),url(images/digitron\ stationary.png);
    background-position: center;
    background-size: cover;
    position: relative;
    
}
.text-box-portfolio{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
}
h1{
    font-size: 70px;
    font-weight:lighter;
    letter-spacing: -2px;
}
.row{
   margin: 7%;
    display: flex; 
   justify-content: space-evenly;
}

.porfolio-col1{
    flex-basis: 31%;
    background: white;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    backdrop-filter: blur(5px);
  min-width: 35vh;
  height: 55vh;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.051),
    0px 0px 7.2px rgba(0, 0, 0, 0.073), 0px 0px 13.6px rgba(0, 0, 0, 0.09),
    0px 0px 24.3px rgba(0, 0, 0, 0.107), 0px 0px 45.5px rgba(0, 0, 0, 0.129),
    0px 0px 109px rgba(0, 0, 0, 0.18);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.porfolio-col2{
    flex-basis: 31%;
    background: white;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    backdrop-filter: blur(5px);
  min-width: 35vh;
  height: 55vh;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.051),
    0px 0px 7.2px rgba(0, 0, 0, 0.073), 0px 0px 13.6px rgba(0, 0, 0, 0.09),
    0px 0px 24.3px rgba(0, 0, 0, 0.107), 0px 0px 45.5px rgba(0, 0, 0, 0.129),
    0px 0px 109px rgba(0, 0, 0, 0.18);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.porfolio-col3{
    flex-basis: 31%;
    background: white;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    backdrop-filter: blur(5px);
  min-width: 35vh;
  height: 55vh;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.051),
    0px 0px 7.2px rgba(0, 0, 0, 0.073), 0px 0px 13.6px rgba(0, 0, 0, 0.09),
    0px 0px 24.3px rgba(0, 0, 0, 0.107), 0px 0px 45.5px rgba(0, 0, 0, 0.129),
    0px 0px 109px rgba(0, 0, 0, 0.18);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.glare-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .glare {
    position: absolute;
    left: 100%;
    bottom: -50%;
    width: 150%;
    height: 150%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 20%
    );
    transform: rotateZ(35deg);
    pointer-events: none;
    filter: blur(4px);
  }
  .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    height: 100vh;
  }
h2{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: -2px;
}
.porfolio-col1:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
}
.porfolio-col2:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
}
.porfolio-col3:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
}
.link-button1 {
    display: inline-block;
    background-color: #0ca504;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: -100px;
  }

  .link-button2 {
    display: inline-block;
    background-color: #0ca504;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
  }

  .link-button3 {
    display: inline-block;
    background-color: #0ca504;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: -2px;
    
  }
  .overlay {
    background-color: rgba(255, 255, 255, 0.4);
    width: 100vw;
    height: 100vh;
    position: absolute;
  }

/*-----projetcs-----*/

/*----Branding----*/
/*---Drip---*/

.projects-link.active{
    color: #0ca504;
}
.header-projects{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)),url(images/digitron\ stationary.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.text-box-projects{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;

}
h2{
    padding-bottom: 20px;
    
}
p1{
    color: #777;
    margin-bottom: 10px;
    padding-top: 500px;
    padding-bottom: 500px;
}
.images-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    max-height: 200vw;
    overflow: hidden;
}

.images-container img{
    max-width:100%;
    max-height: auto;
    object-fit: contain;
}
.image1{
    padding-top: 5px;
}
.image2{
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    margin-top: -70.7%;
}
.image3{
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    height: auto;
}
.image4{
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    margin-top:-71%;
}

/*---- Tshepo Jeans----*/

.text-box-uiux{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;
}
p3{
    color: #777;
    padding-bottom: 0px;
}
h2{
    color: #0ca504;
}
.images-container-uiux{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    max-height: 200vw;
    overflow: hidden;
}
.images-container-uiux img{
    max-width:100%;
    max-height: auto;
    object-fit: contain;
}
.image5{
    margin-top: -5%;
}
.image6{
    width: 33.3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10%;
}
.image7{
    width: 33.3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10%;
}
.image8{
    width: 33.3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10%; 
}

/*---- Casric Stars FC ----*/

.text-box-graphic{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px; 
}
p4{
    color: #777;
}
.images-container-graphics{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    max-height: 500vw;
    overflow: hidden;
}
.images-container-graphics img{
     max-width:100%;
    max-height: auto;
    object-fit: contain;
}
.image9{
    width: 100;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: -10.1%; 
}
.image10{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; 
}
.image11{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -19%;
}
.image12{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -19%;
}
/*--- contact ---*/


.contact-link.active{
    color: #0ca504;
}
p5{
    color: #777;
}
.header-contact{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)),url(images/digitron\ stationary.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

body, html{
	height: 100%;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
.fish{
	background-image: url('http://www.geertjanhendriks.nl/codepen/form/fish.png');
	width: 235px;
	height: 104px;
	margin-left: -235px;
	position: absolute;	
	animation: myfirst 24s;
	-webkit-animation: myfirst 24s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

#fish{
	top: 120px;
}

#fish2{
	top: 260px;
	animation-delay: 12s;
	-webkit-animation-delay: 12s;
}
h1{ 
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

header{
	height: 160px;
	background: url('http://www.geertjanhendriks.nl/codepen/form/golf.png') repeat-x bottom;
}

#form{
	height: 100%;	
	background-color: transparent;
	overflow: hidden;
	position: relative;
	
}
form{
	margin: 0 auto;
	width: 500px;
	padding-top: 40px;
	color: white;
	position: relative;
    padding-bottom: 40px;
	
	
}
label, input, textarea{
	display: block;	
}
input, textarea{
	width: 500px;	
	border: none;
	border-radius: 10px;
	outline: none;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #676767;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	border: solid 1px white;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
input:focus, textarea:focus{
	border: solid 1px white;	
}

textarea{
	height: 100px;	
	resize: none; 
	overflow: auto;
}
input[type="submit"]{
	background-color: transparent;
	color: white;
	height: 50px;
	cursor: pointer;
	margin-top: 30px;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
input[type="submit"]:hover{
	background-color: #0ca504;
	
}
label{
	font-size: 20px;
	margin-top: 20px;
	padding-left: 20px;
}
.formgroup, .formgroup-active, .formgroup-error{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 10.5%;
	transition: background-image 0.7s;
	-webkit-transition: background-image 0.7s;
	-moz-transition: background-image 0.7s;
	-o-transition: background-image 0.7s;
	width: 400px;
	padding-top: 2px;
}
h1{
    display: inline-block;
}

.formgroup{
	background-image: url('http://www.geertjanhendriks.nl/codepen/form/pixel.gif');	
}
.formgroup-active{
	background-image: url('http://www.geertjanhendriks.nl/codepen/form/octo.png');
}
.formgroup-error{
	background-image: url('http://www.geertjanhendriks.nl/codepen/form/octo-error.png');
	color: red;
}

.body 
  .contact-box h1 {
    text-align: center;
  }
  .contact-box:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
  }
  .left{
    height:100%;
    width:100%;
    background: url(images/pos.jpg) no-repeat center;
    background-size: cover;


  }
  .right{
    padding: 25px 40px;
  }
  .field{
    width:100%;
    padding: 0.5rem 1rem;
    outline:none;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(230, 230, 230, 0.6);
    font-size: 1.1rem;
    margin-bottom: 22px;
  }

  
  .area{
    min-height: 150px;
  }
  .btn{
    width: 110%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    background-color: #0ca504;
    cursor: pointer;
    outline: none;
    border:none;
    color: #fff;
    border-radius: 10px;
  }
@media screen and (max-width:700px){
    .contact-box{
        grid-template-columns: 1fr;
    }
    .left{
        height:200px;
    }
}
.footer-section {
    background-color: #0ca504;
    padding: 20px;
    text-align: center;
  }
  
  .social-links {
    margin-bottom: 10px;
  }
  
  .social-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
  }
  
  .footer-text {
    color: white;
    font-size: 14px;
  }  