@font-face {
    font-family: Roboto;
}
html{
    font-family: 'Roboto', serif !Important;
}

body{
    font-family: 'Roboto', serif !Important;
    font-weight: 400;
    background: white;
}

.event_listing_item_container{
    margin: 0.5em;
    border: solid black;
    border-radius: 25px;
}

.even_list_container{
    padding: 0.5em;
}

.event_listing_image{
    margin: 5px;
}

.event_title{
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.event_organiser_label{
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.event_listing_date{
    font-weight: 700;
    font-size: 14px;
}

.event_listing_location{
    font-weight: 400;
    font-size: 14px;
}

.event_listing_details_container{
    padding: 30px;
}

.public_event_header{
    font-weight: 700;
    font-family: Roboto, serif ;
    font-size: 2.5em;
}

.about_event_label{
    color: #10A26D;
    font-family: Roboto serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.key_note_speaker_label{
    color: black;
    font-family: Roboto serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.inline_horizontal_seperator{
    background: black;
    height: 1px;
    margin: 12px;
}

.about_event_extended{
    color: #7A7A7A;
    font-family: Roboto serif;
    font-weight: 400;

}

.event_listing_date_extended{
    font-family: Roboto serif;
    font-weight: 600;
    font-size: 20px;
}

.register_here_button{
    background: #1378BB;
    color: white;
    height: 400px;
}

.event_links{
    font-weight: 600;
    font-size: 17px;
    margin-left: 10px;
}

.top_nav_item{
    font-size: 14px;
    font-weight: 400;
    height: 60px !important;
    background: transparent;
    border: none;
}

.home_button{
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 25px;
    border: none;
    margin: 3px;
}

.top_nav_item:hover{
   background: #f2c91b;
}

.top_nav_dropdown_div{
    display: inline-block;
}

.home_event_date{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 14;
}

.home_event_title{
    font-weight: 700;
    font-size: 17px;
}

.event_border{
    border: 2px solid black;
    border-radius: 5px;
}

.event_border:hover{
    background: #f2f2f2;
}

.event_category_home_title{
    font-weight: 400;
}

.home_organiser_name{
    font-weight: 500;
    font-size: 18px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}




