.times{
    font-family: 'Times New Roman', Times, serif;
}

.arial{
    font-family: Arial, Helvetica, sans-serif;
}

.center{
    text-align: center;
}

p{
    line-height: 1.5;
    margin: 0 auto;
    padding: 5px 0px;
}

#navbar{
    border-bottom: 1px lightgray solid;
    padding: 10px 10px 10px 15px;
    height: 60px;
}

#logo-img{
    height: 40px;
    text-align: center;
}

.navbar-header{
    font-size: 13px !important;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

a{
    text-decoration: none !important;
}

#hamburger, #login, #search{
    border: 1px solid lightgray;
    border-radius: 2px;
    color: rgb(105, 105, 105);
    height: 40px;
}

#login, #search{
    margin-left: 20px;
}

#hamburger{
    padding: 0px 5px;
    width: 100px;
}

#hamburger-icon{
    margin: 8px 6px 0 0;
    width: 25px;
}

#subscribe{
    background-color: rgb(125, 214, 255);
    border-radius: 2px;
    padding: 0px 40px;
    width: 170px;
    height: 40px;
}

#subscribe-header{
    color: black;
}

#login{
    padding: 0px 15px;
    width: 85px;
}

#login-header{
    color: rgb(105, 105, 105);
}

#search{
    padding: 5px 10px;
}

#search-icon{
    width: 20px;
}

#content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 50px 15px;
}

h3{
    font-size: 14px !important;
}

h4{
    font-size: 10px !important;
    padding-top: 50px;
    padding-bottom: 20px;
}

#date, h4{
    color: darkgray;
}

#date{
    margin-bottom: 30px;
}

#posters{
    display: flex;
    margin: 30px 0;
}

.poster{
    height: auto;
    width: 33%;
}

.dataTables_wrapper{
    width: 100% !important;
    margin: 15px 0 75px 0 !important;
    font-size: 14px;
}

.dataTables_scroll{
    overflow-x: scroll !important;
}

.dataTables_scrollHead, .dataTables_scrollBody{
    width: 1600px !important;
}

.col-divider{
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

#col-divider-left{
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.p-section{
    margin: 50px 0;
}

.chart{
    min-height: 300px;
    margin: 50px 0;
    max-height: 600px !important;
}

#chart1, #chart2{
    padding: 20px;
}

#chart3 svg{
    width: 100% !important;
    margin: 0 0 20px -10px !important;
}

#chart3 .c3-event-rects{
    display: none !important;
}

#chart3, #pie-charts{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#pie-charts{
    margin-bottom: 50px;
}

#closing-text{
    font-size: 10px;
    width: 750px;
    margin: 0 auto;
}


@media screen and (max-width:1100px){
    #login, #search{
        margin-left: 10px;
    }

    #subscribe{
        padding: 0 15px;
        width: 120px;
    }

    #pie-right-header{
        padding-bottom: 0px;
    }
}

@media screen and (max-width:925px){
    #subscribe{
        padding: 0 5px;
        width: 100px;
    }

    #login{
        padding: 0px 5px;
        width: 65px;
    }

    #chart1, #chart2{
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    #pie-charts{
        border: none;
    }
}

@media screen and (max-width:850px){
    #subscribe{
        display: none;
    }

    #sections{
        display: none;
    }

    #hamburger{
        width: 35px;
    }

    #hamburger, #search{
        border: none;
    }
}

@media screen and (max-width:700px){
    #login{
        display: none;
    }

    #hamburger{
        margin-left: -10px;
    }

    #search{
        margin-right: -10px;
    }

    #logo-img{
        height: 35px;
    }

    #navbar{
        height: 50px;
    }

    #closing-text{
        max-width: 90%;
    }
}