/* RESET PART */
*{ outline: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
i {font-style: italic;}
b {font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*ol, ul { list-style: none; }*/
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* END RESET PART */

body{
  font-family: 'Source Sans Pro', sans-serif, helvetica, arial;
  margin:0;
  padding:0;
  font-size:0;
  background:rgba(255,255,255,1);
  color:#525252;
}
a{
  text-decoration:none;
  cursor:pointer;
  color:#2b2b2b;
}
.bg {
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 500px;
  font-size:0;
}
.bg > img{
  width:100%;
  height:auto;
}

.img-1{ background-image: url(../images/img_1.jpg); background-attachment: initial; height:550px;}
.img-2{ background-image: url(../images/img_2.jpg); height:500px;}
.img-3{ background-image: url(../images/img_3.jpg); height:500px;}
.img-4{ background-image: url(../images/img_4.jpg); height:500px;}
.img-5{ background-image: url(../images/img_5.jpg); height:500px;}
.img-6{ background-image: url(../images/img_6.jpg); height:600px;}

.title{
  position:absolute;
  margin:0 10%;
  width:80%;
  font-size:26px;
}
.blurb_cont{
  width:100%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow   : 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow        : 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  position:relative;
}
.blurb{
  width:80%;
  margin:0 auto;
  padding:60px 0;
  position:relative;
}
.blurb.top_1{
  padding-top:80px;
}

.title .logo{
  top: -530px;
  left: 0px;
  width: 233px;
  height: 233px;
  background-image: url(../images/Lifestyle_Agency_Logo.svg);
  background-position: top left;
  background-size: contain;
  -webkit-background-size: contain;
  position: absolute;
}
.slogan{
  font-weight:600;
  position:absolute;
  top:-290px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}
.contact{
  font-weight:600;
  position:absolute;
  top:-130px;
  color:#fff;
  font-size:27px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.contact a{
  text-decoration:none;
  cursor:pointer;
  color:#fff;
}
.envelope{
  margin:10px 0 0 0;
  width:50px;
  height:34px;
  position:relative;
  left:-8px;
  top:-8px;
  background-image: url(../images/Envelope.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
}


#menu_pos_holder{
  position:absolute;
  height:50px;
  width:100%;
}
.menu{
  position:absolute;
  z-index:100;
  width:100%;
  background:#777;
}
#menu_1{ display:block;}
#menu_2{ display:none;}
.menu_box{
  margin:0 10%;
  width:100%;
  z-index:100;
  width:80%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.menu_box:after {
  content: '';
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.menu_box > div{
  padding:10px 0;
  font-size:20px;
  font-weight:600;
  display:inline-block;
  margin:auto;
  line-height:1;
}
.menu_box a{
  text-decoration:none;
  text-transform: uppercase;
  color:#fff;
  letter-spacing:2px;
}

ul{
  padding:0;
  margin:0;
  margin:10px 0 0 30px;
}
li{
  padding:0;
  list-style:none;
  position:relative;
}
li:before{
  content: '';
  display: inline-block;
  position:absolute;
  left:-18px;
  top:11px;
  height: 16px;
  width: 8px;
  background-image:url(../images/li_sml.svg);
  background-size:contain;
  background-repeat:no-repeat;
}
h1{
  font-size:35px;
  font-weight:400;
  margin: 0 0 13px 0;
  line-height: 1;
}
.text{
  color:#525252;
  font-size:25px;
  font-weight:300;
  line-height:1.5;
  margin: 20px 0 0 0;
}
.scroll-top{
  position: fixed;
  top: 30%;
  padding: 25px 0 0 0;
  font-size: 20px;
  text-align: center;
  z-index: 200;
  background: url(../images/up_arr.svg) top center no-repeat;
  background-size: contain;
  color: #fff;
  width: 70px;
  height: 30px;
  right: 5px;
  display: none;
  opacity: 0.4;
}
#about{
  min-height:420px;
}
.Ilana_photo, .Ilana_photo_below{
  background-image: url(../images/Ilana-photo_v2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  margin: 0 40px 10px 0;
}
.Ilana_photo{
  float: left;
}
.Ilana_photo_below{
  margin: 40px auto 10px auto;
  display:none;
}
.footer{
  position:relative;
  padding:10px 10%;
  font-size:18px;
}
.img-6 .logo{
  top: 470px;
  left: 10%;
  width: 100px;
  height: 100px;
  background-color: rgba(255,255,255,0.43);
  background-image: url(../images/Lifestyle_Agency_Logo_BW.svg);
  background-position: top left;
  background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.clear{ clear:both; }
.fix{ position:fixed; top:0;}
/**************************************************************************************
* up to 799px
**************************************************************************************/
@media screen and (max-width:799px) {
/*************************************************************************************/

.bg {
  background-position: top center;
  background-attachment: initial;
  background-size: cover;
  -webkit-background-size: cover;
}

}

/**************************************************************************************
* up to 699px
**************************************************************************************/
@media screen and (max-width:699px) {
/*************************************************************************************/

.Ilana_photo{
  display:none;
}
.Ilana_photo_below{
  display:block;
}

/**************************************************************************************
* up to 549px
**************************************************************************************/
@media screen and (max-width:549px) {
/*************************************************************************************/

#menu_1{ display:none; }
#menu_2{ display:block;}

}