﻿.navbar-brand > img {
  width: 45px;
  height: 45px;
  border-radius: 2px;
  opacity: 0.7;
}
.navbar-brand {
  font-family: ubuntu;
  font-size: 30px;
  font-weight: bolder;
}
.banner {
  background-image: url('../images/b.png');
  margin-bottom: 15px;
  color: #f2f2f2;
  letter-spacing: 0.5px;
}
.banner .title {
  font-size: 30pt;
}
.banner .subtitle {
  color: #a5a5a5;
  font-size: 16pt;
}
.banner .gravatar {
  height: 150px;
  width: 150px;
  margin-bottom: 30px;
}
[ui-view].ng-enter,
ui-view.ng-enter {
  opacity: 0;
  transition: opacity 200ms;
}
[ui-view].ng-enter-active,
ui-view.ng-enter-active {
  opacity: 1;
}
#toast-container > div {
  opacity: 1;
}
footer {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.5px;
  background-color: #222222;
  padding: 20px 0;
  min-height: 200px;
  position: relative;
}
footer .header {
  color: #e5e5e5;
  font-size: 10pt;
  font-weight: bold;
  line-height: 35px;
}
footer p {
  height: 15px;
}
footer a {
  font-size: 9pt;
  color: #999;
}
.section-header {
  text-align: center;
}
.section-header .title {
  border-top: 1px solid #e9e9e9;
  margin-top: 14px;
}
.section-header .title i {
  background-color: #fff;
  color: #999;
  position: relative;
  padding-left: 10px;
  bottom: 12px;
  margin-right: 0;
}
.section-header .title span {
  background-color: #fff;
  color: #999;
  position: relative;
  padding: 0 10px 0 5px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  bottom: 14px;
  left: 25px;
}
.section-header .title span i {
  bottom: 0;
}
.section-header .title em {
  background-color: #fff;
  color: #999;
  padding-left: 10px;
  position: absolute;
  margin-top: -8px;
}
.section-title {
  color: #3d3d3d;
  font-weight: bold;
}
.ct-social-linkedin {
  background-image: url('../images/linkedin.png');
  display: block;
  height: 50px;
  width: 50px;
}
.ct-social-twitter {
  background-image: url('../images/twitter.png');
  display: block;
  height: 50px;
  width: 50px;
}
.ct-social-github {
  background-image: url('../images/github.png');
  display: block;
  height: 50px;
  width: 50px;
}
.ct-social-fb {
  background-image: url('../images/fb.png');
  display: block;
  height: 50px;
  width: 50px;
}
.ct-social-wordpress {
  background-image: url('../images/wordpress.png');
  display: block;
  height: 50px;
  width: 50px;
}
.img-about {
  height: 400px;
  width: 100%;
}
.img-cert {
  height: 100px;
  width: 100px;
}
html,
body,
#container {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  height: 100%;
  font-size: 12pt;
}
body > #container {
  height: auto;
  min-height: 100%;
}
a {
  color: #3d3d3d;
}
a:hover {
  text-decoration: none;
}
.text-small {
  font-size: 10pt;
}