/* 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" /> */
/* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/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, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 16, ../sass/screen.scss */
body {
  font-family: 'Montserrat', sans-serif;
}
/* line 18, ../sass/screen.scss */
body a {
  text-decoration: none;
  color: white;
}

/* line 24, ../sass/screen.scss */
#landscape-header {
  position: relative;
  height: 600px;
  width: 100%;
  background-color: aquamarine;
  box-sizing: content-box;
}

/* line 32, ../sass/screen.scss */
.main-menu-style {
  padding: 20px;
  color: white;
  text-align: center;
  font-weight: bolder;
}
/* line 39, ../sass/screen.scss */
.main-menu-style li {
  background-color: #7EE081;
  display: inline-block;
  padding: 8px;
  margin: 0 8px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  box-shadow: 4px 4px 0 rgba(153, 153, 102, 0.7);
}
/* line 48, ../sass/screen.scss */
.main-menu-style li:hover {
  background-color: #6666ff;
}

/* line 54, ../sass/screen.scss */
.center {
  display: block;
  width: 60%;
  margin: 0 auto;
}

/* line 63, ../sass/screen.scss */
.center-carreton {
  display: block;
  width: 40%;
  margin: 0 auto;
}

/* line 71, ../sass/screen.scss */
.size-land {
  position: absolute;
  width: 60%;
  bottom: 0;
}

/* line 77, ../sass/screen.scss */
.size-land-carreton {
  position: absolute;
  width: 40%;
  bottom: 40px;
}

/* line 82, ../sass/screen.scss */
.green-land {
  position: relative;
  height: 150px;
  background-color: #7EE081;
}

