/***********************************************************************
Import Fonts
***********************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Open+Sans:wght@400;600;700&display=block');
/***********************************************************************
BEGIN:	Element Styles
***********************************************************************/
/*66BB6A - Material Green 400 (Logo Color)*/
/*00833E - Darker Accent Green*/

a 
{
 color: #03A9F4;
}
a:focus,
a:hover 
{
 color: #01579B;
	text-decoration:none;
}
body 
{
 height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background-color: #000;
}
body#AIH #image-holder 
{
	background:
		linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%),
		url(../images/bermuda3-md.jpg) no-repeat 50% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1
{
	font-family: 'Krona One', sans-serif;
	font-size: 16px;
	line-height: 20px;  
	letter-spacing: 1px; 
	text-transform: uppercase;
	margin: 0 auto;
	padding: 20px 0px; 
	color: #FFF;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:100;
}
h2 
{
 font-family: 'Open Sans', sans-serif;
	font-size: 20px;
 font-weight: 600;
	line-height: 1.3;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
hr
{
	border-top: 1px solid #CCC;
}
html 
{
  height: 100%;
}
p 
{
	margin-bottom: 1.313em;
}

/***********************************************************************
END:	Element Styles
***********************************************************************/

/***********************************************************************
BEGIN:	ID Selector Styles
***********************************************************************/

#article 
{
 width: 100%;
	display: block;
	float: left;
	background-color: #FFF;
	color: #000;
	padding: 25px 0;
	font-size: 18px;
	line-height: 1.7em;
}
#footer
{
	width: 100%;
	display: block;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000;
	color: #FFF;
}
#header 
{
	width: 100%; 
	min-height: 270px;
	display: block;
	position: relative;
	background-color: #000;
	z-index: 1;
	text-align:center;
}
#image-holder 
{
	content: "";
	min-height:220px;
	background-color: #000;
}

/***********************************************************************
END:	ID Selector Styles
***********************************************************************/

/***********************************************************************
BEGIN:	Class Selector Styles
***********************************************************************/

.clearfix 
{
	display: block;
	clear: both;
}
.container-fluid 
{
 max-width: 1022px;
}
.copyright 
{
	width: 100%;
	display: block;
	text-align: center;
}
.logo 
{
	margin: 1px 0 0 0; 
	display: block;
	float: left;
}
.logo-mobile {
	display: block;
	float: left;
}

/***********************************************************************
END:	Class Selector Styles
***********************************************************************/

/***********************************************************************
BEGIN:	Top Nav Styles
***********************************************************************/

.navbar 
{
 background: #000;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 100%;
}
.navbar-brand 
{
 background: #000;
	height: auto;
	padding-right: 0;
	position: relative;
	z-index: 4;
 padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
}
.navbar-header 
{
 float: none; 
}

/***********************************************************************
END:	Top Nav Selector Styles
***********************************************************************/


/***********************************************************************
BEGIN:	@media Conditional Styles
***********************************************************************/


/*handheld breakpoint*/
@media only screen and (min-width: 768px) 
{
	#article
	{
		min-height:350px;
	}
	#header 
	{
		min-height: 370px;
 }
	#image-holder 
	{
 position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
	h1 
	{
		font-size: 22px;
		line-height: 28px;
	}
	/*bootstrap overides to center logo*/
	.navbar-header 
 {
  float: none; 
 }
}

/*bootstrap md breakpoint*/
@media only screen and (min-width: 992px) 
{
	.navbar {
		padding-top: 20px;
	}
	.navbar-brand 
	{
		padding-top: 0px;
	}
}

/*custom breakpoint*/
@media only screen and (min-width: 1050px) 
{
	body#AIH #image-holder 
	{
		background:
			linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%),
			url(../images/bermuda3.jpg) no-repeat 50% 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

/*XL desktop breakpoint*/
@media only screen and (min-width: 1460px) 
{
	#header 
	{
		min-height: 570px;
 }
}

/***********************************************************************
END:	@media Conditional Styles
***********************************************************************/