/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
legend,
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: inherit;
  vertical-align: baseline;
}

/* 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;
}

body {
  background-color: black;
  color: white;
  height: 100%;
}

span {
  display: inline-block;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.screen {
  width: 100%;
  height: 100%;
}

.black {
  background-color: black;
}

.centered {
  text-align: center;
  display: flex;
}

.centered > * {
  margin: auto;
}

.bigtext {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
}

.smalltext {
  text-align: justify;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 100;
  font-size: 24px;
}

@media (max-width: 484px) {
  .smalltext {
    font-size: 19px;
    text-align: left;
  }
}

@media (max-width: 340px) {
  .smalltext {
    font-size: 16px;
  }
}

.header {
  width: 100%;
  background-color: black;
  padding: 20px 0px 20px 0px;
  position: fixed;
  font-size: 40px;
  color: #525252;
  text-align: left;
}

@media (max-width: 760px) {
  .header {
    font-size: 36px;
  }
  .header .pcurrent {
    display: none;
  }
}

@media (max-width: 484px) {
  .header {
    font-size: 28px;
    padding: 10px 0px 10px 0px;
  }
}

.header .back a {
  padding-left: 20px;
  color: #525252;
}

.header .back a:hover {
  text-decoration: none;
  color: white;
}

body {
  overflow: hidden;
  text-align: center;
}

.main {
  font-size: 40px;
}

.name {
  text-align: left;
  font-size: 70px;
}

.country {
  text-align: left;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 670px) {
  .name {
    margin-right: 30px !important;
  }
  .country {
    margin-right: 30px !important;
  }
}

@media (max-width: 484px) {
  .main {
    font-size: 30px;
  }
  .name {
    text-align: left;
    font-size: 44px;
  }
  .country {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
    width: 240px;
    margin-right: 30px !important;
  }
  .hidden {
    text-align: left !important;
  }
}

@media (max-width: 340px) {
  .country {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
    width: 180px;
    margin-right: 30px !important;
  }
}

.hidden {
  text-align: right;
  display: block;
}

.hidden.m:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.hidden.t:after {
  content: "+" attr(data-country) " " attr(data-first) attr(data-rest);
}
/*# sourceMappingURL=contact.css.map */