@charset "UTF-8";
@font-face {
	font-family: Calibri;
	src: url("Calibri.ttf");
	src: url("Calibri.eot");
	src: url("Calibri.woff");
	}

@media screen and (max-width: 280px) {
body {
 	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: calibri;
	overflow-x: hidden !important;
	}
.navbackground {
	width: 100%;
	height: 80px;
	}
.wrapper {
	width: 100%;
	}
.logo {
	width: 275px;
	margin-top: -43%; 
	margin-left: -6%;
	}
.dropdown {
  	display: inline-block;
	margin-left: 102%;
	}
.dropbtn {
	position: absolute;
  	background-color: transparent;
  	color: #ffffff;
  	padding: 0px 5px 0px 5px;
  	font-size: 18px;
  	border: none !important;
	outline: none !important;
	top: -60px;
	}
.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
  	min-width: 100px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: -25px;
	top: -32px;
	z-index: 1;
	}
.dropdown-content a {
  	color: black;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	}
.dropdown-content a:hover {
	background-color: #f1f1f1
	}
.dropdown:hover .dropdown-content {
  	display: block;
	}
.dropdown:hover .dropbtn {
  	background-color: #667e02;
	}
.contents { 
	width: 100%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	}
.galbanner {
	display: none;
	}
.galbannerresponsive {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -545px;
	width: 83.5%;
	margin-left: 3%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 2px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 125px;
	}
.categories {
	position: absolute;
	width: 85%;
	margin-top: -400px;
	margin-left: 3%;
	}
.category {
	width: 100px;
	height: 100px;
	border: 2px solid #ffffff;
	color: #000000;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 1pt;
	}
.navfooter {
	position: relative;
	left: -12px;
	width: 278px;
	height: 40px;
	}
.navfooter ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	}
.listfooter {
 	float: left;
	}
.listfooter a {
 	display: block;
  	color: white;
  	text-align: center;
	padding: 0px 5px 15px 5px;
  	text-decoration: none;
	font-size: 11pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	width: 280px;
	color: #ffffff;
	text-decoration: none;
	margin-left: -5%;
	text-align: center;	
	}
.copyright {
	color: #ffffff;
	font-size: 6pt;
	font-weight: normal;
	text-align: center;
	 }
.footer {
	position: absolute;
	width: 100.5%;
	margin-left: -0.5%;
	background-image: url("Images/navbackground.png");
	}
}

@media screen and (min-width: 320px) and (max-width: 568px) {
body {
 	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: calibri;
	overflow-x: hidden;
	}
.navbackground {
	width: 100%;
	height: 80px;
	overflow-x: hidden;
	}
.wrapper {
	width: 100%;
	}
.logo {
	width: 280px;
	margin-top: -38%; 
	margin-left: -4%;
	}
.dropdown {
  	display: inline-block;
	margin-left: 102%;
	}
.dropbtn {
	position: absolute;
  	background-color: transparent;
  	color: #ffffff;
  	padding: 0px 5px 0px 5px;
  	font-size: 18px;
  	border: none !important;
	outline: none !important;
	top: -60px;
	}
.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
  	min-width: 100px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: -23px;
	top: -32px;
	z-index: 1;
	}
.dropdown-content a {
  	color: black;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	}
.dropdown-content a:hover {
	background-color: #f1f1f1
	}
.dropdown:hover .dropdown-content {
  	display: block;
	}
.dropdown:hover .dropbtn {
  	background-color: #667e02;
	}
.contents { 
	width: 100%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	}
.galbanner {
	display: none;
	}
.galbannerresponsive {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -640px;
	width: 84.4%;
	margin-left: 3%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 3px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 150px;
	}
.categories {
	position: absolute;
	width: 85%;
	margin-top: -470px;
	margin-left: 3%;
	}
.category {
	width: 120px;
	height: 120px;
	border: 2px solid #ffffff;
	color: #000000;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 1pt;
	}
.navfooter {
	position: relative;
	left: -12px;
	width: 318px;
	height: 40px;
	}
.navfooter ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	}
.listfooter {
 	float: left;
	}
.listfooter a {
 	display: block;
  	color: white;
  	text-align: center;
	padding: 0px 6px 15px 6px;
  	text-decoration: none;
	font-size: 12.5pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #ffffff;
	}
.contactfooter  {
	width: 319px;
	color: #ffffff;
	text-decoration: none;
	margin-left: -4%;
	text-align: center;	
	}
.copyright {
	color: #ffffff;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	 }
.footer {
	position: absolute;
	width: 100.5%;
	margin-left: -0.5%;
	background-image: url("Images/navbackground.png");
	}
}

