@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: default; }

div,
div:before,
div:after,
span,
span:before,
span:after,
a,
a:before,
a:after,
p,
p:before,
p:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

article p {
  font-family: "Helvetica", "Arial", sans-serif; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a,
a:visited,
a:focus {
  text-decoration: none;
  cursor: pointer;
  border: 0; }
  a img,
  a:visited img,
  a:focus img {
    outline: 0;
    border: 0; }

img {
  outline: 0;
  border: 0; }

a:hover {
  color: black; }

input,
input:focus,
input:required,
input:invalid,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0 none transparent !important;
  resize: none !important;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal; }

select,
select:focus,
select:required,
select:invalid {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Helvetica", "Arial", sans-serif;
  outline: 0 none transparent !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal; }

::selection {
  background: #666666; }

::-moz-selection {
  background: #666666; }

.v-a {
  display: table;
  width: inherit;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  .v-a .v-b {
    display: table-cell;
    width: inherit;
    vertical-align: middle; }

.wrap {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden; }
  .wrap .govaere {
    margin-left: 4.5vw;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 9vw;
    text-align: center;
    text-transform: lowercase; }
