body {
    background: url(/images/guitar-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #343a40;
	background-attachment: fixed;
	margin: auto;
	max-width: 80%;
}
h1 {
	color: red;
	margin-bottom: 20px;
	margin-top: 80px;
	font-family: 'Rock Salt', cursive;
	text-align: center;
}

.footer {
	text-align: center;
	color: red;
}
div.row-bg{
	background-color: rgba(52,58,64,0.9);
}

h3 {
	color: white;
}
.h4-image {
    color: white;
    display: block;
}

p {
	color: white;
}

.h3-title{
	padding-top: 20px;
	color: red;
	text-align: center;
	padding-bottom: 20px;
	font-family: 'Rock Salt', cursive;
}
h3.headline{
	font-style: italic;
}
h4{
	color: white;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,0,0,1.0);
	font-family: 'Francois One', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
}
.hippiefingers{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 90%;
	padding-bottom: 10px;

}
label{
	color: #ffffff
}
.required{
	color: #ffffff;
}
.securimagelink{
	color: red;
}
a:hover.securimagelink{
	color: rgba(255,255,255	,0.5)
}
.h4-apple{
	color:red;
	font-weight: 700;
}
.photo-para{
    margin-bottom: 400px;
}
a:link.contact{
    color:#FF0000;
}
a:hover.contact{
    color:#FFFFFF;
}
a:visited.contact{
    color: #FF0000;
}