/* CSS Document */
body,
html {
  width: 100%;
  height: 100%;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(https://use.typekit.net/oso8rbo.css);
h1, h2, h3, h4, h5, h6{
	font-family: 'Libre Baskerville';
	letter-spacing: 0em;
}
.logoBG{
	background-image: url(/img/HLM-White-Logo-BG.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
	background-position: right bottom;
	background-size: cover;
}
.header-spacing{
	letter-spacing: 0.1em;
}
.alert-heading{
	font-family: 'Libre Baskerville';
}
.row [class*='col-'], .container {
    transition: all 0.5s ease-in-out;
}
h1{
font-size:30px;
margin-top:20px;
}
h2{
font-size:30px;
margin-top:20px;
}
h2.m-top{
	margin-top:60px !important;
	margin-bottom:30px !important;
}
h3{
font-size:25px;
margin-top:40px;
font-family: agenda, sans-serif;	
}
h4{
font-size:25px;
	font-family: agenda, sans-serif;
}
.alert-heading{
font-size:18px;
}
hr {
	border:1px solid #656262;
	border-top:none;
	margin-top:80px;
	margin-bottom:80px;
}

small{
	line-height: 12px;
}

hr.small{
	margin-top:20px;
	margin-bottom:20px;	
}
.h-uppercase{
	text-transform: uppercase;
}
.spacedheader{
	
	font-size: 25px !important;
	font-style: italic;
	margin-top:50px !important;
	margin-bottom:50px !important;
	/*letter-spacing:  1px;*/
}

*{
 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
font-family: agenda, sans-serif;
font-weight: 400;
font-style: normal;
font-size:18px;
	color: #656262;
}
.card-body > ul > li{
	color: #fff;
}
a:hover, a > .alert:hover, a > .alert > *:hover{
	text-decoration: none !important;
}

.tint::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35,31,32,0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
	z-index:0;
}
.tintz10::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35,31,32,0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
	z-index:10;
}
.tint{
position: relative;
	height: 100%;
}

.tint > .container:not(.rmi) {
	z-index:10;
	position: relative;
}
.btn-secondary{
	background-color: #242224;
	border-color: #242224;
	border-radius: 0px !important;
}
.btn-primary{
	background-color: #656262;
	border-color: #656262;
	border-radius: 0px !important;
}.btn-primary:hover{
	background-color: #242224;
	border-color: #242224;
}
.btn-lg{
	font-size:18px !important;
	height: 65px !important;
	line-height: 45px;
}

.alert-secondary{
		background-color: rgba(35,31,32,0.6);
	border-color: rgba(255,255,255,0.6);
	border-radius: 0px !important;
	color: #fff;
}

.alert-primary{
		background-color: #dfe5e8;
	border-color: #626a6d;
	border-radius: 0px !important;
	color: #626a6d;
}

.card-body{
	background-color:#393536;
}
.card-title{
	text-transform: uppercase;
	min-height:54px;
}
.card-body > p{
	font-size:16px;
}
.card-img-top{
	border-radius: 0px !important;
}
.card-title, .card-title > h5, .card-body, .card-body > p,.card-body > ul > li, a.card-text {
	color:#d6dfe3;
	
}
.card-body{
	text-align: left;
}
.card-title, .card-title > h5{
	text-align: center;

	font-size:18px;
	line-height: 30px;
	padding-left:5px;
	padding-right: 5px;
}

.card{
	border-radius: 0px !important;
}

.cardmt{
	margin-top:105px !important;
}

.parallax {
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	/*position: absolute;
	height: 100%;*/
}
.parallaxtop {
background-position: top;
background-position: calc(100% - 0px) calc(100% + 500px); 

}
#Footer{
	color: #fff !important;
	  background: rgba(35,31,32,0.7);
	height: 75px;	
	min-height: 75px;	
	margin-top:50px;
	 transition: height 0.5s ease-in-out;
	
}
#Footer.sticky{
	position: fixed;
	width: 100%;
	bottom: 0px;
	left:0px;
	z-index:1030;
}

#Footer > div,
#Footer > div> div,
#Footer > div >div>div,
#Footer > div >div>div>div,
#Footer > div >div>div>a,
#Footer > div >div>div>span,
#Footer > div >div>div>span>a{
		color: #d6dfe3 !important;
	font-size:14px;
}
#Footer > div >div>div>span>b{
color: #fff !important;	
}

