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

/***************************/

* {
  padding: 0em;
  margin: 0em;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  /* background-color: #efefef;
  background-color: #d3d3d3; */
  background: #211f1f;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.wrapper {
  flex: 1 0 auto;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 1em;
  margin-top: 3.7em;
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 1em;
    margin-top: 2.6em;
  }
}

.smaller--container {
  padding: 4.7em 0em;
  width: 80%;
}

/* fonts */

h1 {
  font-size: 1.7em;
  font-weight: lighter;
  font-family: "domine", sans-serif;
}

h2 {
  margin-bottom: 0.7em;
  font-weight: bold;
  font-family: "domine";
}

button {
  font-family: "domine";
}

h1,
h2 {
  font-weight: lighter;
}

p {
  font-family: "inter", sans-serif;
}

p,
li {
  font-size: 0.9em;
  color: rgb(47, 47, 47);
}

a {
  color: black;
  text-decoration: none;
  font-size: 0.9em;
  font-family: "Roboto Flex", sans-serif;
  font-weight: bold;
}

.card h2 {
  font-family: "inter", sans-serif;
  font-weight: lighter;
}

/* general */

.main--button {
  margin: 0 auto;
  border: 0.1em solid #65a236;
  padding: 1em 0em;
  display: inline-block;
  /*width: 80%;*/
  color: black;
  text-decoration: none;
  font-size: 0.8em;
}

/* mobile xl */
@media screen and (max-width: 540px) {
  h1 {
    font-size: 1.7em;
  }
}

/**** search */

.search input,
.search input::-webkit-input-placeholder {
  font-size: 0.95em;
  color: #000000;
  opacity: 1;
  /* -webkit-text-size-adjust: none; */
}

.search input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.95em;
  color: #000000;
  opacity: 1;
}

.searchhome input,
.searchhome input::-webkit-input-placeholder {
  font-size: 0.95em;
  color: #000000;
  opacity: 1;
}

.searchhome input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.95em;
  color: #000000;
  opacity: 1;
}

/**** cross browser */
h1 {
  color: #485654;
  text-align: center;
  font-weight: bold;
  font-family: "bitter";
  font-size: 1em;
}

/**firefox*/
@media screen and (min--moz-device-pixel-ratio: 0) {
  h1 {
    font-family: "bitter";
    font-weight: lighter;
  }

  h2 {
    font-family: "bitter";
  }

  button {
    font-family: "bitter";
  }
}

/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
  h1 {
    font-weight: lighter;
    font-family: "bitter";
  }

  h2 {
    font-family: "bitter";
  }

  button {
    font-family: "bitter";
  }
}
