/* GLOBAL */

#profile_image {
	display: inline-block;
}

#hero_image {
	background: url("../images/Lauren Vandevier 1.jpg") bottom / cover;
}

#footer {
	text-align: center;
}

#image_load {
	display: none;
}

/* MASONRY */
.grid img {
	width: 100%;
}

.button_1, .button_2 {
	text-align: center;
}

.button_1, .button_2, .button_3 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	color: white;
}

.button_1 {
	width: 160px;
	height: 14px;
	padding: 12px;
	background-color: #d03f3e;
}
.button_1:hover {
	background-color: white;
	color:#d03f3e;
}

.button_2 {
	background-color: black;
	display: inline-block;
}
.button_2:hover {
	background-color: #d03f3e;
}

.button_3 {
	margin: 10px 0 25px;
}

.button_3 a {
	padding: 12px;
	background-color: #d03f3e;
	margin: 0 10px;
}

.button_3 a:hover {
	background-color: black;
}

hr {
    border: 0;
    height: 2px;
    background: #d7d7d7;
	display: inline-block;
}

/* TYPE */

h1 {
	font-family: boucherie-block, sans-serif;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	text-align: center;
}

h1:hover {
	color: #d03f3e;
}

h2 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	display: inline-block;
	color: white;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

h3 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	display: inline-block;
	color: #d03f3e;
}

h4 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
	color: #d03f3e;
}

h5 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
}

h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 11px;
	display: inline-block;
}

h6 a {
	font-weight: 600;
}

p {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	line-height: 21px;
}

p a {
	font-weight: 600;
	color: #d03f3e;
}

.selected {
	color: #d03f3e;
}

.clearfix {
    content: "";
    clear: both;
    display: table;
}

.bolded {
	font-weight: 700;
}

#faq h4 {
    padding:30px 10px 15px;    
}

/* MEDIA QUERIES */

/* DESKTOP ————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— */

@media screen and (min-width: 980px) {

/* NAV */

	#mobile_head {
		display: none;
	}
	
	#header_home {
		background: url("../images/Lauren Vandevier 4.jpg") top center / cover;
		height:720px;
	}

	#header_internal {
		height: 102px;
		background-color: black;
	}

	#header {
		height:76px;
		position: fixed;
		width: 100%;
		z-index: 10;
		-webkit-transition: all ease-out .3s;
		-moz-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
		transition: all ease-out .3s;
	}

	.navigation {
		text-align: center;
		width: 960px;
		margin: 0 auto;
		padding: 28px 0;
		color: white;
	}

	.navigation li {
		font-family: Montserrat, sans-serif;
		font-weight: 700;
		font-size: 18px;
		letter-spacing: 2px;
		display: inline-block;
		line-height: 24px;
		margin: 0 30px;
		padding-top: 10px;
		-webkit-transition: all ease-out .3s;
		-moz-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
		transition: all ease-out .3s;
	}

	.navigation li:hover {
		color: #d03f3e;
	}

	#left_nav {
		width: 320px;
		display: inline-block;
		margin-right: 20px;
	}

	#left_nav li {
		float: right;
	}

	#right_nav {
		width: 320px;
		display: inline-block;
		margin-left: 20px;
	}

	#right_nav li {
		float: left;
	}

	.active {
		background-color: black;
		margin-top: -20px
	}

	.active h1 {
		font-size: 24px;
	}

	#header.active li {
		font-size: 14px;
		margin: 1px 20px;
		line-height: 16px;
	}

	#mobile_nav {
		display: none;
	}

/* INSTAGRAM */

	.snapwidget-widget	{
		margin:10px 120px;
		width:720px;
		height:3000px;
	}

	#insta_container {
		width: 960px;
		margin: 0 auto;
	}

/* MASONRY */

	.grid {
		width: 960px;
		margin: 0 auto;
	}

	.grid-item {
		width: 220px;
		margin: 10px 10px;
	}

