

/**CSS for the user interface of the IMAGE RWANDA website(Landing Page)*/
a{
	text-decoration: none !important;
	text-decoration-color: unset !important;
}
a:hover{
	text-decoration: none !important;
	text-decoration-color: unset !important;
}
/**========= NAVBAR =======**/
.navbar{
	background: #fff;
	min-height:100px;
	-webkit-box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.13);
	box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.13);
}
.option{
	color: #777;
	text-transform: uppercase;
}
.option_active{
	color: #89202c !important;
	font-weight: 900;
	text-transform: uppercase;
}
.navbar ul li {
	padding-right: 8px;
	padding-left: 8px;
	font-size:12px;
}
.navbar ul li a:hover{
	color:#89202c;
} 

.navbar ul li a:focus{
	
}
.navbar_button {
	
    padding: 8px 32px !important;
    border-radius: 50px;
	background-color: #89202c;
	color: #fff !important;
	font-size: 12px;
	border:1px solid #89202c;
	text-transform: uppercase;
}














/**=========TEXT=========**/
.text-xlg{
	font-size: 56px;
	font-weight:900;
	font-family: 'Abril Fatface', cursive;
}
.text-lg{
	font-size: 32px;
	font-weight:900;
	letter-spacing: 2px;
	font-family: 'Abril Fatface', cursive;
}
.text-md{
	font-size: 16px;
	line-height: 25.888px;
	font-weight: 500;
}
.text-sm{
	font-size: 12px;
	font-weight: 500;
	line-height: 19.416px;
}
.text-xs{
	font-size: 10px;
	font-weight: 500;
}






/**=========COLORS=========**/
.black{
	color:#89202c;
}
.white {
	color:#eee;
}
.grey{
	color:#777;
}





/**=========BACKGROUNDS=========**/
.section_light_grey{
	background-color:#eee;
}
.section_white{
	background-color:#fff;
}







/**=========BUTTONS=========**/
.button_lg{

}
.button_md_black{
	border-radius:20px;
	background-color:#000;
	color:#fff;
	font-size:14px;
	border:1px solid #000;
	padding: 8px 48px !important

}
.button_md_white{
	border-radius:20px;
	background-color:#fff;
	color:#000;
	font-size:14px;
	border:1px solid #000;
	padding: 8px 48px !important

}
.button_md_black:hover{
	border-radius:20px;
	background-color:#000;
	background-color:#eee;
	color:#000;
	font-size:14px;
	border:1px solid #eee;
	padding: 8px 48px !important

}
.button_sm_black{
	border-radius:20px;
	background-color:#000;
	color:#fff;
	font-size:12px;
	border:1px solid #000;

}
.button_sm_white{
	border-radius:20px;
	background-color:#fff;
	color:#000;
	font-size:12px;
	border:1px solid #fff;
	padding: 8px 48px !important
}

.button_sm_white:hover{
	border-radius:20px;
	background-color:#fff;
	color:#000;
	font-size:12px;
	border:1px solid #fff;
	padding: 8px 48px !important
}
.button_link_black{
	color:#000;
	font-size:16px;
}

/**=========FORMS=========**/
.my_input{
    width: 100%;
    padding: 16px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius:0px !important;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.my_textarea{
    width: 100%;
    padding: 16px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ddd;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    border-radius:0px !important;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/**=========MARGIN AND PADDING=========**/
.pad0 {
	padding: 0px;
}
.pad8 {
	padding:8px;
}
.pad16 {
	padding:16px;
}
.pad24 {
	padding:24px;
}
.pad32 {
	padding:32px;
}
.pad64 {
	padding:64px;
}


.mabo0 {
	margin-bottom: 0px;
}
.mabo8 {
	margin-bottom:8px;
}
.mabo16 {
	margin-bottom:16px;
}
.mabo24 {
	margin-bottom:24px;
}
.mabo32 {
	margin-bottom:32px;
}
.mabo100 {
	margin-bottom:100px;
}

.mato0 {
	margin-top: 0px;
}
.mato8 {
	margin-top:8px;
}
.mato16 {
	margin-top:16px;
}
.mato24 {
	margin-top:24px;
}
.mato32 {
	margin-top:32px;
}

/**=========CARDS=========**/
.card-white {
    border: 0px;
    padding: 0px;
    background-color:#fff;
    border-radius: 0px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.13);
    box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.13);
}

.card-white-16 {
    border: 0px;
    background-color:#fff;
    border-radius: 0px;
    margin-bottom: 32px;
    padding:16px;
}
.card-white-32 {
    border: 0px;
    background-color:#fff;
    border-radius: 0px;
    margin-bottom: 32px;
    padding:64px 32px;
}
.card-large-white{
	border: 0px;
    background-color:#fff;
    border-radius: 0px;
    margin-bottom: 32px;
}
.card-large-white-32{
	border: 0px;
    background-color:#fff;
    border-radius: 0px;
    margin-bottom: 32px;
    padding:32px;
}

.profile{
	border-radius: 50%;
}

.my_banner{
	height: 300px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-position: center; 
	background-size: cover !important;
	background-repeat: no-repeat !important;
	ackground:linear-gradient(rgba(255, 255, 255, 0.56),rgba(255, 255, 255, 0.56)), url(../images/home3.jpg);
}