@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
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, flegend,
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-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
svg {
  overflow: hidden;
}
input {     /*IE6*/
  width: auto;
  overflow: visible;
}

/* end reset */

html {  
  min-height: 100%;
  font-size: 16px;
}
body {  
  min-height: 100%;
  background: url('../images/icehouse-background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(http://icehouse.com.hk/ie/backgroundsize.min.htc);
  behavior: url(http://icehouse.com.hk/ie/backgroundsize.min.htc);
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 62.5%; /*10px*/
  line-height: 1.5;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

img {
  border: 0;
  max-width: 100%;
}
h1 {
  margin-bottom: 0.5em;
  color: #1A3E9E;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 700;
}
h2 {
  margin-bottom: 0.5em;
  color: #1A3E9E;
  font-size: 3em;
  font-weight: 700;
}
p {
  max-width: 800px;
  margin: 0 auto 1em auto;
  color: #555;
  font-size: 1.6em;
}
p:last-child {
  margin-bottom: 0;
}

.container {
  width: 100%;
  min-height: 100%;
  padding: 20px;
}
.branding, .text, .subscribe {
  width: 100%;
}
.branding {
  text-align: center;
  margin-bottom: 20px;
}
.branding img {
  display: block;
  margin: 0 auto;
}
.text {
  margin-bottom: 20px;
}
.form-line {
  margin-bottom: 10px;
}
.subscribe label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
  color: #555;
  font-size: 1.6em;
}
.form-input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.subscribe input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px;
  width: 100%;
  max-width: 250px;
  font-size: 1.4em;
  vertical-align: top;
}
.subscribe button, .btn {
  border: 0;
  padding: 8px 15px;
  margin-top: 10px;
  color: #FFF;
  background-color: #1A3E9E;
  font-size: 1.4em;
  font-weight: 700;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
  text-decoration: none;
}
a.theem {
  color: #1A3E9E;
  text-decoration: none;
}
p.small {
  font-size: 1.4em;
  line-height: 1.2;
}
.copyright {
  margin-top: 50px;
  color: #555;
  font-size: 1.6em;
}
@media screen and (max-width: 400px) {
  body {
    font-size: 50%;
  }
}