﻿/* Color Variables */
/* Shared Mixins */
.semi-bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .sm-left {
    float: left;
  }
  .sm-right {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .md-left {
    float: left;
  }
  .md-right {
    float: right;
  }
}
/* End of Shared Mixins */
.iaff-body {
  font-family: Open Sans;
  background-color: #f2f2f2;
  min-height:900px;
}
.nav.navbar-nav a {
  background-color: none;
}
.user-not-authorized {
  background-color: white;
  color: red;
  font-size: 20px;
  width: 100%;
  padding: 15px;
}
.share-button-container {
  padding-top: 10px;
  padding-right: 15px;
  background-color: white;
  margin-left: 15px;
  margin-right: 15px;
}
/*# sourceMappingURL=iaff.css.map */

/*ckingwell custom css -- should really be done using the bootstrap customizer tool*/
#main-iaff-logo {
	padding-left:50px;
	padding-top:5px;
}

#main-iaff-icon {
	height:80px;
	width:80px;
}

#topNav {	
	padding-bottom:20px;
}

.navtree-container {
	height: 150px;
	background-color: #343434;
    background-image: url(../../assets/images/footer-logo.jpg);
}

a {
	color:#b30000;
}

a:hover {
	color:#b30000;
	text-decoration:underline;
}