@font-face {
  font-family: OneLittleDoodleFont-Regular;
  src:url(../fonts/webfonts/onelittlefont-regular.woff);
  font-weight: bold;
}

html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
	/*font-family: PT Sans,Helvetica,Arial,sans-serif;*/
    letter-spacing: normal;
    word-spacing: normal;
	font-size: 18px;
	/*font-family: 'Edu SA Beginner', cursive;*/
	font-family: OneLittleDoodleFont-Regular;
    /*color: #282828;*/
	color:#000000b3;
	text-align:justify;
}

#chev_left {
    padding: 15px;
    position: absolute;
    background-color: #ffd700;
    border-radius: 3px;
    left: 47px;
    bottom: 125px;
    color: white;
	display:none;
}

#chev_right {
    padding: 15px;
    position: absolute;
    background-color: #ffd700;
    border-radius: 3px;
    right: 47px;
    bottom: 125px;
    color: white;
	display:none;
}

#owl_brand {
    height: 310px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

/*.item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.5;
  background: linear-gradient(90deg, #000000, #000000);
}*/

#owlowl {
	height:310px;
}

.carosuel_nu {
    background-color: #502f04;
    padding: 10px;
}

.navbar-nav .nav-link {
	color: black !important;
	margin-right:20px;
	position:relative;
	top:25px;
	text-transform:uppercase;
	font-family:inherit;
	font-weight:bold;
	font-size:18px;
}

.navbar-nav .nav-link:hover {
	border-bottom:3px solid #502f04;
	transition:ease-out 0.1s;
}

#danger {
    position: fixed;
    width: 100%;
    z-index: 12;
}

#navbg {
	background-color: gold;
    /*position: sticky;
    top: 0;
    z-index: 10;*/
}

#logo {
    width: auto;
    height: 100px;
    object-fit: fill;
	padding: 5px;
}

#pad {
	padding-top:50px;
	padding-bottom:50px;
}

.bg-bg {
    background-color: #502f04;
	padding: 50px;
}

#style {
    color: white;
    /* font-family: 'Pacifico', cursive; */
    font-size: 19px;
    position: relative;
    top: 0;
}

#headhead {
    font-family: inherit;
    font-weight: 600;
	margin-bottom:0;
}

#undaline {
    background-color: gold;
    height: 7px;
    width: 10%;
    margin: auto;
}

#overviewtxt {
    width: 60%;
    margin: auto;
}

#uni_bg {
    background-color: #ffd70054;
}

a#rdmre {
    background-color: #502f04;
    color: white;
}

a#rdmre:hover {
    background-color: transparent;
    color: #502f04;
	border:1px solid #502f04;
	transition:ease-out 0.1s;
}

#sponsors_bg {
    background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/Afrocarisoul-304.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}

#part_head {
    color: white;
    font-size: 40px;
    font-family: inherit;
    font-weight: 700;
}

#clkhere {
    background-color: #4e2b05;
    /* border-radius: 0; */
    color: white;
    width: auto;
    border: none;
}

#top_socs {
	float:right;
	font-size: 13px;
    padding: 5px;
}

#top_socs li {
	display:inline-block;
	color:white;
	padding-right:20px;
	position:relative;
	top:7px;
}

#toptop_socs {
    background-color: #502f04;
}

#gallery_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

#event_ttl {
    background-color: #502f04;
    padding: 10px;
    margin: auto;
    font-size: 14px;
    /* bottom: 0; */
    width: 80%;
    color: white;
    border-radius: 35px;
    position: relative;
    bottom: 140px;
}


#owl_heading {
    right: 20px;
    position: absolute;
    bottom: -5px;
}

#search_not_found {
    background-color: transparent;
    color: #4c4833;
    font-weight: bolder;
    padding: 20px;
    font-size: 30px;
}

/*#event_cnt {
    background-color: white;
    padding: 10px;
}*/

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

footer {
    background-color: #4e2b05;
    color: white;
    padding-bottom: 50px;
    padding-top: 50px;
	font-size: 14px;
}

.footer_bg_nu {
    background-color: gold;
	border-radius:15px;
	font-size: 18px;
	color:black;
}

#footer_logo {
    width: 75%;
	margin-right:20px;
}

#footer_head {
    font-size: 20px;
    font-family: inherit;
	text-decoration:underline;
}

#footer_list li {
	padding-bottom:10px;
}

#footer_list li a {
	text-decoration:none;
}

#footer_list li a:hover {
	color:black;
	transition:ease-out 0.1s;
}

#top_socs2 {
	font-size: 13px;
    padding: 5px;
}

#top_socs2 li {
	display:inline-block;
	color:white;
	padding-right:5px;
	position:relative;
	top:7px;
}

.fa_nu {
    background-color: #4e2b05;
    padding: 8px;
    width: 30px;
	text-align:center;
	border-radius:5px;
}

.fa_nu:hover {
	background-color:transparent;
	color: #4e2b05;
	transition:ease-out 0.1s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 65px;
        background-color: #fff2ab;
}

