@font-face {
    font-family: "open sans std medium";
    src: url("../fonts/OpenSansStdMedium.woff");
}

@font-face {
    font-family: "open sans std regular";
    src: url("../fonts/OpenSansStdRegular.woff");
}

html,
body {
  height: auto !important;
  font-size: 16px;
}

a:focus, a:hover {
    color: #52C6E2;
    text-decoration: none;
    cursor: default;
}