@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);

.socialmedia a, .text-center {
  text-align: center;
}

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;
}

.socialmedia a, strong {
  font-weight: 600;
}

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;
  border: 1px solid #b4b4b4;
}

.bigfont {
  font-size: 1.8em;
}

.logo {
  margin-top: 15px;
  margin-bottom: 25px;
  max-width: 600px;
}

.welcome {
  font-size: 120%;
  text-transform: uppercase;
  color: #2c6ba0;
  font-weight: 600;
}

.socialmedia a {
  color: #000;
  text-decoration: none;
  padding: 5px 7px;
  display: inline-block;
  margin-bottom: 15px;
}

.socialmedia a i {
  display: block;
  padding: 7px;
  border-radius: 50%;
  width: 30px;
  height: 20px;
  line-height: 26px;
  font-size: 26px;
  margin: 0 auto;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.socialmedia a.WhatAapp i {
  color: #25d366;
}

.socialmedia a.call i {
  color: #bf920d;
}

.socialmedia a.mail i {
  color: #b42014;
}

.socialmedia a.website i {
  color: #333;
}

.contentbox h1 {
  margin-bottom: 40px;
}

.location i {
  line-height: 1;
  font-size: 26px;
  display: inline-block;
  color: #00953f;
}

@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;
  }

  .col12 {
    width: 100%;
  }

  .socialmedia a {
    font-size: .6em;
  }
}