@media screen and (min-width: 360px) and (max-width: 640px) {
.navbackground {
	width: 100%;
	overflow-x: hidden !important;
	}
.logo {
	margin-top: -33%; 
	margin-left: -4%;
	}
.dropdown {
	margin-left: 101%;
	}
.dropdown-content {
	right: -24px;
	z-index: 1;
	}
.galbanner {
	display: none;
	}
.galbannerresponsive {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -725px;
	width: 85.5%;
	margin-left: 3%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 3px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 180px;
	}
.categories {
	position: absolute;
	width: 85%;
	margin-top: -520px;
	margin-left: 4%;
	}
.category {
	width: 135px;
	height: 135px;
	border: 2px solid #ffffff;
	color: #000000;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 1pt;
	}
.navfooter {
	left: -8px;
	width: 355px;
	}
.listfooter a {
	font-size: 14pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	width: 360px;
	margin-left: -5%;
	}
.copyright {
	font-size: 8pt;
	 }
.footer {
	position: absolute;
	width: 100.5%;
	margin-left: -0.5%;
	background-image: url("Images/navbackground.png");
	}
}

@media screen and (min-width: 375px) and (max-width: 667px) {
.navbackground {
	width: 100%;
	overflow-x: hidden !important;
	}
.logo {
	margin-top: -31%; 
	margin-left: -3%;
	}
.dropdown {
	margin-left: 100%;
	}
.dropdown-content {
	right: -27px;
	z-index: 1;
	}
.galbanner {
	display: none;
	}
.galbannerresponsive {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -760px;
	width: 86%;
	margin-left: 3%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 3px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 180px;
	}
.categories {
	position: absolute;
	width: 85%;
	margin-top: -550px;
	margin-left: 4.2%;
	}
.category {
	width: 140px;
	height: 140px;
	border: 2px solid #ffffff;
	color: #000000;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 1pt;
	}
.navfooter {
	left: -6px;
	width: 370px;
	height: 50px;
	}
.listfooter a {
	font-size: 15pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	width: 360px;
	margin-left: -2%;
	}
.copyright {
	font-size: 8pt;
	 }
.footer {
	position: absolute;
	width: 100.5%;
	margin-left: -0.5%;
	background-image: url("Images/navbackground.png");
	}
}	

@media screen and (min-width: 411px) and (max-width: 731px) {
.navbackground {
	width: 100%;
	overflow-x: hidden !important;
	}
.logo {
	width: 320px;
	margin-top: -28%; 
	margin-left: -3%;
	}
.dropdown {
	margin-left: 100%;
	}
.dropdown-content {
	right: -27px;
	z-index: 1;
	}
.galbanner {
	display: none;
	}
.galbannerresponsive {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -845px;
	width: 86.6%;
	margin-left: 3%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 3px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 205px;
	}
.categories {
	position: absolute;
	width: 85%;
	margin-top: -610px;
	margin-left: 5%;
	}
.category {
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	color: #000000;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 7pt;
	}
.navfooter {
	left: -6px;
	width: 398px;
	height: 50px;
	}
.listfooter a {
	padding: 0px 8px 15px 8px;
	font-size: 15.5pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	font-size: 13pt;
	width: 110%;
	margin-left: -4.5%;
	}
.conhead {
	font-size: 16pt;
	}
.copyright {
	font-size: 8pt;
	 }	
.footer {
	position: absolute;
	width: 100.5%;
	margin-left: -0.5%;
	background-image: url("Images/navbackground.png");
	}
}	


@media screen and (min-width: 768px) and (max-width: 1023px) {
.navbackground {
	width: 100%;
	height: 150px;
	overflow-x: hidden !important;
	}
.logo {
	width: 550px;
	margin-top: -24.5%; 
	margin-left: 0%;
	}
.dropdown {
  	display: inline-block;
	margin-left: 98%;
	}
.dropbtn {
	position: absolute;
  	background-color: transparent;
  	color: #ffffff;
  	padding: 0px 10px 3px 10px;
  	font-size: 30px;
  	border: none !important;
	outline: none !important;
	top: -80px;
	}
.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
  	min-width: 100px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: -40px;
	top: -32px;
	z-index: 1;
	}
.dropdown-content a {
  	color: black;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
	font-weight: bold;
	font-size: 23pt;
	text-align: center;
	}
.dropdown-content a:hover {
	background-color: #f1f1f1
	}
.dropdown:hover .dropdown-content {
  	display: block;
	}
.dropdown:hover .dropbtn {
  	background-color: transparent;
	}
.contents { 
	width: 90%;
	margin-left: 5.5%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	}
.galbanner {
	display: none;
	}
