@font-face {
    font-family: 'fonticon';
    src: url('../font/fonticon.woff') format('woff'), url('../font/fonticon.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.icon-youtube:before { content: '\f16a'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-instagram:before { content: '\f16d'; }
.icon-website:before { content: '\1f30e'; }
.icon-email:before { content: '@'; }

.icon {
  font-family: 'fonticon';
  font-style: normal;
  margin: 0 5px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  background: #f38536;
  padding-top: 5px;
  padding-left: 10px;
}

#contact h3:after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #f38536;
    text-align: center;
    margin: 10px auto;
}

.contact-group>div {
  margin: 10px 0 20px !important;
}

@media (max-width: 40em) {
  .contact-group {
    text-align: center !important;
  }
  .contact-group .icon:before {
    padding: 0 10px 0 0 !important;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
@media (min-width: 40em) {
  .hide-mobile {
    display: block;
  }
  .show-mobile {
    display: none;
  }
  .contact-group:first-child .icon:before {
    padding: 0 10px 0 0 !important;
  }
  .contact-group:first-child {
    text-align: right;
    padding-right: 30px;
  }
  .contact-group:nth-child(2) {
    padding-left: 30px;
  }
}

.logo {
  max-width: 400px;
  text-align: center;
  margin: auto;
  padding: 0 80px;
}

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

#about {
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}

/* disable classless.css */
a[href^='mailto\:']::before {
  content: '';
}
.btn,
.button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn,
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disabled,
.btn:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.disabled *,
:disabled * {
  pointer-events: none;
}
.btn.disabled:hover,
.btn:disabled:hover {
  box-shadow: none;
}
.green,
.hover-green:hover {
  color: #fff !important;
  background-color: #4caf50 !important;
}
.text-orange,
.hover-text-orange:hover {
  color: #ff9800 !important;
}
.text-green,
.hover-text-green:hover {
  color: #4caf50 !important;
}