
/* colors from SqSp original:
  468 or 325476 navBar BG  
  172736  dark blue  
  8EB6DC light Blue accent 
*/

/* footer
footer a {color:#8ac;}
footer a:hover {color:#bdf;} */

/* hide caret on navbar dropdowns */
nav.navbar .dropdown-toggle::after {border: none !important;}

/* style footer links */
	footer div div a {color:#ace;}
	footer div div a:hover {color:#9bd;}

/* back-to-top btn
a.btt {
  display: none;
  position: fixed;
  z-index: 999;
  width: 40px;
  height: 40px;
  right: 30px;
  bottom: 30px;
  background: #468;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 3px 3px 10px rgba(23, 25, 25, 0.2);
  transition: transform 0.3s ease-in-out;
} 
a.btt i.fas {color: orange;position: relative;height: 100%;top: 0;left: 50%;transform: translateX(-50%);} 
a.btt:hover {transform: translatey(-4%);} */