.galbannerresponsive {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -1475px;
	width: 80.5%;
	margin-left: 3%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 5px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 360px;
	}
.categories {
	position: absolute;
	width: 85%;
	margin-top: -1070px;
	margin-left: 3.5%;
	}
.category {
	width: 270px;
	height: 270px;
	border: 4px solid #ffffff;
	color: #000000;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 16pt;
	}
.navfooter {
	position: relative;
	left: -8px;
	width: 762px;
	height: 80px;
	}
.navfooter ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	}
.listfooter {
 	float: left;
	}
.listfooter a {
 	display: block;
  	color: white;
  	text-align: center;
	padding: 0px 21px 30px 21px;
  	text-decoration: none;
	font-size: 24.5pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	width: 700px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 2%;
	text-align: center;	
	font-size: 20pt;
	}
.conhead {
	font-size: 25pt;
	}
.copyright {
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	 }
.footer {
	position: absolute;
	width: 100.5%;
	margin-left: -0.5%;
	background-image: url("Images/navbackground.png");
	}		
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
.navbackground {
	width: 100%;
	height: 150px;
	overflow-x: hidden !important;
	}
.logo {
	width: 600px;
	margin-top: -18%; 
	margin-left: 0%;
	}
.dropdown {
	display: none;
	}
.navbar-nav {
	margin-top: -11%;
	margin-left: 30%;
	}
.list {
	display: inline;
	color: #ffffff;
	font-size: 22pt;
	letter-spacing: 1px;
	padding-left: 30px;
	font-weight: 500;
	}
.list:hover {
	text-decoration: none;
	color: #d1ff2b;
	cursor: pointer;
	}
.contents { 
	width: 85%;
	margin-left: 7.5%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	}
.galbanner {
	display: none;
	}
.galbannerresponsive {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -1875px;
	width: 76.5%;
	margin-left: 3%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 6px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 445px;
	}
.categories {
	position: absolute;
	width: 82%;
	margin-top: -1360px;
	margin-left: 3.5%;
	}
.category {
	width: 340px;
	height: 340px;
	border: 4px solid #ffffff;
	color: #000000;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 20pt;
	}
.navfooter {
	position: relative;
	left: -8px;
	width: 1020px;
	height: 120px;
	}
.navfooter ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	}
.listfooter {
 	float: left;
	}
.listfooter a {
 	display: block;
  	color: white;
  	text-align: center;
	padding: 0px 25px 35px 25px;
  	text-decoration: none;
	font-size: 34.2pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	margin-left: 0%;
	text-align: center;	
	font-size: 30pt;
	padding-bottom: 30px;
	}
.conhead {
	font-size: 40pt;
	}
.copyright {
	color: #ffffff;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	 }
.footer {
	position: absolute;
	width: 100%;
	background-image: url("Images/navbackground.png");
	}
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
.navbackground {
	width: 100%;
	height: 150px;
	overflow-x: hidden !important;
	}
.logo {
	width: 45%;
	margin-top: -13.5%; 
	margin-left: 0%;
	}
.dropdown {
	display: none;
	}
.navbar-nav {
	margin-top: -8.5%;
	margin-left: 40%;
	}
.list {
	display: inline;
	color: #ffffff;
	font-size: 22pt;
	letter-spacing: 1px;
	padding-left: 50px;
	font-weight: 500;
	}
.list:hover {
	text-decoration: none;
	color: #d1ff2b;
	cursor: pointer;
	}
.contents { 
	width: 68%;
	margin-left: 15%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	}
.galbannerresponsive {
	display: none;
	}
.galbanner {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -525px;
	width: 40%;
	margin-left: 13.5%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 5px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 310px;
	}
.categories {
	position: absolute;
	width: 60%;
	margin-top: -180px;
	margin-left: 3.5%;
	}
.category {
	width: 100px;
	height: 100px;
	border: 2px solid #ffffff;
	color: #000000;
	}
.category:hover {
	width: 110px;
	height: 110px;	
	border: 4px solid white;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 1pt;
	}
.navfooter ul {
  	list-style-type: none;
  	margin: 0.5%;
  	padding: 0;
  	overflow: hidden;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	margin-left: 0%;
	}
.listfooter a {
 	display: block;
  	color: white;
	padding: 0px 25px 0px 25px;
  	text-decoration: none;
	font-size: 14pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	width: 100%;
	margin-top: -11%;
	color: #ffffff;
	text-decoration: none;
	margin-left: -2%;
	text-align: right;	
	font-size: 12pt;
	}
.conhead {
	font-size: 18pt;
	}
.contact-info {
	padding-top: 30px;
	}
.copyright {
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	 }
.footer {
	position: absolute;
	width: 100%;
	background-image: url("Images/navbackground.png");
	}	
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
.navbackground {
	width: 100%;
	height: 150px;
	overflow-x: hidden !important;
	}
.logo {
	width: 42%;
	margin-top: -13%; 
	margin-left: 0%;
	}
.dropdown {
	display: none;
	}
.navbar-nav {
	margin-top: -8.5%;
	margin-left: 37%;
	}
.list {
	display: inline;
	color: #ffffff;
	font-size: 25pt;
	letter-spacing: 1px;
	padding-left: 50px;
	font-weight: 500;
	}
.list:hover {
	text-decoration: none;
	color: #d1ff2b;
	cursor: pointer;
	}
.contents { 
	width: 82%;
	margin-left: 10%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	}
.galbannerresponsive {
	display: none;
	}
.galbanner {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -660px;
	width: 45%;
	margin-left: 18%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 5px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 380px;
	}
.categories {
	position: absolute;
	width:70%;
	margin-top: -240px;
	margin-left: 5.3%;
	}
.category {
	width: 135px;
	height: 135px;
	border: 2px solid #ffffff;
	color: #000000;
	}
.category:hover {
	width: 145px;
	height: 145px;	
	border: 4px solid white;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 1pt;
	}
.navfooter ul {
  	list-style-type: none;
  	margin: 0.5%;
  	padding: 0;
  	overflow: hidden;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	margin-left: 0%;
	}
.listfooter a {
 	display: block;
  	color: white;
	padding: 0px 25px 0px 25px;
  	text-decoration: none;
	font-size: 16pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	width: 100%;
	margin-top: -11.7%;
	color: #ffffff;
	text-decoration: none;
	margin-left: -2%;
	text-align: right;	
	font-size: 13pt;
	}
.conhead {
	font-size: 20pt;
	}
.contact-info {
	padding-top: 38px;
	}
.copyright {
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	 }
.footer {
	position: absolute;
	width: 100%;
	background-image: url("Images/navbackground.png");
	}	
}

