body {
    height: 100%;
	background-color:black;
	font-family:arial;
}
.vintage {
    height: 100%;
	background-image: url(../img/vintage/background.jpg);
	background-position:center;
	background-attachment: fixed;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	font-family:arial;
}
.slimsite {
	background-color:rgba(207,189,116,0.7);
	width:60%;
	height:100%;
	float: none;
	margin: 0 auto;
}
.smallscreen {
	background-color:rgba(207,189,116,0.4);
	width:100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */


header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
h1 {
	color:white;
	font-size:22pt;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color:#D0BFFF;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
h6 {
	color:black;
	font-family: Verdana, Geneva, sans-serif;
}
p {
	color:white;
	font-family: Verdana, Geneva, sans-serif;
}
#cf_submit_p { 

}
.error {
	display:none; 
	padding:5px; 
	color:#D8000C; 
	font-size:12px; 
	background-color:#FFBABA; 
	border:solid 1px #e06d6d;
}
.success { 
	display:none;
	padding:5px; 
	color:#044406; 
	font-size:12px; 
	background-color:#B7FBB9; 
	border:solid 1px #65d668; 
}
#contact_logo { 
	vertical-align:middle; 
}
.error img {
	vertical-align:top; 
}
.contact_name, .contact_phone, .contact_email, .contact_subject, .contact_message { 
	font-size:14px; 
	width:100%; 
	min-width:150px; 
	background:white; 
	border:solid 2px #4D0780; 
	padding:5px;
	border-radius:4px;
}
.contact_message { 
	height:200px; 
	}
select, input, textarea { 
	outline:none; 
	background:none; 
	border:solid 2px #4D0780; 
	color:#4D0780;
}
select:focus, input:focus, textarea:focus { 
	border:solid 2px #D0BFFF; 
	-webkit-box-shadow:#D0BFFF 0px 0px 5px; 
} 
.col-centered { 
float: none;
margin: 0 auto;
} 
.divider { 
width:20px; 
height:auto; 
display:inline-block; 
}
.btn-purple { 
  color: #ffffff; 
  background-color: #4D0780; 
  border-color: #130269; 
} 
 
.btn-purple:hover, 
.btn-purple:focus, 
.btn-purple:active, 
.btn-purple.active, 
.open .dropdown-toggle.btn-purple { 
  color: #ffffff; 
  background-color: #49247A; 
  border-color: #130269; 
} 
 
.btn-purple:active, 
.btn-purple.active, 
.open .dropdown-toggle.btn-purple { 
  background-image: none; 
} 
 
.btn-purple.disabled, 
.btn-purple[disabled], 
fieldset[disabled] .btn-purple, 
.btn-purple.disabled:hover, 
.btn-purple[disabled]:hover, 
fieldset[disabled] .btn-purple:hover, 
.btn-purple.disabled:focus, 
.btn-purple[disabled]:focus, 
fieldset[disabled] .btn-purple:focus, 
.btn-purple.disabled:active, 
.btn-purple[disabled]:active, 
fieldset[disabled] .btn-purple:active, 
.btn-purple.disabled.active, 
.btn-purple[disabled].active, 
fieldset[disabled] .btn-purple.active { 
  background-color: #4D0780; 
  border-color: #130269; 
} 
 
.btn-purple .badge { 
  color: #4D0780; 
  background-color: #ffffff; 
}
.outlined {
    color: #4D0780;
    text-shadow:
    -1px -1px 0 #D0BFFF,
    1px -1px 0 #D0BFFF,
    -1px 1px 0 #D0BFFF,
    1px 1px 0 #D0BFFF;
    
}
.btn-black { 
  color: #ffffff; 
  background-color: #000000; 
  border-color: #4D0780; 
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  color: #ffffff; 
  background-color: #321559; 
  border-color: #4D0780; 
} 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  background-image: none; 
} 
 
.btn-black.disabled, 
.btn-black[disabled], 
fieldset[disabled] .btn-black, 
.btn-black.disabled:hover, 
.btn-black[disabled]:hover, 
fieldset[disabled] .btn-black:hover, 
.btn-black.disabled:focus, 
.btn-black[disabled]:focus, 
fieldset[disabled] .btn-black:focus, 
.btn-black.disabled:active, 
.btn-black[disabled]:active, 
fieldset[disabled] .btn-black:active, 
.btn-black.disabled.active, 
.btn-black[disabled].active, 
fieldset[disabled] .btn-black.active { 
  background-color: #000000; 
  border-color: #4D0780; 
} 
 
.btn-black .badge { 
  color: #000000; 
  background-color: #ffffff; 
}
.row {
  width: 100%
  text-align:center
 }
.dark {
	color:black;
	font-family: Verdana, Geneva, sans-serif;
}
.light {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
}
.purple {
	color: #8D0999;
	font-family: Verdana, Geneva, sans-serif;
}
.red {
	color: #ff0000;
	font-family: Verdana, Geneva, sans-serif;
}
		