/* OTHER */

	#hero_image {
		height: 460px;
	}

	#home_about {
		/* height: 400px; */
		width: 960px;
		margin: 60px auto;
	}

	#profile_image {
		width: 440px;
		margin: 10px;
	}

	#about_blurb {
		margin: 20px 0 ;
		/* margin: 64px 0 0 20px; */
		/* width: 470px; */
		display: inline-block;
		vertical-align: top;
	}

	.button_1 {
		margin: 40px auto;
	}

	.button_2 {
		width: 80px;
		height: 14px;
		padding: 8px;
		margin: 12px 0 0 10px;
	}

	#home_portfolio, #insta, #faq, #book {
		width:960px;
		margin: 40px auto 0 auto;
	}

	#footer {
		width: 960px;
		margin: 40px auto;
	}

	hr {
		width: 940px;
	    margin: 10px;
	}

	#mc_embed_signup {
		margin: 0 -20px; 
	}

	.small_hero_image {
		width: 940px;
	}

	#goog_form {
		height: 420px;
		width: 100%;
	}

	.mobile_only {
		display: none;
	}

	#booking_open {
		margin: 0 10px 40px;
	}

/* TYPE */

	h1 {
		font-size: 36px;
		-webkit-transition: all ease-out .3s;
		-moz-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
		transition: all ease-out .3s;
	}

	h2 {
		font-size: 60px;
		line-height: 80px;
	}

	#header_home h2 {
		margin-top: 220px;
	}

	h3 {
		padding-left: 10px;
		font-size: 32px;
	}

	h4 {
		padding: 0 10px;
	}

	h5 {
		padding: 14px 10px 6px 10px;
	}

	p {
		padding: 10px;
	}

}

/* MEDIUM WIDTH SCREENS ———————————————————————————————————————————————————————————————————————————————————————————————————————————————— */

@media screen and (min-width: 650px) and (max-width:979px) {

/* NAV */

	#mobile_head {
		display: none;
	}

	#header {
		height:76px;
		position: fixed;
		width: 100%;
		z-index: 10;
		-webkit-transition: all ease-out .3s;
		-moz-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
		transition: all ease-out .3s;
	}

	.navigation {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding: 32px 0;
		color: white;
	}

	.navigation li {
		font-family: Montserrat, sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 12px;
		letter-spacing: 2px;
		display: inline-block;
		margin: 2px 14px;
		padding-top: 2px;
	}

	.navigation li:hover {
		color: #d03f3e;
	}

	#left_nav {
		display: inline-block;
		margin-right: 16px;
	}

	#left_nav li {
		float: right;
	}

	#right_nav {
		display: inline-block;
		margin-left: 16px;
	}

	#right_nav li {
		float: left;
	}

	.active {
		background-color: black;
		margin-top: -20px
	}

	#header.active li {
		padding-top: 8px;
	}

	#mobile_nav {
		display: none;
	}

	.mobile_only {
		display: none;
	}

/* INSTAGRAM */

	.snapwidget-widget	{
		margin:10px 0 0 2.5%;
		width:95%;
		height:3000px;
	}

/* MASONRY */

	.grid {
		width: 100%;
	}

	.grid-item {
		width: 30%;
		padding: 0 0 2% 2.5%
	}

/* OTHER */
	
	#header_home {
		background: url("../images/Lauren Vandevier 4.jpg") top center / cover;
		height:540px;
	}

	#header_internal {
		height: 86px;
		background-color: black;
	}

	#home_about {
		width: 100%;
		max-width: 960px;
		margin: 28px auto;
	}

	#profile_image {
		width: 30%;
		margin: 2.5%;
	}

	#about_blurb {
		width: 62%;
		display: inline-block;
		vertical-align: top;
		margin-top: 2%;
	}

	.button_1 {
		margin: 20px auto;
	}

	.button_2 {
		width: 80px;
		height: 14px;
		padding: 6px;
		margin: 2px 0 0 10px;
	}

	#hero_image {
		height: 400px;
	}

	#home_portfolio, #insta, #faq, #book {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#footer {
		width: 100%;
		margin: 40px 0;
	}

	hr {
		width: 95%;
		margin: 10px 2.5%;
	}

	#mc_embed_signup {
		margin: 0 ; 
	}

	.small_hero_image {
		width: 100%;
	}

	#goog_form {
		height: 420px;
		width: 100%;
	}

	.mobile_only {
		display: none;
	}

	#booking_open {
		margin: 0 10px 40px;
	}

