/*
	Theme Name: Quasar Child Theme
	Theme URI: http://quasar.rockthemes.net
	Author: XanderRock
	Author URI: http://themeforest.net/user/XanderRock/portfolio
	Description: Quasar is a very powerful responsive, retina ready, WPML (localization) ready, WooCommerce ready theme. Quasar comes with Rock Page Builder, Curvy Slider and Rock Form Builder. Enjoy!
	Version: 1.2
	Template: quasartheme
*/


@import url("../quasartheme/style.css");

/* =Quasar Child Theme Customization Starts Here

You can copy/paste all of the Quasar Styles you wanted to override here.
-------------------------------------------------------------- */

canvas {
  display: block;
  vertical-align: bottom;
}




.header-image-area {
        background: #fff;
    background-attachment: fixed;
    height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


/*3.1. header image content > .intro-text*/

.intro-text {
    text-align: center;
    position: absolute;
    margin: auto;
}

.intro-text h1 {
   text-transform: uppercase;
    font-size: 55px;
    color: #e95721;
    margin-bottom: 30px;
    font-weight: 300;
}

.intro-text h3 {
          text-transform: none;
    font-size: 20px;
    color: #333;
    line-height: 35px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
}

.intro-text h3 span {
    text-transform: uppercase;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
}





@media all and (min-width:1700px){

.header-image-area {
    height: 650px;
    
}
}
