@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url('font/roboto.woff2') format('woff2'),
    url('font/roboto.woff') format('woff');
  font-display: swap;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  background: #67a5d5;
  background: linear-gradient(#67a5d5, #cfdced, #2e57a0);
}

a {
  text-decoration: none;
  color: #2e57a0;
}

a:hover {
  color: #000000;
}

p {
  margin-bottom: 1em;
}

h1 {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

h3 {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0;
}

#wrapper {
  margin: 0 auto;
  max-width: 1130px;
  background-color: #ffffff;
}

#content {
  text-align: center;
  padding: 4% 10%;
}

#ilogo {
  margin-left: auto;
  margin-right: auto 
}

#contactmain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2e57a0;
  margin: 2rem auto;
  border-width: 2px 0;
  border-style: dashed;
  border-color: #67a5d5;
}

#contactmain > div {
  padding: 1rem 0;
  margin: 0;
}

#contactmain > div:not(:last-child) {
  border-right: 0;
  border-bottom: 2px solid #67a5d5;
}

.slogimg {
  margin-bottom: 2rem;
}

.sislog {
  color: #67a5d5;
  font-style: italic;
}

#ilin {
  display: none;
}

#madeby {
  width: calc(100% - 24px);
  text-align: right;
  padding: 12px;
  margin-top: 1em;
}

#madeby p {
  margin: 4px 0px 0px 0px;
}

@media (min-width: 800px) {
  body, h3 {
    font-size: 16px;
  }

  h1, h2 {
    font-size: 24px;
  }

  #content {
    padding: 4% 13%;
  }

  #contactmain {
    flex-direction: row;
  }

  #contactmain > div {
    margin: 0.5rem 0;
    padding: 0 1rem;
  }

  #contactmain > div:not(:last-child) {
    border-right: 2px solid #67a5d5;
    border-bottom: 0;
  }

  .slogimg {
    display: grid;
    grid-template-columns: 127px 128px 1fr;
  }

  .sichild {
    grid-row: 1 / 2;
  }

  .siimg {
    grid-column: 2 / -1;
  }

  .imgel {
    object-fit: cover;
    height: 255px;
  }

  .sislog {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 255px;
    height: 255px;
    padding: 1.5em;
    color: #ffffff;
    background-color: #67a5d5;
    font-style: normal;
    border-radius: 50%;
  }

  #ilin {
    display: block;
  }
}