/* line 89, ../sass/screen.scss */
.intro-author {
  background-color: #CBF7F4;
  padding: 58px;
  background-image: url("../images/incapatt.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center left;
}

/* line 98, ../sass/screen.scss */
.trees {
  display: inline-block;
  width: 100%;
}
/* line 101, ../sass/screen.scss */
.trees img {
  margin-top: -70px;
  height: 80%;
}
/* line 108, ../sass/screen.scss */
.trees .left-tree {
  margin-left: 10%;
  float: left;
}
/* line 113, ../sass/screen.scss */
.trees .right-tree {
  float: right;
  margin-right: 10%;
}

/* line 119, ../sass/screen.scss */
.puddle {
  position: absolute;
  height: 40px;
  width: 160px;
  border-radius: 50%;
  background-color: #2EBBCE;
  bottom: -23px;
}

/* line 129, ../sass/screen.scss */
.water {
  position: relative;
  height: 23px;
  background-color: #2EBBCE;
}

/* line 136, ../sass/screen.scss */
.photo {
  width: 15%;
}

/* line 140, ../sass/screen.scss */
.services {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTdlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e7e8));
  background-image: -moz-linear-gradient(#ffffff, #e6e7e8);
  background-image: -webkit-linear-gradient(#ffffff, #e6e7e8);
  background-image: linear-gradient(#ffffff, #e6e7e8);
  padding: 58px;
}
/* line 143, ../sass/screen.scss */
.services .responsive {
  width: 100%;
}

/* line 148, ../sass/screen.scss */
.features {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
/* line 155, ../sass/screen.scss */
.features ul li {
  display: inline-block;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 30px;
  text-align: center;
}
/* line 163, ../sass/screen.scss */
.features .size-check {
  width: 40%;
}

/* line 168, ../sass/screen.scss */
.deployment {
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTdlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e7e8));
  background-image: -moz-linear-gradient(#ffffff, #e6e7e8);
  background-image: -webkit-linear-gradient(#ffffff, #e6e7e8);
  background-image: linear-gradient(#ffffff, #e6e7e8);
  padding: 58px;
}

/* line 176, ../sass/screen.scss */
.dev-cycle {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
/* line 182, ../sass/screen.scss */
.dev-cycle ul {
  padding-top: 20px;
}
/* line 184, ../sass/screen.scss */
.dev-cycle ul li {
  position: relative;
  display: inline-block;
  margin-left: 7%;
  margin-right: 7%;
  text-align: center;
  line-height: 2em;
  z-index: 0;
}

/* line 198, ../sass/screen.scss */
.deploy-img {
  width: 38%;
}

/* line 202, ../sass/screen.scss */
.footer {
  position: relative;
  background-color: #698291;
  padding-top: 30px;
}
/* line 206, ../sass/screen.scss */
.footer .footer-img {
  background-image: url("../images/citybottom.svg");
  height: 50px;
  background-size: 300px;
  background-repeat: repeat-x;
}
/* line 213, ../sass/screen.scss */
.footer .footer-menu {
  background-color: #41505D;
}
/* line 218, ../sass/screen.scss */
.footer .external-links {
  color: white;
  text-align: center;
}
/* line 223, ../sass/screen.scss */
.footer .format-icon-social {
  color: white;
  padding: 10px;
}

/* line 239, ../sass/screen.scss */
.text-format {
  letter-spacing: 1.5pt;
  line-height: 1.5;
  padding: 15px;
  word-spacing: 2;
}

/* line 247, ../sass/screen.scss */
.text-left {
  text-align: left;
}

/* line 251, ../sass/screen.scss */
.text-center {
  text-align: center;
}

/* line 255, ../sass/screen.scss */
.text-lg {
  font-size: 2.2rem;
  word-spacing: 3;
  letter-spacing: 3;
  line-height: normal;
}

/* line 262, ../sass/screen.scss */
.text-md {
  font-size: 2rem;
}

/* line 266, ../sass/screen.scss */
.text-sm {
  font-size: 1.4rem;
}

/* line 270, ../sass/screen.scss */
.text-intro-color {
  color: #115D7F;
}

/* line 273, ../sass/screen.scss */
.text-content-color {
  color: #6D6E70;
}

/* line 278, ../sass/screen.scss */
.text-dark {
  color: #404041;
  font-weight: bold;
}

/* line 285, ../sass/screen.scss */
.title-padding {
  padding: 8px 0;
}

/* line 289, ../sass/screen.scss */
.text-content-padding {
  width: 75%;
  padding: 20px 20px;
  margin: 0 auto;
}

/**************************************************
* Portfolio stylesheet
**************************************************/
/* line 299, ../sass/screen.scss */
.under-construction {
  display: flex;
  background-color: yellow;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
/* line 308, ../sass/screen.scss */
.under-construction h1 {
  font-size: 2rem;
  font-weight: bold;
}

/* line 314, ../sass/screen.scss */
.portfolio-header {
  background-color: aquamarine;
}
/* line 316, ../sass/screen.scss */
.portfolio-header h1 {
  font-size: 4.5rem;
  font-weight: bolder;
  color: white;
  text-align: center;
  z-index: 1;
}

/* line 326, ../sass/screen.scss */
.container-top {
  width: 100%;
  background-color: aquamarine;
  position: relative;
  height: 300px;
  overflow: hidden;
}

/* line 334, ../sass/screen.scss */
.side-image1 {
  position: absolute;
  float: left;
  bottom: 0;
}

/* line 340, ../sass/screen.scss */
.side-image2 {
  position: absolute;
  float: right;
  right: 0;
  bottom: 0;
}

/* line 349, ../sass/screen.scss */
.darkroom {
  padding: 58px;
  background-color: #3D3D3D;
}
/* line 352, ../sass/screen.scss */
.darkroom h1 {
  color: #E3E3E5;
}
/* line 355, ../sass/screen.scss */
.darkroom h2 {
  color: #959596;
}

/* line 362, ../sass/screen.scss */
.dr-container p {
  float: right;
  text-align: justify;
}

/* line 367, ../sass/screen.scss */
.side-by-side {
  padding: 30px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}

/* line 376, ../sass/screen.scss */
.side1 {
  margin: 0 5%;
  padding: 16px 0;
}

/* line 381, ../sass/screen.scss */
.side2 {
  text-align: justify;
}

/* line 385, ../sass/screen.scss */
.google-action {
  width: 48px;
}

/* line 389, ../sass/screen.scss */
.google-cta-container {
  display: flex;
  justify-content: center;
}

/* line 395, ../sass/screen.scss */
.google-play-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  border: 3px solid #2BE279;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 10px;
  padding: 8px;
  margin: 8px;
}

/* line 410, ../sass/screen.scss */
.google-play-cta:hover {
  background-color: #2BE279;
}

/* line 414, ../sass/screen.scss */
.tipcalculator {
  padding: 58px;
}
/* line 417, ../sass/screen.scss */
.tipcalculator h1 {
  color: #404041;
}
/* line 420, ../sass/screen.scss */
.tipcalculator h2 {
  color: #959596;
}

/* line 425, ../sass/screen.scss */
.logo-app-tip {
  background-image: url("../images/tipper_logo.png");
}

/* line 428, ../sass/screen.scss */
.logo-app-format {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
}

/* line 437, ../sass/screen.scss */
.angle-gradient {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzZmZjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZGI4YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #33ffcc, #ffdb8b);
  background-image: -webkit-linear-gradient(330deg, #33ffcc, #ffdb8b);
  background-image: linear-gradient(120deg, #33ffcc, #ffdb8b);
}

/* line 442, ../sass/screen.scss */
.robot {
  padding: 58px;
  background-color: black;
  overflow: hidden;
}
/* line 448, ../sass/screen.scss */
.robot h1 {
  color: #E3E3E5;
}
/* line 451, ../sass/screen.scss */
.robot h2 {
  color: #959596;
}
/* line 454, ../sass/screen.scss */
.robot .robot-image {
  height: 500px;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/robot.gif");
}

/* line 466, ../sass/screen.scss */
.codepen {
  padding: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZWRlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTdlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7ede7), color-stop(100%, #e6e7e8));
  background-image: -moz-linear-gradient(#f7ede7, #e6e7e8);
  background-image: -webkit-linear-gradient(#f7ede7, #e6e7e8);
  background-image: linear-gradient(#f7ede7, #e6e7e8);
}
/* line 473, ../sass/screen.scss */
.codepen .live-projects {
  border-radius: 10px;
  padding: 8px;
}

@media only screen and (max-width: 1080px) {
  /* line 485, ../sass/screen.scss */
  .side-by-side {
    padding: 0 8%;
    flex-flow: row wrap;
  }

  /* line 491, ../sass/screen.scss */
  .side1 {
    order: 1;
    margin-right: 2%;
  }

  /* line 495, ../sass/screen.scss */
  .side2 {
    order: 2;
  }
}
@media only screen and (max-width: 600px) {
  /* line 501, ../sass/screen.scss */
  #landscape-header {
    height: 400px;
  }

  /* line 506, ../sass/screen.scss */
  .trees img {
    margin-top: -20px;
    height: 70%;
  }

  /* line 512, ../sass/screen.scss */
  .intro-author {
    padding: 40px 38px;
    background-size: 80%;
  }

  /* line 517, ../sass/screen.scss */
  .services {
    padding: 40px 38px;
  }

  /* line 521, ../sass/screen.scss */
  .center {
    width: 75%;
  }

  /* line 525, ../sass/screen.scss */
  .size-land {
    width: 75%;
  }

  /* line 529, ../sass/screen.scss */
  .services {
    padding: 30px 12px;
  }
  /* line 531, ../sass/screen.scss */
  .services .responsive {
    width: 100%;
    margin: 20px 0;
  }

  /* line 539, ../sass/screen.scss */
  .features ul li {
    display: block;
    letter-spacing: 4;
    font-size: 1.2rem;
    padding-bottom: 20px;
  }
  /* line 545, ../sass/screen.scss */
  .features ul li:last-child {
    padding-bottom: 40px;
  }
  /* line 549, ../sass/screen.scss */
  .features .size-check {
    width: 15%;
  }

  /* line 554, ../sass/screen.scss */
  .deploy-img {
    width: 45%;
  }

  /* line 558, ../sass/screen.scss */
  .deploy-rocket {
    margin: 0 auto;
    width: 80%;
  }

  /* line 563, ../sass/screen.scss */
  .deployment {
    padding: 40px 38px;
  }

  /* line 567, ../sass/screen.scss */
  .photo {
    width: 30%;
    padding: 20px 0;
  }

  /* line 572, ../sass/screen.scss */
  .text-format {
    letter-spacing: 1pt;
    line-height: 1.5;
    padding: 10px;
  }

  /* line 579, ../sass/screen.scss */
  .text-lg {
    font-size: 1.3rem;
    word-spacing: 3;
    letter-spacing: 3;
    line-height: normal;
  }

  /* line 586, ../sass/screen.scss */
  .text-md {
    font-size: 1.5rem;
  }

  /* line 590, ../sass/screen.scss */
  .text-sm {
    font-size: .95rem;
  }

  /* line 594, ../sass/screen.scss */
  .text-content-padding {
    padding: 10px 0;
  }

  /*PORTFOLIO 600px*/
  /* line 601, ../sass/screen.scss */
  .google-action {
    width: 40px;
  }

  /* line 604, ../sass/screen.scss */
  .side-by-side {
    padding: 0 8%;
    flex-flow: row wrap;
  }

  /* line 611, ../sass/screen.scss */
  .side1 {
    order: 1;
  }

  /* line 614, ../sass/screen.scss */
  .side2 {
    order: 2;
  }

  /* line 617, ../sass/screen.scss */
  .darkroom {
    padding: 40px 38px;
  }

  /* line 623, ../sass/screen.scss */
  .tipcalculator {
    padding: 40px 38px;
  }

  /* line 627, ../sass/screen.scss */
  .robot {
    padding: 40px 38px;
  }
  /* line 629, ../sass/screen.scss */
  .robot .robot-image {
    background-image: url("../images/robotpos.jpg");
  }
}
@media only screen and (max-width: 400px) {
  /* line 637, ../sass/screen.scss */
  #landscape-header {
    height: 360px;
  }

  /* line 642, ../sass/screen.scss */
  .trees img {
    margin-top: -20px;
    height: 40%;
  }

  /* line 649, ../sass/screen.scss */
  .main-menu-style li {
    display: block;
    margin-top: 6px;
  }

  /* line 656, ../sass/screen.scss */
  .intro-author {
    padding: 30px 12px;
    background-size: 80%;
  }

  /* line 661, ../sass/screen.scss */
  .photo {
    padding: 20px 0;
  }

  /* line 665, ../sass/screen.scss */
  .size-land-carreton {
    position: absolute;
    width: 60%;
    bottom: 40px;
  }

  /* line 671, ../sass/screen.scss */
  .size-land {
    width: 90%;
  }

  /* line 675, ../sass/screen.scss */
  .center {
    width: 90%;
  }

  /* line 678, ../sass/screen.scss */
  .center-carreton {
    width: 60%;
    margin: 0 auto;
  }

  /* line 683, ../sass/screen.scss */
  .services {
    padding: 30px 12px;
  }
  /* line 685, ../sass/screen.scss */
  .services .responsive {
    width: 100%;
    margin: 20px 0;
  }

  /* line 693, ../sass/screen.scss */
  .features ul li {
    display: block;
    letter-spacing: 1.3;
  }
  /* line 698, ../sass/screen.scss */
  .features .size-check {
    width: 20%;
  }

  /* line 703, ../sass/screen.scss */
  .deployment {
    padding: 30px 12px;
  }

  /* line 707, ../sass/screen.scss */
  .dev-cycle {
    letter-spacing: 1.3;
  }
  /* line 709, ../sass/screen.scss */
  .dev-cycle ul {
    padding-top: 35px;
  }
  /* line 711, ../sass/screen.scss */
  .dev-cycle ul li {
    padding-bottom: 25px;
  }

  /* line 718, ../sass/screen.scss */
  .deploy-img {
    width: 45%;
  }

  /* line 722, ../sass/screen.scss */
  .deploy-rocket {
    margin: 0 auto;
    width: 80%;
  }

  /* line 727, ../sass/screen.scss */
  .photo {
    width: 30%;
  }

  /* line 731, ../sass/screen.scss */
  .text-format {
    letter-spacing: 1pt;
    line-height: 1.5;
    padding: 10px;
  }

  /* line 738, ../sass/screen.scss */
  .text-lg {
    font-size: 1.3rem;
    word-spacing: 3;
    letter-spacing: 3;
    line-height: normal;
  }

  /* line 745, ../sass/screen.scss */
  .text-md {
    font-size: 1.1rem;
  }

  /* line 749, ../sass/screen.scss */
  .text-sm {
    font-size: .9rem;
  }

  /* line 753, ../sass/screen.scss */
  .text-content-padding {
    padding: 10px 0;
  }

  /*PORTFOLIO 400px*/
  /* line 758, ../sass/screen.scss */
  .google-action {
    width: 38px;
  }

  /* line 762, ../sass/screen.scss */
  .darkroom {
    padding: 30px 12px;
  }

  /* line 766, ../sass/screen.scss */
  .tipcalculator {
    padding: 30px 12px;
  }

  /* line 771, ../sass/screen.scss */
  .robot-image {
    background-size: 280px;
    background-image: url("../images/robotpos.jpg");
  }
}
