html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  position: relative;
  min-height: 100%; }

body {
  background-color: #fff;
  font-family: "Karla", Arial, Helvetice Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #666;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  /* Margin bottom by footer height */
  margin-bottom: 220px; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* Other fixes*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
i {
  vertical-align: middle; }

.row {
  margin: 10px 0; }

p {
  font-family: 'Karla', Arial, Helvetice Neue, sans-serif;
  font-weight: 300; }

footer h2 {
  font-size: 1.4em;
  color: #fff;
  margin: 0 0 10px 0; }

ul li {
  list-style: none; }

.logo {
  width: 280px; }

.logo path {
  fill: #1eabb5; }

.container {
  padding-top: 10px; }

.footer-text {
  font-size: 16px; }

.row-margin-top {
  margin-top: 60px; }

.cont-margin-top {
  margin-top: 80px; }

.text-large {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #999; }

/*--------------------------------------------------------------
Rotate font awesome
--------------------------------------------------------------*/
.rotate {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #1eabb5; }

.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #d8d2c9; }

/*--------------------------------------------------------------
3.0 Links
--------------------------------------------------------------*/
a:link,
a:visited {
  font-size: 4em;
  line-height: 1em;
  color: #d8d2c9; }

a:hover {
  color: #1eabb5;
  text-decoration: none; }

a:active {
  color: #d8d2c9; }

a:focus {
  outline: 0; }

/*--------------------------------------------------------------
Sticky Footer
--------------------------------------------------------------*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 180px;
  background-color: #d8d2c9;
  color: #fff;
  padding-top: 40px;
  font-size: 1.8em;
  line-height: 1em; }

.footer a:link,
.footer a:visited {
  font-size: 1em;
  line-height: 1em; }

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 180px; }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 140px;
    background-color: #d8d2c9;
    color: #fff;
    padding-top: 30px;
    font-size: 1.6em;
    line-height: 1em; }

  .footer a:link,
  .footer a:visited {
    font-size: 1em;
    line-height: 1em; }

  .logo {
    width: 240px; }

  a:link,
  a:visited {
    font-size: 3.6em;
    line-height: 1em; }

  .row-margin-top {
    margin-top: 40px; }

  .cont-margin-top {
    margin-top: 80px; } }
@media (max-width: 1024px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 160px; }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 140px;
    background-color: #d8d2c9;
    color: #fff;
    padding-top: 30px;
    font-size: 1.4em;
    line-height: 1em; }

  .footer a:link,
  .footer a:visited {
    font-size: 1em;
    line-height: 1em; }

  .logo {
    width: 220px; }

  a:link,
  a:visited {
    font-size: 3em;
    line-height: 1em; }

  .row-margin-top {
    margin-top: 30px; }

  .cont-margin-top {
    margin-top: 70px; }

  .text-large {
    font-size: 1.4em;
    line-height: 1.4em; } }
@media (max-width: 991px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 150px; }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 130px;
    background-color: #d8d2c9;
    color: #fff;
    padding-top: 30px;
    font-size: 1.2em;
    line-height: 1em; }

  .footer a:link,
  .footer a:visited {
    font-size: 1em;
    line-height: 1em; }

  .logo {
    width: 200px; }

  a:link,
  a:visited {
    font-size: 2.8em;
    line-height: 1em; }

  .row-margin-top {
    margin-top: 40px; }

  .cont-margin-top {
    margin-top: 60px; } }
@media (max-width: 768px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 140px; }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    background-color: #d8d2c9;
    color: #fff;
    padding-top: 25px;
    font-size: 1.2em;
    line-height: 1.1em; }

  .footer a:link,
  .footer a:visited {
    font-size: 1em;
    line-height: 1.1em; }

  .row-margin-top {
    margin-top: 30px; }

  .cont-margin-top {
    margin-top: 40px; }

  a:link,
  a:visited {
    font-size: 2.4em;
    line-height: 1em; }

  .logo {
    width: 180px; }

  .text-large {
    font-size: 1.2em;
    line-height: 1.4em; } }
