#container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
 
}

body{
        font-family: "Courier New", Courier, monospace;/*Arial, Helvetica, Bookman, sans-serif;*/ /* "Courier New", Courier New, monospace;*/
		padding-top: 20px;
		margin:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		font-size:90%;
		color: #373d3f;
	
}

.subtext {

	margin-top: -15px;
	font-size: 90%;
	font-style: italic;
}


p {
		margin:.4em 0 .8em 0;
		padding:3px;
		font-size: 1.3em;
}



#logo{
		display: block;
        margin: 0 auto 5px;
    	height: 30%;
		width: 30%;
}


/**************************Columns Layout for Stylists page *************************/

.container2 {
    width:100%;
    margin:0 auto;
    position:relative;
}

.column {	
	float: left;
	width: 33.33%;
}

.column2 {	
	float: left;
	width: 50%;
}

.columnR {	/***** for Relief layout */
	text-align: center;
	float: left;
	width: 50%;
	height: 500px;

}


.columnStore {	/***** for Store layout */
	margin-top: 50px;
	text-align: center;
	float: left;
	height: 450px;
	width: 33.3%;
}


/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
	.column {
		width: 100%;
	}
	.columnR {
		width: 100%;
		
	}
	
	.columnStore {
		width: 100%;
		}
} 

/**********************************************************************************/



/**************************Columns Layout for Bio page *************************/

.biocolumn {	
	float: left;
	width: 50%;
}

/* Clear floats after the columns */
.biorow:after {
	content: "";
	display: table;
	clear: both;
}

 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.biocolumn {
		width: 100%;
		
	}
} 

/**********************************************************************************/

/**************************Layout for Store page *************************/

.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto;
}

.grid-item {
  padding: 60px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
	.grid-container {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 500px;
	}
	
	.grid-item {
	padding: 60px;
	text-align: center;
	}
} 

img.wide {
	width: 400px;
	border: 3px solid #ab2025;
	height: 250px;
	
}

img.tote {
	width: 175px;
	border: 3px solid #ab2025;
	height: 250px;
}

img.store {
	width: 250px;
	border: 3px solid #ab2025;
	height: 250px;
}

.paypal { /**Centers the PayPal buttons under the images */
	display: block; 
	margin: 0 auto; 
	
}

/**********************************************************************************/

/**************************Stylist Image styles**************************************/

div img{ 
	display: inline-block;
	margin-top: 10px;
	width: 350px;
	height: auto;
	}

img.stylist {
	border: 10px solid #ab2025;
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
}

p.stylist {
	text-align: center;
    width: 350px; /*same as image width */
}

a.image:hover {
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
}

img.bio {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #ab2025;
	width: 350px;		
	height: auto;
}
/* used to align hours and services below bio photo */
#biostylist {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
 
}

#biotext {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: justify;
    width: 100%; /*same as image width */
	
}
p.biostylist {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	text-align: center;
    width: 350px; /*same as image width */
}


	
/****************************** CSS Menu Tabs******************************/
@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  border-bottom: 1px solid #ab2025;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu ul {
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#cssmenu > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ab2025;
}
#cssmenu > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #C0C0C0;
}
/****************************** END CSS Menu Tabs******************************/

/****************************** Responsive CSS Menu Tabs******************************/

 /* Add a black background color to the top navigation */
.topnav {
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid #ab2025;

}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #ab2025;
  text-align: center;
  padding: 14px 16px;
  font-weight: bold;  
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  
  color: black;

}

/* Add an active class to highlight the current page */
.active {
 
 background-color: #C0C0C0;
  
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 



/****************************** END Responsive CSS Menu Tabs******************************/


/****************************** HAMBURGER CSS Menu ON MOBILE******************************/

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	margin-top: -30px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {
	position: relative;
		
	}
	
	
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
	
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	
  }
} 
/****************************** ENDS HAMBURGER CSS Menu ON MOBILE******************************/

/* Flaired edges, by Tomas Theunissen */ 
hr{ overflow: visible; 
/* For IE */ 
height: 30px; 
border-style: solid; 
border-color: black; 
border-width: 1px 0 0 0; 
border-radius: 20px; } 
hr:before { /* Not really supposed to work, but does */ 
display: block; 
content: ""; 
height: 30px; 
margin-top: -31px; 
border-style: solid; 
border-color: black; border-width: 0 0 1px 0; border-radius: 20px; }


/**************Footer deets*******************************************/

.footer {
  clear: both;
  position: relative;
  padding-bottom: 10px;
  border-top: 1px solid #ab2025;
  height: 100%;
  left: 0;
  width: 100%;
  color: black;
  text-align: center;
  
}

#footericon {
	width: 25px;
	height: 25px;
	
}

#web {
	
	font-size: 1em;

}

#web a {
	color: #8A0002;
	text-decoration: none;
}

#bpmicon {
	width: 40px;
	height: 25px;
	
}
/* Instagram icon*/
.fa {
  display: block; 
  margin: 0 auto; 
  color: #ab2025;
  margin-bottom:-40px;
  padding-top: 20px;
  padding-bottom:20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  opacity: 0.7;
}
 .bordered-div {
	border: 2px solid black; /* Border width and color */
	padding: 10px; /* Space between the content and the border */
	margin: 20px; /* Space outside the border */
 } 