.buttonmenu{
background-color: #242224;
	border-color: #242224;
	border-radius: 0px !important;
	position: absolute;
	left: 0px;
	z-index: 20;
	top:60px;	
	height: 40px !important;
	width: 90px;
	overflow: hidden;
	  -webkit-transition: width 1.5s, height 1.5s; /* For Safari 3.1 to 6.0 */
  transition: width 1.5s, height 1s;
	z-index:10;
}
.buttonmenu:hover, .buttonmenu:active{
  width: 175px;
  height: 300px !important;
}
.buttonmenu.active{
  width: 175px;
  height: 300px !important;
}
.buttonmenu > .menuheader, .buttonmenu > .menubody{
	padding: 5px;
	padding-left:10px;
	color: #fff !important;
	
}
.buttonmenu > .menuheader> i{
	color: #fff !important;
}
.buttonmenu > .menubody > hr{
	margin:0px;
	border: 1px solid #fff;
}
.menubody > a,.menubody > ul >li> a{
	color:#fff;
	transition: transform 1s ease-in-out;
	text-transform: uppercase;
}
.menubody > a:hover,.menubody > ul >li> a:hover{
	color:#d6dfe3 !important;
}
.menubody > ul{
 list-style-type: none;
line-height: 1.7em;
	padding-left:0px;
}




.imgcard-text:not(.collapsing) {
    display: block !important;
    height: 150px;
    overflow: hidden;
}
.imgcard-text.show {
/*min-height: 180px;*/
}
.imgcard-text.collapsing{
/*max-height: 448px;*/
	min-height: 150px;
}

.imgcard-text.show,.imgcard-text.collapsing > .card-body, .imgcard-text > .card-body {
height: 600px;
}
.imgcard-text{
position:relative;	
}
.readmorebutton{
position:absolute;
bottom:0px;
right:0px;
height: 65px;
width: 100%;
	border: none;
color: #fff;
	background-color: #656262;
}

.readmorebuttonnotused{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,393536+100&0+0,1+50 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(29,27,27,1) 50%, rgba(57,53,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(29,27,27,1) 50%,rgba(57,53,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(29,27,27,1) 50%,rgba(57,53,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#393536',GradientType=0 ); /* IE6-9 */
}
.zoom-in::after, .zoom-out::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
overflow: hidden;
}
.zoom-in:focus::after, .zoom-in:hover::after {
  transform: scale(1.05);
}
.zoom-out::after {
  transform: scale(1.05);
}
.zoom-out:focus::after, .zoom-out:hover::after {
  transform: scale(1);
}

.fullscreenonly{
	height:100%;
	overflow:hidden;
}

.text-white , .text-white > a{
		color:#d6dfe3 !important;
}
.alert > p{
	color:#d6dfe3 !important;
}

label{
	color:#d6dfe3 !important;
}

/*.carousel, .item, .active, .carousel-item{
   height:100%;
 }
.carousel-inner{
    height:100%;
	position: fixed;
}
.carousel, .item {

    height:auto !important;

}
.carousel img {
 
  top: 0;
  left: 0;

  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 100%;
}*/
.carousel-item{
transition: -webkit-transform 1s ease-in-out;
transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
	
}

.fill {
   /* min-width: 100%;
    min-height: 100%!important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}



ul{
	 list-style-type: none;
}
ul li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 5px 0 -15px;
    color: #656262;
}
.menubody > ul li:before{
content: '';
margin:0 5px 0 -5px;	
}

.form-control{
	border-radius: 0px;
}

.cardshadow{
	-webkit-box-shadow: 4px 4px 2px 0px rgba(204,204,204,1);
-moz-box-shadow: 4px 4px 2px 0px rgba(204,204,204,1);
box-shadow: 4px 4px 2px 0px rgba(204,204,204,1);
}
button, button:active {
outline: none !important;;
border: none !important;;
}

button:focus {outline:none !important;}


.headerline{
	border-bottom: #fff 1px solid;
	z-index:10;
	padding-bottom:5px;
}
.headertext{
	 font-size:20px;
}

.calltoaction{
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


.whitebox{
	background-color: rgba(255,255,255,0.74);
}
.hero{
padding-top:150px;
	padding-bottom:100px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fluidheader{
	background: rgba(101,98,98,0);
	  -moz-transition: background 0.6s linear;
  -webkit-transition: background 0.6s linear;
  -o-transition: background 0.6s linear;
  transition: background 0.6s linear;
}
.activeheader{
background: rgba(101,98,98,1);
  -moz-transition: background 0.6s linear;
  -webkit-transition: background 0.6s linear;
  -o-transition: background 0.6s linear;
  transition: background 0.6s linear;
}
.shading{
  background: rgba(101,98,98,1);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;	
}
.herotitle{
	font-size:70px; 
	font-family: 'Libre Baskerville';
	font-style: italic;
	/*letter-spacing: 2px;*/
}
.herotitlesm{
	font-size:25px; 
	font-family: 'Libre Baskerville';
	font-style: italic;
	/*letter-spacing: 2px;*/
}

.imgcontainer{
	height: 400px;
	overflow: hidden;

}
.imgcontainer img{
width: 100%;
height: auto;
	margin-top:auto;
	margin-bottom:auto;
}

#articlecontent{
	padding-top:80px;
}
.typelogo{
	max-height: 180px;
	transition: max-height 0.5s ease-in-out;
}
.vegas-overlay{
	opacity: 0.7 !important;
}

.mt-6{
	margin-top:5rem;
	
}
.my-6{
	margin-top:4rem;
	margin-bottom:4rem;
	
}
.fill-height {
    /*min-height: 100%;*/
    height:auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}

.servicebox{
	margin-bottom:145px;
	
}
@media (max-width: 1200px) {
	
	.fullscreenonly {

    overflow:visible;

}
	
}


@media (max-width: 992px) {
	
	.fullscreenonly {

    overflow:visible;

}
	#Footer {
		height:125px;
	}
	
.herotitle{
	font-size:40px;
	}
}
.fluidheader{
height: 150px;	
}

