
body {
  margin: 0px;
}


.full-bg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.intro-bg {
  background: #16222A;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3A6073, #16222A);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3A6073, #16222A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-top: 40px;
}


.container {
  width: 1200px;
  max-width: 80%;
  margin: 160px 48px;
}

.p-container {
  max-width: 800px;
}

h2 {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 80px;
  text-transform: none;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
	font-size: 30px;
	color: #616161;
  margin-top: 0px;
  text-transform: uppercase;
}

h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
	font-size: 18px;
	color: #a0a0a0;
  margin-top: 0px;
	margin-bottom: 80px;
  letter-spacing: 2px;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid rgba(0,0,0,0.04) 8px;
}

p {
  font-family: 'Merriweather', serif;
  font-weight:100;
  font-size: 16px;
  line-height: 2;
  color: #616161;
  margin-bottom: 20px;
}

.separate {
  letter-spacing: 1px;
}

.marginbottom0 {
  margin-bottom: 0px;
  border-bottom: 0px;
}

ul li {
  font-family: 'Merriweather', serif;
  font-weight:100;
  font-size: 14px;
  line-height: 1.6;
  color: #616161;
  margin-bottom: 10px;
}

.intro-bg h2, .intro-bg h4, .intro-bg p {
  color: white;
  text-shadow: rgba(0,0,0,0.2) 0px 0px 60px;
  border: none;
}

.intro-bg .p-container {
  border-left: solid rgba(0,0,0,0.2) 8px;
  padding-left: 24px;
}

.indent {
  margin-left: 48px;
}


.why-bg {
  /*box-shadow: rgba(0,0,0,0.1) 0px 0px 80px;*/
}


.section-title {
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: space-between;

}
.section-icon {
  width: 250px;
  margin-left: 32px;
}

.imgs {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%
}

.why div {
  overflow: hidden;
  height: 350px;
  width: 100%;

}

.why1 {
  background-image: url(../imgs/immerse-1.jpg);
  background-size: cover;
  background-position: center;
}
.why2 {
  background-image: url(../imgs/immerse-2.jpg);
  background-size: cover;
  background-position: center;
}
.why3 {
  background-image: url(../imgs/immerse-3.jpg);
  background-size: cover;
  background-position: center;
}
.border-left {
  padding-left: 12px;
  border-left: solid rgba(0,0,0,0.04) 8px;

}

.quote {
  color: #616161;
  font-weight: 400;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.why-imgs img {
  max-width: 100%;
}

.callout {
  font-weight: 400;
}

.footnote, .footnote a {
  color: #B6B6B6;
  font-size: 12px;
}

.spacetop {
  margin-top: 50px;
}

.spacetop2 {
  margin-top: 150px;
}

.margintop0 {
  margin-top: 0px;
}

.marginbottom100 {
  margin-bottom: 100px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

.shelter div {
  overflow: hidden;
  height: 400px;
  width: 100%;
}

.border-bottom {
  border-bottom: solid rgba(0,0,0,0.04) 2px;
}

.shelter1 {
  background-image: url(../imgs/shelter-interview.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.imgs.shelter-form {
  margin-top: 70px;
}

.shelter-form div {
  overflow: hidden;
  height: 350px;
  width: 100%;

}

.form {
  background-image: url(../imgs/form.jpg);
  background-size: cover;
  background-position: center top;
}


.persona {
  background-image: url(../imgs/persona1.jpg);
  background-size: cover;
  background-position: center top;
}

.persona3 {
  background-image: url(../imgs/petinter.jpg);
  background-size: cover;
  background-position: right center;
}

.persona2 {
  width: 100%;
  margin-left: -60px;
}

.journey {
  width: 100%;
}
.max-width {
  max-width: 800px;
}

.white {
  color: white;
  font-size: 50px;
}

.spacer {
  height: 10px;
  width: 100%;
  background-color: white;
}

.separator {
    height: 10px;
    width: 100%;
    background-color: white;
    border-bottom: solid rgba(0,0,0,0.04) 2px;
}

.scope li {
  font-family: 'Merriweather', serif;
  font-weight:100;
  font-size: 16px;
  line-height: 2;
  color: #616161;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style: none;
}

.phasebg {
  background-color: #eee;
}

.max {
  max-width: 1000px;
}

.maxsmall {
  max-width: 900px;
}

.video-ct {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}


.video-ct video{
  max-width: 380px;
  margin-right: 120px;
}

.video {
  margin: auto;
}
.des {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}

.des-desc {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.des-img{
  max-width: 360px;
  flex-shrink: 0;
  margin-right: 120px;
}

.box {
  box-shadow: rgba(0,0,0,0.2) 0px 0px 80px;

}

.des-vid {
  margin-top: 20px;
}
.mockup {
  max-width: 700px;
}

.onimg {
  max-height: 400px;
}

.flex2 {
  display: flex;
  flex-direction: row;
}

.hmw {
  letter-spacing: 1px;
}

.hmwa {
  font-size: 14px;
  color: #a0a0a0;
  color: #616161;
}


/*LOGIN PAGE*/
/*LOGIN PAGE*/
/*LOGIN PAGE*/

.log-body {
  width: 100%;
  height: 100vh;
}

.page-ct {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#banner, #form {
  max-width: 800px;
  width: 100%;
}

#password {
  height: 50px;
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

#send {
  width: 200px;
  height: 50px;
  background-color: #3A6073;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  margin: 20px 0px 20px 0px;
  cursor: pointer;
}

#send:hover {
  background-color: #2D4F60;

}
.log-body h3 {
  font-size: 50px;
  margin-bottom: 20px;
}

.log-body h4 {
  margin-bottom: 30px;
}







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

/* NAV HEADER */

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

header {
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: white;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: rgba(0,0,0,0.16) 0px 0px 8px;
}

.header_ct {
  position: relative;
}


.page_ct {
  width: 80%;
/*  position: relative;*/
  max-width: 1240px;
  margin: auto;
  padding: 10px 30px 10px 30px;
}

.logo {
  width: 130px;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.logo:hover {
  opacity: .9;
}


.logo_project_page {
  max-width: 72px;
}

#header_name {
  display: inline-block;
  position: absolute;
  left: 130px;
  top: 24px;
}

#header_name {
  position: static;
  padding-left: 10px;
}

#header_name h1 {
  margin: 0px;
  margin-bottom: 2px; 
}
#header_name h2 {
  margin: 0px; 
}

