﻿p{
    text-align: justify;
}

.row{
    margin-bottom: 50px;
}

/*********GIANT HEADER*****/
    #giant-header{
        height: 500px; 
        background-color: rgb(59,52,147);
        padding-top: 150px;
    }
    #product-image{
        height:500px;
        width:60%;
        margin-top:-150px;
    }

    #product-title{
        margin-top:-300px;
        color:white;
        text-shadow: 0px 0px 1px white;
    }
        #product-title .page-title{
            text-align:right;
            font-weight: normal;
            font-size:60px;
            margin-bottom:40px;
        }
        #product-title .title {
            text-align: right; 
            font-size: 40px;
            line-height: 40px;
        }
        /**HORIZONTAL BARS*/
            .horiz-bar{
                width: 120%;
                margin-left: -20px;
                height: 200px; 
                background-color: white;
            }
            #top-bar{
                -oz-transform: rotate(-2.5deg);
                -moz-transform: rotate(-2.5deg);
                -webkit-transform: rotate(-2.5deg); 
                transform: rotate(-2.5deg); 
                margin-top: -145px; 
                margin-bottom: -80px;
                box-shadow: 0px 5px 2px #404040;
            }
            #bot-bar{
                -oz-transform: rotate(2.5deg);
                -moz-transform: rotate(2.5deg);
                -webkit-transform: rotate(2.5deg); 
                transform: rotate(2.5deg);  
                margin-top: -80px;
                box-shadow: 0px -5px 2px #404040;
            }
        /*****END HORIZONTAL BARS*****/
/*******END GIANT HEADER*****/

@media screen and (max-width: 950px) {
    .horiz-bar {
        width: 100%;
        -oz-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    #product-image {
        display:none;
    }
    #product-title{
        margin-top: 0px;
    }
}
