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

/* Styles */
html {
  overflow-y: hidden;
  height: 100%;
}

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

  background-image: url('cnc.jpg');
  background-position: 80% 70%;
  background-size: cover;
}

section {
  position: absolute;
  left: 20vw;
  bottom: 20%;
  min-width: 300px;
}

img {
  width: 350px;
  max-width: 67vw;
}

h1, h2, h3 {
  font-family: "Alegreya", serif;
  text-align: center;
  color: black;
  width: 100%;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 18px;
}

a {
  color: black;
  text-decoration: none;
  font-size: 15px;
}

a:hover {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  section {
    bottom: 7%;
  }
}
