/*Passion Arte*/
/*Color Palette*/
/*#F76B1E - Orange*/
/*#fa9c68*/
/*f75e09*/

/* note: this is a hack for ios iframe for bootstrap themes shopify page */
/* this chunk of css is not part of the toolkit :) */
/* …curses ios, etc… */
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        width: 1px;
        min-width: 100%;
        *width: 100%;
    }
    #stage {
        height: 1px;
        overflow: auto;
        min-height: 100vh;
        -webkit-overflow-scrolling: touch;
    }

    /* navbar padded */

}
ul.nav.navbar-nav.navbar-right {
    hidden:true;
}

@media (min-width: 768px){

    .navbar-padded-OCPMTC {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* None Mobile Version */
    .block-banner-OCPMTC{
        padding-left:0px;
        padding-right:0;
        padding-bottom:0 !important;
        padding-top:71px
    }

    .block{
        padding-top:50px;
        padding-bottom:50px;
    }

    /* banner text regular version*/
    .passionPhh1 {
        text-align:center;margin:200px;
        /*color:#f75e09;*/
        color:white;

    }


}

/* Mobile version */
@media (max-width: 768px) {
    .block-banner-OCPMTC {
        padding-left: 0px;
        padding-right: 0;
        padding-bottom:0 !important;
        padding-top: 30px
    }

    /* mobile version*/
    .passionPhh1 {
        text-align:center;margin:50px;
        /*color:#f75e09;*/
        color:white;
    }

}

.ocpmtcBanner {
    background-color:#F76B1E; //darkish red

}
.ocpmtcBanner > .container > .navbar-collapse > ul > li > a {
    color:white;
}

/* Nav bar hover Desktop Hover */
.ocpmtcBanner > .container > .navbar-collapse > ul > li > a:hover {
    color: white;
    background-color: #fa9c68 ; /* pink */
}

/* Dirty fix for selectedNav
Need to assign this on every page atm*/
.ocpmtcBanner > .container > .navbar-collapse > ul > li > a.selectedNav {
    color: white;
    background-color: #fa9c68 ; /* pink */
}
.nav-bordered.nav-stacked > li > a:hover, .nav-bordered.nav-stacked > li > a.selectedNav {
    border-left:4px solid;
}

.homeLogoStyle {
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    color: #F76B1E;

}
.homeLogoStyle:hover{
    background: #fff; padding: 12px; border-radius: 4px; color: #fa9c68 ;

}

.navbar-toggle > span.icon-bar {

    background-color:#110809
}

.testImg {
    width:100%;
    height:100%;
    margin-top:10px;
    margin-bottom:10px;

}
.TestFont {
    font-size: 183%;
    text-align: right;
    height: auto;
    width: auto;

}


.btn-primary {
    background-color: #F76B1E;
    border-color: #F76B1E;
}
.btn-primary:hover   {
    background-color: #fa9c68 ;
    border-color: #3E4952;
}

/*Changes both the black and white blocks*/
.block p {
    font-weight: 300;
}
/*Changes only the color of the grey font in the white blocks*/
.block:not(.block-inverse) p {
    /*same color as 70 years*/
    /*color: #2D3238*/
    color:black;
}
/* Quick and dirty method to fix nav bar from
 http://stackoverflow.com/questions/19827605/change-bootstrap-navbar-collapse-breakpoint-without-using-less
 */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }



}

