html {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Base resets */
*,:after,:before {
	vertical-align:baseline;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}

/* Basic Layout */
html,body {
	width:100%;
	height:100%;
	font-family:helvetica,arial,verdana,sans-serif;
	font-size:16px;
	color:#000;
	-webkit-font-smoothing:subpixel-antialiased;
	background-color:#000;
	background-image:url(../img/global/drop00.jpg);
	background-position:center center;
	background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

/* Table Cell (Display:inline-block) CSS on Ul LI cells */
ul.table {
	display:table;
	width:100%;
	font-size:0;
}

ul.table li {
	display:inline-block;
	font-size:1rem;
	vertical-align:middle;
}

/* Table Rows (Display:block) CSS on Ul LI cells */
ul.table-block {
	display:table;
	width:100%;
	font-size:0;
}

ul.table-block li {
	display:block;
	font-size:1rem;
	vertical-align:middle;
}

.row {
	width:86%;
	margin:0 auto;
}

/* Auto Adjust Image Size to max width of current screen size */
.img-auto {
	max-width:100%;
	margin:0;
}

.img-cnr15 {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
}

/* Sticky Footer */
#wrapper {
	min-height:100%;
	height:auto!important;
	height:100%;
	margin:0 auto -10rem;
}

#push {
	height:10rem;
	clear:both;
/* .push must be the same height as .footer */
}

/* Background image settings ( Specify the image using "page name-page-image ) in page name.css */
/*
.bg-image {
	position:relative;
	width:100%;
	background-image:url(../img/global/drop1.jpg);
	background-position:center center;
	background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
*/

/* Logo CSS */
#logo {
  position:absolute;
  left:40%;
  top:40%;
  transform:translate(-30%,-30%); 
  /* max-width:350px; */
  background-color:#fff;
  padding:.5rem;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -khtml-border-radius:8px;
  border-radius:8px;
  border:3px solid #111;
}

#logo p {
  font-size:1.2rem;
  color:#333;
  line-height:1.6rem;
  text-align:center;
  letter-spacing:5px;
  text-transform:uppercase;
}

#photo {
  position:absolute;
  bottom:.5rem;
  right:1rem;
  width:100%;
}

#photo p {
  font-size:.8rem;
  color:#666;
  text-align:right;
}

#photo p a:link,#photo p a:visited {
  text-decoration:none;
  color:#666;
}

#photo p a:hover {
  text-decoration:none;
  color:#ccc;
}

/* Preset H base font tags */
h1 {
	font-size:2.4rem;
	color:#111;
	margin:.5rem 0;
	display:none;
}

h2 {
	font-size:1.8rem;
	color:#777;
	margin:.5rem 0;
}

h3 {
	font-size:1.6rem;
	color:#777;
	margin:.5rem 0;
}

h4 {
	font-size:1.4rem;
	color:#777;
	margin:.5rem 0;
}

h5 {
	font-size:1.2rem;
	color:#777;
	margin:.5rem 0;
}

h6 {
	font-size:1rem;
	color:#777;
	margin:.5rem 0;
}

/* Primary Nav Div */
#primary-nav {
	text-align:center;
	vertical-align:top;
	margin-bottom:1rem;
}

#primary-nav a {
	display:inline-block;
	font-family:'Raleway',arial,helvetica,verdana,sans-serif;
	text-align:left;
	font-size:1.2rem;
	font-weight:500;
	font-style:italic;
	line-height:1.4rem;
	padding:0 .2rem;
}

#primary-nav a:nth-child(-n+11):before {
  content:'/ ';
  color:rgb(196,121,176);
}

#primary-nav a:link,#primary-nav a:visited {
	color:#aaa;
	text-decoration:none;
}

#primary-nav a:hover {
	color:#ddd;
	text-decoration:none;
}

.menu-uppercase {
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  width:250px;
  padding;1rem;
  text-align:left;
  z-index: 1;
  -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.dropdown-content a {
  padding:.5rem!important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Mobile Icon Div*/
#mobile-icon {
	float:right;
	vertical-align:middle;
	margin-right:2rem;
	padding:.2rem .5rem;
	cursor:pointer;
	display:none;
	border:1px solid rgb(196,121,176);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#mobile-icon p {
	width:20px;
	height:3px;
	margin:4px 0;
	background-color:rgb(196,121,176);
}

/* Mobile Nav Div */
#mobile-nav {
	width:100%;
	border-top:.1rem solid #ddd;
	display:none;
	background-color:#fff;
}

#mobile-nav a {
	font-size:1.1rem;
	display:block;
	padding:.8rem 0;
	text-align:center;
	font-style:italic;
	letter-spacing:.1px;
	border-bottom:.1rem solid #ddd;
}

#mobile-nav a:link,#mobile-nav a:visited {
	color:#cf91bd;
	text-decoration:none;
}

#mobile-nav a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#fa91bd;
}

#mobile-nav a span {
  font-size:.8rem;
}

.mobile-highlight {
  background-color:#fa91bd;
  color:#fff!important;
  text-transform: uppercase;
}

/* Global: Footer Div */
#footer {
	width:100%;
	height:10rem;
	background-color:rgb(252,252,252);
	text-align:center;
	padding-top:.5rem;
}

#footer a:link,#footer a:visited {
	display:inline-block;
	color:#bb92c2;
	font-size:.9rem;
	text-decoration:none;
	text-transform:uppercase;
}

#footer a:hover {
	color:#9d74a4;
	text-decoration:none;
}

@media screen and (min-width:160rem) {
	/* 2560pixels */
	body {
		font-size:110%;
	}
}

@media screen and (min-width:105rem) {
	/* 1680pixels */
	body {
		font-size:105%;
	}
}

@media screen and (max-width:80rem) {
	/* 1280pixels */

}

@media screen and (max-width:50rem) {
	/* 800pixels */

}

@media screen and (max-width:37.5rem) {
	/* 600pixels */
	#logo {
  	width: 50%;
  }
  
  #logo p {
    font-size:.8rem;
  }
  }