/* ---------------------------
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: 26px 10px 25px;
}
.navbar
{
    font-family: 'Josefin Sans', sans-serif;
    background: #f5f5f5;
    padding: 0;
}
.navbar-brand
{
    margin: 0;
}
.nav-link
{
    color: #2F49A8;
}
.nav-link:hover
{
    color: #f8ba2e;
    transition: 0.7s;
    text-decoration: underline;
}
.nav-link:focus
{
/*    color: #ff9900;*/
}
.navbar-toggler
{
    background: #2F49A8;
    color: #f8ba2e;
    float: right;
    margin: 25px;
}
.navbar-toggler:hover
{
    background: #f8ba2e;
    color: #2F49A8;
}
.navbar-toggler:focus
{
/*
    background: transparent;
    color: #ff9900;
*/
    outline: none;
}
.navbar-toggleable-xs
{
    clear: both;
    padding: 5px 15px;
}
.currentpg
{
    color: #f8ba2e;
}
a.customhvr:hover
{
    background: #f8ba2e;
    color: #2F49A8;
}
/* END: NAVIGATION STYLES */



/* START: HEADING STYLES */
h1, h2, h3, h4
{
    font-family: 'Josefin Sans', sans-serif;
    color: #2F49A8;
}
.textglow
{
    text-shadow: 0 0 10px #f8ba2e, 0 0 20px #f8ba2e, 0 0 42px #f8ba2e, 0 0 82px #f8ba2e,0 0 92px #f8ba2e;
}
/* END: HEADING STYLES */



/* START: BANNER STYLES */
.hphero
{
    background-image: url(../images/hpHero_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}
.parralaxspace
{
    padding: 150px 0;
}
.hpparralax1
{
    background-image: url(../images/hpPhotobook_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.restorizationhero
{
    background-image: url(../images/restorizationHero_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}
.restorparralax1
{
    background-image: url(../images/restorParralax1_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.colorizationhero
{
    background-image: url(../images/colorizationHero_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}
.colorparralax1
{
    background-image: url(../images/colorParralax1_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.contacthero
{
    background-image: url(../images/contactHero_web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}
.altbg
{
    background: #f5f5f5;
}
.btn
{
    background: #2F49A8;
    color: #f8ba2e;
    border-radius: 25px;
}
.mapbox
{
    height: 600px;
}
/* END: BANNER STYLES */



/* START: CONTENT STYLES */
body
{
    font-family: 'Catamaran', sans-serif;
}
p
{
    color: #222;
}
.imgcenter
{
    margin: auto;
}
ul.roundbullet
{
    list-style-type: square;
    color: #f8ba2e;
}
.padclear
{
    padding: 0;
}
.rndcorner
{
    border-radius: 10px;
}
.transparent
{
    background: rgba(245,245,245,.8);
}
.beforeafterbx
{
    padding: 50px 0;
    border-radius: 10px;
}
/* END: CONTENT STYLES */



/* START: FOOTER STYLES */
.footer
{
    font-family: 'Josefin Sans', sans-serif;
    background: #f8ba2e;
    padding: 60px 0 50px;
}
.footer p
{
    color: #222;
}
.footer a
{
    color: #222;
}
/* START: FOOTER STYLES */







