@charset "utf-8";
/* CSS Document */

#navbanner,
#spacer {
	position: fixed;
	height: 60px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #333;
	z-index: 5;
}

#spacer {
	height: 59px;
	position: relative;
	z-index: 1;
}

#banner-logo {
	float: left;
	width: 450px;
	height: 100%;
	border: none;
	padding: 0;
	margin: 0;
	background-color: #333;
}

#banner-logo:hover {
	background-color: #555;
}
.banner-dropdown {
	float: left;
	background-color: #333;
}

.banner-dropdown-button {
	font-size: 18px;
	line-height: 18px;    
	border: none;
	outline: none;
	color: #fff;
	padding: 20px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.banner-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
	z-index: 5;
}

.banner-dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.banner-dropdown:hover {
	background-color: #555;
}

.banner-dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.banner-dropdown:hover .banner-dropdown-content {
	display: block;
}

.banner-sidebar-icon-holder {
	float:right;
	height: 100%;
}

#banner-sidebar-icon {
	font-size: 18px;
	line-height: 18px;    
	text-decoration: none;
	border: none;
	outline: none;
	color: #fff;
	padding: 21px 16px;
	margin: 0;
}

.banner-sidebar-icon-holder:hover {
	background-color: #555;
}

#hero {
	width: 100%;
	height: 578px;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	background-image: url('../assets/hero_milky_way.jpg'); 
	background-size: auto 100%; 
	background-position: center bottom; 
	background-repeat: no-repeat;
}
.hero-text-holder {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 10;
}
.hero-text-holder h1, 
.hero-text-holder h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:4.0em;	
	text-align: center;
	color: #FFF;
}
.hero-text-holder h2 {
	font-size:2.0em;
	margin-top: 0.4em;
}
.clear-image {
	width: 100%;
	height: auto;
	/*max-height: 680px;*/
}
.rest {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: #d1d1d1;
}
.centre {
	text-align: center;
}

@media screen and (min-width: 771px) and (max-width: 980px) {
	.hide-25 {
		display: none !important;
	}
	.hero-text-holder h1 {
		font-size:4.0em;
	}
	.hero-text-holder h2 {
		font-size:1.0em;
		display: none  !important;
	}
}
@media screen and (min-width: 601px) and (max-width: 770px) {
	.hide-25,
	.hide-33 {
		display: none !important;
	}
	.hero-text-holder h1 {
		font-size:3.5em;
	}
	.hero-text-holder h2 {
		font-size:1.5em;
		display: none  !important;
	}
}

@media screen and (max-width: 600px) {
  #navbanner, #spacer {
	  height: 50px;
  	}
	#banner-logo {
		width: 375px;
	}
  .banner-dropdown {
    display: none;
  }
  #banner-sidebar-icon {
	  	padding: 16px 16px;
  }

	.hide-25,
	.hide-33,
	.hide-50 {
		display: none  !important;
	}
	.hero-text-holder h1 {
		font-size:3.0em;
	}
	.hero-text-holder h2 {
		font-size:0.8em;
    	display: none;
	}
}
@media screen and (max-width: 450px) {
  #navbanner, #spacer {
	  height: 36px;
  	}
	#banner-logo {
		width: 270px;
	}
  .banner-dropdown {
    display: none;
  }
  #banner-sidebar-icon {
	  	padding: 9px 16px;
  }
}