.headercontainer{
	height: 125px;
}

.margin150{
		margin-top:80px;
}
	.margin100{
		margin-top:60px;
	}

@media (max-width: 768px) {
.hideimgMD{
	background-image: none !important;
}
	
}
@media (min-width: 576px) {
.card{
	margin-top: 30px;
}
	
}

@media (max-width: 576px) {
.card{
	margin-top: 30px;
}
	.headertext, .headertext > a {
	 font-size:12px;
}
	
	.buttonmenu {

    background-color: #242224;
    border-color: #242224;
    border-radius: 0px !important;
		position: inherit;
 	 top:0px;
    height: 40px !important;
    width: 100%;
    overflow: hidden;
    -webkit-transition: width 1.5s, height 1.5s;
    transition: width 1.5s, height 1s;
	}
	.buttonmenu:hover {

    width: 100%;


}
	.fluidheader{
min-height: 150px;	
		height: auto;
}

.headercontainer{
	min-height: 125px;
	height: auto;
	padding-bottom:15px;
}

	
}
@media (max-height: 900px) {
.typelogo{
	max-height: 150px;
}
	.my-6{
	margin-top:3rem !important;
	margin-bottom:3rem !important;
	
}
		#Footer{
		/*height: 40px;*/
		margin-top: 40px;
	}
}
@media (max-height: 800px) {
.carousel img {
 /* position: absolute;*/
	}
.typelogo{
	max-height: 100px;
}
.fluidheader{
/*	min-height: 120px;	
	height: auto;*/
}	
	#Footer{
		/*height: 40px;*/
		margin-top: 40px;
	}
.mt-6{
	margin-top:3rem !important;
	
}
	.my-6{
	margin-top:3rem !important;
	margin-bottom:3rem !important;
	
}

}
@media (max-height: 750px) {
	#Footer{
		height: 60px;
		margin-top: 10px;
	}
.mt-6{
	margin-top:1rem !important;
	
}	
	.my-6{
	margin-top:1rem !important;
	margin-bottom:1rem !important;
	
}
}



@media (max-aspect-ratio: 14/9){
/*@media (orientation: portrait) {
@media (max-height: 400px) and (max-width: 800px) {*/
    /* CSS stuff */

}

@media (orientation: portrait) {
/*@media (max-height: 400px) and (max-width: 800px) {*/
    /* CSS stuff */

	.mobile-100{
	height: auto !important;	
	}
	
	#Footer.sticky{
		position: static;
		margin-top:-60px;
	}
	
	#articlecontent{
		padding-top:10px !important;
	}
	.imgcontainer{
		height: inherit;
		max-height: 300px;
	}
	
	#Footer{
		margin-top:50px !important;
		height: inherit;
		max-height:125px;
	}
	.tint{
		height: inherit;
	}
	
}

@media (max-height: 650px) {
	.servicebox{
	margin-bottom:45px;	
}
}

@media (max-height: 500px) {
/*@media (max-height: 400px) and (max-width: 800px) {*/
    /* CSS stuff */

	.mobile-100{
	/*height: auto !important;	*/
	}

	
}
@media (max-height: 475px) {
	.servicebox{
	margin-bottom:20px;	
}
}

@media (max-height: 875px) {
.tint{
height: auto;
}
	
	.tint:before{
		/*position:inherit;*/
	}
	.lastcontainer{
		margin-bottom:200px;
	}
	.parallax{
		position:relative;
		height: auto;
		overflow: visible;
		/*height:300px;
		background-position: center;*/
			
	}
	.margin150{
		margin-top:85px;
	}
	.margin100{
		margin-top:20px;
	}
}
@media (max-height: 750px) {
	.margin150{
		margin-top:80px;
	}	
	.margin100{
		margin-top:15px;
	}
}

@media only screen and (max-height:768px) {
	.hero {
		height:inherit !important;
	}
}

@media only screen and (max-height: 875px) {
	.hero {
		height:inherit !important;
	}
}

@media (max-width: 350px) {
	.card-title, .card-title > h5{
		font-size:16px !important;
		line-height: 25px;
	}
	
	textarea.form-control{
		min-height: 250px;
	}
	
	.calltoaction{
		
		font-size:14px !important;
		height: inherit !important;
		min-height:65px !important;
	}
}
 h6, .control-label{
	color:#656262 !important;
	 font-family: 'agenda', sans-serif;
	 font-size:18px;
}

