/*color chart
HEX
#0d47a1 - jumbotron
#1565c0
#2196f3 - navbar and footer
#bbdefb - bg-light
#64b5f6 - cards
#1976d2*/


/*#023866 logo dark blue*/
/*#0F61A1 logo light blue*/

/*NAVBAR*/
.navbar_logo {
  width: 50%;
  /*border: 0;*/
  /*margin-left: 0;*/
  /*margin-top: -10%;*/
  /*margin-bottom: : -10%;*/
}

#page-container {
  min-height: 100vh; /* will cover the 100% of viewport */
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 200px; /* height of your footer */
}

/*FOOTER*/
footer {
  background: #2196f3;
  color: white;
  margin-top:100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: white;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}

.footer-pad {
  padding-top: 2em;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoContact:hover i,
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}


/*investment return styling*/
.positive-return {
  color: #3e9e3e;
}

.negative-return {
  color: #b51a28;
}

.table-responsive {
  overflow-x: auto;
}

/* button hover for unfollowing*/
.unfollow:hover {
  background: red;
  color: white !important;
  border-color: transparent;
}

.unfollow::after {
  content: "Following";
}

.unfollow:hover::after {
  content: "Unfollow" !important;
}
