.WhiteLineTop{
	position:absolute;
	top:120px;
}
#TopLogo{
	padding-top:10px;
	width:100%;
	max-width:370px;
}
H1 {
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
}
H2 {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}
H3 {
  font-size: 16px;
  margin:0px 0px 15px 0px;
  font-family: 'Montserrat', sans-serif;
}
.MainHeading {
  font-size: 40px;
  padding-left:10px;
  display: inline-block;
  animation: bounceInLeft;
  animation-duration: 2s;
}
.Heading {
  font-size: 30px;
  padding-left:10px;
  padding-top:40px;
  display: inline-block;
  animation: bounceInLeft;
  animation-duration: 2s;
}
.overlay{
	background-color: rgba(0, 0, 0, 0.5);
}
.fullBG{
	background-repeat:no-repeat;
	background-position: center center;
}
#Lion{
	background-image: url(../images/LionSmall.jpg);
	min-height:584px;
}
#General{
	background-image: url(../images/GeneralProcurementSmall.jpg);
	min-height:320px;
}
#Vehicles{
	background-image: url(../images/VehicleProcurementSmall.jpg);
	min-height:320px;
}
#Projects{
	background-image: url(../images/ProjectsSmall.jpg);
	min-height:320px;
}
#About{
	background-image: url(../images/AboutSmall.jpg);
	min-height:320px;
}
#Procedures{
	background-image: url(../images/ProceduresSmall.jpg);
	min-height:320px;
}
#Contact{
	background-image: url(../images/ContactSmall.jpg);
	min-height:320px;
}
.padTB{
	padding-top:0px;
	padding-bottom:0px;
}
.padB{
	padding-bottom:30px;
}
.Service:hover{
	background-color:#1a6e47;
}
.padLR{
	padding-left:10px;
	padding-right:10px;
}
.padL{
	padding: 0px 10px;
}
.bgGrey{
	background-color:#f5f5f5;
}
.bgWhite{
	background-color:#ffffff;
}
.bgGreen{
	background-color:#005e33;
}
ol li{
	font-weight:bold;
	padding-bottom:5px;
}
.centre{
	text-align:center;
}
.button{
	padding:20px;
	border:1px solid #005e33;
	color:#005e33;
	text-align:center;
	text-decoration:none;
}
.button:hover{
	border:1px solid #000000;
	color:#000000;
}
.fullWidth{
	width:100%;
	display:block;
}
.overlayContainer {
  position: relative;
  max-width: 252px;
  width:100%;
  text-align:center;
  margin:0px auto;
}

.overlayImage {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 64, 35, .7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.overlayContainer:hover .overlay {
  height: 100%;
}
.overlayText a {
  color: #ffffff;
  text-decoration:none;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#Africa{
	padding-top:10px;
}
.buttonReverse{
	padding:20px;
	border:1px solid #ffffff;
	color:#ffffff;
	display:block;
	margin:50px auto;
	text-align:center;
	text-decoration:none;
}
.buttonReverse:hover{
	border:1px solid #000000;
	color:#000000;
}
.borderBottomWhite{
	border-bottom:3px solid #ffffff;
}
.borderBottomGreen{
	border-bottom:3px solid #005e33;
}
.normal{
	font-weight:normal;
}
.White{
	color:#ffffff;
}
.Green{
	color:#005e33;
}
.Black{
	color:#000000;
}
.fullWidthIMG{
	width:100%;
}
#Home{
	max-width:600px;
}
.FooterNav a{
	color:#ffffff;
	font-size:12px;
	display:inline-block;
	padding:45px 10px 0px 10px;
	text-decoration:none;
}
.FooterNav a:hover{
	color:#000000;
}
        .product-large-image {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.product-large-image img {
  width: 90%;
}

.product-small-image {
  width: 19.00%;
  margin: 15px 0px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.product-small-image img {
  width: 90%;
}

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 10px 0px 0px 0px;
  font-size: 16px;
  border: none;
  margin-left:170px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:transparent;
  min-width: 250px;
  z-index: 1;
}
.NavLink{
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight:bold;
	color:#ffffff;
	text-align:right;
	border-bottom:1px solid #1a6e48;
}
.dropdown-content a:hover {background-color: #004324;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}
.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.input{
	border:1px solid #004023;
	padding:15px;
	width:100%;
	margin:2px 0px;
	display:block;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
textarea{
	border:1px solid #004023;
	padding:15px;
	height:160px;
	width:100%;
	margin:2px 0px;
	display:block;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
.submit{
	border: 1px solid #005e33;
	background-color:#f5f5f5;
	color:#005e33;
	font-weight:bold;
	width:100%;
	padding:10px;
}
/* START ACCORDIAN*/
.accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ffffff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 10px;
  background-color: white;
  display: none;
  overflow: hidden;
}
button.accordion:after {
    content: '\25B6';
    color: #005e33;
    font-weight: bold;
	font-size:150%;
    float: right;
    margin-left: 5px;
	margin-right:10px;
	top:-2px;
	position:relative;
}

button.accordion.active:after {
    content: "\25BC";
}
.accordianBorder{
	border-top:0px;
	border-bottom:1px solid #eeeeee;
	padding:20px 10px;
}
.accordianBorder:first-child{
	border-top:0px;
	padding-top:60px;
}
/*END ACCORDIAN*/
.effect:hover{
    display: inline-block;
    animation: headShake; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
}
.mediumGap{
	height:25px;
}
@media only screen and (max-width: 800px){
#Contact{
  background-position: 50% 70% !important; 
}

}
@media only screen and (min-width: 600px){
.buttonReverse{
	margin:5px auto;
}
.WhiteLineTop{
	position:absolute;
	top:113px;
}
#Africa{
	padding-top:100px;
}
#Lion{
	background-image: url(../images/Lion.jpg);
	background-size: cover;
	background-position: 50% 75%;
	min-height:100vh;
}
#General{
	background-image: url(../images/GeneralProcurement.jpg) !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  abackground-attachment: fixed;
  background-position: 50% 60%;
  min-height:400px;
}
#Vehicles{
	background-image: url(../images/VehicleProcurement.jpg) !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  abackground-attachment: fixed;
  background-position: 50% 90%;
  abackground-position: bottom center;
  min-height:400px;
}
#Projects{
	background-image: url(../images/Projects.jpg) !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  abackground-attachment: fixed;
  background-position: 50% 30%;
  min-height:400px;
}
#About{
	background-image: url(../images/About.jpg) !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  abackground-attachment: fixed;
  background-position: 50% 60%;
  min-height:400px;
}
#Procedures{
	background-image: url(../images/Procedures.jpg) !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  abackground-attachment: fixed;
  background-position: 50% 60%;
  min-height:400px;
}
#Contact{
	background-image: url(../images/Contact.jpg) !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  abackground-attachment: fixed;
  background-position: 50% 10%;
  min-height:400px;
}
.padL{
	padding-left:30px;
}
.padTB{
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.padLR{
	padding-left:30px !important;
	padding-right:30px !important;
}
.MainHeading {
  font-size: 80px;
  padding-left:10px;
  display: inline-block;
  animation: bounceInLeft;
  animation-duration: 2s;
}
.Heading {
  font-size: 50px;
  padding-left:60px;
  display: inline-block;
  animation: bounceInLeft;
  animation-duration: 2s;
}
#TopLogo{
	padding-top:0px !important;
	width:100%;
	max-width:370px;
}
}