/*** body style for sticky footer ***/

body {
  height: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}


#main-container {
  flex: 1;
}

/****************** FOOTER ******************/

.footer {
  background: transparent;
}

#gt-footer-gold-accent {
  min-height: 15px;
  background: var(--gt-gold-grad-rev);
}

footer .fab {
  padding: 3px;
  font-size: 140%;
  color: #ffffff;
}

footer p {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-left: .7rem;
  font-size: .7rem;
}

footer ul {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-left: .7rem;
  font-size: .7rem;
  list-style: none;
  letter-spacing: .5px;
}

footer ul li {
  padding: 0;
  line-height: .9rem;
  margin-bottom: .3rem;
  letter-spacing: .5px;
  font-size: .7rem;
  color: var(--gt-blktxt);
  font-weight: 400;
}

footer ul li:before {
  display: none;
}

#gt-footer {
  background: var(--gt-gold-grad);
}

#gt-footer a,
#gt-footer a:link,
#gt-footer a:visited {
	color: var(--gt-blktxt);
}

#gt-footer ul,
#address_text {
  border-left: 1px solid #ffffff;
}

#super-footer {
  background: var(--gt-drkgray);
}

#super-footer p, #super-footer li {
  color: #ffffff;
}

#super-footer ul {
  border-left: 1px solid var(--gt-gold);
}

/* incase a div is left open, applying main container styles to footer*/
#main-container #super-footer li,
#main-container #gt-footer li {
	text-indent: 0;
}

#super-footer a,
#super-footer a:link,
#super-footer a:visited {
	color: #fff;
}


footer #address_text p {
  margin-bottom: .5rem;
  font-size: .8rem;
}

footer #address i {
  color: #ffffff;
  padding-right: 1rem;
}

footer img#ctn {
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
}

footer #gt-logo-footer img {
  float: right;
  max-width: 150px;
}

footer #copyright p {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: .65rem;
}


/***************************** RESPONSIVENESS FOR FOOTER ****************************/
