@charset "UTF-8";
/* CSS Document */

/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 * The original work has been modified. 
 */
 
header {
    position: relative;
    width: 100%;
    min-height: auto;
 /*   text-align: center; */
    color: #fff;
    background-image: url("ip-header-7.jpg");
	background-attachment: fixed;
	background-color: black;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    background-color: black
    background-opacity: 0.5
    width: 100%;
    padding: 50px 15px;
 /*   text-align: center; */
}

header .header-content .header-content-inner h1 {
    margin-top: 80px;
    margin-bottom: 0;
    font-weight: 700;
}


header .header-content .header-content-inner p {
    /*margin-bottom: 50px; */
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,1);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
/*position: absolute; */
    /* top: 50%; */
    padding-top: 150px;
    /* padding: 0 50px; */
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
       /* margin-right: auto; */
       /* margin-left: auto; */
        max-width: 80%;
        font-size: 18px;
    }
}
.clearfix::after{content:"";display:table;clear:both}
