body {
	background: #f8f8f8;
  	margin: 0px;
  	height: 100%;
}

.topnav {
    overflow: hidden;
    z-index: 100;
    margin: 0;
/*  height: 100px; */
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.dropdown {
	width: 100%;
	padding: 10px 16px;
	background: white;
	text-align: right;
	box-sizing: border-box;
	color: black;
	font-size: 30px;
	display: none;
}

#logo {
	max-width: 110px;
	float: left;
	padding: 20px;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translate(0,-50%); /* IE 9 */
	-webkit-transform: translate(0,-50%);  /* Safari */ 
	transform: translate(0,-50%);  
}

ul {
    list-style-type: none;
    display: inline;
    padding: 0px;
    margin-top: 0px;
}

li {
    float: right;
	font-size: .75em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height: 3em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

li a {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    min-width: 80px;
    padding: 20px 16px;
    margin: auto;
}

.hero {
	font-size: 12em;
	font-weight: 900;
	letter-spacing: -15px;
	line-height: .75em;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding-right: 12px
}

h1 {
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

h2 {
	font-size: 1.75em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.15em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0;
	margin: 24px 0 0;
}

h5 {
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.25em;
	padding: 0;
	margin: 0;
}

h6 {
	font-size: .75em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Lora', serif;
	font-weight: 400;
	color: #333;
	margin: 8px 0 12px;
}

a {
	color: red;
}

a:hover {
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
	color: black;	
}

blockquote {
	padding-left: 14px;
	border-left-width: 2px;
	border-left-color: red;
	border-left-style: solid;
	margin: 0 0 48px 0;
}

blockquote p {
	font-size: 0.9em;
	margin: 4px 0 12px;
}

.bg { 
    /* The image used */
    background-image: url("https://modsalon.la/images/home-02.jpg");
      -webkit-filter: grayscale(.5);
      filter: grayscale(.5);

    /* Full height */
    height: 90vh;
    margin-bottom: 40px;

    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgNoImage {
	padding-top: 100px;
}

.bgResume { 
    /* The image used */
    background-image: url("../images/resume.jpg");
      -webkit-filter: grayscale(.3);
      filter: grayscale(.3);

    /* Full height */
    height: 90vh;
    margin-bottom: 40px;

    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgPhotos { 
    /* The image used */
    background-image: url("https://modsalon.la/images/photos.jpg");
      -webkit-filter: grayscale(.3);
      filter: grayscale(.3);

    /* Full height */
    height: 90vh;
    margin-bottom: 40px;

    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgTestimonials { 
    /* The image used */
    background-image: url("https://modsalon.la/images/testimonials.jpg");
      -webkit-filter: grayscale(.5);
      filter: grayscale(.5);

    /* Full height */
    height: 90vh;
    margin-bottom: 40px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
  position:absolute;
  top: 55%;
  text-align: center;
  width: 100%;
  color:red;
  mix-blend-mode: multiply;
  -ms-transform: translate(0,-55%); /* IE 9 */
  -webkit-transform: translate(0,-55%);  /* Safari */ 
  transform: translate(0,-55%);  
} 

.headerSmall {
  position:absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  color:red;
  mix-blend-mode: multiply;
  -ms-transform: translate(0,-45%); /* IE 9 */
  -webkit-transform: translate(0,-45%);  /* Safari */ 
  transform: translate(0,-45%);  
} 

.wide {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	display: block;
	padding: 0 0 40px;
}

.content {
	width: 100%;
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 40px;
}

.full {
	width: 80%;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.leftColumn {
	width: 65%;
	float: left;
	display: block;
}

.rightColumn {
	width: 30%;
	float: right;
	display: block;
	height: 100%;
}

.certificate {
	margin: 0 4px 8px;
	display: inline-block;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: rgba(0,0,0,0.05);
}

.button1 {
    background-color: black;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    border-radius: 4px;
    letter-spacing: 2px;
}

.button1:hover {
	font-size: 18px;
    -webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;
    color: white;
}

.contact {
	width: 100%;
	text-align: center;
	padding: 40px 0 0;
	border-top: 1px solid #ccc;
	display: inline-block;
	background-color: #eee;
}

.contact .content {
	width: 80%;
	max-width: 840px;
	text-align: center;
	margin: 0 auto;
}




/* On screens that are 992px or less */
@media screen and (max-width: 992px) {

}



/* On screens that are 600px or less */
@media screen and (max-width: 767px) {

	.hero {
		font-size: 6em;
	}

	.dropdown {
		display: block;
	}

	ul {
		width: 100%;
		display: none;
	}

	li {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1em;
		line-height: 2em;
		padding: 0;
	}

	li a {
		width: 100%;
		padding: 16px 0;
	}

	#logo {
		max-width: 80px;
		float: left;
		padding: 10px;
		top: 0;
		-ms-transform: translate(0,0%);
		-webkit-transform: translate(0,0%); 
		transform: translate(0,0%); 
	}

.bgNoImage {
	height: 60px;
}

	.active {
		display: block;
	}

.wide {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	display: block;
}

.leftColumn {
	width: 100%;
	display: inline-block;
	float: none;
}

.rightColumn {
	width: 100%;
	display: inline-block;
	float: none;
}

.bgSmall {
	margin-bottom: 0px;
}

.bg {
	margin-bottom: 0px;
}

.contact .content {
	width: 95%;
	max-width: 840px;
	text-align: center;
}

.certificate {
	margin: 0 4px 4px;
	max-width: 45%;
	display: inline-block;
}

}

/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
}

