/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic);
@font-face {
  font-family: 'CodeProLightDemoRegular';
  src: url("fonts/Code_Pro_Light_Demo-webfont.eot");
  src: url("fonts/Code_Pro_Light_Demo-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Code_Pro_Light_Demo-webfont.woff") format("woff"), url("fonts/Code_Pro_Light_Demo-webfont.ttf") format("truetype"), url("fonts/Code_Pro_Light_Demo-webfont.svg#CodeProLightDemoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CodeProDemoRegular';
  src: url("fonts/Code_Pro_Demo-webfont.eot");
  src: url("fonts/Code_Pro_Demo-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Code_Pro_Demo-webfont.woff") format("woff"), url("fonts/Code_Pro_Demo-webfont.ttf") format("truetype"), url("fonts/Code_Pro_Demo-webfont.svg#CodeProDemoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_base.scss */
html {
  height: 100%;
}

/* line 5, ../sass/_base.scss */
body {
  height: 100%;
  background-color: lightred;
  font-family: "Noto Serif";
  font-size: 62.5%;
  line-height: 1.3em;
}

/* line 14, ../sass/_base.scss */
a {
  color: #333;
  text-decoration: none;
}
/* line 18, ../sass/_base.scss */
a:active {
  color: #333;
}
/* line 22, ../sass/_base.scss */
a:visited {
  color: #333;
}
/* line 26, ../sass/_base.scss */
a:hover {
  color: #3EB060;
  text-decoration: underline;
}

/* line 32, ../sass/_base.scss */
h1 {
  font-size: 3.7em;
}

/* line 37, ../sass/_base.scss */
h2 {
  font-size: 2.4em;
}

/* line 41, ../sass/_base.scss */
h3 {
  font-size: 1.8em;
}

/* line 45, ../sass/_base.scss */
p {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
/* line 50, ../sass/_base.scss */
p b {
  font-weight: 700;
}

/* line 55, ../sass/_base.scss */
ul {
  padding-left: 0;
  font-size: 1.4em;
}

/* line 1, ../sass/_layout.scss */
.bfc {
  overflow: hidden;
  zoom: 1;
}

/* line 6, ../sass/_layout.scss */
.cont-padd {
  padding-top: 150px;
}

/* line 10, ../sass/_layout.scss */
.cont-padd-2 {
  padding-top: 300px;
}

/* line 14, ../sass/_layout.scss */
.left {
  float: left;
}

/* line 18, ../sass/_layout.scss */
.right {
  float: right;
}

/* line 22, ../sass/_layout.scss */
.clear {
  clear: both;
}

/* line 26, ../sass/_layout.scss */
.center {
  text-align: center;
}

/* line 30, ../sass/_layout.scss */
.w70 {
  width: 70%;
}

/* line 34, ../sass/_layout.scss */
.w50 {
  width: 50%;
}

/* line 38, ../sass/_layout.scss */
.w45 {
  width: 45%;
}

/* line 42, ../sass/_layout.scss */
.pl5 {
  padding-left: 5%;
}

/* line 46, ../sass/_layout.scss */
.pr5 {
  padding-right: 5%;
}

/* line 50, ../sass/_layout.scss */
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 55, ../sass/_layout.scss */
.add-bg {
  width: 100%;
  height: 100%;
}

/* line 60, ../sass/_layout.scss */
.inner-width {
  width: 960px;
}

/* line 64, ../sass/_layout.scss */
.max-960 {
  width: 100%;
  max-width: 960px;
}

/* line 69, ../sass/_layout.scss */
.max-50p {
  width: 50%;
  max-width: 480px;
}

/* line 74, ../sass/_layout.scss */
.dyn-w960 {
  max-width: 960px;
}

/* line 79, ../sass/_layout.scss */
.tleft {
  text-align: left;
}

/* line 85, ../sass/_layout.scss */
ul.ul-horiz li {
  display: inline-block;
  margin-right: 2em;
  vertical-align: top;
}

/* line 97, ../sass/_layout.scss */
.container {
  width: auto;
  max-width: 960px;
  margin: 0 auto;
}

/* line 104, ../sass/_layout.scss */
section {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 768px;
}

/* line 1, ../sass/_module.scss */
nav {
  text-align: center;
  height: 90px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  border-bottom: 2px solid #333;
}
/* line 9, ../sass/_module.scss */
nav li {
  margin-right: 1em !important;
  padding-left: 1em;
  line-height: 70px;
  margin-top: 10px;
  border-left: 1px solid #E8E9EA;
}
/* line 16, ../sass/_module.scss */
nav li:first-child {
  border-left: 0px;
}

/* line 22, ../sass/_module.scss */
.mod-whatis {
  display: block;
  width: 100%;
  max-width: 960px;
  position: absolute;
  top: 250px;
}
/* line 35, ../sass/_module.scss */
.mod-whatis .mod-whatis-text {
  display: inline-block;
  position: relative;
  top: -240px;
  max-width: 600px;
}

/* line 45, ../sass/_module.scss */
.mod-whatis-nav {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 80px;
}

/* line 52, ../sass/_module.scss */
.list {
  margin-top: 1em;
  list-style: disc;
}
/* line 56, ../sass/_module.scss */
.list li {
  margin-left: 1.5em;
  clear: left;
  font-size: .9em;
}

/* line 63, ../sass/_module.scss */
.mod-step-outer {
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  margin-bottom: 2em;
}

/* line 73, ../sass/_module.scss */
.mod-step {
  display: inline-block;
  margin-top: 5px;
  width: 170px;
  height: 170px;
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  text-align: center;
}
/* line 81, ../sass/_module.scss */
.mod-step:before {
  line-height: 165px;
  vertical-align: top;
  font-size: 120px;
}

/* line 88, ../sass/_module.scss */
.mod-info {
  width: 40%;
  max-width: 400px;
  margin-top: 2em;
  padding-top: 2em;
}
/* line 94, ../sass/_module.scss */
.mod-info:before {
  display: inline-block;
  margin-bottom: .6em;
  content: 'i';
  font-style: italic;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* line 106, ../sass/_module.scss */
.mod-leaf {
  overflow: hidden;
  margin-top: -100px;
  width: 400px;
  height: 444px;
  background-image: url(../images/leaf-2-color-75p.svg);
  background-size: 400px auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
/* line 113, ../sass/_module.scss */
.mod-leaf h2 {
  margin-top: 260px;
  margin-left: 50px;
  width: 250px;
}

/* line 160, ../sass/_module.scss */
.btn.circle {
  text-decoration: none;
  display: inline-block;
}
/* line 124, ../sass/_module.scss */
.btn.circle:before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #C8C9CC;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 0;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 1.3em;
  display: inline-block;
  margin-right: 0.4em;
}
/* line 140, ../sass/_module.scss */
.btn.circle:active:before {
  background-color: #3EB060;
  color: white;
}
/* line 146, ../sass/_module.scss */
.btn.circle:hover, .btn.circle.active, .btn.circle.active1, .btn.circle.active2, .btn.circle.active3 {
  color: #3EB060 !important;
}
/* line 149, ../sass/_module.scss */
.btn.circle:hover:before, .btn.circle.active:before, .btn.circle.active1:before, .btn.circle.active2:before, .btn.circle.active3:before {
  background-color: #3EB060;
  color: white;
}
/* line 155, ../sass/_module.scss */
.btn.circle[myAttr="1"] {
  color: blue;
}

/* line 1, ../sass/_state.scss */
.txt-xlarge {
  font-size: 0.6em;
}

/* line 5, ../sass/_state.scss */
.txt-small {
  font-size: 1em;
}

/* line 9, ../sass/_state.scss */
.txt-xsmall {
  font-size: 1em;
}

/* line 13, ../sass/_state.scss */
.no-style {
  list-style: none;
}

/* line 19, ../sass/_state.scss */
.btn.nr1:before {
  content: '1';
}
/* line 25, ../sass/_state.scss */
.btn.nr2:before {
  content: '2';
}
/* line 31, ../sass/_state.scss */
.btn.nr3:before {
  content: '3';
}

/* line 37, ../sass/_state.scss */
.step1:before {
  content: '1';
}

/* line 41, ../sass/_state.scss */
.step2:before {
  content: '2';
}

/* line 45, ../sass/_state.scss */
.step3:before {
  content: '3';
}

/* line 49, ../sass/_state.scss */
.step4:before {
  content: '4';
}

/* line 53, ../sass/_state.scss */
.go-right {
  float: right;
}

/* line 7, ../sass/_theme.scss */
.logo {
  background-image: url(../images/leaf-1-color.svg);
  background-size: 39px 35px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 39px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}

/* line 16, ../sass/_theme.scss */
#section1 {
  background-image: url(../images/leaf-2-grey-40p.svg);
  background-size: 400px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 19, ../sass/_theme.scss */
#section1 .container {
  background-image: url(../images/leaf-1-grey.svg);
  background-size: 265px auto;
  background-position: 360px 380px;
  background-repeat: no-repeat;
  height: 100%;
}
/* line 23, ../sass/_theme.scss */
#section1 .container h1 {
  margin-left: 220px;
  color: white;
}
/* line 28, ../sass/_theme.scss */
#section1 .container h1, #section1 .container h2 {
  margin-top: 20px;
}
/* line 32, ../sass/_theme.scss */
#section1 .container h2 {
  margin-left: 130px;
  border-bottom: 1px solid black;
  margin-bottom: 0.7em;
  padding-bottom: 0.5em;
  width: 230px;
}
/* line 38, ../sass/_theme.scss */
#section1 .container ul {
  width: 230px;
  margin: 0;
  font-style: italic;
}
/* line 44, ../sass/_theme.scss */
#section1 .container .add-bg {
  background-image: url(../images/leaf-2-color.svg);
  background-size: 540px 600px;
  background-position: 20px 50px;
  background-repeat: no-repeat;
  height: 100%;
}
/* line 50, ../sass/_theme.scss */
#section1 .container .whatido-start li {
  margin-bottom: .4em;
}

