@charset "utf-8";
/* CSS Document */

body {
  font-family: poppins, sans-serif;
}
.fbcon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.fbrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  gap: 24px;
}
.fbcol {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fbcol-1 {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: right;
  justify-content: center;
}
.fbcol-2 {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: left;
  justify-content: center;
}
img.logo {
  width: 100%;
  max-width: 175px;
}
.small {
  font-size: 10px;
}
.align-right {
  text-align: right !important;
}
h1 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 18px 0;
}
p {
  font-size: 16px;
  color: #212529;
  margin: 0;
}
p.smaller {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 18px;
}
p.bolder {
 font-weight: 700;
}
p.social {
  margin-top: 6px;
  margin-bottom: 18px;
}
.fa-brands {
  font-size: 46px;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
  border: 4px solid #ffffff;
  /*float: left;*/
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
  padding: 4px;
}
.fa-square-instagram {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
i:hover {
  opacity: 0.6;
}
img.photo {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 600px) {
  .fbcon {
    min-height: 100px;
  }
  .fbrow {
    flex-direction: column;
    width: 98%;
    gap: 0;
  }
  img.logo {
    width: 100%;
    max-width: 225px;
    display: block;
    margin: 0 auto 10px auto;
  }
  .small {
    font-size: 11px;
    text-align: center !important;
  }
  .align-right {
    text-align: center !important;
  }
  h1 {
    font-size: 24px !important;
    text-align: center !important;
    margin: 10px 0 18px 0;
  }
  p {
    font-size: 13px !important;
    text-align: center !important;
    margin: 0 auto;
    overflow-wrap: break-word;
  }
  img.photo {
    padding-left: 0;
    margin: 10px 0;
  }
}
