@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body,html {
	overflow-x: hidden;
	background-image: url(../img/Molefi%20Ntseki/1.jpg);
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}

#welcome {
	height:auto;
	padding:5% 20% 5% 20%;
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}
#morenews {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.9);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	position: relative;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#companyname3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#email4 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#url3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#location3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#tel3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}

#notes3 {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#security4	 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#submit4  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;
	background-color: rgba(11,11,11,1);
	padding: 10px;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}

#submit4:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(140,198,62,1);
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}

#welcome {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}
#morenews {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.9);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	position: relative;

	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}

#welcome {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}
#morenews {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.9);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	position: relative;

	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}

#welcome {
	height:auto;
	padding:5% 20% 5% 20%;
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}
#morenews {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.9);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	position: relative;

	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}

#welcome {
	height:auto;
	padding:5% 20% 5% 20%;
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}
#morenews {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.9);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	position: relative;

	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}

#welcome {
	height:auto;
	padding:5% 20% 5% 20%;
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}
#morenews {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.9);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	position: relative;

	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.6);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}

#welcome {
	height:auto;
	padding:5% 20% 5% 20%;
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:justify;
	position: relative;
}
#morenews {
	height:auto;
	padding:5% 10% 5% 10%;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.9);
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	position: relative;

	}