/* line 57, ../sass/_theme.scss */
#section2 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzQ1NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNlYjA2MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a1c457), color-stop(100%, #3eb060));
  background-image: -moz-linear-gradient(left, #a1c457, #3eb060);
  background-image: -webkit-linear-gradient(left, #a1c457, #3eb060);
  background-image: linear-gradient(to right, #a1c457, #3eb060);
  color: white;
}
/* line 61, ../sass/_theme.scss */
#section2 .add-bg {
  background-image: url(../images/leaf-2-white-10p.svg);
  background-size: 500px auto;
  background-repeat: no-repeat;
}
/* line 67, ../sass/_theme.scss */
#section2 h1, #section2 h2 {
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  width: 90%;
  margin-left: 5%;
}
/* line 74, ../sass/_theme.scss */
#section2 #profile > * {
  max-width: 480px;
}
/* line 78, ../sass/_theme.scss */
#section2 .profile-text {
  width: 90%;
  margin-left: 5%;
}

/* line 84, ../sass/_theme.scss */
#section3, #section6, #section9 {
  /*background-image: url(../images/leaf-2-grey-40p.svg);
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: 95% 50%;*/
  background-image: url(../images/bg-leaf-02.svg);
  background-size: auto auto;
  background-position: 50% 0;
  background-repeat: repeat;
  /*ul.green {
    font-size: 1.8em;
    line-height: 1.2em;
    text-align: left;
    width: 42.5%;

    li {
      margin-bottom: .6em;
    }
  }*/
}
/* line 91, ../sass/_theme.scss */
#section3 .add-bg, #section6 .add-bg, #section9 .add-bg {
  background-image: url(../images/bg-leaf-011.svg);
  background-size: auto auto;
  background-position: 0 0;
  background-repeat: repeat;
  height: 100%;
}
/* line 97, ../sass/_theme.scss */
#section3 .mod-step-outer, #section6 .mod-step-outer, #section9 .mod-step-outer {
  border: 3px solid #E8E9EA;
}
/* line 101, ../sass/_theme.scss */
#section3 .mod-step, #section6 .mod-step, #section9 .mod-step {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzQ1NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNlYjA2MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1c457), color-stop(100%, #3eb060));
  background-image: -moz-linear-gradient(#a1c457, #3eb060);
  background-image: -webkit-linear-gradient(#a1c457, #3eb060);
  background-image: linear-gradient(#a1c457, #3eb060);
}
/* line 105, ../sass/_theme.scss */
#section3 .mod-step:before, #section6 .mod-step:before, #section9 .mod-step:before {
  color: white;
}

/* line 123, ../sass/_theme.scss */
.image {
  background-size: cover;
  overflow: hidden;
}

/* line 128, ../sass/_theme.scss */
#section4 {
  background-image: url(../images/image01.jpg);
}