/* TYPE */

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 48px;
		line-height: 60px;
	}

	#header_home h2 {
		margin-top: 180px;
	}

	h3 {
		padding-left: 2.5%;
		font-size: 28px;
	}

	h4 {
		padding-left: 2.5%;
	}

	h5 {
		padding: 14px 2.5% 6px 2.5%;
	}

	p {
		padding: 10px 2.5%;
	}

}

/* MOBILE —————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— */

@media screen and (max-width: 649px) {

/* NAV */

	#mobile_head {
		color: white;
		position: fixed;
		z-index: 15;
		text-align: center;
		margin: 10px 10% 0 10%;
		width: 80%;
	}

	#header {
		height:42px;
		position: fixed;
		width: 100%;
		z-index: 10;
		-webkit-transition: all ease-out .3s;
		-moz-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
		transition: all ease-out .3s;
	}

	.navigation {
		display: none;
	}

	.active {
		background-color: black;
	}

	#toggle { 
		font-size: 28px; 
		color: white;
		float: right;
		margin: -5px 10px;
		z-index: 25;
	}

	#mobile_nav {
		width: 100%;
		padding: 10px 0;
		color: white;
		z-index: 20;
	}

	#mobile_nav	h1 {
		margin-left: 10px;
	}

	#mobile_nav ul { 
		background-color: black;
		display: none; 
		padding: 64px 0 6px 0;
		margin-top: -34px;;
	}

	#mobile_nav li {
		font-family: Montserrat, sans-serif;
		font-weight: 600;
		font-size: 14px;
		line-height: 12px;
		letter-spacing: 2px;
		line-height: 24px;
		margin: 2px 10px;
	}

	#mobile_nav.active h1 {
		margin-top: 18px;
	}

/* INSTAGRAM */

	.snapwidget-widget	{
		margin:10px 0 0 0;
		width:300px;
		width:100%;
	}

	#insta_container {
		margin: 0 10px;
	}

/* MASONRY */

	.grid {
		margin-top: 14px;
		width: 100%;
	}

	.grid-item {
		width: 100%;
		margin-bottom: 10px;
	}

/* OTHER */
	
	#header_home {
		background: url("../images/Lauren Vandevier 4.jpg") top center / cover;
		height:380px;
	}

	#header_internal {
		height:42px;
		background-color: black;
	}

	#home_about {
		width: 100%;
		max-width: 720px;
		margin: 28px auto;
	}

	#profile_image {
		width: 95%;
		margin: 2.5%;
	}

	#about_blurb {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-top: 2%;
		float: left;
	}

	.button_1 {
		margin: 20px auto;
	}

	.button_2 {
		width: 80px;
		height: 14px;
		padding: 6px;
		margin: 2px 0 20px 10px;
	}

	#hero_image {
		height: 240px;
	}

	#home_portfolio, #insta, #faq, #book {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#footer {
		width: 100%;
		margin: 24px 0;
		line-height: 16px;
	}

	hr {
		width: 95%;
		margin: 10px 2.5%;
	}

	#mc_embed_signup {
		margin: 0;
	}

	.small_hero_image {
		width: 100%;
	}

	#goog_form {
		height: 500px;
		width: 95%;
		margin: 0 2.5% 20px 2.5%;
	}

	#booking_open {
		margin: 0 5px 40px;
	}

/* TYPE */

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 32px;
		line-height: 40px;
	}

	#header_home h2 {
		margin-top: 124px;
	}

	h3 {
		padding-left: 10px;
		font-size: 28px;
	}

	h4 {
		padding: 0 10px;
	}

	h5 {
		padding: 14px 10px 6px 10px;
	}

	p {
		padding: 10px;
	}

}

}

/* SMALL MOBILE ———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— */

@media screen and (max-width: 374px) {



}
