.new_event{
    width:100%;
  /*  background-color: #548c8f;  */
    flex-direction: column;
    flex-flow: column;
    text-align: center;
}
.new_event h1{
    margin-top: 10px;
    font-size: 25px;
    font-family: 'Courier New', Courier, monospace;
    color:rgb(10, 10, 10);
    font-weight: 800;
}
.new_event p{
    margin-top: 10px;
    color:white;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
    width:70%;
}
.event_div{
    width: 100%;
   /* background: #548c8f; */
}
.event_img{
    width: 50%;
    margin-top: 10px;
}
/* .event_div_1{
    width:40%;
    margin: 10px 0px 10px 0px;
    flex-direction: column;
    flex-flow: column;
}
.event_div_1 h1{
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color:white;
    letter-spacing: 2px;
    margin: 10px 0px 0px 0px;
    border: 2px solid white;
    width: 80%;
    text-align: center;
}
.event_div_1 p{
    font-size: 18px;
    width: 80%;
    text-align: right;
    color:white;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    margin: 13px 0px 0px 0px;
}
.event_div_2{
    width: 55%;
    margin: 10px 0px 10px 0px;
}
.event_div_2 img{
    width: 100%;
    height: 300px;
} */
.news_div{
    width: 100%;
    margin-top: 10px;
    background-color: #437a7e;
    padding-bottom: 10px;
}
.news_div_1{
    width:30%;
    align-content: flex-start;
    background: white;
    flex-direction: column;
    flex-flow: column;
    margin-top: 10px;
    box-shadow: 5px 5px 5px black;
}
.news_img{
    width: 99%;
    left: 0;
}
.news_img img{
    width: 100%;
    height: 200px;
    margin: 0px 0px 0px 0px;
}
.news_div_2{
    width: 99%;
    margin: 0px 0px 0px 0px;
}
.news_text{
    width: 80%;
    margin: 0px 0px 0px 0px;
    border-left: 2px solid grey;
}
.news_text p{
    font-size: 20px;
    color:black;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}
.news_link{
    width:19%;
    
}
.news_link a{
    color:blue;
    cursor: pointer;
    font-size: 20px;
}
.news_img_div{
    width: 99%;
    position: absolute;
    left: 0;
    margin-top: 10px;
    display: none;
}
.news_img_div_1{
    background: red;
    width: 80%;
}
.news_img_div_1 img{
    width: 100%;
}