/* line 132, ../sass/_theme.scss */
#section5 {
  background-image: url(../images/image02.jpg);
}

/* line 136, ../sass/_theme.scss */
#section7 {
  background-image: url(../images/hm01.jpg);
}

/* line 140, ../sass/_theme.scss */
#section8 {
  background-image: url(../images/hm02.jpg);
}

/* line 144, ../sass/_theme.scss */
#section10 {
  background-image: url(../images/ld01.jpg);
}

/* line 148, ../sass/_theme.scss */
#section11 {
  background-image: url(../images/band01.jpg);
}

/* line 152, ../sass/_theme.scss */
#section12 {
  background-color: #E8E9EA;
}
/* line 156, ../sass/_theme.scss */
#section12 .add-bg {
  background-image: url(../images/leaf-2-white-30p.svg);
  background-size: 100% auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
/* line 160, ../sass/_theme.scss */
#section12 ul {
  margin-top: 3em;
  width: 200px;
  font-size: 2em;
}
/* line 167, ../sass/_theme.scss */
#section12 .mod-info {
  font-size: 1.4em;
  font-style: italic;
  color: #888;
  border-top: 1px solid #C8C9CC;
  width: 70%;
  font-size: 1.2em;
}
/* line 175, ../sass/_theme.scss */
#section12 .mod-info:before {
  color: white;
  font-size: 1.6em;
  background-color: #888;
}

