﻿/*Add custom styles to the skin here */
.navbar-inverse {
    background-color: #000000;
    border-color: #ffae2e;
}
.panel-inverse .panel-heading {
    background: #995734;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: bold;
}
body {
    background-image: url(../Images/ViolinBack2.jpg);
    height: 100vh;
    width: 100vw;
    background-color: #333;
    color: #fff;
    background-size: cover;
}
.main-content {
    min-height: 100px;
}
.footer-wrapper {
    background: #0e0e0e;
    padding-top: 45px;
    color: white;
}
a {
    color: #f8ad3a;
    text-decoration: none;
}
.logo-center, .social-links {
    padding-top: 0px;
    padding-bottom: 15px; 
}
element.style {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
}
.tab-content>.tab-pane {
    background: #835c47;
    border: 1px solid #ddd;
    border-top: none;
    padding: 18px;
    margin-bottom: 30px;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
    color: black;
}
.billboard-image {
    margin-top: 12px;
    margin-bottom: -12px;
}
.header-promotion {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    padding-left: 34px;
    font-size: 13px;
	background-image: none;
}.manage-creditcard-list {
	margin: 25px 0 25px 0;
}

.manage-creditcard-form {
	margin: 25px 0 25px 0;
}

a:hover, a:focus {
    color: #e6ded2;
}