body {
	margin-top: 0px;
	margin-left: 0px;
	overflow-X: hidden;
    	overflow-y: visible;
	}

.brighter-span {
  filter: brightness(100%);
}

.brighter-span1 {
	filter: brightness(100%);
}

.bg {
	background-position: center;
	background-size: cover;
    	background-attachment: fixed;
   	background-position: 100% 100%;
	z-index: 1;
    	
}

#welcome {
    text-align: center;
    font-family: Batang;
    vertical-align: middle;       
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    color: black;
    width: 1120px;
    margin-top: 100px;
   
}

h1 {
	font-family: Batang;
	font-weight:  bold;
    	font-size: 30pt;	
    	background-color: white;
    	color: black;
    	padding-top: 20px;
	margin-left: 0px;
	}

p {
	font-family: Batang;
	color: Black;	
}

.img {
  object-fit: fill;  
  }

#showcase {		
	
	background-size: cover;
	background-position: center;
	font-family: Batang;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: -1;
	opacity: 0.5;
	height: 100vh;
	width: 100%;
	margin-top: -300px;
	margin-left: 0px;
}

.content {
	line-height: 1em;
}



#menu {
	padding-left: 0px;
	padding-top: 0px;
	width: 100%;
	background-color: red;
	color: Black;
	font-family: Batang;	
	text-align: center;	
	margin-top: 0px;	
}

#header {
	font-family: Batang;
	margin-top: -117px;
	z-index: 1;
	width: 336px;
	margin-left: 1000px;
	}

#footer {
	color: Red;
	background-color: transparent;
	z-index: 0;
	font-family: Batang;	
	margin-top: -60px;
	}

a {
	font-family: Batang;
	background-color: red;
  	color: white;
  	position: relative;
  	text-decoration: none;
  	text-transform: uppercase;
  	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
  }


a:link {
	color: white;
	background-color: red;
	font-family: Bradley Hand ITC;
	
}

a:hover {
	background-color: White;
	color: black;
	font-family: Bradley Hand ITC;
	}

a:visited {
	color: Black;
	Background-color: white;
}
