/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

   html
body {
    height: 100%;
}
body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

img{max-width:100%;}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a {
  cursor: pointer;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #3cb5f9;
  font-family:sans-serif;/*"Ubuntu"*/
 }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  /*font-weight: 300; */
}

a {
  text-decoration: none;
  color: #3cb5f9; }

a:hover {
  color: #0793e2; }


.fixed{
    position: fixed;
  }

.textcenter{  text-align: center;}

  h1{font-size: 2.2em;}
  h2{font-size: 2em}
  h3{font-size: 1.8em} 
  h4{font-size: 1.6em} 
  h5{font-size: 1.4em} 
  h6{font-size: 1em}  

@media (min-width: 640px) {

  h1{font-size: 3em;}
  h2{font-size: 2.4em}
  h3{font-size: 2em} 
  h4{font-size: 1.6em} 
  h5{font-size: 1.3em} 
  h6{font-size: 1em}   

}

@media (min-width: 1200px) {

  /*h1{font-size: 3em;}
  h2{font-size: 2.6em}
  h3{font-size: 2.2em} 
  h4{font-size: 1.8em} 
  h5{font-size: 1.5em} 
  h6{font-size: 1em}  */ 

}