#tm {
    position: relative;
    top: 32px;
    color: #ffffff80;
    font-size: 13px;
}

#fm {
    border-radius: 0;
    height: 40px;
}

#getintouch {
    font-family: inherit;
    font-weight: 700;
}

.form_side {
    background-color: white;
    padding: 50px;
}

.form_side2 {
    background-color: #502f04;
    padding: 50px;
}

#contact_email {
    color: white;
    font-size: 34px;
    position: relative;
    top: 280px;
}

.nopad {
    padding: 0;
}

.nopad1 {
    padding: 40px;
}

#misvis {
    font-weight: bolder;
    font-family: inherit;
    font-size: 25px;
    font-style: oblique;
}

#abt_rand {
    height: 646px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#contact_bg {
    background-color: #ffd70054;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #4e2b05;
    border-color: #4e2b05;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #4e2b05;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#hr {
    border: 0;
    border-top: 3px solid #502f04;
    margin: 20px 0;
    margin-top: 50px;
    /* padding-top: 20px; */
}

#partn_img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

#pics_img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#accord_head {
    background-color: gold;
    font-weight: 700;
    font-family: 'OneLittleDoodleFont-Regular';
    border: none;
    box-shadow: none;
	font-size:18px;
}

.accordion-body {
    background-color: #fff2ab;
    /* margin-bottom: 19px; */
}

#news_cnt {
    background-color: white;
    padding: 20px;
}

#news_title {
    font-family: inherit;
    font-size: 18px;
    color: #502f04;
    margin-top: 10px;
    margin-bottom: 0;
}

a#news-btn {
    background-color: #ffd700;
    color: white;
}

#news_img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.fashare2 {
    width: 30px;
    text-align: center;
    padding: 7px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

#detail_img {
    width: 40%;
    height: auto;
    margin-right: 20px;
    object-fit: cover;
}

#article_title {
    font-size: 40px;
    color: #502f04;
    font-weight: 600;
}

p#event_date_time {
    background-color: transparent;
    padding: 10px;
    margin: auto;
    left: 0;
    font-size: 20px;
    /* bottom: 0; */
    width: 80%;
    color: white;
    border-radius: 0;
    position: relative;
    bottom: 140px;
    text-align: center;
	font-weight:bold;
	text-shadow: 2px 2px 2px black;
}





	
	

@media screen and (max-width: 990px) {
button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 40px;
	background-color: #502f04;
    color: white;
}



.navbar-nav .nav-link {
    color: white !important;
    margin-right: 0;
    position: relative;
    top: 70px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    background-color: #502f04;
    padding: 10px;
    margin: 1px;
}

.navbar-nav .nav-link:hover {
	border-bottom:none;
	transition:none;
}

#contact_email {
    color: white;
    font-size: 20px;
    position: relative;
    top: 260px;
}
}

@media screen and (max-width: 768px) {
.navbar-nav .nav-link {
    color: white !important;
    margin-right: 0;
    position: relative;
    top: 25px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    background-color: #502f04;
    padding: 10px;
    margin: 1px;
}	

#clkhere {
    background-color: #4e2b05;
    /* border-radius: 0; */
    color: white;
    width: auto;
    border: none;
	font-size:16px;
}

.nopad1 {
    padding: 20px;
}
	
#abt_rand {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
}	
	
footer {
    background-color: #4e2b05;
    color: white;
    padding-bottom: 50px;
    padding-top: 50px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}	
	
#footer_logo {
    width: 50%;
    margin-right: 0;
}	
	
#search_not_found {
    background-color: transparent;
    color: #4c4833;
    font-weight: bolder;
    padding: 20px;
    font-size: 20px;
}

#sponsors_bg {
    background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/Afrocarisoul-304.jpg);
    padding: 55px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#part_head {
    color: white;
    font-size: 25px;
    font-family: inherit;
    font-weight: 700;
}	
	
#overviewtxt {
    width: auto;
    margin: auto;
}	

.navbar-nav .nav-link:hover {
	border-bottom:none;
	transition:none;
}	

.bg-bg {
    background-color: #502f04;
    padding: 30px;
}

button.navbar-toggler {
    position: absolute;
    right: 0;
    top: -55px;
}

#style {
    color: white;
    /* font-family: 'Pacifico', cursive; */
    font-size: 14px;
    position: relative;
    top: 0;
}

.col-xs-6 {
	width:50%;
}

#contact_email {
    color: white;
    font-size: 19px;
    position: relative;
    top: 0;
    text-align: center;
}

#pics_img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#detail_img {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
	height:auto;
}

#article_title {
    font-size: 25px;
    color: #502f04;
    font-weight: 600;
}

#owl_brand {
    height: 250px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.form_side {
    background-color: white;
    padding: 30px;
}

#contact_bg {
    background-color: #ffd70054;
    padding: 20px;
	padding-left: 10px;
    padding-right: 10px;
}




}