/* Enter Your Custom CSS Here */
a:link {color:#1E90FF;} /* unvisited link */
a:visited {color:#1E90FF;} /* visited link */
a:hover {color:#1E90FF;} /* mouse over link */


element.style {
    background-image: url(http://doualacampus.cuib-cameroon.org/wp-content/themes/studentwp/images/resource/bg-3.jpg);
}
.site-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg-parallax, .site-banner {
    background-attachment: fixed;
}
.bg-image, .bg-parallax, .site-banner, .vid-block {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*
.bg-primary, .bg-secondary, .bg-dark, .top-bar, .site-footer-2, .site-bottom, .bg-image, .bg-parallax, .site-banner, .vid-block {
    color: #fff;
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    box-sizing: border-box;
}
user agent stylesheet
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*:before, *:after {
    box-sizing: border-box;
}
.bg-image::after, .bg-parallax::after, .site-banner::after, .vid-block::after, .pattern-1::after, .pattern-2::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

/**** STYLES BY EDMOND  ****/

/** TO HIDE THE ERROR MESSAGE AT THE BOTTOM OF THE HOME PAGE IMMEDIATELY BEFORE THE MAIN FOOTER **/
footer.clearfix {
		display: none;
}

/*****  HIDE PART OF THE TESTIMONY SECTION   *****/

.hidetestimonial{
	display: none;
}

/**** END OF STYLES BY EDMOND  ****/

