body {
    margin-top: 50px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
	font-size: 56px;
	line-height: 80px;
}
h3 {
    font-size: 2.1em;
    color: #e3e3e3;
}

 p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
}

.front-mini-banner {
    width: 30%;
    text-align: left;
    margin-left: 35%;
    margin-bottom: 2.1em;
}


.bootom-banner {
    position: absolute;
    bottom: 0;
    width: 100%;

}

.front-mini-banner .page-note{
    font-size: 1.11em;
    color: #4d4d4d;
}

.front-mini-banner h1{
  font-weight: 700;
  font-size: 10em;
  color: #d7d7d7;
  line-height: 1.0em;
  margin-top: 1em;
}
.bootom-banner img {
    width: 100%;
}
.header-image {
    display: block;
    width: 100%;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
