body {
	font-family: 'Amatic SC', serif !important;
	background-image: url(../Assets/image.jpg);
	background-attachment: fixed;
}
.row {
    margin-right: unset !important;
    margin-left: unset !important;
}

#adminLoginHeader {
	text-align: center;
}
::-webkit-input-placeholder {
   text-align: center;
}
.feild {
	display: block;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 250px;
	background: transparent;
	color: white;
	text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.Form {
	text-align: center;
	padding: 25px;
    background-color: rgba(55,55,55,.5);
    width: 40%;
    margin: 0 auto;
	border: 2px solid black;
	border-radius: 5px;
}
.contactSubmit {
	display: block;
	padding: 10px;
	color: white;
	font-size: 28px;
	background-color: rgb(75,75,75);
	border: none;
	border-radius: 5px;
}
.contactSubmit:hover {
	cursor: pointer;
}
.contactSubmit:active {
	position: relative;
	top: 2px;
}
.ContactBody {
	display: inline-block;
	color: white;
	width: 100%;
}
.contactFeilds {
	display: block;
	vertical-align: top;
}
.contactmessage {
	display: block;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 250px;
	max-width: 500px;
	background: transparent;
	color: white;
	background: transparent;
	border-radius: 5px;
	height: 200px;
	font-size: 28px;
	font-weight: 600;
	resize: none;
	overflow: auto;
}
.BodyMain {
	padding-top: 10px;
}
.Copy {
	text-align: center;
}
#Copy {
	font-family: 'Share Tech Mono', serif;
	font-size: 24px;
}
.IconHolder {
	padding: 10px;
    background-color: rgba(225,225,225,.3);
    border-radius: 55px;
    display: inline-block;
    margin: 10px;
    height: 75px;
    width: 75;
}
.MediaItems {
	text-align: center;
}
.MediaLink {
	margin: 5px;
	color: black;
}
.MediaLink:hover {
	cursor: pointer;
}
.ShopItem {
	background-color: transparent;
	transition: background-color .5s;
	transition: color .5s;
}
.ShopItem:hover {
	cursor: pointer;
	color: black;
	background-color: rgba(158, 98, 12, 0.6);
}
.ShoiwDate {
	float: left;
}
.ShowBtn {
	float: right;
	box-shadow: 0 0 0 3px #FFFFFF inset;
	transition: background-color .5s;
}
.ShowBtn:hover {
	cursor: pointer;
	background-color: rgba(158, 98, 12, 0.6);
}
.ShowInfo {
	font-size: 28px;
	font-weight: 600;
	color: white;
	padding: 5px 10px;
}
.ShowItem {
	border-top: 1px solid grey;
	padding: 10px;
}
.ShowItem {
	border-top: 1px solid grey;
	padding: 10px;
}
.ShowItem:last-child {
	border-bottom: 1px solid grey;
	padding: 10px;
	margin-bottom: 20px;
}
.ShopLinkNav {
	text-align: center;
}
.ShopLink > li {
	font-family: 'Share Tech Mono', serif;
	display: inline-block;
	border: 2px solid rgba(225,225,225,.3);
	width: 200px;
	font-size: 24px;
	font-weight: 600;
	margin: 15px;
	padding: 10px;
}
.PromoVideo {
	text-align: center;
	padding: 50px 0px;
}
.News {
	text-align: center;
}
#NewsContent {
	font-size: 28px;
	font-family: 'Share Tech Mono', serif;
}
.Brand {
	font-size: 38px !important;
	color: white;
	font-weight: 600;
}
.navLink > a {
	font-size: 28px;
	color: white;
}
.BrandLogo {
	text-align: center;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navLink > a {
	font-size: 40px;
	font-weight: 600;
	color: rgb(225,225,225);
	transition: color .5s;
	background-color: transparent;
	transition: background-color .5s;
	border-radius: 5px;
}
.navLink {
	box-shadow: 0 0 0 0 0 inset;
	transition: box-shadow .5s;
		border-radius: 5px;
}
.navLink:hover {
	box-shadow: 0 0 0 3px #FFFFFF inset;
	border-radius: 5px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent !important;
	text-decoration: none;
	color: white;
}