/*------------------------------------*\
    ##Generic
\*------------------------------------*/
/*----------- normalizer -------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.isHidden {
  display: none;
  visibility: hidden;
}

.isVisible {
  display: block;
  visibility: visible;
}

img {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background-color: transparent;
}

h1,
h2,
h3,
p {
  padding: 0px;
  margin: 0px;
}

html,
body {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
  overflow: scroll;
  font-family: Helvetica, Arial, sans-serif;
}

.clear-me {
  clear: both;
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar {
  display: none;
}

html {
  background-color: #e5e5e5;
  background-repeat: repeat;
  background-image: url(/img/bg_retro.gif);
}

body {
  min-width: 320px;
  background: transparent;
  background-repeat: repeat;
  background-image: url(/img/bg_retro.gif);
}

a {
  padding: 0px;
  margin: 0;
  text-decoration: none;
}

hr,
h1,
p {
  margin-bottom: 10px;
}

.mainContainerOuter {
  max-width: 1024px;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 720px) {
  .mainContainerOuter {
    padding: 40px;
  }
}

.bottomContainerOuter {
  max-width: 1024px;
  padding: 20px;
}
@media (min-width: 720px) {
  .bottomContainerOuter {
    padding: 40px;
  }
}

.bottomContainerInner {
  min-height: 140px;
  background-image: url(/img/icon_brand_s_b.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.bottomContainerInner p {
  color: #333333;
  min-height: 30px;
  margin-right: 50px;
}

.imageBrand {
  width: 60px;
  height: 60px;
  background-image: url(/img/icon_brand.svg);
}

.imageBrand_small {
  width: 30px;
  height: 30px;
  background-image: url(/img/icon_brand_s.svg);
}

.imageBrand_small_white {
  width: 30px;
  height: 30px;
  background-image: url(/img/icon_brand_s_w.svg);
}

.imageBrand_small_black {
  float: right;
  width: 30px;
  height: 30px;
  background-image: url(/img/icon_brand_s_b.svg);
}

.emailLink {
  background-image: url(/img/icon_email_green.svg);
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  color: #269d59;
  font-weight: bold;
  cursor: pointer;
}

.emailLink:hover,
.emailLink:active,
.emailLink:visited {
  background-image: url(/img/icon_email.svg);
  color: #000000;
  cursor: pointer;
}

.iconsD {
  line-height: 0em;
  display: none;
}
.iconsD .iconTech {
  display: none;
}
@media (min-width: 720px) {
  .iconsD {
    display: block;
  }
  .iconsD .iconTech {
    display: inline-block;
  }
}

.iconsP {
  line-height: 0em;
  display: block;
}
.iconsP .iconTech {
  display: inline-block;
}
@media (min-width: 720px) {
  .iconsP {
    display: none;
  }
  .iconsP .iconTech {
    display: none;
  }
}

.iconTech {
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-size: 45px 45px;
  margin: 0px;
}
@media (min-width: 720px) {
  .iconTech {
    background-size: 60px 60px;
  }
}

.iconMongo {
  background-image: url(/img/icon_mongo_g.svg);
}

.iconExpress {
  background-image: url(/img/icon_express_g.svg);
}

.iconReact {
  background-image: url(/img/icon_react_g.svg);
}

.iconNode {
  background-image: url(/img/icon_node_g.svg);
}

.iconAws {
  background-image: url(/img/icon_aws_g.svg);
}

.iconAppleStore {
  background-image: url(/img/icon_applestore.svg);
}

.iconGoogleStore {
  background-image: url(/img/icon_googlestore.svg);
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 40px;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #269d59;
}

hr {
  height: 1px;
  background-color: #a7a9ab;
}

hr.top {
  width: 100%;
  height: 10px;
  background-color: #a7a9ab;
}

.u-margin-right-10 {
  margin-right: 10px;
}

.u-margin-bottom-20 {
  margin-bottom: 20px;
}

.u-margin-right-20 {
  margin-right: 20px;
}

.u-margin-bottom-40 {
  margin-bottom: 40px;
}

.u-margin-bottom-60 {
  margin-bottom: 60px;
}

.u-clear-float {
  width: 0px;
  height: 0px;
  clear: both;
}

.u-line-height-15em {
  line-height: 1.5em;
}

.somat {
  color: #ffffff;
}
