﻿h1 {
    font-family: 'Tangerine', Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
}
.page-header h1{
    margin-bottom:0px;
}
h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
h3, h4, h5, h6 {
    margin-top: 0px;
}
p, div {
    font-family: 'Open Sans', Georgia, Times, serif;
}

.jumbotron {
        background-image: url(../img/sky.jpg);
        color: #373D3F;
}

.jumbotron h1 {
    font-size: 50px;
}

.jumbotron p {
        color: #373D3F;
	font-size: 20px;
	font-weight: 500;
	font-family: Merriweather,'Open Sans', Georgia, Times, serif;
}

.footer
{
	font-size:x-small
}
.page-header
{
    border-bottom:0px;
    padding-bottom: 0px;
    margin:0px;
}
.well{
	resize:none;
    border:1px solid #895F5F;
    background-color:#D5D0CC;

}
.navbar-inverse{
    background-color: #242333;
    border-color:#242333;
    font-size: 18px;
}
.container{
    padding-left: 0px;
}
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #15141F;
}