#email_top {
  position: absolute;
  top: 30px;
  right: 30px;
  margin-left: 5px;
  padding: 3px 6px 3px 6px;
  font-family: "Nexa_Bold";
  font-size: 16px;
  color: #2d2d2d;
  background-color: #e0c469;
}

#email_top_projects {
  position: absolute;
  top: 47px;
  right: 25px;
  margin-left: 5px;
  padding: 3px 6px 3px 6px;

  font-family: "Nexa_Bold";
  font-size: 14px;
  color: #2d2d2d;
  background-color: #e3e3e3;
}

#header_name {
  position: static;
  padding-left: 10px;
}


nav {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 15px;
}

nav ul li{
  display: inline-block;
  text-align: center;
  margin-left: 35px;
  margin-bottom: 0px;

  font-family: "Gotham-Light";
  font-size: 12px;

  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

nav ul li:hover {
  font-size: 14px;
  font-family: "Gotham-Book";
}

nav ul li:hover .yellow {
  color: #2d2d2d;
}

nav ul li .active {
  font-size: 14px;
  font-family: "Gotham-Book";
}

h1 {
  font-family: "Gotham-Bold";
  font-size: 20px;
  color: #2d2d2d;
}

header h2 {
  font-family: "Gotham-Light";
  font-size: 12px;
  margin-top: 5px;
  color: #2d2d2d;
}


.menu_toggle {
  display: none;
}



@media screen and (max-width: 1700px) {
  .header_ct {
    width: 100%;
  }

}

/*@media screen and (max-width: 1020px) {
  nav ul li {
    margin-left: 0px;
    margin-right: 0px;
    width: 110px;
  }
}*/

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


  .header_ct {
    text-align: center;
  }

  #header_name {
    display: block;
    position: static;
  }

  nav {
    display: none;
  }

  header{
    position: static;
  }

  header h2 {
    margin-bottom: 15px;
  }

  .logo {
    margin-bottom: 30px;
    width: 80%;
    max-width: 184px;
  }


  #email_top, #email_top_projects {
    display: inline;
    position: static;
    color: #2d2d2d;

  }

  .menu_toggle {
    display: block;
    position: fixed;
    z-index: 11;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 10px;
    background-image: url("../imgs/menu_toggle.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.7);
/*    border: solid #2d2d2d 1px;*/
    border-radius: 1px;
    width: 35px;
    height: 35px;

    -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition:.5s;
  }

  .menu_toggle:hover {
    background-color: #2d2d2d;
/*    border: solid #e0c469 1px;*/
  }
}


.next_project {
  text-align: center;
}

a.btn1 {
  font-family: "Nexa_Slab_Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #2d2d2d;
  color: white;
  display: inline-block;
  padding: 28px 30px 24px 30px;
  margin: 80px 0px 80px 0px;
  cursor: pointer;
  width: 150px;
  text-align: center;
  border-radius: 4px;


  -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

.btn1:hover {
  background-color: #e0c469;
  color: black;
  box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
}
