body#nw32 {
	padding-top: 0 !important;
	font-family: Arial;
}
body#nw32 header {
	/*background-color: #fc7e32;*/
	padding-top: 0rem !important;
	font-family: Impact;
	height: 600px;
/*	background: url('../img/blueberries.png') bottom center no-repeat;*/
	background-size: 100% auto;
}
body#nw32 header#intro-img {
	background: url('../img/image-13.jpg') bottom center no-repeat;
}
body#nw32 header#opening-img {
	background: url('../img/image-14.jpg') bottom center no-repeat;
}
body#nw32 header#events-img {
	background: url('../img/image-12.jpg') bottom center no-repeat;
}
body#nw32 header#offer-img {
	background: url('../img/image-15.jpg') bottom center no-repeat;
}
body#nw32 header#footer-img {
	background: url('../img/image-11.jpg') bottom center no-repeat;
}
body#nw32 h1 {
	font-family: Impact;
	color: #333 !important;
	text-transform: uppercase;
}
body#nw32 header h3 {
	font-family: Arial;
	color: #000 !important;
	float: right;
	margin: 50px 50px 0 20px;
	text-transform: uppercase;
	font-size: 1.25rem;
}
body#nw32 .intro a.button {
	display: block;
	float: left;
	margin-top: 20px;
	font-size: 1rem;
}
body#nw32 .intro a.button:hover {
	color: #fff;
	border: 3px solid #fff;
	text-decoration: none;
}

body#nw32 nav.navbar {
	font-family: Impact;
	letter-spacing: 2px;
	background-color: #fff !important;
}
body#nw32 nav.navbar a.nav-link {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
body#nw32 nav.navbar a.nav-link-dash::before {
	content: "/";
	padding-right: 20px;
}
body#nw32 nav.navbar .active a.nav-link-dash::before {
	content: "";
	padding-right: 0px;
}

body#nw32 a.nav-link.nav-link-i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../img/i.png) !important;
	margin-top: 7px;
	margin-left: 7px;
}
body#nw32 a.nav-link.nav-link-f {
	display: inline-block !important;
	width: 25px !important;
	height: 25px !important;
	background-image: url(../img/f.png) !important;
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
}
body#nw32 .nav-link-end {
	margin-right: 30px;
}
/*body#nw32 a.nav-link.nav-link-f::before {
	content: "/";
}*/

body#nw32 #about h1 {
	margin-bottom: 20px;
}

body#nw32 #about {
	background-color: #000;
	color: #fbede5 !important;
}
body#nw32 #about p {
	padding-bottom: 20px;
	/*width: 50%;*/
}
body#nw32 #about img.avatar {
	float: right;
	width: 40%;
	padding-left: 30px;
}
@media (max-width: 416px) {
  body#nw32 header {
	/*height: 170px !important;*/
  }
}
@media (min-width: 1000px) {
  body#nw32 header {
	/*height: 240px !important;*/
	/*background: #fc7e32 url('../img/header2.jpg') bottom left no-repeat;*/
  }
}
@media (min-width: 560px) {
  body#nw32 header#intro-img {
	/*height: 240px !important;*/
	background: url('../img/image-13.jpg') top center no-repeat;
	background-size: 100% auto;
  }
  body#nw32 header#opening-img {
	/*height: 240px !important;*/
	background: url('../img/image-14.jpg') top center no-repeat;
	background-size: 100% auto;
  }
  body#nw32 header#events-img {
	/*height: 240px !important;*/
	background: url('../img/image-12.jpg') top center no-repeat;
	background-size: 100% auto;
  }
  body#nw32 header#offer-img {
	/*height: 240px !important;*/
	background: url('../img/image-15.jpg') top center no-repeat;
	background-size: 100% auto;
  }
  body#nw32 header#footer-img {
	/*height: 240px !important;*/
	background: url('../img/image-11.jpg') top center no-repeat;
	background-size: 100% auto;
  }
}


body#nw32 .py-5#media {
	padding-bottom: 0 !important;
}

body#nw32 #about .dash {
	position: absolute;
	top: -80px;
	left: 50%;
	width: 49px;
	height: 59px;
	background-image: url(../img/dash2.png) !important;
}

body#nw32 #offer h1 {
	margin-bottom: 20px;
}
body#nw32 #offer h4 {
	font-weight: bold;
	font-size: 1rem;
}
body#nw32 #offer p {
	padding-bottom: 20px;
}

body#nw32 #offer section p {
	padding-bottom: 0px;
}

body#nw32 .gallery {
	margin-top: 50px;
}

body#nw32 #contact {
	background-color: #000 !important;
	color: #fbede5 !important;
}
body#nw32 #contact h1 {
	margin-bottom: 20px;
}
body#nw32 #contact strong {
	font-weight: bold;
}
body#nw32 #contact a,
body#nw32 #contact span,
body#nw32 #bootcamps a {
	color: #fc7e32;
}

body#nw32 a.button {
	display: inline-block;
	font-weight: bold;
	font-family: Impact;
	text-transform: uppercase;
	color: #000;
	border: 3px solid #000;
	padding: 5px 10px;
	border-radius: 10px;
	letter-spacing: 1px;
}
body#nw32 a.button:hover {
	color: #fc7e32;
	border: 3px solid #fc7e32;
	text-decoration: none;
}

body#nw32 #offer a.button {
	float: right;
	margin-right: 50px;
}

.mediaGallery {
	margin-top: 0px !important;
	margin-bottom: 50px !important;
}

.mediaGallery img {
	padding: 5px;
}

input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
label { 
  -webkit-appearance: push-button;
  -moz-appearance: button; 
  display: inline-block;
  cursor: pointer;
}
div.toggle {
   display: none;
}
input[type=checkbox]:checked ~ div {
   display: block;
}

footer {
	background-color: #fff !important;
	font-size: 0.5rem;
	color: #655f5b !important;
}

footer a {
	color: #655f5b !important;
}