/* ---------------------------
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: HEADING STYLES */
h1, h2, h3, h4
{
    font-family: 'Merienda', cursive;
    color: #fff;
}
h3
{
    color: #000;
}
.textglow
{
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 42px #000, 0 0 82px #000,0 0 92px #000;
}
/* START: HEADING STYLES */



/* START: NAVIGATION STYLES */
.nav.nav-inline
{
    padding: 5px 0;
}
.navbar
{
    background-color: #000;
    padding: 3px 16px;
}
.navbar-brand
{
    margin: 0;
}
.nav-link
{
    font-family: 'Merienda', cursive;
    color: #fff;
}
.nav-link:hover
{
    color: #ffcc00;
    transition: 0.7s;
}
.nav-link:focus
{
    color: #ff9900;
}
.navbar-toggler
{
    background: transparent;
    color: #fff;
    float: right;
}
.navbar-toggler:hover
{
    background: transparent;
    color: #ffcc00;
}
.navbar-toggler:focus
{
    background: transparent;
    color: #ff9900;
    outline: none;
}
.navbar-toggleable-xs
{
    clear: both;
    padding: 5px 15px;
}
.currentpg
{
    color: #ffcc00;
}
/* END: NAVIGATION STYLES */



/* START: IMAGE STYLES */
img
{
    margin: 0 auto;
}
.img-fluid
{
    margin: auto;
}
.imgspacing
{
    padding: 20px 0;
}
.carousel-inner img 
{
    width: 100%;
    height: 100%;
}
/* START: IMAGE STYLES */



/* START: BANNER STYLES */
.jumbohp
{
    background-image: url(../images/tigerhero_webCorrected.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.hpparralax1
{
    background-image: url(../images/hpparralax_web);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/*
.bg
{
    background-image: url("../images/tigerhero_web.jpg");
    height: 641px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
.bgartist
{
    background-image: url("../images/artisthero_web.jpg");
    height: 641px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgblog
{
    background-image: url("../images/bloghero_web.jpg");
    height: 641px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgfooter
{
    background-image: url("../images/footerbg_flowers_web.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#demo.carousel.slide
{
/*    padding: 20px;*/
}
#profilepic
{
    padding: 0 0 35px;
}
#profilepic img
{
    border-radius: 15px 50px;
}
/* END: BANNER STYLES */



/* START: CONTENT STYLES */
body
{
    font-family: 'Raleway', sans-serif;
}
/*
#hero h1
{
    text-align: center;
    color: #fff;
    padding: 270px 0 20px;
    text-shadow: 2px 2px #000;
}
#hero h3
{
    color: #fff;
    text-shadow: 2px 2px #000;
}
*/
/*
#content
{
    margin: 16px 0 0;
}
#content h2
{
    padding: 30px 0;
}
*/
.contentspacing
{
    padding: 50px 0 0;
}
/* END: CONTENT STYLES */



/* START: FOOTER STYLES */
#footer.col-xs-12
{
    padding: 40px 0;
}
#footer p
{
    font-family: 'Merienda', cursive;
    text-align: center;
    font-size: 1em;
    color: #fff;
}
#copyright
{
    font-size: .7em;
}
#copyright a
{
    color: #fff;
}
/* START: FOOTER STYLES */












