/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 80, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 100, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 114, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 167, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 203, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 211, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 270, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 281, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 295, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 307, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 296, ../sass/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 300, ../sass/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, ../sass/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 316, ../sass/_global.scss */
a:focus {
  outline: none;
}

/* line 319, ../sass/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 323, ../sass/_global.scss */
object,
embed {
  height: 100%;
}

/* line 325, ../sass/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}
.half{
  width: 40%;
  padding: 2% 5%;
}

/* line 336, ../sass/_global.scss */
.left {
  float: left !important;
}

/* line 337, ../sass/_global.scss */
.right {
  float: right !important;
}

/* line 338, ../sass/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 339, ../sass/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 340, ../sass/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 341, ../sass/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 342, ../sass/_global.scss */
.hide {
  display: none;
}

/* line 348, ../sass/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 351, ../sass/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}


@font-face {
  font-family: 'gothic';
  src: url("../fonts/gothic.eot");
  src: local("gothic"), url("../fonts/gothic.woff") format("woff"), url("../fonts/gothic.ttf") format("truetype");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-53pi0y");
  src: url("../fonts/icomoon.eot?#iefix-53pi0y") format("embedded-opentype"), url("../fonts/icomoon.woff?-53pi0y") format("woff"), url("../fonts/icomoon.ttf?-53pi0y") format("truetype"), url("../fonts/icomoon.svg?-53pi0y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 97, ../sass/app.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 111, ../sass/app.scss */
.icon-settings:before {
  content: "\e607";
}

/* line 115, ../sass/app.scss */
.icon-bulb:before {
  content: "\e608";
}

/* line 119, ../sass/app.scss */
.icon-note:before {
  content: "\e609";
}

/* line 123, ../sass/app.scss */
.icon-lab:before {
  content: "\e60a";
}

/* line 127, ../sass/app.scss */
.icon-directions:before {
  content: "\e60b";
}

/* line 131, ../sass/app.scss */
.icon-tools:before {
  content: "\e60c";
}

/* line 135, ../sass/app.scss */
.icon-keyboard:before {
  content: "\e60d";
}

/* line 139, ../sass/app.scss */
.icon-statistics:before {
  content: "\e60e";
}

/* line 143, ../sass/app.scss */
.icon-twitter:before {
  content: "\e600";
}

/* line 147, ../sass/app.scss */
.icon-facebook:before {
  content: "\e601";
}

/* line 151, ../sass/app.scss */
.icon-googleplus:before {
  content: "\e602";
}

/* line 155, ../sass/app.scss */
.icon-pinterest:before {
  content: "\e603";
}

/* line 159, ../sass/app.scss */
.icon-linkedin:before {
  content: "\e604";
}

/* line 163, ../sass/app.scss */
.icon-instagram:before {
  content: "\e605";
}

/* line 167, ../sass/app.scss */
.icon-behance:before {
  content: "\e606";
}

/* line 172, ../sass/app.scss */
body {
  color: #000;
  font-family: "gothic", "Helvetica Narrow", sans-serif !important;
  background-color: transparent !important;
}

/* line 184, ../sass/app.scss */
a {
  text-decoration: none;
}


/* line 194, ../sass/app.scss */
header {
  background: White;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
}

.content{
  margin: 0 3rem;
}

.content img{
  float: left;
  position: relative;
  z-index: 10;
  margin:-5rem 3rem 3rem 2rem;
}

.description{
  float: left;
  padding-left: 2em;
}

.caps{
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  margin-top: 3rem;
}

a{
  color: #47E2FC;
  text-decoration: underline;
}

/* line 303, ../sass/app.scss */
h1 {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 2;
  color:#47E2FC;
}

/* line 309, ../sass/app.scss */
footer {
  background: #000;
  padding: 1em;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: both;

}

footer a{
  text-decoration: none !important;
}

footer .social{
  text-align: center;
}
footer .social p {
  color: White;
  font-size: .85em;
  padding-right: 1em;
}
/* line 340, ../sass/app.scss */
footer .social a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #000;
  text-align: center;
  background: #47E2FC;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  margin: .5em .2em 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .social a span{
  padding-top: .3em;
  display: inline-block;
}
/* line 353, ../sass/app.scss */
footer .social a span.t {
  font-size: 130%;
}
/* line 357, ../sass/app.scss */
footer .social a:hover {
  background: White;
  color: #47E2FC;
}

/* line 411, ../sass/app.scss */
footer .copyright {
  text-align: center;
  color: #47E2FC;
  font-size: .85em;
  font-family: "gothic", "Helvetica Narrow", sans-serif;
}
/* line 417, ../sass/app.scss */
footer .copyright a {
  color: #47E2FC;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 421, ../sass/app.scss */
footer .copyright a:hover {
  color: White;
}

/* line 922, ../sass/app.scss */
.icon {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 3em;
}
/* line 928, ../sass/app.scss */
.icon:after, .icon:before, .icon::after, .icon::before {
  content: '';
  position: absolute;
  display: block;
}

/* --- TIPS --- */
/* line 1508, ../sass/app.scss */
.clear {
  clear: both;
}

/* line 1512, ../sass/app.scss */
.colored {
  color: #47E2FC !important;
}

/* line 1516, ../sass/app.scss */
.white {
  color: White;
}

/* line 1520, ../sass/app.scss */
.black {
  color: #000;
}

/* line 1524, ../sass/app.scss */
.hide {
  display: none !important;
}

/* line 1528, ../sass/app.scss */
.float-right {
  float: right;
}

/* line 1532, ../sass/app.scss */
.centered {
  margin: auto !important;
  text-align: center;
}

h1{
  text-align: center;
}

/* --- Media queries --- */

@media screen and (max-width: 650px) and (min-width: 50px) {
  
  /* line 2093, ../sass/app.scss */
  footer .social {
    float: none !important;
    margin: 1em  auto 0;
    display: block;
    text-align: center;
  }
  /* line 2099, ../sass/app.scss */
  footer .social p {
    float: none;
  }
}
