body {
    background-color: black;
    color: #efefef;
    margin-bottom: 150px;
}

nav.bg-dark {
    background-color: black !important;
}


a.navbar-brand {
    font-family: "Lacquer", sans-serif;
    letter-spacing: 2px;
    font-size: 2rem;
    color: seagreen !important;
}

a.navbar-brand:hover {
    color: lightgreen !important;
}

.jumbotron {
    background-color: black;
}

.jumbotron h1,
.contactForm h1,
#products h1{
    /*color         : #333333;*/
    font-family: "Lacquer", sans-serif;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 3rem;
}

p.lead
{
	line-height: 1.5;
	font-size: 20px;
}
.contactForm form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/*footer*/
footer.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #222222;
    height: 150px;
    padding: 10px 0px 25px 0px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.footer_bottom_ul {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.footer_bottom_ul li {
    display: inline;
}

.footer_bottom_ul li a {
    color: #999;
    margin: 0 12px;
}

p#insta_footer {
    font-size: 40px;
}

p#insta_footer a {
    color: #CCC;
}

p#insta_footer a:hover {
    color: seagreen;
}

p#insta_footer i {
    width: 40px;
    height: 40px;
    text-align: center;
}

.form-group {
    margin-bottom: 2rem;
}

button.btn.btn-primary {
    background-color: seagreen;
    border-color: seagreen;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button.btn.btn-primary:hover {
    background-color: green;
}