/* .row{
    outline: 1px solid red;
}

.col-lg-6{
    outline: 1px solid blue;
} */

.is-logged-in .appear-animation {
  opacity: 1 !important;
}

#big-logo-splash {
  position: relative;
  overflow: hidden;
}
#big-logo-splash:after {
  content: " ";
  width: 900px;
  height: 900px;
  display: block;
  background: url(../img/icon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 28%;
  left: -200px;
  opacity: 0.2;
}

.main section:first-of-type {
  position: relative;
}

.main section:first-of-type:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.55);
  z-index: 1;
}
.main section:first-of-type .container {
  position: relative;
  z-index: 5;
}

#footer {
  background-color: #5692ce;
  border-top: 5px solid rgba(0,0,0,0.15);
  margin-top: 0;
}
#footer p {
    color: #fff;
  }

#footer .logo img {
  width: 294px;
}

#footer .footer-copyright {
  
  background-color: rgba(0,0,0,0.2);
  color: #fff !important;
  position: relative;
}
#footer .footer-copyright:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5692ce;
  z-index: -1;
}

#footer .footer-copyright p {
  color: #f5f5f5 !important;
}



.blockquote-tertiary {
  border-left: 5px solid #008984;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 1em;
}


.primary-btn > a {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 8.528px 14.928px;
    padding: 0.533rem 0.933rem;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 1rem !important;
    background-color: #2cad6e;
    color: #fff !important;
    transition: all 0.25s ease;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    
}

.primary-btn > a:hover {
    background-color: #33c082;
  text-decoration: none !important;
}

.page-template-lander p.text-intro {
      max-width: 780px; 
      margin-left: auto;
      margin-right: auto;
      font-weight: 300; 
      display: inline-block; 
      margin-top: 15px; 
      margin-bottom: 10px;
      letter-spacing: -.05em;
      font-size: 1.2rem;
}

.page-template-lander p.text-intro strong {
  font-weight: 400;
}

.fa-brands {
  /*display: inline-block;
  margin-right: 15px;
  font-size: 40px;*/
  color: #212529 !important;
}

.lrgsoc .fa-brands {
  display: inline-block;
  margin-right: 15px;
  font-size: 40px;
  color: #212529 !important;
}

.fa-brands:hover {
  color: #009d9b !important;
}