html{
	height: 100%;
}
body{
	background-color: #f7f7f7;
	height: 100%;
  font-family: 'Roboto',sans-serif;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    min-height: 40px;
    margin: 0px;
    border: 0px;
}
.navbar-brand {
    height: 40px;
    padding: 10px 15px;
}
.jumbotron{
  background: transparent;
  text-align: center;
}
.jumbotron > p{
  font-size: 18px;
  font-weight: 300;
  color: #656565;
}
.component-title{
  font-size: 50px !important;
  font-weight: 300;

}
.component-title > span{
  font-size: 50%;
}
iframe{
	width: 100%;
	height: 100%;
}
.nav-pills > li{
  display: inline-block !important;
  float: inherit;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  background: none;
  color: #a9a9a9;
}
.nav > li > a:hover, .nav > li > a:focus{
  text-decoration: underline;
  background: none;
}
.nav-pills > li > a{
  font-weight: 300;
}
.bt-group{
  padding: 25px 0px;
}
.bt-group .btn {
    background: -webkit-linear-gradient(#42a1ec, #0070c9);
    background: -o-linear-gradient(#42a1ec, #0070c9);
    background: linear-gradient(#42a1ec, #0070c9);
    border: none;
}
/*svg text {
   font-family: FontAwesome;
   font-size: 45px;
   background-color:blue;
   fill: #fff;
   transform-origin: 50% 50%;
}*/

/*.icon{
    transform: translate(136px,-115px) rotate(0deg);
    transform-origin: 50% 50%;
    color: #fff;
}*/