@charset "UTF-8";
/* Body */
body {
	font-family: boogaloo;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 660px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 8%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
}
.logo {
    color: ghostwhite;
    font-weight: 400;
    text-align: undefined;
    width: 30%;
    float: left;
    margin-top: 1px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 40px;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
.hero_header {
	color: ghostwhite;
	opacity:1.5;
	text-align: center;
	margin-top: 40px;
	margin-right: 00px;
	margin-bottom: 0px;
	margin-left: 160px;
	letter-spacing: 3px;
	font-display: auto;
	font-family: boogaloo;
	font-size: 35px;
	text-shadow: -3px -3px 0 #000000,
	              3px -3px 0 #000000,
		          -3px 3px 0 #000000,
		           3px 3px 0 #000000;
	width: 80%;
}
/* Hero Section */
.hero {
	background-image: url("../Images/background/workshop-2608390_1920.jpg");
	width:100%;
	height: 100%;
	background-position:center;
	background-size: cover; 
	opacity: 1;
	
	
}
/* nau fume hood logo home page*/
.light {
	font-weight: bold;
	color: #717070;
	margin-top: 50px;
	margin-left: 20px;
	height: 405px;
	width: 505px;
	
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}

footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #342B26;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}


@media (max-width: 320px){
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	background-color: #FFFFFF;
}
	
	/* Navigation */
header {
	width: 100%;
	height: 12%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
}
	.logo {
    color: #FCD110;
    font-weight: 400;
    text-align: center;
    width: 100%;
    float: none;
    margin-top: 1px;
    margin-left: 1px;
	margin-bottom: 1px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 28px;
	
}
	nav {
	float:none;
	width: 110%;
	
	
}
header nav ul {
	list-style: none;
	float: none;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: center;
	margin-right:10px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
	.hero_header {
	color: ghostwhite;
	opacity:1.5;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	letter-spacing: 3px;
	font-display: auto;
	font-family: boogaloo;
	font-size: 30px;
	text-shadow: -3px -3px 0 #000000,
	              3px -3px 0 #000000,
		          -3px 3px 0 #000000,
		           3px 3px 0 #000000;
	width: 80%;
}
	
	/* Hero Section */
.hero {
	background-image: url("../Images/background/workshop-2608390_1920.jpg");
	width:100%;
	height: 100%;
	background-position:center;
	background-size: cover; 
	opacity: 1;
	
}
	/* nau fume hood logo home page*/
.light {
	margin-top: 25px;
	margin-left: 10px;
	height: 185px;
	width: 275px;
	
}	
}


/*End MOBILE SCREEN SIZE*/

@media only screen and ( min-width : 321px ) and (max-width : 600px )
{
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:650px;
}
	
	/* Navigation */
header {
	width: 100%;
	height: 11%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: center;
    width: 100%;
    margin-top: 5px;
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: center;
    letter-spacing: 4px;
    font-family: boogaloo;
	font-size: 28px;
}
	
nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 4px;
}	
	
	header nav ul {
	
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
    text-align:center;
	width:100%;
	
}	
	
	nav ul li {
	color: ghostwhite;
	font-size: 12px;
	margin-left: auto;
	margin-right:auto;
	display:block;
	letter-spacing: 4px;
	transition: all 0.3s linear;
	font-family: boogaloo;
	text-align:center;
	width:24%;
	align-content: center;
}

	
ul li:hover a {
	color: #FCD110;
}	
	
.hero_header {
	color: ghostwhite;
	width: 95%;
	text-align: center;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	letter-spacing: 3px;
	font-family: boogaloo;
	font-size: 28px;
	text-shadow: -3px -3px 0 #000000,
	              3px -3px 0 #000000,
		          -3px 3px 0 #000000,
		           3px 3px 0 #000000;
	
}	

/* Hero Section */
.hero {
	background-image: url("../Images/background/workshop-2608390_1920.jpg");
	width:100%;
	height: 100%;
	background-position:center;
	background-size: cover; 
	opacity: 1;
	
}
/* nau fume hood logo home page*/
.light {
	margin-top:auto;
	margin-left: auto;
	margin-right:auto;
	display: block;
	width: 80%;
	height:auto;
}			
	
}


@media (min-width: 600px) and (max-width: 760px){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:745px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    width: 45%;
	text-align: left;
    margin-top: 6px;
    margin-left: 15px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 25px;
	
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: right;
	margin-right:15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
.hero_header {
	color: ghostwhite;
	width: 95%;
	text-align: center;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	letter-spacing: 3px;
	font-family: boogaloo;
	font-size: 28px;
	text-shadow: -3px -3px 0 #000000,
	              3px -3px 0 #000000,
		          -3px 3px 0 #000000,
		           3px 3px 0 #000000;
	
}	

/* Hero Section */
.hero {
	background-image: url("../Images/background/workshop-2608390_1920.jpg");
	width:100%;
	height: 88%;
	background-position:center;
	background-size: cover; 
	opacity: 1;
	
}
/* nau fume hood logo home page*/
.light {
	margin-top: 25px;
	margin-left: auto;
	margin-right:auto;
	display: block;
	width: 65%;
	height: auto;
}		
	
}

@media (min-width: 760px) and (max-width: 960px){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:718px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 6%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    width: 45%;
	text-align: left;
    margin-top: 6px;
    margin-left: 15px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 25px;
	
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: right;
	margin-right:15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
.hero_header {
	color: ghostwhite;
	width: 95%;
	text-align: center;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	letter-spacing: 3px;
	font-family: boogaloo;
	font-size: 28px;
	text-shadow: -3px -3px 0 #000000,
	              3px -3px 0 #000000,
		          -3px 3px 0 #000000,
		           3px 3px 0 #000000;
	
}	

/* Hero Section */
.hero {
	background-image: url("../Images/background/workshop-2608390_1920.jpg");
	width:100%;
	height: 88%;
	background-position:center;
	background-size: cover; 
	opacity: 1;
	
}
/* nau fume hood logo home page*/
.light {
	margin-top: 25px;
	margin-left: auto;
	margin-right:auto;
	display: block;
	width: 55%;
	height: auto;
}		
	
}

@media ( min-width : 960px ) and (max-width : 1271px ){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:653px;
}
	
	/* Navigation */
header {
	width: 100%;
	height: 8%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: undefined;
    width: 40%;
    float: left;
    margin-top: 6px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 40px;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
.hero_header {
	color: ghostwhite;
	width: 85%;
	text-align: center;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	letter-spacing: 3px;
	font-family: boogaloo;
	font-size: 28px;
	text-shadow: -3px -3px 0 #000000,
	              3px -3px 0 #000000,
		          -3px 3px 0 #000000,
		           3px 3px 0 #000000;
	
}	

/* Hero Section */
.hero {
	background-image: url("../Images/background/workshop-2608390_1920.jpg");
	width:100%;
	height: 100%;
	background-position:center;
	background-size: cover; 
	opacity: 1;
	
}
/* nau fume hood logo home page*/
.light {
	
	
	display: inline-block;
	width: 42%;
	height: auto;
	
	
}		
	
}
