@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  font-size: 16px;
  line-height: 1.5em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: inherit;
  -webkit-text-size-adjust: inherit;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

body {
  min-width: 300px;
  overflow-x: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1;
}

h1 {
  font-size: 1.4em;
  margin-bottom: 25px;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1400px;
  z-index: 1;
}

.contentbox {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.itemBox {
  max-width: 800px;
  padding: 2em;
}

.text-center {
  text-align: center;
}

.bigfont {
  font-size: 1.3em;
}

.logo {
  margin-top: 15px;
  margin-bottom: 25px;
}

.logo img {
  width: 100%;
  max-width: 400px;
}

.welcome {
  font-size: 160%;
  text-transform: uppercase;
  color: #38603b;
  font-weight: 600;
}

.itemBox h3 {
  line-height: 1.4;
  font-size: 1.4em;
}

.contentbox h1 {
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .contentbox h1, .socialmedia {
    margin-bottom: 15px;
  }

  .contentbox .col12:first-child img {
    max-width: 150px;
  }

  .contentbox h1 {
    font-size: 1.4em;
  }
}