@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:715px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");


}
/* 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: 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;
}

.paget{
 color: ghostwhite;
    margin-top:20px;
	margin-bottom:auto;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 70px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
/* Hero Section */
.hero {
	background-color: transparent;
	width:100%;
	height: 55%;
	background-position:center;
	background-size:cover; 
	opacity: 1;

}
.tagline{
    Width: 90%;
    height: 40%;
    font-size: 35px;
    margin-left: auto;
	margin-right:auto;
	display:block;
    margin-top: 65px;
    text-align: justify;
    text-align-last: center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
	
}

.tagline2{
    Width: 88%;
    height: 40%;
    font-size: 35px;
    margin-left: 85px;
    margin-top: 120px;
    text-align: justify;
    text-align-last: center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
	
}


/* More info */


.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: #B3B3B3;
	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;
}

/* Mobile */
@media (max-width : 320px ){
		
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:1450px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 5.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
}
	.logo {
    color: #FCD110;
    width: 95%;
    float:left;
    margin-top: 6px;
    margin-left: 10px;
	margin-bottom: auto;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 28px;
	
}
	nav {
	float: right;
	width: 100%;
	text-align: center;
	margin-right: 20px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 15px;
	text-align: center;
	margin-right: 8px;
	margin-top: 1px;
	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 {
	background-color: transparent;
	width:100%;
	height: 80%;
	background-position:center;
	background-size:cover; 
	opacity: 1;

}
	
	.paget{
 color: ghostwhite;
    margin-top:20px;
	margin-bottom:auto;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 28px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
.tagline{
    Width: 95%;
	height: auto;
    font-size: 28px;
    margin-left: auto;
	margin-right:auto;
	margin-bottom: auto;
    margin-top: 20px;
    text-align: center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
}	

	.tagline2{
    Width: 99%;
	height: auto;
    font-size: 28px;
    margin-left: auto;
	margin-right:auto;
	margin-bottom: auto;
    margin-top: 30px;
    text-align:center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
}
	
.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;
}	
	
}

@media (min-width: 320px) and (max-width: 600px){
	
		
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:1100px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 7%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: center;
    width: 100%;
    margin-top: 10px;
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: center;
    letter-spacing: 4px;
    font-family: boogaloo;
	font-size: 30px;
}
	
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 {
	background-color: transparent;
	width:100%;
	height: 80%;
	background-position:center;
	background-size:cover; 
	opacity: 1;

}
	
.paget{
 color: ghostwhite;
	width:100%;
	text-align: center;
    margin-top:20px;	
	margin-bottom:auto;
	margin-left:auto;
	margin-right: auto;
	position: inherit;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 28px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
.tagline{
    Width: 95%;
	height: auto;
    font-size: 28px;
    margin-left: auto;
	margin-right:auto;
	margin-bottom: auto;
    margin-top: 20px;
    text-align: center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
}	

	.tagline2{
    Width: 99%;
	height: auto;
    font-size: 28px;
    margin-left: auto;
	margin-right:auto;
	margin-bottom: auto;
    margin-top: 30px;
    text-align:center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
}
	
.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;
}	

}


@media ( min-width : 600px ) and (max-width : 760px ){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:750px;
	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: 3px;
    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 {
	background-color: transparent;
	width:100%;
	height: 80%;
	background-position:center;
	background-size:cover; 
	opacity: 1;

}
	
.paget{
 color: ghostwhite;
	width:100%;
	text-align: center;
    margin-top:20px;	
	margin-bottom:auto;
	margin-left:auto;
	margin-right: auto;
	position: inherit;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 28px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
.tagline{
    Width: 95%;
	height: auto;
    font-size: 28px;
    margin-left: auto;
	margin-right:auto;
	margin-bottom: auto;
    margin-top: 20px;
    text-align: center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
}	

	.tagline2{
    Width: 99%;
	height: auto;
    font-size: 28px;
    margin-left: auto;
	margin-right:auto;
	margin-bottom: auto;
    margin-top: 30px;
    text-align:center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
}
	
.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;
}	
	
	
}

@media (min-width: 760px) and (max-width: 960px){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:730px;
	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: 3px;
    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 {
	background-color: transparent;
	width:100%;
	height: 80%;
	background-position:center;
	background-size:cover; 
	opacity: 1;

}
	
.paget{
 color: ghostwhite;
	width:100%;
	text-align: center;
    margin-top:20px;	
	margin-bottom:auto;
	margin-left:auto;
	margin-right: auto;
	position: inherit;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 40px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
.tagline{
    Width: 95%;
	height: auto;
    font-size: 28px;
    margin-left: auto;
	margin-right:auto;
	margin-bottom: auto;
    margin-top: 20px;
    text-align: center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
}	

	.tagline2{
    Width: 99%;
	height: auto;
    font-size: 28px;
    margin-left: auto;
	margin-right:auto;
	margin-bottom: auto;
    margin-top: 30px;
    text-align:center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
}
	
.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;
}		
}

@media ( min-width : 960px ) and (max-width : 1271px )
{
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:900px;
	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;
    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 {
	background-color: transparent;
	width:100%;
	height: 80%;
	background-position:center;
	background-size:cover; 
	opacity: 1;

}
	
.paget{
 color: ghostwhite;
	width:100%;
	text-align: center;
    margin-top:0px;
	margin-bottom:auto;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 60px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
/* Hero Section */
.hero {
	background-color: transparent;
	width:100%;
	height: 55%;
	background-position:center;
	background-size:cover; 
	opacity: 1;

}
.tagline{
    Width: 90%;
    height: 50%;
    font-size: 35px;
    margin-left: auto;
	margin-right:auto;
	display:block;
    margin-top: 65px;
    text-align: justify;
    text-align-last: center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
	
}

.tagline2{
    Width: 88%;
    height: 40%;
    font-size: 35px;
    margin-left: 85px;
    margin-top: 120px;
    text-align: justify;
    text-align-last: center;
    color: ghostwhite;
    font-family: boogaloo;
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #000000,
	-2px 2px 0 #000000,
		2px -2px 0 #000000, 
		2px 2px 0 #000000;
    font-style: normal;
    font-weight: 400;
	
}


/* More info */


.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;
}	
}
