* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  
   background-image: url("/images/bg.png");
  background-repeat: repeat;
}

.logo {
	background-image: url('/images/logo.png');
	width: 442px;
	height: 184px;
    /* Center vertically and horizontally 	"float: left; vertical-align:top;" The Old code to float left " */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -92px 0 0 -221px; /* Apply negative top and left margins to truly center the element, this is half the size of the image */

}


.header {
  background-color: #fff;
  text-align: right;
  height: 225px;
  width:100%;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('/images/banner.gif');
	background-position: top left;
	background-repeat: no-repeat;
	  position: relative;

}

h2 {       display: block;
    font-size: 24px;
    font-weight: bold;
font-family:Trajan Pro;
letter-spacing:0px;
color:#000;
text-shadow: 1px 1px 1px #000;
text-align: center;
padding-top:10px;
text-transform: uppercase;
}


blockquote
{font-family: "Arial", Helvetica, Sans-Serif;
	border: 1px solid #210aab;
	background: #e1dcff;
	font-size: 16px;
	line-height: 17px;
	padding: 10px;
	text-align: justify;
	color: #000;}

ul {
	list-style: circle;
	color: #000;
	margin: 15px;
	font-size: 14px;
	line-height: 25px;
	padding: 5px;
}

.responsive {
  width: 100%;
  height: auto;
}



/* Top Navigation */

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #210aab;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Style the content */
.content {
  background-color: transparent;
  padding: 10px;
}

/* Style the footer */
.footer {
  background-color: #ddd;
  border-bottom: 25px solid #210aab;
    	background-image: url('/images/divider.png')
}

.footerbox {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  height:350px;
  	background-image: url('/images/footerbg.jpg')
}

.footerbox ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	color: #fff;
}

.footerbox ul li a{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float: left;
	border-bottom: 1px solid #fff;
		color:#fff;
		text-align:left;
}

.footerbox h2{ color:#fff;
    text-shadow: 1px 1px 1px #fff;
}


/* 3 Nail Photos */
.imgbox {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #fff;
}

.divider { width: 1226px;
display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .divider {
    width: 100%;
  }
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .footerbox {
    width: 100%;
  }
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .imgbox {
    width: 100%;
  }
}

	
	#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 1px solid #9c8197; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #e6cbe1; /* Set a background color */
  color: #9c8197; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


/* Slider */

.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}