@import url('https://fonts.googleapis.com/css?family=Kanit:300|Kanit:700&display=swap');#nwWebsite{background-color: rgb(238, 238, 238);}#nwWrapper{background-color: rgb(255, 255, 255);}#nwNavTop li ul, #nwNavSide li ul{background-color: rgb(0, 0, 0);}#nwMobileNav{background-color: rgb(0, 0, 0);}#nwWebsite .mm-menu{background-color: rgb(0, 0, 0);}#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn, #nwWebsite .nwButton, #nwWebsite .btn.btn-primary{background-color: rgb(240, 6, 1);}#nwWebsite, #nwContent, #nwWebsite .column:not(.zero), #nwContent p{font-family: Kanit;font-weight: 300;}#headerBarLinks a{color: rgb(255, 255, 255);}#nwWebsite #nwLogo{font-family: Kanit;font-weight: 700;}#nwWebsite .nwNav li, #nwWebsite .nwNav li a{color: rgb(255, 255, 255);}#nwWebsite #nwMobileNav, #headerBarLinks a::before{color: rgb(255, 255, 255);}#nwWebsite .mm-menu{color: rgb(255, 255, 255);}#nwContent h1{color: rgb(255, 255, 255);font-size: 3rem;}#headerBarLinks {
	position: absolute;
	right: 0;
	top: 2.7em;
}
#nwBranding #nwNavTop {
	padding-right: 5em;
}
#nwHeader {
	position: absolute;
	z-index: 1;
	width: 100%;
}
#nwHeader #nwLogo {
	padding: 0;
}
#nwLogo img {
	max-height: 110px;
}
#nwNavTop li a[href="/shop/membership"] {
	/*color: #1bca0b;*/
	background: red;
	font-weight: bold;
}
.firstBlock, 
#nwContent > div > .firstBlock /* for editor */ {
	padding: 10rem 0 3rem;
	background-image: 
	 linear-gradient(170deg, black 10%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.8)), 
	 url(https://cdn.pixabay.com/photo/2020/02/16/00/17/background-4852316_960_720.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto;
	border-bottom: 3px solid red;
}
.firstBlock h1 {
	animation-name: fadeDown;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
@keyframes fadeDown{
 0% { 
	transform: translateY(-1rem); 
	opacity: 0;
 }
}
.firstBlock + * {
	margin-top: 2rem;
}
#nwContent {
	min-height: 70vh;
}
#nwWebsite h2 {
	text-align: center;
}@media (max-width: 699px) {#nwLogo {width: 171px;}}