/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: 300;
}
a {
	text-decoration: none;
	color: #c80032;
}
a:hover {
	color: #7c001f;
}
/* =Extras
-------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
/* =Nav
------------------------------------------------------- */

/*Index page------------------------------------------- */

#hsv-logo {
	float:right;
	background-image:url(../images/port-of-hsv-logo.png);
	background-repeat:no-repeat;
	background-position: right 0px;
	margin-right:40px;
	border:0px solid red;
	height:94px;
	width:485px;
}

#nav-trigger-slides {
	background-image:url(../images/HSV_CVB_Logo_White_v2.png);
	/*background-image:url(../images/we-got-space-logo.png);*/
	background-repeat:no-repeat;
	background-position:46px;
	background-color: #11222e;
	background-size:434px Auto;
	display: block;
	text-align: right;
	border-bottom:1px solid gray;
	color: #fff;
	line-height:30px;
}
#nav-trigger-slides span {
	font-family:"Fjalla One", sans-serif;
	font-weight:900;
	text-transform: uppercase;
	letter-spacing: 0px;
	width:82px;
	font-size: 20px;
	height:55px;
	border:0px solid green;
	display: inline-block;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:50px;
	padding-right:30px;
	cursor: pointer;
}
/*End Index page---------------------------------------- */

/*Other pages------------------------------------------- */
#nav-trigger {
	background-image:url(../images/HSV_CVB_Logo_White_v2.png);
	/*background-image:url(../images/we-got-space-logo.png);*/
	background-repeat:no-repeat;
	background-position:46px;
	background-color: #11222e;
	display: block;
	text-align: right;
	border-bottom:1px solid gray;
	color: #fff;
	line-height:30px;
	hieght:90px;
}
#nav-trigger span {
	background-image:url(../images/navicon.png);
	background-repeat:no-repeat;
	background-position:20px 36px;
	font-family:"Fjalla One", sans-serif;
	font-weight:900;
	text-transform: uppercase;
	letter-spacing: 0px;
	width:82px;
	font-size: 20px;
	height:55px;
	border:0px solid green;
	display: inline-block;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:50px;
	padding-right:30px;
	background-color: #11222e;
	color: #1571a9;
	cursor: pointer;
}
#nav-trigger span:hover {
	background-color: #22465E;
}
/*End Other pages--------------------------------------- */

nav {
	margin-bottom: 0px;
	z-index:20;
}
#nav-main {
	background-color: #11222e;
	padding: 10px 0;
	display: none;
}
#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav-main li {
	display: inline-block;
	border-right: solid 1px #11222e;
	padding: 0 5px;
}
#nav-main li:last-child {
	border-right: none;
}
#nav-main a {
	display: block;
	color: white;
	padding: 10px 30px;
}
#nav-main a:hover {
	background-color: #22465E;
	color: #fff;
}
#nav-mobile {
	position: relative;
	display: block;
	bottom: 0px;
}
#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #11222e;
}
#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px #11222e;
}
nav#nav-mobile li:last-child {
	border-bottom: none;
}
#nav-mobile a {
	display: block;
	color: white;
	padding: 10px 30px;
}
#nav-mobile a:hover {
	background-color: #22465E;
	color: #fff;
}


/* =Media Queries
-------------------------------------------------- */
/*Kiosk------------------------------------------- */
@media only screen and (min-width: 1280px), only screen and (min-device-width: 667px) {
/*@media only screen and (max-width: 1280px), only screen and (orientation: landscape) {*/

/*Other page-------------------------------------- */

#nav-trigger {
	
	background-size:434px Auto;
	background-position:20px;
	display: inline block;
	color: #fff;
	line-height:30px;
	height:95px;
	
}
#nav-trigger span{
	
	font-family:"Fjalla One", sans-serif;
	font-size: 20px;
	background-position:20px 36px;
	width:82px;
	height:55px;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:50px;
	padding-right:30px;
}
#nav-trigger .back {
	background-image:url(../images/chevron.png);
	border:0px solid red;
	font-family:"Fjalla One", sans-serif;
	font-size: 20px;
	background-position:20px 34px;
	width:35px;
	height:55px;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:45px;
	padding-right:30px;
	
}
/*End Other page--------------------------------------- */

/*Index page------------------------------------------- */
#nav-trigger-slides {
	background-size:434px Auto;
	border:0px solid green;
	background-position:20px;
}

#nav-trigger-slides span {
	width:40px;
	height:54px;
}

#hsv-logo {
	border:0px solid red;
	width:482px;
	background-size:482px Auto;
	margin-right:15px;
	background-position:0px 0px;
}

#nav-main {
	display: none;
}
#nav-mobile {
	display: block;
	bottom: 0px;
}
/*End Index page---------------------------------------- */

}

/*iPad ------------------------------------------- */
@media only screen	and (min-width : 768px) 
and (max-device-width : 768px) 
and (orientation : landscape) 
{

#nav-trigger span {
	border:solid red 0px;
	width:60px;
}
#nav-trigger {
	background-size:350px Auto;
	background-position:20px;
}
#nav-trigger-slides {
	background-size:350px Auto;
	background-position:20px;
}
#hsv-logo {
	border:0px solid green;
	width:350px;
	background-size:350px Auto;
	margin-right:15px;
	background-position:0px 19px;
}
#nav-mobile {
	display: block;
	bottom: 1px;
}
}



/*iPhone 6 landscape------------------------------------------- 
@media only screen and (max-width: 667px), only screen and (orientation: landscape){
*/
@media only screen	and (min-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) 
{
/*Other page------------------------------------------- */
#nav-trigger {
background-size:150px Auto;
	background-position:20px;
	height:50px;
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
#nav-trigger span {
	background-position:20px 16px;
	width:40px;
	height:40px;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:50px;
	padding-right:20px;
	border:0px solid green;
}
/*End Other pages-------------------------------------- */

/*Index page------------------------------------------- */
#nav-trigger-slides {
	background-size:100px Auto;
	background-position:20px;
}

#nav-trigger-slides span {
	
	height:40px;
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	
}

#hsv-logo {
	border:0px solid green;
	width:155px;
	background-size:155px Auto;
	margin-right:15px;
	background-position:0px 12px;
}

#nav-mobile {
	display: block;
	bottom: 1px;
}
/*End Index page---------------------------------------- */
}
  
/*iPhone 6 portrait------------------------------------------- */
@media only screen and (max-width: 375px), only screen and (orientation: portrait){
/*Other pages------------------------------------------- */
#nav-trigger{
	background-size:150px Auto;
	background-position:20px;
	height:50px;
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	
}

#nav-trigger span{
	background-position:20px 16px;
	width:40px;
	height:40px;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:50px;
	padding-right:20px;
	border:0px solid green;
}
/*End Other pages-------------------------------------- */

/*Index page------------------------------------------- */
#nav-trigger-slides {
	background-size:100px Auto;
	background-position:20px;
}

#nav-trigger-slides span {
	
	height:40px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	
}

#hsv-logo {
	border:0px solid green;
	width:155px;
	background-size:155px Auto;
	margin-right:15px;
	background-position:0px 12px;
}

#nav-mobile {
	display: block;
	bottom: 1px;
}
/*End Index page---------------------------------------- */
}

