/* HOME HEADER */
.header-home{
}
.header-home .container{
	padding-top: 275px;
}
.header-home .container h1{
	font-family: Open Sans;
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 15px;
	text-shadow: 0px 0px 10px black;
}
.header-home .container p{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff !important;
	text-shadow: 0px 0px 5px black;
}
.header{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 400px;
}
.header-home{
	background-image: url('web/Home-Header.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.top-bar {
  background-color: #00629b;
  height: 3.125em;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: 2;
  overflow: hidden;
  overflow: visible;
}
.top-bar:before {
  background: #f6f5f5;
  bottom: 0;
  content: '';
  display: block;
  left: -1px;
  position: absolute;
  top: 0;
  -webkit-transform: skewY(66deg);
  transform: skewY(66deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  width: 100%;
  max-width: 22px;
}

/* HEADER */
.header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: ;
    opacity: .7;
}
.header-wrapper{
    display: block;
    clear: left;
    float: left;
    width: 100%;
    height: 400px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 110px;
    box-shadow: 0px 10px 10px -10px rgba(50, 50, 50, 0.75);
    background-size: 100%;
}
.header-wrapper .container{
    height: 100%;
    position: relative;
    z-index: 1 !important;
}
.header-wrapper .header-title{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    z-index: 9999;
}
.header-wrapper .header-title h1 {
    color: #FFFFFF !important;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-shadow: 0px 0px 10px #2b2a28;
    text-transform: uppercase;
    width: 100%;
}
.header-wrapper .header-title p{
    width: 100%;
    text-align: center;
}
@media (max-width: 425px){
    .header {
      height: 300px;
    }
    .header-wrapper {
      height: 300px;
      background-attachment: unset;
      background-size: cover;
    }
    .header-wrapper .header-title{
      width: 100%;
    }
    .header-wrapper .header-title h1 {
      font-size: 35px;
      line-height: 35px;
    }
    .header-home .container{
      padding-top: 200px;
    }
    .header-home .container h1{
      font-size: 45px;
      text-align: center;
    }
    .header-home .container p{
      font-size: 16px;
      text-align: center;
    }
}