@media screen and (min-width: 1920px) {
.navbackground {
	width: 100%;
	height: 150px;
	overflow-x: hidden !important;
	}
.logo {
	width: 31%;
	margin-top: -9.5%; 
	margin-left: 0%;
	}
.dropdown {
	display: none;
	}
.navbar-nav {
	margin-top: -7%;
	margin-left: 41%;
	}
.list {
	display: inline;
	color: #ffffff;
	font-size: 27pt;
	letter-spacing: 1px;
	padding-left: 80px;
	font-weight: 500;
	}
.list:hover {
	text-decoration: none;
	color: #d1ff2b;
	cursor: pointer;
	}
.contents { 
	width: 65%;
	margin-left: 17%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	}
.galbannerresponsive {
	display: none;
	}
.galbanner {
	width: 100%;
	height: auto;
	}
.gallery {
	position: absolute;
	margin-top: -700px;
	width: 35%;
	margin-left: 14.5%;
	-webkit-box-shadow: 0px 2px 15px 3px #000000;
	-moz-box-shadow: 0px 2px 15px 3px #000000;
	-ms-box-shadow: 0px 2px 15px 3px #000000;
	box-shadow: 0px 2px 15px 2px #000000;
	z-index: 0;
	border: 6px solid white;
	}
.img {
	position: relative;
	width: 100%;
	height: 400px;
	}
.categories {
	position: absolute;
	width: 60%;
	margin-top: -260px;
	margin-left: 2%;
	}
.category {
	width: 160px;
	height: 160px;
	border: 2px solid #ffffff;
	color: #000000;
	}
.category:hover {
	width: 170px;
	height: 170px;	
	border: 5px solid white;
	}
.p {
	color: #000000;
	text-align: center; 
	font-size: 1pt;
	}
.navfooter ul {
  	list-style-type: none;
  	margin-top: 1%;
	margin-left: 1%;
  	padding: 0;
  	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	}
.listfooter a {
 	display: block;
  	color: white;
	padding: 0px 25px 0px 25px;
  	text-decoration: none;
	font-size: 14pt;
	}
.navfooter a:hover {
	text-decoration: none;
	color: #d1ff2b;
	}
.contactfooter  {
	width: 100%;
	margin-top: -8%;
	color: #ffffff;
	text-decoration: none;
	margin-left: -2%;
	text-align: right;	
	font-size: 13pt;
	}
.conhead {
	font-size: 20pt;
	}
.contact-info {
	padding-top: 25px;
	}
.copyright {
	margin-top: -1.4%;
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	}
.footer {
	position: absolute;
	width: 100%;
	height: 178px;
	background-image: url("Images/navbackground.png");
	}
}

