body {
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #595959;
    font: 1em/1.2 "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .5em;
    font-weight: 500;
    line-height: 1.1
}

h1 {
    font-size: 2.25em;
    color: #00000;
}

h2 {
    font-size: 1.75em;
    text-align: center
}

h3 {
    font-size: 1.375em;
    text-align: center
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .875em
}

p {
    margin: 0 0 1.5em;
    line-height: 1.5
}

blockquote {
    padding: 1em 2em;
    margin: 0 0 2em;
    border-left: 5px solid #eee
}

hr {
    height: 0;
    margin-top: 1em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid #ddd
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd
}

th,
td {
    padding: .5em 1em;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #ddd
}

a:link {
    color: #ffffff
}

a:visited {
    color: white
}

a:focus {
    color: #000
}

a:hover {
    color: #000
}

a:active {
    color: red
}

.container {
    max-width: 70em;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    color: #fff;
    background: #000;
    padding: 1em 1.25em
}

.header-heading {
    margin: 0
}

.nav-bar {
    background: #009933;
    padding: 0
}

.footer {
            display: flex;
			color: #fff;
            background: #000;			
            justify-content: space-between;
            align-items: center;
            text-align: right;
        }

.links a {
            text-decoration: none;
            color: #fff; /* Set the desired color for the links */
            margin-left: 10px; /* Add space between links */
        }
.nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav li {
    display: inline;
    margin: 0;
}

.nav li:first-child{
    border-bottom: 1px solid gray;
}

.nav a {
    display: block;
    padding: .7em 1.25em;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid gray
}

.nav a:link {
    color: #fff
}

.nav a:visited {
    color: #fff
}

.nav a:focus {
    color: #000;
    background-color: #fff
}

.nav a:hover {
    color: #fff;
    background-color: #000
}

.nav a:active {
    color: #fff;
    background-color: red
}

.img-responsive {
    max-width: 100%
}

.btn-container {
	text-align: center;
}

.btn {
	color: #fff !important;
	background-color: #333;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
	margin-right: 10px; /* Add space or separator */
}

.btn-cent {
	display: inline-block;
	margin: 10px;
}

.btn:hover {
    color: #fff !important;
    background-color: orange
}

.btn:focus {
    color: #fff !important;
    background-color: #000
}

.btn:active {
    color: #fff !important;
    background-color: red
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

@media (min-width: 42em) {
    .header {
        padding: 1.5em 3em
    }

    .nav-bar {
        padding: 1em 3em
    }

    .content {
        padding: 1em
    }

    .footer {
        padding: 2em 3em
    }

    .nav li {
        display: inline;
        margin: 0 1em 0 2em
    }

    .nav a {
        display: inline;
        padding: 0;
        border-bottom: 0
    }

    .nav li:first-child{
        border-bottom: 0 !important;
    }

}

.social {
    font-size: 1px
}

.social iframe {
    vertical-align: middle
}

.social span {
    display: inline-block;
    width: 110px
}

.social .google {
    width: 75px
}

.main {
    padding: 10px;
}

.footer .links {
    display: flex;
    flex-wrap: wrap;
}

.main-content {
    display: flex;
    align-items: center;
}

.main-content .frame {
    flex: 0.8;
}

.main-content .text {
    flex: 1.2;
    padding: 8px;
    text-align: left;
}

.homeitem svg{
    display: none;
}
.left {float:left;}
.right {float:right;}

@media only screen and (max-width: 900px) {
    .main-content {
        flex-direction: column !important;
    }
}

@media only screen and (max-width: 700px) {
    audio {
        width: 80% !important;
    }
}

@media only screen and (max-width:671px){
    .homeitem {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding-right: 8px;
    }

    .homeitem a {
        display: flex !important;
    }

    .homeitem svg {
        display: inline !important;
        fill: white;
    }

    .hidden{
        display: none !important;
    }


}

.contact-form {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	padding: 30px;
}

.form-group {
	margin-bottom: 20px;
}

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;			
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1em;
}

textarea {
	height: 150px;
}

button {
	padding: 10px 20px;
	background-color: #007BFF;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 1em;
	cursor: pointer;
}
audio::-webkit-media-controls-panel {
  background-color: #706b6b;
}

audio::-webkit-media-controls-timeline {
  background-color: #7dc790;
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.mobile-only {
    display: none; /* Hide the mobile image by default on desktop */
    max-width: 100%; /* Resize the mobile image to fit its container */
}

@media (max-width: 768px) {
    .mobile-only {
        display: block; /* Display the mobile image on screens with a max-width of 768px (adjust as needed) */
    }
    
    /* Optionally, you can hide the desktop image on mobile screens */
    img:not(.mobile-only) {
        display: none;
    }
}