html,body{
    padding: 0px;
    margin: 0px;
}
.nav{
    height: 50px;
    overflow: hidden;
    background-color: rgba(24, 0, 97,1);
    padding: 1% 7.5% 1% 7.5%;

}
.nav img{
    height: 100%;
}
.break{
    height: 50px;
    width: 100%;
}
.bars_container{
    height: 600px;
    width: 90%;
    background-color:#ffffff;
    margin: 0 auto;
    overflow: hidden;
}
.img_bars{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height:100%;
    width: 30%;
    margin-left: 2.5%;
    float: left;
    overflow: hidden;
}
.img_bars_text{
    height: 101%;
    width: 100%;
    background-color: rgba(24, 0, 97,0.3);
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    line-height: 50%;
    font-size: 500%;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
}
.content_container{
    padding: 0% 7.5% 1% 7.5%;
    font-family: 'Raleway', sans-serif;
}
.content_container h1{
    color: rgba(24, 0, 97,1);
}
.newsImage{
    width: 100%;
    height: 10vw;
    background: #e76424;
    background-size: cover;
}