html,
body {
    height: 100%;
    color: #121212;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #121212;
    -webkit-font-smoothing: antialiased;
}
/*typography bootstrap overrides*/
h1, h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1;
}
h1{
    font-size: 36px;
    color: #192b6c;
}
h2{
    font-size: 30px;
}
p{
    line-height: 25px;
    font-weight: 400;
    color:#192b6c;
}
a {
    background: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s cubic-bezier(0.25,.46,.45,.94);
    transition: 0.4s cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
    outline: 0;
    color: #2f97ed ;
    text-decoration: none;
}

#home.full-screen-dem {
    background-color: #444;
    background-position: center 0%;
    background-size: cover;
    background-repeat: none;
    background-attachment: fixed;
    background-image: url(../img/background.jpg);
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
.home-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
	background-color: rgba(255,255,255,0.80);
}
img.home-content{
  max-width: 530px;
  width: 530px;
  height: auto;
}
h2.slide-btm-text{
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
    margin: 30px 0;
    font-weight: 300;
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
	line-height:1.6;
}

/****************responsive css 768px*********************/

@media(max-width:760px){
#home.full-screen-dem img{
		width: 400px !important;
    }

}
@media(max-width:480px){
#home.full-screen-dem img{
		width: 300px !important;
    }

}
