html,
body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "Montserrat", Arial, Verdana, helvetica, sans-serif;
}
html {
  background: #2e284e;
}
body,
a {
  color: #fff;
}
abbr {
  text-decoration: none;
  border: none;
}
.center {
  text-align: center;
}

article {
  font-size: 18px;
  font-size: 1.8rem;
  width: 685px;
  margin: 0 auto;
  line-height: 28px;
  overflow: hidden;
  z-index: 2;
}
header {
  text-align: center;
  padding: 15% 0;
  border-bottom: 1px dashed #fff;
}
figcaption {
  font-size: 11px;
  font-size: 1.1rem;
}
article h1 {
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
}
article h1 a {
  text-decoration: none;
}

.text span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.9);
  background-clip: border-box;
  padding: 15px;
}

.text .link {
  display: inline-block;
  background: rgba(0, 0, 0, 0.9);
  background-clip: border-box;
  padding: 20px;
  border: 10px solid #eee;
  margin: 50px 5px 5px 5px;
  text-decoration: none;
  font-size: 40px;
}

.text .link:hover,
.text .link:focus {
  box-shadow: 0 0 10px #000;
  border-color: #fff;
}

.absolute {
  position: absolute;
}
.relative {
  position: relative;
}

p:after {
  content: "\00a0";
  display: block;
  overflow: hidden;
  height: 0;
}
blockquote {
  border: 1px solid #fff;
  font-family: Times, serif;
  padding: 10px;
  border-radius: 10px;
}
a:hover {
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #090;
}
input::-moz-selection,
textarea::-moz-selection {
  background: #090;
  color: #fff;
}

ul,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.bt {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: all ease 0.5s;
  cursor: pointer;
  white-space: nowrap;
}
.bt:focus,
.bt:hover {
  background: #fff;
  border: 1px solid #090;
  color: #090;
}

h2 span {
  font-size: 0.5em;
  line-height: 0.5em;
}
.cell {
  padding: 0 10px;
}
.linked abbr,
.linked strong {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.b {
  font-weight: bold;
  line-height: 1;
}
.bb {
  font-size: 2rem;
  line-height: 1;
}
.bbb {
  font-size: 3rem;
  line-height: 1;
}

.uppercase {
  text-transform: uppercase;
}
.verticalMargin {
  margin: 50px 0;
}

.h2,
.h3,
.h4 {
  display: block;
}

nav {
  position: fixed;
  bottom: 0;
  display: block;
  cursor: pointer;
}

textarea {
  resize: none;
}
textarea,
.txt {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 190px;
  font-family: "Montserrat", Arial, Verdana, helvetica, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
}
textarea:hover,
textarea:focus,
.txt:hover,
.txt:focus {
  background: none repeat scroll 0% 0% #fff;
  border: 1px solid #090;
  color: #090;
}

footer {
  height: 200px;
}

@media all and (min-width: 800px) {
  html {
    font-size: 62.5%;
  }
}

@media all and (max-width: 800px) {
  html {
    font-size: 50%;
  }
  html article {
    width: 90%;
    padding: 0 5%;
  }
  nav.bb {
    display: none !important;
  }
  article h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: normal;
  }
}

@media all and (max-width: 450px) {
  .flex > * {
    display: block;
    text-align: center;
    clear: both;
  }
  footer {
    height: 20px;
  }
}
