* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
scroll-behavior: smooth;
}

.column {
  float: left;
  width: 50%;
  padding:40px;
  height:230px; 
  
  }
  
  .column p{
  text-align:right;
  color:white;
  padding:70px;
  font-size:15px;
  }
  
  #center{
  margin-bottom:20px;
  display:block;
  margin-left:5vh;
  margin-right:auto;
  justify-content:left;
  }
       
  	 .social-links{
	display:flex;
	justify-content:left;
	margin-left:8vh;

}

.social-links a{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 6px;
	width:38px;
	color:white;
	height:38px;
	border:2px solid white;
	font-size:16px;
	border-radius:40px;
}

  

.row:after {
  content: "";
  display: table;
  clear: both;
}

#down{
text-transform:uppercase;

}


.owl-carousel {
    width: 100%;
    height: 100vh;
    margin-top:0vh;
}

.containerOne{
	height:vh;
	padding:15vh;
	background-color:black;
}

.containerTwo {
	height:85vh;
	padding:8vh;
	background-color:black;
}

.containerTwo h1{
font-size:55px;
text-align:center;
font-family:"Baskerville Old Face";
color:white;

}

.containerTwo p{
	text-align:center;
	color:white;
	font-size:18px;
	line-height:6vh;
}

 .containerOne h1{
	font-size:55px;
	text-align:center;
	font-family:"Baskerville Old Face";
	color:white;
}

.containerOne p{
	text-align:center;
	color:white;
	font-size:25px;
	line-height:10vh;
}



.slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-4 {
    background-image:url('Images/Springbok.jpg');
}


.slide-1 {
    background-image:url('Images/Elephant.jpg');
}

.slide-2 {
    background-image:url('Images/Rodney Leopard Edit 2A.jpg');
}

.slide-3 {
    background-image:url('Images/Lions.jpg');
}

.slide-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 20%;
}

.slide-content h1 {
    font-family: "Anton", serif;
    font-size: 45px;
    text-transform: uppercase;
}

.slide-content p {
    font-family: "Lato", serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.slide-content button {
    font-family: "Roboto", serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px 25px;
    border: none;
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
    display:none;
}

.owl-dots span {
    width: 20px !important;
    height: 20px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    background:none !important;
}

.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}

#section07 a {
padding:0;
}

#section07{
height:0;
}


#section07 a span {
  position: absolute;
  top:83vh;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
  z-index:999;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top:86vh;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top:89vh;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}






@media screen and (max-width: 785px){

.owl-carousel {
margin-top:0;
}



.column{
	float:none;
	width:100%;
}

.slide-2{
    background-position:left;

}

.out{
display:none;
}

#center{
display:block;
margin-left:auto;
margin-right:auto;

}

.social-links{
	display:flex;
	justify-content:center;
	margin-left:0;

}

.containerOne h1{
font-size:50px;

}

.containerOne{
	padding:4vh;
}

.containerOne br{
}

.containerTwo{
	padding:2vh;
	height:100%;
}
.containerTwo p{
font-size:21px;
}
.containerTwo h1{
margin-top:5vh;
}

.column p{
  text-align:center;
  padding:10px; 
  color:white;
  font-size:12px;
  }
  
  .res{
  height:150px;
  }
  
 #down{
 font-size:45px;

} 

.slide-1{
background-image:url('Images/Mobile Elephant.jpg');

}


}



