/* ---------------------------
SCREEN STYLE CSS
--------------------------- */

/*
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1{
border: solid 2px #666666;
}
*/

/* START: NAVIGATION STYLES */
.nav
{
    padding: 40px 10px 25px;
}
.navbar
{
    font-family: 'Righteous', cursive;
    background: #f5f5f5;
    padding: 5px;
}
.navbar-brand
{
    margin: 0;
}
.nav-link
{
    color: #000;
}
.nav-link:hover
{
    color: #f8ba2e;
    transition: 0.7s;
    text-decoration: underline;
}
.navbar-toggler
{
    float: right;
    margin: 30px 20px;
}
.navbar-toggler:hover
{
    color: #f8ba2e;
    transition: 0.7s;
}
.navbar-toggler:focus
{
    outline: none;
}
.navbar-toggleable-xs
{
    clear: both;
    padding: 5px 15px;
}
.currentpg
{
    color: #f8ba2e;
}
/* END: NAVIGATION STYLES */



/* START: BANNER STYLES */
.padclear
{
    padding: 0;
}
.herofinal
{
    font-family: 'Righteous', cursive;
    color: #fff;
    font-size: 2em;
    background-image: url(../images/hpHero02_web.jpg);
    background-size: cover;
    padding: 150px 50px;
    text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000;
}
.heroaction
{
    background-image: url(../images/heroAction_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 50px;
}
.herocomedy
{
    background-image: url(../images/heroComedy_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 50px;
}
.herohorror
{
    background-image: url(../images/heroHorror_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 50px;
}
.herointernational
{
    background-image: url(../images/heroInternational_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 50px;
}
.btn
{
    float: right;
}
/* END: BANNER STYLES */



/* START: CONTENT STYLES */
body
{
    font-family: 'Rajdhani', sans-serif;
}
h1, h2
{
    font-family: 'Righteous', cursive;
}
h1
{
    padding: 20px 0;
}
p
{
    font-size: 1.1em;
}
/* END: CONTENT STYLES */



/* START: TABLE STYLES */
thead th
{
    width: 50%;
}
tr.striped
{
    background-color: #f5f5f5;
}
/* END: TABLE STYLES */



/* START: FOOTER STYLES */
.footer
{
    background: #000;
    color: #fff;
    padding: 50px;
}
/* START: FOOTER STYLES */












