.news-title{
    font-size:15px ;
    font-weight: 700;
    text-align:start;
}
.news-body{
    font-size: 15px;
    font-style: italic;
    text-align: justify;
    /* color: red */
}
.header{
    font-size: xx-large;
    font-weight: 700;
}
.header-container{
    background-color: rgb(35, 35, 82);
    height: 70px;
}
.small-header{
    font-size: x-large;
    font-weight: 700;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.event-location{
    font-size: medium;
    font-weight:600
}
.event-date, .news-date{
    font-size: 15;
    font-style: italic;
    font-family: sans-serif;
    text-decoration: underline;
    /* font-weight: 600; */
}
.event:hover{
    background-color: rgb(207, 227, 247);
}
.news:hover{
    background-color:rgb(207, 227, 247);
}
.site-footer{
    background-color: rgb(35, 35, 82);
    /* position:fixed; */
    /* z-index: 1; */
    /* height: 10%;
    width: 20%; */
}
.t-align{
    text-align: justify;
    text-justify: auto;
}
.read-btn {
    /* background-color: rgb(9, 181, 43); */
    background-color: rgb(35, 35, 82);
}
.read-btn:hover, .read-btn:disabled{
    background-color: rgb(151, 151, 151);
    color: white
}
/* Title Men  */
.title-men:hover{
    background-color:rgb(207, 227, 247);
}
.title-men-name{
    font-size: large;
    font-family: Verdana, Geneva, Tahoma, sans-serif,;
    font-weight: 650;
    font-style: italic;

}
.title-men-title{
    font-size: medium;
    font-weight: 500;
    font-style:oblique;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