/* line 183, ../sass/_theme.scss */
#section13 {
  background-image: url(../images/leaf-2-color-75p.svg);
  background-size: 130% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*#map {
      background-color: transparent !important;
    }
  
    #map > .gm-style, .gm-style > div  {
      box-sizing: border-box;
      overflow:hidden;
      border-radius: 175px;
      border: 5px solid #ccc;
      background-color: transparent;
    }*/
}
/* line 186, ../sass/_theme.scss */
#section13 .container {
  margin: 0;
  max-width: 100%;
}
/* line 191, ../sass/_theme.scss */
#section13 #map {
  width: 100%;
  border-top: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  margin: 3em 0 !important;
}

/* line 211, ../sass/_theme.scss */
.profile-img {
  background-color: grey;
  height: 100%;
}

/* line 216, ../sass/_theme.scss */
h1, h2 {
  font-family: "CodeProDemoRegular";
  line-height: 1.1em;
}

/* line 222, ../sass/_theme.scss */
h1 > span, h2 > span {
  font-family: "CodeProLightDemoRegular";
}

/* line 227, ../sass/_theme.scss */
nav {
  background: white;
}
/* line 230, ../sass/_theme.scss */
nav a {
  font-family: "CodeProDemoRegular";
  font-size: .9em;
}
/* line 234, ../sass/_theme.scss */
nav a:hover {
  text-decoration: none;
}

/* line 240, ../sass/_theme.scss */
#profile {
  background: url(../images/test.svg);
  background-size: auto 100px;
  background-position: right 150px;
  background-repeat: no-repeat;
}

/* line 247, ../sass/_theme.scss */
.profile-img {
  width: 50%;
  background-image: url(../images/profile.jpg);
  background-size: cover;
}

/* line 254, ../sass/_theme.scss */
.mod-leaf h2 {
  color: white;
  font-size: 2.1em;
  line-height: 1.1em;
}

/* line 262, ../sass/_theme.scss */
ul.green {
  color: #3EB060;
  font-style: italic;
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: left;
  width: 42.5%;
}
/* line 271, ../sass/_theme.scss */
ul.green li {
  margin-bottom: .6em;
}

/* line 8, ../sass/_responsive.scss */
main.mobile > section {
  position: static;
  height: 100%;
}
/* line 12, ../sass/_responsive.scss */
main.mobile > section.mob--content {
  min-height: 100% !important;
}
/* line 21, ../sass/_responsive.scss */
main.mobile .add-bg {
  overflow: hidden;
}
/* line 26, ../sass/_responsive.scss */
main.mobile .mod-whatis {
  position: static;
  width: 100%;
  margin-left: 0;
  top: inherit;
}
/* line 33, ../sass/_responsive.scss */
main.mobile .mod-whatis-text {
  top: inherit;
  margin: 2em 0 5em 0;
}
/* line 38, ../sass/_responsive.scss */
main.mobile .mod-whatis-nav {
  display: none;
}
/* line 43, ../sass/_responsive.scss */
main.mobile .container h1 {
  margin-bottom: 1em;
}
/* line 48, ../sass/_responsive.scss */
main.mobile .container header span {
  margin-bottom: 4em;
}
/* line 54, ../sass/_responsive.scss */
main.mobile #section6 header {
  display: none;
}
/* line 58, ../sass/_responsive.scss */
main.mobile .profile-img {
  line-height: 100;
  display: inline-block;
}
/* line 63, ../sass/_responsive.scss */
main.mobile .mod-info {
  padding-bottom: 3em;
}
/* line 67, ../sass/_responsive.scss */
main.mobile .pl5 {
  min-height: 480px;
}
/* line 71, ../sass/_responsive.scss */
main.mobile #section1 {
  background-position: right 140%;
}
