.big-text{
	margin-top: 15px;
	margin-bottom: 15px;
}
.big-text p{
	margin:  auto;
	padding: 0;
	max-width: 900px;
}

.anchors{
	text-align: center!important;
} 
.anchor {
	display: inline-block;
	width: 7.9%;
	height: auto;
	margin: 0 4%;
	text-align: center;
}
.anchor img{
	width: 70%;
}
.ball img{
	width: 43%;
}

.anchor h3{
	font-size: 100%;
	color: #000!important;
	font-weight: bold;
	font-family: PT Serif ;
}
@media(max-width: 550px){
	.anchor {
	width:20%;
	height: auto;
	margin: 2% 6%;
	text-align: center;
	}
}

.section{
	display: block;	
	text-align: center;
}
.container.container-fluid.section {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.section h2{
	font-weight: bold;
	    display: block;
   	 width: 100%;
}
.section figcaption{
	font-weight: bold;
}
.section figcaption span{
	color: #FF6666;
	font-style: italic;
	font-size: 13px;
}
.thumb{
	margin: 20px auto;
}
.thumb img{
	width: 100%;
	height: auto;
	margin-bottom: 2%;
}

@media(max-width: 550px){
	.thumb{
	    float: none;
	    width: 100%!important;
	    margin: 20px 0;
	}
}


.text-section h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    margin: 30px 0 20px;
    font-weight: bold;
}
.text-section p {
    text-align: left;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

.links-section {
    text-align: center;
}
.links-section a{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
}
.links-section .big-menu {
    position: relative;
}
.links-section .big-menu .submenu {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.links-section .big-menu:hover .submenu {
    display: block;
}
.links-section .big-menu .submenu a {
    display: block;
    text-align: center;
    color: yellow;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 10px 0;
}
.links-section .big-menu .submenu a:hover {

}

.safaris-section .line {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    clear: both;
    margin: 30px 0;
}
.safaris-section .line .image {
    width: 400px;
    max-width: 100%;
    float: left;
    margin-right: 20px;
}
.safaris-section .line .image img{
    width: 100%;
    height: auto;
}
.safaris-section .line .text h4{
    font-size: 22px;
    font-weight: bold;
}
.safaris-section .line.long {
    max-width: 100%;
    text-align: left;
    margin: 20px 0;
}
.safaris-section .line.long .image{
    width: 250px;
}
.safaris-section .line.long p{
    text-align: left;
}











