/* Enter Your Custom CSS Here */@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300);
@import url(http://fonts.googleapis.com/css?family=Rokkitt|Open+Sans+Condensed:300);
.jumbotron {
padding: 30px;
margin-bottom: 30px;
font-size: 16px;
}
.basic h1 {
font-family: 'Rokkitt', serif;
  font-size: 50px;
  color: #414BA2;
}
.basic h3 {
font-family: 'Rokkitt', serif;
font-size: 30px;
}
body.basic {
font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px; 
}
#footer{
 font-size: 20px; 
 font-family: 'Rokkitt', serif;
} 
#more-site {
margin-top: 50px;
border: 1px solid #000;
color: #000;
text-shadow: 0px 0px;
font-weight: normal;
padding: 10px 25px;
display: none;
background: transparent;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 0px;
}
.home-widget {
    font-size: 16px;
    line-height: 1.2;
}
body {
    line-height: 1.2em;
}
#site-title a {
  color: #fff;
  text-decoration: none;
  display: none !important;
  width: 100%;
}
#footer .credit-link {
  position: relative;
  display: none;
}
.navbar-inverse {
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  display: none;
}
span.credit-link.pull-right {
    display: none;
}
h1#site-title {
    display: none;
}
#more-site {
    margin-top: 50px;
    border: 1px solid #414aa2;
    color: #414aa2;
}
.home-jumbotron h1, .jumbo-headline.widget_text h1 {
    font-size: 40px;
    color: #414aa2;
    font-weight: 600 !important;
}
.basic h3 a, .basic h4 a, .basic h5 a, .basic h6 a {
    color: #414aa2;
	font-weight: 8000;
}