@import url("/css/reset.css");

body {
    font-size: 1em;
    line-height: 1;
}
html {
  font-size: 62.5%;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}



/* ========== common ========== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}


/* ========== styles ========== */
main {
  padding: 0 15%;
}
h1 {
  font-size: 0;
  width: 252px;
  height: 74px;
  background-image: url("/img/logo.jpg");
  background-size: 252px 74px;
  position: absolute;
  top: 20px;
  left: 30px;
}
a.cta {
  position: absolute;
  top: 35px;
  right: 30px;
  color: black;
  font-size: 18px;
  font-weight: bold;  
}
img.first {
  margin-top: 100px;
}
div.contact {
  background-color: #B2D7FF;
  padding: 40px 20px 20px;
}


@media only screen and (max-width: 768px) {
  main {
    padding: 0 5px;
  }
  h1 {
    width: 150px;
    height: 48px;
    left: 15px;
    background-size: 150px 48px;
  }
  a.cta {
    top: 25px;
    right: 15px;
    font-size: 13px;
  }
}

