/*
  Theme Name: Stellar - Creative & Agency Responsive HTML5 Template
  Theme URL: http://themewar.com/html/stellar
  Author: ThemeWar
  Author URI: http://themewar.com
  Description: Stellar is a Premium One page creative responsive HTML5 template best suitable for Design agencies, freelancers, photographers, personal portfolios etc. The template comes with 3 Home Page designs with blog pages.
  Version: 1.0
*/

/*=======================================================================
// Fonts
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body, html{
	font-family: 'Roboto';
	font-size: 10px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	position: relative;
}
a{
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
a:hover{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
    outline: 0;
}
.learnMoreButton{
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 7px;
    text-transform: uppercase;
    position: relative;
    line-height: .9;
    color: #000000;
    padding-bottom: 18px;
}
.learnMoreButton:after{
    content: "";
    width: 40px;
    height: 2px;
    background: #A50E39;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
}
.learnMoreButton2{
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 20px;
    line-height: .8;
    
}
.learnMoreButton2:after{
    width: 40px;
    height: 2px;
    background: #A50E39;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.learnMoreButton2:hover{
    color: #000000 !important;
}
.learnMoreButton3{
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #A50E39;
    font-weight: 300;
    letter-spacing: 2px;
    padding-bottom: 20px;
    line-height: .8;
    
}
.learnMoreButton3:after{
    width: 40px;
    height: 2px;
    background: #A50E39;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.learnMoreButton3:hover{
    color: #8D082E !important;
}
p{
	font-size: 22px;
	line-height: 10;
	color: #FFFFFF;
	letter-spacing: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.comonSection{
    width: 100%;
    position: relative;
    padding: 100px 0;
}
.sectionTitle{
	font-weight: 300;
	letter-spacing: 9px;
	color: #065C6E;
    text-transform: 
    line-height: .8;
	font-size: 26px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.sectionTitle small{
	display: block;
	font-size: 17px;
	line-height: .8;
	letter-spacing: 8px;
	margin-bottom: 10px;
	color: #A50E39;
	margin-top: 45px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.sectionTitle small2{
	display: block;
	font-size: 11px;
	line-height: .8;
	letter-spacing: 5px;
	margin-bottom: 30px;
	color: #323232;
	margin-top: 30px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}


.sectionTitle.white{
    color: #FFF;
}
.sectionTitle.white small{
    color: #FFF;
}
.sectionTitle small.golden{
    color: #ffd667;
}
.biggerHeading{
	font-size: 90px;
	line-height: 75px;
	color: #000;
	font-family: josefin-sans;
	margin: 0px;
	font-style: normal;
	font-weight: 300;
}
.biggerHeading2{
    font-family: abel;
	font-size: 96px;
    line-height: 80px;
    color: #000;
    margin: 0px;
    font-weight: 100;
}
.biggerHeading2 span{
	color: #A50E39;
	text-transform: capitalize;
}
.sectionTitle2{
	font-size: 46px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: .8;
	font-style: normal;
	font-weight: 200;
	color: #065C6E;
}
.sectionTitle2 small{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: #b89841;
    display: block;
    line-height: .8;
    letter-spacing: 8px;
    margin-bottom: 30px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.subTitle{
    font-size: 26px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    color: #336eab;
    line-height: 35px;
    margin-bottom: 40px;
    letter-spacing: 0px;
}
.noPaddingRight{
    padding-right: 0px;
}
.noMarginBottom{
    margin-bottom: 0px !important;
}
.noPaddingLeft{
    padding-left: 0px;
}
.noMarginRight{
    margin-right: 0px !important;
}
.white{
    color: #FFF !important;
}
.golden{
    color: #ffd667;
}
a.golden:hover{
    color: #FFF;
}
.blue{
    color: #2c3da7;
}
